Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
6 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/3696ffcb-3730-4d76-90d4-b0ad53cba2cc)<a href="https://beavercheck.com/results/3696ffcb-3730-4d76-90d4-b0ad53cba2cc"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fview.officeapps.live.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fview.officeapps.live.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 11.2s to load
+12% bounceUsers abandon at ~3s — you're 8.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 528ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
5 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
49 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$550 investment → $4,186/month returns + USD 157,500 risk avoided
$550
6h · 5 findings
$4,186 /mo
~$50,234 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,509 / year if left unfixed
$157,500
+2 more
$0.75 /mo
9321.8 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.62 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
528 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.379
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.33 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
17.87 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 300.0 s | 273.7 KiB |
| mem.gfx.ms/scripts/me/MeControl/10.25136.1/en-US/meBoot.min.js | 0.0 ms | 61.1 KiB |
| js.monitor.azure.com/scripts/c/ms.shared.analytics.mectrl-3.gbl.min.js | 1800.0 s | 34.9 KiB |
| mem.gfx.ms/scripts/me/MeControl/10.25136.1/en-US/meCore.min.js | 0.0 ms | 15.9 KiB |
| scripts.clarity.ms/0.8.60-beta/clarity.js | 86400.0 s | 25.0 KiB |
| mem.gfx.ms/meversion?partner=office&market=en-us&uhf=1 | 43200.0 s | 10.2 KiB |
| c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2 | 421737.0 s | 28.9 KiB |
| c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2 | 511567.0 s | 33.5 KiB |
| uhf.microsoft.com/images/microsoft/RE1Mu3b.png | 0.0 ms | 4.2 KiB |
| c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2 | 544690.0 s | 29.6 KiB |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| res.cdn.office.net/officehub/bundles/microsoft-clarity-ff3e2df9ac.js | 2.3 KiB | |
| res.cdn.office.net/officehub/bundles/unauth-3a910e427c.css | 82.2 KiB | 1.7 s |
| /onerfstatics/marketingsites-neu-prod/west-european/shell... | 23.1 KiB | 920 ms |
| res.cdn.office.net/officehub/bundles/sharedfontstyles-f7f2466ff5.css | 1.1 KiB |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Create with ease a#odc-module-cta-create-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/create-module... | 547.5 KiB | 535.3 KiB |
Work from files a#odc-module-cta-files-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/files-module-... | 531.8 KiB | 519.6 KiB |
Slides in less time a#odc-module-cta-slides-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/slides-module... | 148.7 KiB | 136.6 KiB |
Download for desktop div.modules-download-grid > div.module-download-box > div.module-download-image-container > img.module-download-image | /officehub/images/content/images/unauth-mcm/hero-desktop-... | 114.8 KiB | 109.3 KiB |
Brainstorm with agents a#odc-module-cta-analyst-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/analyst-modul... | 120.7 KiB | 108.5 KiB |
Download on mobile div.modules-download-grid > div.module-download-box > div.module-download-image-container > img.module-download-image | /officehub/images/content/images/unauth-odc/odc-qr-code-1... | 84.8 KiB | 79.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| view.officeapps.live.com/ | 820 ms |
| www.office.com/ | 630 ms |
| www.office.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Work smarter across
with Microsoft 365
AI built into Microsoft 365 Copilot h… body > div.home > div.home__container > main#main | 0.379 |
Word with Copilot
Draft smarter and finish faster.
Open Word div.modules-grid > a#odc-module-word > div > div.module-content | 0.008 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| res.cdn.office.net/officehub/bundles/unauth-3a910e427c.css | 81.4 KiB | 81.1 KiB |
| /onerfstatics/marketingsites-neu-prod/west-european/shell... | 22.3 KiB | 20.7 KiB |
| .mectrl_resetStyle,a.mectrl_resetStyle,button.mectrl_resetStyle{height:auto;min-width:auto; … } … | 15.2 KiB | 14.9 KiB |
| .mectrl_resetStyle,a.mectrl_resetStyle,button.mectrl_resetStyle{height:auto;min-width:auto; … } … | 10.3 KiB | 10.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| res.cdn.office.net/admincenter/admin-main/2026.4.13.2/floodgate.en.bundle.js | 332.5 KiB | 291.8 KiB |
| res.cdn.office.net/officehub/bundles/unauth-odc-scripts-6378fb4b6f.js | 185.5 KiB | 93.8 KiB |
| res.cdn.office.net/officehub/bundles/unauth-936aa5c11c.js | 63.5 KiB | 24.3 KiB |
| /onerfstatics/marketingsites-neu-prod/shell/_scrf/js/them... | 36.3 KiB | 23.3 KiB |
| res.cdn.office.net/officehub/bundles/unauth-vendor-f0ab3fa70e.js | 34.2 KiB | 22.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| res.cdn.office.net/officehub/bundles/unauth-936aa5c11c.js | 808 ms | 445 ms | 15 ms |
| www.office.com/ | 427 ms | 26 ms | 12 ms |
| res.cdn.office.net/admincenter/admin-main/2026.4.13.2/floodgate.en.bundle.js | 363 ms | 226 ms | 129 ms |
| Unattributable | 325 ms | 6.7 ms | 0.0 ms |
| scripts.clarity.ms/0.8.60-beta/clarity.js | 260 ms | 207 ms | 7.9 ms |
| res.cdn.office.net/officehub/bundles/unauth-odc-scripts-6378fb4b6f.js | 214 ms | 142 ms | 62 ms |
| res.cdn.office.net/officehub/bundles/unauth-vendor-f0ab3fa70e.js | 212 ms | 194 ms | 8.9 ms |
| /onerfstatics/marketingsites-neu-prod/shell/_scrf/js/them... | 180 ms | 133 ms | 13 ms |
| mem.gfx.ms/meversion?partner=office&market=en-us&uhf=1 | 152 ms | 135 ms | 2.7 ms |
| mem.gfx.ms/scripts/me/MeControl/10.25136.1/en-US/meBoot.min.js | 97 ms | 66 ms | 26 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.8 s |
| Other | 668 ms |
| Style & Layout | 416 ms |
| Script Parsing & Compilation | 328 ms |
| Rendering | 73 ms |
| Parse HTML & CSS | 63 ms |
| Garbage Collection | 8.8 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| inline: var unauth1dsAnalytics; … | 10.8 KiB | 6.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Create with ease a#odc-module-cta-create-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/create-module... |
Work from files a#odc-module-cta-files-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/files-module-... |
Slides in less time a#odc-module-cta-slides-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/slides-module... |
Brainstorm with agents a#odc-module-cta-analyst-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/analyst-modul... |
div.theme-light > div.c-uhfh-gcontainer-st > a#uhfLogo > img.c-image div.theme-light > div.c-uhfh-gcontainer-st > a#uhfLogo > img.c-image | uhf.microsoft.com/images/microsoft/RE1Mu3b.png |
Word with Copilot a#odc-module-word > div > div.module-image-container > img.module-image | /officehub/images/content/images/unauth-odc/word-8d7e06eb... |
Excel with Copilot a#odc-module-excel > div > div.module-image-container > img.module-image | /officehub/images/content/images/unauth-odc/excel-4d54f0a... |
PowerPoint with Copilot a#odc-module-powerpoint > div > div.module-image-container > img.module-image | /officehub/images/content/images/unauth-odc/powerpoint-29... |
Outlook with Copilot a#odc-module-promptlink-Outlook-c7d4e5f6 > div > div.module-image-container > img.module-image | /officehub/images/content/images/unauth-odc/outlook-ec545... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.module-download-box > div.module-download-content > div.module-download-actions > a#odc-module-cta-mobile-download div.module-download-box > div.module-download-content > div.module-download-actions > a#odc-module-cta-mobile-download |
div.module-download-box > div.module-download-content > div.module-download-actions > a#odc-module-cta-mobile-download div.module-download-box > div.module-download-content > div.module-download-actions > a#odc-module-cta-mobile-download |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content div#headerArea > div#headerRegion > div#headerUniversalHeader > a#uhfSkipToMain |
All Microsoft expand to see list of Microsoft products and services header.c-uhfh > div.theme-light > div.c-uhfh-gcontainer-st > button.c-action-trigger |
Microsoft header.c-uhfh > div.theme-light > div.c-uhfh-gcontainer-st > a#uhfLogo |
Microsoft 365 Copilot div.theme-light > div.c-uhfh-gcontainer-st > div.cat-logo-button-cont > button#uhfCatLogoButton |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Word with Copilot
Draft smarter and finish faster.
Open Word section.modules-section > div.modules-container > div.modules-grid > a#odc-module-word |
Excel with Copilot
Unlock insights and make informed decisions.
Open Excel section.modules-section > div.modules-container > div.modules-grid > a#odc-module-excel |
PowerPoint with Copilot
Turn ideas into polished presentations.
Open PowerPoi… section.modules-section > div.modules-container > div.modules-grid > a#odc-module-powerpoint |
Outlook with Copilot
Move work forward with email and calendar.
Open Outlook section.modules-section > div.modules-container > div.modules-grid > a#odc-module-promptlink-Outlook-c7d4e5f6 |
Create with ease
Describe what you want, and Copilot helps create images for i… section.copilot-modules-section > div.copilot-modules-container > div.copilot-modules-grid > a#odc-module-cta-create-bebop |
Work from files
Add files to your prompt to provide context and ground respons… section.copilot-modules-section > div.copilot-modules-container > div.copilot-modules-grid > a#odc-module-cta-files-bebop |
Slides in less time
Start building slides from notes, documents, or outlines.
… section.copilot-modules-section > div.copilot-modules-container > div.copilot-modules-grid > a#odc-module-cta-slides-bebop |
Brainstorm with agents
Plan and gather insights for your next meeting using th… section.copilot-modules-section > div.copilot-modules-container > div.copilot-modules-grid > a#odc-module-cta-analyst-bebop |
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.office.com/ | Allowed |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /onerfstatics/marketingsites-neu-prod/shell/_scrf/js/them... line 4, col 11496 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /office/frequently-asked-questions-about-microsoft-365-co... | Learn more |
| /office/frequently-asked-questions-about-microsoft-365-co... | Learn more |
| clarity.microsoft.com/ | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Skip to main content div#headerArea > div#headerRegion > div#headerUniversalHeader > a#uhfSkipToMain |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 3 | <!-- Copyright (C) Microsoft Corporation. All rights reserved. --> | Syntax not understood |
| 4 | <!DOCTYPE html> | Syntax not understood |
| 5 | <html dir="ltr" class="" lang="en"> | Syntax not understood |
| 6 | <head> | Syntax not understood |
| 7 | <title>Sign in to your account</title> | Syntax not understood |
| 8 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | Syntax not understood |
| 9 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | Syntax not understood |
| 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes"> | Syntax not understood |
| 11 | <meta http-equiv="Pragma" content="no-cache"> | Syntax not understood |
| 12 | <meta http-equiv="Expires" content="-1"> | Syntax not understood |
| 13 | <link rel="preconnect" href="https://aadcdn.msauth.net" crossorigin> | Unknown directive |
| 14 | <meta http-equiv="x-dns-prefetch-control" content="on"> | Syntax not understood |
| 15 | <link rel="dns-prefetch" href="//aadcdn.msauth.net"> | Syntax not understood |
| 16 | <link rel="dns-prefetch" href="//aadcdn.msftauth.net"> | Syntax not understood |
| 18 | <meta name="PageID" content="ConvergedSignIn" /> | Syntax not understood |
| 19 | <meta name="SiteID" content="" /> | Syntax not understood |
| 20 | <meta name="ReqLC" content="1033" /> | Syntax not understood |
| 21 | <meta name="LocLC" content="en-US" /> | Syntax not understood |
| 24 | <meta name="format-detection" content="telephone=no" /> | Syntax not understood |
| 26 | <noscript> | Syntax not understood |
| 27 | <meta http-equiv="Refresh" content="0; URL=https://login.microsoftonline.com/jsdisabled" /> | Unknown directive |
| 28 | </noscript> | Syntax not understood |
| 32 | <meta name="robots" content="none" /> | Syntax not understood |
| 34 | <script type="text/javascript" nonce='vSqMxrZA4xO4dqwEzJMD2A'>//<![CDATA[ | Syntax not understood |
| 35 | $Config={"fShowPersistentCookiesWarning":false,"urlMsaSignUp":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fwww.office.com%2flandingv2\u0026response_type=code+id_token\u0026state=j_RKgb9O6vu_fckKo5Z3MngslF340oVrfW53mY66m-BCblZ8PY_p6uREMCWTivSSgy2_E3tOamOdMDsh_DGiJKBeK_7mBnUYxUb9Ln9tVCgzZqPPsVPcojqgwtTHIeBoXU37pr3Lj4tDdOjLad45p5pUqCW5ChREUYQ0IIzXDrZgQ3if02JkHcZ_Ka1zn7iAfLnNVqB7Tm2rDIBvdElXagxWo54-leFGzbQhJ3R_QYzJ1PZbB1fF0zXm4ZcpuDHRgpsor-xCQC_MiEa1F6tat4aIC_7B0pL7LeafhLYPqpyxd2qVozVo4T5pMFxIifhtyw1zS_MMw-cMW3_tdH4RHYiRymCb0IZ0TgkfKwUi6_EDjcJxRkNg-IGrQZ9JGbu5Bck3uJuB1ikXALq2jofKfNpCeE006hpNLiJI--tNivK_WiJSDAHgPPp-DQJKORZNz_3uQCsnQmlEIadkqvUpzeXJ0GsVQb3z3yi71ZTrBIhA5bD32zmPVhUKXPpauP2FL6k_uRs60zdyFnz3tbOsiA\u0026response_mode=form_post\u0026nonce=639123987662538202.MmFiZTRhZTUtMTRlMy00MzZiLTkxZjEtYjhmMWY2ZDRlMjhhOGVlNTMzZDAtYTVmYS00NWM4LWEyMTctMTJhMDZiZTQ0ODY4\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=8dbd4e74375b433fa1222219d3f4fa90\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026signup=1\u0026lw=1\u0026fl=easi2\u0026epctrc=2EcWZVCUP%2fq0lvixa1SGTog6UcpcKm5EGRKRY3fFfsg%3d6%3a1%3aCANARY%3aMdlDZcEu4uFX0Kjb2DB%2brqy3CKqvEs3YmhjUdv6KzHE%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAupU8BugMXYq-uRLHiGKZGedxhPWXLngnEic-04fBWkOwJ4xrO31ZQOw7j-at-bvbb_Y_v1zm0pShbEGnN_c-VulO2E4Vs9zd_EUK544NMtiZ7wKZbNEkmS3-1Dbl7gm-mciLiGomkwTo4LnrO9Oap_yRYs4ZZ00kimsqTUu2-DhnETNOsbuZi493UgknaAg1_CKThuNJFyrGqf8p_M9jwCAA\u0026jshs=0","urlMsaLogout":"https://login.live.com/logout.srf?iframed_by=https%3a%2f%2flogin.microsoftonline.com","urlOtherIdpForget":"https://login.live.com/forgetme.srf?iframed_by=https%3a%2f%2flogin.microsoftonline.com","showCantAccessAccountLink":true,"arrExternalTrustedRealmFederatedIdps":[{"IdpType":400,"IdpSignInUrl":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fwww.office.com%2flandingv2\u0026response_type=code+id_token\u0026state=j_RKgb9O6vu_fckKo5Z3MngslF340oVrfW53mY66m-BCblZ8PY_p6uREMCWTivSSgy2_E3tOamOdMDsh_DGiJKBeK_7mBnUYxUb9Ln9tVCgzZqPPsVPcojqgwtTHIeBoXU37pr3Lj4tDdOjLad45p5pUqCW5ChREUYQ0IIzXDrZgQ3if02JkHcZ_Ka1zn7iAfLnNVqB7Tm2rDIBvdElXagxWo54-leFGzbQhJ3R_QYzJ1PZbB1fF0zXm4ZcpuDHRgpsor-xCQC_MiEa1F6tat4aIC_7B0pL7LeafhLYPqpyxd2qVozVo4T5pMFxIifhtyw1zS_MMw-cMW3_tdH4RHYiRymCb0IZ0TgkfKwUi6_EDjcJxRkNg-IGrQZ9JGbu5Bck3uJuB1ikXALq2jofKfNpCeE006hpNLiJI--tNivK_WiJSDAHgPPp-DQJKORZNz_3uQCsnQmlEIadkqvUpzeXJ0GsVQb3z3yi71ZTrBIhA5bD32zmPVhUKXPpauP2FL6k_uRs60zdyFnz3tbOsiA\u0026response_mode=form_post\u0026nonce=639123987662538202.MmFiZTRhZTUtMTRlMy00MzZiLTkxZjEtYjhmMWY2ZDRlMjhhOGVlNTMzZDAtYTVmYS00NWM4LWEyMTctMTJhMDZiZTQ0ODY4\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=8dbd4e74375b433fa1222219d3f4fa90\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026epctrc=2EcWZVCUP%2fq0lvixa1SGTog6UcpcKm5EGRKRY3fFfsg%3d6%3a1%3aCANARY%3aMdlDZcEu4uFX0Kjb2DB%2brqy3CKqvEs3YmhjUdv6KzHE%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAyz82QIRzJqRH5G0j36ne_4IGBgW5cxgaq12sx49VEUzBbaAenpFC3QngwcXgtTfQrxHs_YWi-PTknvYaOgvSFtTV0AiHXhVpY4V3dCs0oGZMPUzs2MPah65pjjBToDUuHWjw_d0UtAB5KL5XVKfAFXMrYG6BJ9-CKab4F8LI6-E5X3xTWBLyAWvk9ijb_qX9DUp9NXhotKU_7qLkILywwiAA\u0026jshs=0\u0026idp_hint=github.com","DisplayName":"GitHub","Promoted":false}],"fEnableShowResendCode":true,"iShowResendCodeDelay":90000,"sSMSCtryPhoneData":"AF~Afghanistan~93!!!AX~Åland Islands~358!!!AL~Albania~355!!!DZ~Algeria~213!!!AS~American Samoa~1!!!AD~Andorra~376!!!AO~Angola~244!!!AI~Anguilla~1!!!AG~Antigua and Barbuda~1!!!AR~Argentina~54!!!AM~Armenia~374!!!AW~Aruba~297!!!AC~Ascension Island~247!!!AU~Australia~61!!!AT~Austria~43!!!AZ~Azerbaijan~994!!!BS~Bahamas~1!!!BH~Bahrain~973!!!BD~Bangladesh~880!!!BB~Barbados~1!!!BY~Belarus~375!!!BE~Belgium~32!!!BZ~Belize~501!!!BJ~Benin~229!!!BM~Bermuda~1!!!BT~Bhutan~975!!!BO~Bolivia~591!!!BQ~Bonaire~599!!!BA~Bosnia and Herzegovina~387!!!BW~Botswana~267!!!BR~Brazil~55!!!IO~British Indian Ocean Territory~246!!!VG~British Virgin Islands~1!!!BN~Brunei~673!!!BG~Bulgaria~359!!!BF~Burkina Faso~226!!!BI~Burundi~257!!!CV~Cabo Verde~238!!!KH~Cambodia~855!!!CM~Cameroon~237!!!CA~Canada~1!!!KY~Cayman Islands~1!!!CF~Central African Republic~236!!!TD~Chad~235!!!CL~Chile~56!!!CN~China~86!!!CX~Christmas Island~61!!!CC~Cocos (Keeling) Islands~61!!!CO~Colombia~57!!!KM~Comoros~269!!!CG~Congo~242!!!CD~Congo (DRC)~243!!!CK~Cook Islands~682!!!CR~Costa Rica~506!!!CI~Côte d\u0027Ivoire~225!!!HR~Croatia~385!!!CU~Cuba~53!!!CW~Curaçao~599!!!CY~Cyprus~357!!!CZ~Czechia~420!!!DK~Denmark~45!!!DJ~Djibouti~253!!!DM~Dominica~1!!!DO~Dominican Republic~1!!!EC~Ecuador~593!!!EG~Egypt~20!!!SV~El Salvador~503!!!GQ~Equatorial Guinea~240!!!ER~Eritrea~291!!!EE~Estonia~372!!!ET~Ethiopia~251!!!FK~Falkland Islands~500!!!FO~Faroe Islands~298!!!FJ~Fiji~679!!!FI~Finland~358!!!FR~France~33!!!GF~French Guiana~594!!!PF~French Polynesia~689!!!GA~Gabon~241!!!GM~Gambia~220!!!GE~Georgia~995!!!DE~Germany~49!!!GH~Ghana~233!!!GI~Gibraltar~350!!!GR~Greece~30!!!GL~Greenland~299!!!GD~Grenada~1!!!GP~Guadeloupe~590!!!GU~Guam~1!!!GT~Guatemala~502!!!GG~Guernsey~44!!!GN~Guinea~224!!!GW~Guinea-Bissau~245!!!GY~Guyana~592!!!HT~Haiti~509!!!HN~Honduras~504!!!HK~Hong Kong SAR~852!!!HU~Hungary~36!!!IS~Iceland~354!!!IN~India~91!!!ID~Indonesia~62!!!IR~Iran~98!!!IQ~Iraq~964!!!IE~Ireland~353!!!IM~Isle of Man~44!!!IL~Israel~972!!!IT~Italy~39!!!JM~Jamaica~1!!!JP~Japan~81!!!JE~Jersey~44!!!JO~Jordan~962!!!KZ~Kazakhstan~7!!!KE~Kenya~254!!!KI~Kiribati~686!!!KR~Korea~82!!!KW~Kuwait~965!!!KG~Kyrgyzstan~996!!!LA~Laos~856!!!LV~Latvia~371!!!LB~Lebanon~961!!!LS~Lesotho~266!!!LR~Liberia~231!!!LY~Libya~218!!!LI~Liechtenstein~423!!!LT~Lithuania~370!!!LU~Luxembourg~352!!!MO~Macao SAR~853!!!MG~Madagascar~261!!!MW~Malawi~265!!!MY~Malaysia~60!!!MV~Maldives~960!!!ML~Mali~223!!!MT~Malta~356!!!MH~Marshall Islands~692!!!MQ~Martinique~596!!!MR~Mauritania~222!!!MU~Mauritius~230!!!YT~Mayotte~262!!!MX~Mexico~52!!!FM~Micronesia~691!!!MD~Moldova~373!!!MC~Monaco~377!!!MN~Mongolia~976!!!ME~Montenegro~382!!!MS~Montserrat~1!!!MA~Morocco~212!!!MZ~Mozambique~258!!!MM~Myanmar~95!!!NA~Namibia~264!!!NR~Nauru~674!!!NP~Nepal~977!!!NL~Netherlands~31!!!NC~New Caledonia~687!!!NZ~New Zealand~64!!!NI~Nicaragua~505!!!NE~Niger~227!!!NG~Nigeria~234!!!NU~Niue~683!!!NF~Norfolk Island~672!!!KP~North Korea~850!!!MK~North Macedonia~389!!!MP~Northern Mariana Islands~1!!!NO~Norway~47!!!OM~Oman~968!!!PK~Pakistan~92!!!PW~Palau~680!!!PS~Palestinian Authority~970!!!PA~Panama~507!!!PG~Papua New Guinea~675!!!PY~Paraguay~595!!!PE~Peru~51!!!PH~Philippines~63!!!PL~Poland~48!!!PT~Portugal~351!!!PR~Puerto Rico~1!!!QA~Qatar~974!!!RE~Réunion~262!!!RO~Romania~40!!!RU~Russia~7!!!RW~Rwanda~250!!!BL~Saint Barthélemy~590!!!KN~Saint Kitts and Nevis~1!!!LC~Saint Lucia~1!!!MF~Saint Martin~590!!!PM~Saint Pierre and Miquelon~508!!!VC~Saint Vincent and the Grenadines~1!!!WS~Samoa~685!!!SM~San Marino~378!!!ST~São Tomé and Príncipe~239!!!SA~Saudi Arabia~966!!!SN~Senegal~221!!!RS~Serbia~381!!!SC~Seychelles~248!!!SL~Sierra Leone~232!!!SG~Singapore~65!!!SX~Sint Maarten~1!!!SK~Slovakia~421!!!SI~Slovenia~386!!!SB~Solomon Islands~677!!!SO~Somalia~252!!!ZA~South Africa~27!!!SS~South Sudan~211!!!ES~Spain~34!!!LK~Sri Lanka~94!!!SH~St Helena, Ascension, and Tristan da Cunha~290!!!SD~Sudan~249!!!SR~Suriname~597!!!SJ~Svalbard~47!!!SZ~Swaziland~268!!!SE~Sweden~46!!!CH~Switzerland~41!!!SY~Syria~963!!!TW~Taiwan~886!!!TJ~Tajikistan~992!!!TZ~Tanzania~255!!!TH~Thailand~66!!!TL~Timor-Leste~670!!!TG~Togo~228!!!TK~Tokelau~690!!!TO~Tonga~676!!!TT~Trinidad and Tobago~1!!!TA~Tristan da Cunha~290!!!TN~Tunisia~216!!!TR~Turkey~90!!!TM~Turkmenistan~993!!!TC~Turks and Caicos Islands~1!!!TV~Tuvalu~688!!!VI~U.S. Virgin Islands~1!!!UG~Uganda~256!!!UA~Ukraine~380!!!AE~United Arab Emirates~971!!!GB~United Kingdom~44!!!US~United States~1!!!UY~Uruguay~598!!!UZ~Uzbekistan~998!!!VU~Vanuatu~678!!!VA~Vatican City~39!!!VE~Venezuela~58!!!VN~Vietnam~84!!!WF~Wallis and Futuna~681!!!YE~Yemen~967!!!ZM~Zambia~260!!!ZW~Zimbabwe~263","fUseInlinePhoneNumber":true,"fDetectBrowserCapabilities":true,"fUseMinHeight":true,"fShouldSupportTargetCredentialForRecovery":true,"fAvoidNewOtcGenerationWhenAlreadySent":true,"fEnableProofTypeValidation":true,"fUseCertificateInterstitialView":true,"fIsPasskeySupportEnabled":true,"arrPromotedFedCredTypes":[],"fShowUserAlreadyExistErrorHandling":true,"fBlockOnAppleEmailClaimError":true,"fIsVerifiableCredentialsSupportEnabled":true,"iVerifiableCredentialPresentationPollingIntervalSeconds":0.5,"iVerifiableCredentialPresentationPollingTimeoutSeconds":300,"fIsQrPinEnabled":true,"fPasskeyAssertionRedirect":true,"fShowProgressForPasskeyAutofill":true,"fFixUrlExternalIdpFederation":true,"fEnableBackButtonBugFix":true,"fEnableTotalLossRecovery":true,"fUpdatePromotedCredTypesOrder":true,"fUseNewPromotedCredsComponent":true,"urlSessionState":"https://login.microsoftonline.com/common/DeviceCodeStatus","urlResetPassword":"https://passwordreset.microsoftonline.com/?ru=https%3a%2f%2flogin.microsoftonline.com%2fcommon%2freprocess%3fctx%3drQQIARAAhdO9j9t0AMbx5N64O5U2PRjodqoYEMXJL35NDlUofkliO86LYyexQTJ-txO_Jbbz4r-gC-KmDt2KhEA3ISZUCYm5UyWYOhU2uoAQQifEgIC5Ynmk7_58To8b1TpaBVXw7j5cBRdvowSOoShmQAhs4hDaNADUQGwcqltNhMAxmMBNfXV2Wsn6337yIfEB9fju3Tvf__7n5VX53MuyJL2o1TabTTV2HN-0q2Yc1gI9svzIXcPflMvPyuVHe4d2BMnjq70UR5p1GGk2CByHMaQBA7gqhG1flURPleRMkMRA2AEgFKrfkxZbdc5kytwLhakCq7QYCHPPG3QmQV8SCpVuZYo0CZUxAP2pgPamzE6QzEyQOE-gVV-VRmBAK-jzvVuDVp558D8Tr_zC_m3vxIlXoZbEafZo_-HBXBN512gO8HWuOeaCjzEVESI3DdoICuLJypliSKjgeAiRlBGojaGiJXguMgI1lfz1eOzuYI1BsoEeDiyBTj2N7vgcT9q8RoRkJCtb2Wj2omY2odxCXQ6H6WRoxvOlu8mkLmuT8UxGiGSF9OZoRluDeU-3UCzBEnlJTTHKExlZGQGWLWb0SnVHiO8AmFt0TVXj9XoREX7L6UX9yZIkpBBe0Sy5tphgprvbaYyhUGC3O4Ux8jhE1EZKwdWHqkHWnTYoZiGqmklOd0U3SeMVtKVGlCb4jF5v45meoTpLaQQJkh7Rs3XH6ynDZbLbWvByEheTGJWwRGhvWd_xst2mXow1QdhApjBFtMzqomJX8cVdSBmAVYHkLhx-I_u4xtBzk9uKi74LsZ3VSG1yHSPHSHOB5FxO1v3FrNVbwvPY4Z1-QtkMALiX9Hs-x0JQ1vfXvDb1uTHd6rrDYQLRI44fiGq_0JB8RKXRKAwYVrcWy7WcFPaMA510MjKQAtn5RF2VViTrtTCDRuAiHE48mZ8NEz0fwu0evtByMcVBYe3aUYFkxiD1W1f7d15x7zX89f6RGYdhHD3dJ-LEjnzrPFnFjh_YryKxhmuDf6sbh3a1FQTPDsovD24cH1duvlU6L73zJji-Pih_dnh2Wvnp4z8el6WPuCc_vx99eQ8vPT2swYw5VSeUPKwtQbD2t3p93JFiF5fNxORDjOmIvKggTttJ3fv4Rf3yqHx5dPT06ISltT4jNTTw61H5wWulJyf_K_b5jTdOT3NfC2JTD-z07D-5371eur75w-ef_vjwry9-6b689Z5gBbRqMjmat2eAnxswTd5bLXcIxS_XTIoooTeXrTXOF13m_leV0otK6cXt0vXtyoOz0t81\u0026mkt=en-US\u0026hosted=0\u0026device_platform=Linux","urlMsaResetPassword":"https://account.live.com/password/reset?wreply=https%3a%2f%2flogin.microsoftonline.com%2fcommon%2freprocess%3fctx%3drQQIARAAhdO9j9t0AMbx5N64O5U2PRjodqoYEMXJL35NDlUofkliO86LYyexQTJ-txO_Jbbz4r-gC-KmDt2KhEA3ISZUCYm5UyWYOhU2uoAQQifEgIC5Ynmk7_58To8b1TpaBVXw7j5cBRdvowSOoShmQAhs4hDaNADUQGwcqltNhMAxmMBNfXV2Wsn6337yIfEB9fju3Tvf__7n5VX53MuyJL2o1TabTTV2HN-0q2Yc1gI9svzIXcPflMvPyuVHe4d2BMnjq70UR5p1GGk2CByHMaQBA7gqhG1flURPleRMkMRA2AEgFKrfkxZbdc5kytwLhakCq7QYCHPPG3QmQV8SCpVuZYo0CZUxAP2pgPamzE6QzEyQOE-gVV-VRmBAK-jzvVuDVp558D8Tr_zC_m3vxIlXoZbEafZo_-HBXBN512gO8HWuOeaCjzEVESI3DdoICuLJypliSKjgeAiRlBGojaGiJXguMgI1lfz1eOzuYI1BsoEeDiyBTj2N7vgcT9q8RoRkJCtb2Wj2omY2odxCXQ6H6WRoxvOlu8mkLmuT8UxGiGSF9OZoRluDeU-3UCzBEnlJTTHKExlZGQGWLWb0SnVHiO8AmFt0TVXj9XoREX7L6UX9yZIkpBBe0Sy5tphgprvbaYyhUGC3O4Ux8jhE1EZKwdWHqkHWnTYoZiGqmklOd0U3SeMVtKVGlCb4jF5v45meoTpLaQQJkh7Rs3XH6ynDZbLbWvByEheTGJWwRGhvWd_xst2mXow1QdhApjBFtMzqomJX8cVdSBmAVYHkLhx-I_u4xtBzk9uKi74LsZ3VSG1yHSPHSHOB5FxO1v3FrNVbwvPY4Z1-QtkMALiX9Hs-x0JQ1vfXvDb1uTHd6rrDYQLRI44fiGq_0JB8RKXRKAwYVrcWy7WcFPaMA510MjKQAtn5RF2VViTrtTCDRuAiHE48mZ8NEz0fwu0evtByMcVBYe3aUYFkxiD1W1f7d15x7zX89f6RGYdhHD3dJ-LEjnzrPFnFjh_YryKxhmuDf6sbh3a1FQTPDsovD24cH1duvlU6L73zJji-Pih_dnh2Wvnp4z8el6WPuCc_vx99eQ8vPT2swYw5VSeUPKwtQbD2t3p93JFiF5fNxORDjOmIvKggTttJ3fv4Rf3yqHx5dPT06ISltT4jNTTw61H5wWulJyf_K_b5jTdOT3NfC2JTD-z07D-5371eur75w-ef_vjwry9-6b689Z5gBbRqMjmat2eAnxswTd5bLXcIxS_XTIoooTeXrTXOF13m_leV0otK6cXt0vXtyoOz0t81\u0026mkt=en-US","fFixUrlResetPassword":true,"urlSignUp":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fwww.office.com%2flandingv2\u0026response_type=code+id_token\u0026state=j_RKgb9O6vu_fckKo5Z3MngslF340oVrfW53mY66m-BCblZ8PY_p6uREMCWTivSSgy2_E3tOamOdMDsh_DGiJKBeK_7mBnUYxUb9Ln9tVCgzZqPPsVPcojqgwtTHIeBoXU37pr3Lj4tDdOjLad45p5pUqCW5ChREUYQ0IIzXDrZgQ3if02JkHcZ_Ka1zn7iAfLnNVqB7Tm2rDIBvdElXagxWo54-leFGzbQhJ3R_QYzJ1PZbB1fF0zXm4ZcpuDHRgpsor-xCQC_MiEa1F6tat4aIC_7B0pL7LeafhLYPqpyxd2qVozVo4T5pMFxIifhtyw1zS_MMw-cMW3_tdH4RHYiRymCb0IZ0TgkfKwUi6_EDjcJxRkNg-IGrQZ9JGbu5Bck3uJuB1ikXALq2jofKfNpCeE006hpNLiJI--tNivK_WiJSDAHgPPp-DQJKORZNz_3uQCsnQmlEIadkqvUpzeXJ0GsVQb3z3yi71ZTrBIhA5bD32zmPVhUKXPpauP2FL6k_uRs60zdyFnz3tbOsiA\u0026response_mode=form_post\u0026nonce=639123987662538202.MmFiZTRhZTUtMTRlMy00MzZiLTkxZjEtYjhmMWY2ZDRlMjhhOGVlNTMzZDAtYTVmYS00NWM4LWEyMTctMTJhMDZiZTQ0ODY4\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=8dbd4e74375b433fa1222219d3f4fa90\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026signup=1\u0026lw=1\u0026fl=easi2\u0026epctrc=2EcWZVCUP%2fq0lvixa1SGTog6UcpcKm5EGRKRY3fFfsg%3d6%3a1%3aCANARY%3aMdlDZcEu4uFX0Kjb2DB%2brqy3CKqvEs3YmhjUdv6KzHE%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAupU8BugMXYq-uRLHiGKZGedxhPWXLngnEic-04fBWkOwJ4xrO31ZQOw7j-at-bvbb_Y_v1zm0pShbEGnN_c-VulO2E4Vs9zd_EUK544NMtiZ7wKZbNEkmS3-1Dbl7gm-mciLiGomkwTo4LnrO9Oap_yRYs4ZZ00kimsqTUu2-DhnETNOsbuZi493UgknaAg1_CKThuNJFyrGqf8p_M9jwCAA\u0026jshs=0","urlGetCredentialType":"https://login.microsoftonline.com/common/GetCredentialType?mkt=en-US","urlGetRecoveryCredentialType":"https://login.microsoftonline.com/common/getrecoverycredentialtype?mkt=en-US","urlGetOneTimeCode":"https://login.microsoftonline.com/common/GetOneTimeCode","urlLogout":"https://login.microsoftonline.com/common/uxlogout","urlForget":"https://login.microsoftonline.com/forgetuser","urlDisambigRename":"https://go.microsoft.com/fwlink/p/?LinkID=733247","urlGoToAADError":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fwww.office.com%2flandingv2\u0026response_type=code+id_token\u0026state=j_RKgb9O6vu_fckKo5Z3MngslF340oVrfW53mY66m-BCblZ8PY_p6uREMCWTivSSgy2_E3tOamOdMDsh_DGiJKBeK_7mBnUYxUb9Ln9tVCgzZqPPsVPcojqgwtTHIeBoXU37pr3Lj4tDdOjLad45p5pUqCW5ChREUYQ0IIzXDrZgQ3if02JkHcZ_Ka1zn7iAfLnNVqB7Tm2rDIBvdElXagxWo54-leFGzbQhJ3R_QYzJ1PZbB1fF0zXm4ZcpuDHRgpsor-xCQC_MiEa1F6tat4aIC_7B0pL7LeafhLYPqpyxd2qVozVo4T5pMFxIifhtyw1zS_MMw-cMW3_tdH4RHYiRymCb0IZ0TgkfKwUi6_EDjcJxRkNg-IGrQZ9JGbu5Bck3uJuB1ikXALq2jofKfNpCeE006hpNLiJI--tNivK_WiJSDAHgPPp-DQJKORZNz_3uQCsnQmlEIadkqvUpzeXJ0GsVQb3z3yi71ZTrBIhA5bD32zmPVhUKXPpauP2FL6k_uRs60zdyFnz3tbOsiA\u0026response_mode=form_post\u0026nonce=639123987662538202.MmFiZTRhZTUtMTRlMy00MzZiLTkxZjEtYjhmMWY2ZDRlMjhhOGVlNTMzZDAtYTVmYS00NWM4LWEyMTctMTJhMDZiZTQ0ODY4\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=8dbd4e74375b433fa1222219d3f4fa90\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026epctrc=2EcWZVCUP%2fq0lvixa1SGTog6UcpcKm5EGRKRY3fFfsg%3d6%3a1%3aCANARY%3aMdlDZcEu4uFX0Kjb2DB%2brqy3CKqvEs3YmhjUdv6KzHE%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAyz82QIRzJqRH5G0j36ne_4IGBgW5cxgaq12sx49VEUzBbaAenpFC3QngwcXgtTfQrxHs_YWi-PTknvYaOgvSFtTV0AiHXhVpY4V3dCs0oGZMPUzs2MPah65pjjBToDUuHWjw_d0UtAB5KL5XVKfAFXMrYG6BJ9-CKab4F8LI6-E5X3xTWBLyAWvk9ijb_qX9DUp9NXhotKU_7qLkILywwiAA\u0026jshs=0","urlDeviceFingerprinting":"","urlPIAEndAuth":"https://login.microsoftonline.com/common/PIA/EndAuth","urlStartTlr":"https://login.microsoftonline.com/common/tlr/start","fCBShowSignUp":true,"fKMSIEnabled":false,"iLoginMode":121,"fAllowPhoneSignIn":true,"fAllowPhoneInput":true,"fAllowSkypeNameLogin":true,"iMaxPollErrors":5,"iPollingTimeout":300,"srsSuccess":true,"fShowSwitchUser":true,"arrValErrs":["50058"],"sErrorCode":"50058","sWAMExtension":"ppnbnpeolgkicgegkbkbjmhlideopiji","sWAMChannel":"53ee284d-920a-4b59-9d30-a60315b26836","sErrTxt":"","sResetPasswordPrefillParam":"username","onPremPasswordValidationConfig":{"isUserRealmPrecheckEnabled":true},"fSwitchDisambig":true,"oCancelPostParams":{"error":"access_denied","error_subcode":"cancel","state":"j_RKgb9O6vu_fckKo5Z3MngslF340oVrfW53mY66m-BCblZ8PY_p6uREMCWTivSSgy2_E3tOamOdMDsh_DGiJKBeK_7mBnUYxUb9Ln9tVCgzZqPPsVPcojqgwtTHIeBoXU37pr3Lj4tDdOjLad45p5pUqCW5ChREUYQ0IIzXDrZgQ3if02JkHcZ_Ka1zn7iAfLnNVqB7Tm2rDIBvdElXagxWo54-leFGzbQhJ3R_QYzJ1PZbB1fF0zXm4ZcpuDHRgpsor-xCQC_MiEa1F6tat4aIC_7B0pL7LeafhLYPqpyxd2qVozVo4T5pMFxIifhtyw1zS_MMw-cMW3_tdH4RHYiRymCb0IZ0TgkfKwUi6_EDjcJxRkNg-IGrQZ9JGbu5Bck3uJuB1ikXALq2jofKfNpCeE006hpNLiJI--tNivK_WiJSDAHgPPp-DQJKORZNz_3uQCsnQmlEIadkqvUpzeXJ0GsVQb3z3yi71ZTrBIhA5bD32zmPVhUKXPpauP2FL6k_uRs60zdyFnz3tbOsiA","canary":"2EcWZVCUP/q0lvixa1SGTog6UcpcKm5EGRKRY3fFfsg=6:1:CANARY:MdlDZcEu4uFX0Kjb2DB+rqy3CKqvEs3YmhjUdv6KzHE="},"iRemoteNgcPollingType":2,"fUseNewNoPasswordTypes":true,"urlAadSignup":"https://signup.microsoft.com/signup?sku=teams_commercial_trial\u0026origin=ests\u0026culture=en-US","urlOidcDiscoveryEndpointFormat":"https://login.microsoftonline.com/{0}/.well-known/openid-configuration","urlTenantedEndpointFormat":"https://login.microsoftonline.com/{0}/oauth2/v2.0/authorize?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026redirect_uri=https%3a%2f%2fwww.office.com%2flandingv2\u0026response_type=code+id_token\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026response_mode=form_post\u0026nonce=639123987662538202.MmFiZTRhZTUtMTRlMy00MzZiLTkxZjEtYjhmMWY2ZDRlMjhhOGVlNTMzZDAtYTVmYS00NWM4LWEyMTctMTJhMDZiZTQ0ODY4\u0026ui_locales=en-US\u0026mkt=en-US\u0026client-request-id=8dbd4e74-375b-433f-a122-2219d3f4fa90\u0026state=j_RKgb9O6vu_fckKo5Z3MngslF340oVrfW53mY66m-BCblZ8PY_p6uREMCWTivSSgy2_E3tOamOdMDsh_DGiJKBeK_7mBnUYxUb9Ln9tVCgzZqPPsVPcojqgwtTHIeBoXU37pr3Lj4tDdOjLad45p5pUqCW5ChREUYQ0IIzXDrZgQ3if02JkHcZ_Ka1zn7iAfLnNVqB7Tm2rDIBvdElXagxWo54-leFGzbQhJ3R_QYzJ1PZbB1fF0zXm4ZcpuDHRgpsor-xCQC_MiEa1F6tat4aIC_7B0pL7LeafhLYPqpyxd2qVozVo4T5pMFxIifhtyw1zS_MMw-cMW3_tdH4RHYiRymCb0IZ0TgkfKwUi6_EDjcJxRkNg-IGrQZ9JGbu5Bck3uJuB1ikXALq2jofKfNpCeE006hpNLiJI--tNivK_WiJSDAHgPPp-DQJKORZNz_3uQCsnQmlEIadkqvUpzeXJ0GsVQb3z3yi71ZTrBIhA5bD32zmPVhUKXPpauP2FL6k_uRs60zdyFnz3tbOsiA\u0026x-client-SKU=ID_NET8_0\u0026x-client-ver=8.14.0.0\u0026allowbacktocommon=True","sCloudInstanceName":"microsoftonline.com","fShowSignInOptionsAsButton":true,"fUseNewPhoneSignInError":true,"fIsUpdatedAutocompleteEnabled":true,"fActivateFocusOnApprovalNumberRemoteNGC":true,"fIsPasskey":true,"fEnableDFPIntegration":true,"fEnableCenterFocusedApprovalNumber":true,"fShowPassKeyErrorUCP":true,"fFixPhoneDisambigSignupRedirect":true,"fEnableQrCodeA11YFixes":true,"fEnablePasskeyAwpError":true,"fEnableAuthenticatorTimeoutFix":true,"fEnablePasskeyAutofillUI":true,"sCrossDomainCanary":"PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAA8ImH9Ceb_TB678PT4nW12njd8Ey_6pteyVXnEhzdaCmPOntP5c21XGaj6p835m1sVeWTHHfCqS0W7YtWthlJd8bbOqfo2vEllN4rGqO99YEmUsOqORUBYbmmg8_EHYZCPmcrBXHEcCHeN-I2wviqJAmXhJ4DeSp4_3CS2SSZ-ehXGyV3dOWYzEAyzhWHppZS1VpNM0Bc2UIu6n-0TuGrnSAA","arrExcludedDisplayNames":["unknown"],"fFixShowRevealPassword":true,"fRemoveTLRFragment":true,"fEnableCredentialPickerBranding":true,"iMaxStackForKnockoutAsyncComponents":10000,"fShowButtons":true,"urlCdn":"https://aadcdn.msauth.net/shared/1.0/","urlDefaultFavicon":"https://aadcdn.msauth.net/shared/1.0/content/images/favicon_a_eupayfgghqiai7k9sol6lg2.ico","urlFooterTOU":"https://www.microsoft.com/en-US/servicesagreement/","urlFooterPrivacy":"https://privacy.microsoft.com/en-US/privacystatement","urlPost":"https://login.microsoftonline.com/common/login","urlPostAad":"https://login.microsoftonline.com/common/login","urlPostMsa":"https://login.live.com/ppsecure/partnerpost.srf?flow=fido\u0026client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fwww.office.com%2flandingv2\u0026response_type=code+id_token\u0026state=j_RKgb9O6vu_fckKo5Z3MngslF340oVrfW53mY66m-BCblZ8PY_p6uREMCWTivSSgy2_E3tOamOdMDsh_DGiJKBeK_7mBnUYxUb9Ln9tVCgzZqPPsVPcojqgwtTHIeBoXU37pr3Lj4tDdOjLad45p5pUqCW5ChREUYQ0IIzXDrZgQ3if02JkHcZ_Ka1zn7iAfLnNVqB7Tm2rDIBvdElXagxWo54-leFGzbQhJ3R_QYzJ1PZbB1fF0zXm4ZcpuDHRgpsor-xCQC_MiEa1F6tat4aIC_7B0pL7LeafhLYPqpyxd2qVozVo4T5pMFxIifhtyw1zS_MMw-cMW3_tdH4RHYiRymCb0IZ0TgkfKwUi6_EDjcJxRkNg-IGrQZ9JGbu5Bck3uJuB1ikXALq2jofKfNpCeE006hpNLiJI--tNivK_WiJSDAHgPPp-DQJKORZNz_3uQCsnQmlEIadkqvUpzeXJ0GsVQb3z3yi71ZTrBIhA5bD32zmPVhUKXPpauP2FL6k_uRs60zdyFnz3tbOsiA\u0026response_mode=form_post\u0026nonce=639123987662538202.MmFiZTRhZTUtMTRlMy00MzZiLTkxZjEtYjhmMWY2ZDRlMjhhOGVlNTMzZDAtYTVmYS00NWM4LWEyMTctMTJhMDZiZTQ0ODY4\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=8dbd4e74375b433fa1222219d3f4fa90\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026epctrc=2EcWZVCUP%2fq0lvixa1SGTog6UcpcKm5EGRKRY3fFfsg%3d6%3a1%3aCANARY%3aMdlDZcEu4uFX0Kjb2DB%2brqy3CKqvEs3YmhjUdv6KzHE%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAwjaihutZpcXG-ZcI0SWyZNkRri2qjwx3uG8v3v66VaZwM6f9dKPTTRrPO70gONsE_8QSlkDtbQVetDBcmL8s42bsoIhchGOujxb9lzoKyb9o_VaoJK-uRVuZmuYoJ53JbTuaoWmLyLijE6CDi_llCu6eahXocwmswqz8XqOgoasSFpImCUWMEFzeiCYT0nvfys0gf4nSYG9Ch_WenftmNyAA\u0026jshs=0","urlRefresh":"https://login.microsoftonline.com/common/reprocess?ctx=rQQIARAAhdO9j9t0AMbx5N64O5U2PRjodqoYEMXJL35NDlUofkliO86LYyexQTJ-txO_Jbbz4r-gC-KmDt2KhEA3ISZUCYm5UyWYOhU2uoAQQifEgIC5Ynmk7_58To8b1TpaBVXw7j5cBRdvowSOoShmQAhs4hDaNADUQGwcqltNhMAxmMBNfXV2Wsn6337yIfEB9fju3Tvf__7n5VX53MuyJL2o1TabTTV2HN-0q2Yc1gI9svzIXcPflMvPyuVHe4d2BMnjq70UR5p1GGk2CByHMaQBA7gqhG1flURPleRMkMRA2AEgFKrfkxZbdc5kytwLhakCq7QYCHPPG3QmQV8SCpVuZYo0CZUxAP2pgPamzE6QzEyQOE-gVV-VRmBAK-jzvVuDVp558D8Tr_zC_m3vxIlXoZbEafZo_-HBXBN512gO8HWuOeaCjzEVESI3DdoICuLJypliSKjgeAiRlBGojaGiJXguMgI1lfz1eOzuYI1BsoEeDiyBTj2N7vgcT9q8RoRkJCtb2Wj2omY2odxCXQ6H6WRoxvOlu8mkLmuT8UxGiGSF9OZoRluDeU-3UCzBEnlJTTHKExlZGQGWLWb0SnVHiO8AmFt0TVXj9XoREX7L6UX9yZIkpBBe0Sy5tphgprvbaYyhUGC3O4Ux8jhE1EZKwdWHqkHWnTYoZiGqmklOd0U3SeMVtKVGlCb4jF5v45meoTpLaQQJkh7Rs3XH6ynDZbLbWvByEheTGJWwRGhvWd_xst2mXow1QdhApjBFtMzqomJX8cVdSBmAVYHkLhx-I_u4xtBzk9uKi74LsZ3VSG1yHSPHSHOB5FxO1v3FrNVbwvPY4Z1-QtkMALiX9Hs-x0JQ1vfXvDb1uTHd6rrDYQLRI44fiGq_0JB8RKXRKAwYVrcWy7WcFPaMA510MjKQAtn5RF2VViTrtTCDRuAiHE48mZ8NEz0fwu0evtByMcVBYe3aUYFkxiD1W1f7d15x7zX89f6RGYdhHD3dJ-LEjnzrPFnFjh_YryKxhmuDf6sbh3a1FQTPDsovD24cH1duvlU6L73zJji-Pih_dnh2Wvnp4z8el6WPuCc_vx99eQ8vPT2swYw5VSeUPKwtQbD2t3p93JFiF5fNxORDjOmIvKggTttJ3fv4Rf3yqHx5dPT06ISltT4jNTTw61H5wWulJyf_K_b5jTdOT3NfC2JTD-z07D-5371eur75w-ef_vjwry9-6b689Z5gBbRqMjmat2eAnxswTd5bLXcIxS_XTIoooTeXrTXOF13m_leV0otK6cXt0vXtyoOz0t81","urlCancel":"https://www.office.com/landingv2","urlResume":"https://login.microsoftonline.com/common/resume?ctx=rQQIARAAhdO9j9t0AMbx5N64O5U2PRjodqoYEMXJL35NDlUofkliO86LYyexQTJ-txO_Jbbz4r-gC-KmDt2KhEA3ISZUCYm5UyWYOhU2uoAQQifEgIC5Ynmk7_58To8b1TpaBVXw7j5cBRdvowSOoShmQAhs4hDaNADUQGwcqltNhMAxmMBNfXV2Wsn6337yIfEB9fju3Tvf__7n5VX53MuyJL2o1TabTTV2HN-0q2Yc1gI9svzIXcPflMvPyuVHe4d2BMnjq70UR5p1GGk2CByHMaQBA7gqhG1flURPleRMkMRA2AEgFKrfkxZbdc5kytwLhakCq7QYCHPPG3QmQV8SCpVuZYo0CZUxAP2pgPamzE6QzEyQOE-gVV-VRmBAK-jzvVuDVp558D8Tr_zC_m3vxIlXoZbEafZo_-HBXBN512gO8HWuOeaCjzEVESI3DdoICuLJypliSKjgeAiRlBGojaGiJXguMgI1lfz1eOzuYI1BsoEeDiyBTj2N7vgcT9q8RoRkJCtb2Wj2omY2odxCXQ6H6WRoxvOlu8mkLmuT8UxGiGSF9OZoRluDeU-3UCzBEnlJTTHKExlZGQGWLWb0SnVHiO8AmFt0TVXj9XoREX7L6UX9yZIkpBBe0Sy5tphgprvbaYyhUGC3O4Ux8jhE1EZKwdWHqkHWnTYoZiGqmklOd0U3SeMVtKVGlCb4jF5v45meoTpLaQQJkh7Rs3XH6ynDZbLbWvByEheTGJWwRGhvWd_xst2mXow1QdhApjBFtMzqomJX8cVdSBmAVYHkLhx-I_u4xtBzk9uKi74LsZ3VSG1yHSPHSHOB5FxO1v3FrNVbwvPY4Z1-QtkMALiX9Hs-x0JQ1vfXvDb1uTHd6rrDYQLRI44fiGq_0JB8RKXRKAwYVrcWy7WcFPaMA510MjKQAtn5RF2VViTrtTCDRuAiHE48mZ8NEz0fwu0evtByMcVBYe3aUYFkxiD1W1f7d15x7zX89f6RGYdhHD3dJ-LEjnzrPFnFjh_YryKxhmuDf6sbh3a1FQTPDsovD24cH1duvlU6L73zJji-Pih_dnh2Wvnp4z8el6WPuCc_vx99eQ8vPT2swYw5VSeUPKwtQbD2t3p93JFiF5fNxORDjOmIvKggTttJ3fv4Rf3yqHx5dPT06ISltT4jNTTw61H5wWulJyf_K_b5jTdOT3NfC2JTD-z07D-5371eur75w-ef_vjwry9-6b689Z5gBbRqMjmat2eAnxswTd5bLXcIxS_XTIoooTeXrTXOF13m_leV0otK6cXt0vXtyoOz0t81","iPawnIcon":0,"iPollingInterval":1,"sPOST_Username":"","fEnableNumberMatching":true,"sFT":"BgABIQEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzAQAAAAAA_z-DSzucSWEZfJxDZyfl0F4dugFL88Kiw9dzjOeF200123_kC3WE2CPMachPt4-kZrRnkVTmlVK_dm5Kk3sDCN2GxnaILTPM-NhxUHum9lZL1VZJB8MOUlNhwVXIgXII4zoVJkruPKD6RhYCegg4PqbhmzA7ww74BJu69Tb9_8E2hAcWu112J__WZsjDReGIJGeZTk_kLSaOWl_kG0sFWDhJ1OaPyD3HtIQkw2MwpRxeDbElcaA6FPHHyhbCkwiq3G1v4TddMiWJbbpFRQxnFHhpGzYMoSNzTuLd_sWcnTNeqAxKgwcGj34UreFO_2L9GbBUELsvD7fMpcoaWEF5fYx61z_APkH3QYQN7X-11WO2iB9WHNPR1H9RPqw9V0cKCnRtQl0vAeiKlIMhFQe6j0AMP1u4opeVoyNSCjTjkA39dLm3Qm0LbCIb4yYBWhXb9FcAzsv-bCpb0gJJwC-u0cbpL_PUswXv1QAhY5hv7e35TXvurgt1vlwAAW49xbCNy2NQcVrAnA3c7tZ1iseT9F8nBVkYEfhCiNRKgIVnD2sJ3jYbQj3IBPxOx3rWzUqCRv7dvIaQQcHAh7w5rBpix3DhdmQXFIOkzTeiI7wuZSijdeFd-vPQfWafxp428hAk1lYPJGVSczqkNf9eK8veU2_HUedNg1l0cyXmAt_kzcEi5qFgMC3jZcuxSWEWLNSrW7F51sM_zu6ACufTsWRdkUlMbX2dqACTk-4pIN7aRGKjL3G_5czH1R9KhafIVKVm_M0EPbcJgAG20VFHQ3NhmjjCjLNdyVpIBINTu8tck50lIcnOkLepfy-cqQpDfrwzxyQxHj3muZA5Xeew2HpZLK415W_Sy5eliiAT6IIzbeCWXFBMV6uL5b2eiXRDw6mk1OoVhwFnAehUSHI1H09Lh-JD9jbEfhgPLOjN4NZx8vWqYNtH5BzunsExXHl3Rs0ZNOwV5BVy18Vt6ufEONlZ3NY2sE1eeiwcXtwuCaNlpVQbc5D3AV8xG1tAD4tCDwoqGDHZGiE3Z-TqTgroVN9oPHyIPAgJRyVAlGc9qRZf2DYNW9SaUJ7i1Ct2Zm3gfCU-YoL-RcZZn8J2hCqrfDnSYCAA","sFTName":"flowToken","sSessionIdentifierName":"code","sCtx":"rQQIARAAhdO9j9t0AMbx5N64O5U2PRjodqoYEMXJL35NDlUofkliO86LYyexQTJ-txO_Jbbz4r-gC-KmDt2KhEA3ISZUCYm5UyWYOhU2uoAQQifEgIC5Ynmk7_58To8b1TpaBVXw7j5cBRdvowSOoShmQAhs4hDaNADUQGwcqltNhMAxmMBNfXV2Wsn6337yIfEB9fju3Tvf__7n5VX53MuyJL2o1TabTTV2HN-0q2Yc1gI9svzIXcPflMvPyuVHe4d2BMnjq70UR5p1GGk2CByHMaQBA7gqhG1flURPleRMkMRA2AEgFKrfkxZbdc5kytwLhakCq7QYCHPPG3QmQV8SCpVuZYo0CZUxAP2pgPamzE6QzEyQOE-gVV-VRmBAK-jzvVuDVp558D8Tr_zC_m3vxIlXoZbEafZo_-HBXBN512gO8HWuOeaCjzEVESI3DdoICuLJypliSKjgeAiRlBGojaGiJXguMgI1lfz1eOzuYI1BsoEeDiyBTj2N7vgcT9q8RoRkJCtb2Wj2omY2odxCXQ6H6WRoxvOlu8mkLmuT8UxGiGSF9OZoRluDeU-3UCzBEnlJTTHKExlZGQGWLWb0SnVHiO8AmFt0TVXj9XoREX7L6UX9yZIkpBBe0Sy5tphgprvbaYyhUGC3O4Ux8jhE1EZKwdWHqkHWnTYoZiGqmklOd0U3SeMVtKVGlCb4jF5v45meoTpLaQQJkh7Rs3XH6ynDZbLbWvByEheTGJWwRGhvWd_xst2mXow1QdhApjBFtMzqomJX8cVdSBmAVYHkLhx-I_u4xtBzk9uKi74LsZ3VSG1yHSPHSHOB5FxO1v3FrNVbwvPY4Z1-QtkMALiX9Hs-x0JQ1vfXvDb1uTHd6rrDYQLRI44fiGq_0JB8RKXRKAwYVrcWy7WcFPaMA510MjKQAtn5RF2VViTrtTCDRuAiHE48mZ8NEz0fwu0evtByMcVBYe3aUYFkxiD1W1f7d15x7zX89f6RGYdhHD3dJ-LEjnzrPFnFjh_YryKxhmuDf6sbh3a1FQTPDsovD24cH1duvlU6L73zJji-Pih_dnh2Wvnp4z8el6WPuCc_vx99eQ8vPT2swYw5VSeUPKwtQbD2t3p93JFiF5fNxORDjOmIvKggTttJ3fv4Rf3yqHx5dPT06ISltT4jNTTw61H5wWulJyf_K_b5jTdOT3NfC2JTD-z07D-5371eur75w-ef_vjwry9-6b689Z5gBbRqMjmat2eAnxswTd5bLXcIxS_XTIoooTeXrTXOF13m_leV0otK6cXt0vXtyoOz0t81","iProductIcon":-1,"fEnableOneDSClientTelemetry":true,"staticTenantBranding":null,"oAppCobranding":{},"iBackgroundImage":4,"arrSessions":[],"urlMsaMeControl":"https://login.live.com/Me.srf?wa=wsignin1.0\u0026idpflag=direct\u0026wreply=https%3a%2f%2flogin.microsoftonline.com","urlMsaStaticMeControl":"https://login.live.com/Me.htm?v=3","fApplicationInsightsEnabled":false,"iApplicationInsightsEnabledPercentage":0,"urlSetDebugMode":"https://login.microsoftonline.com/common/debugmode","fEnableCssAnimation":true,"fDisableAnimationIfAnimationEndUnsupported":true,"fSsoFeasible":true,"fAllowGrayOutLightBox":true,"fProvideV2SsoImprovements":true,"fUseMsaSessionState":true,"fIsRemoteNGCSupported":true,"desktopSsoConfig":{"isEdgeAnaheimAllowed":true,"iwaEndpointUrlFormat":"https://autologon.microsoftazuread-sso.com/{0}/winauth/sso?client-request-id=8dbd4e74-375b-433f-a122-2219d3f4fa90","iwaSsoProbeUrlFormat":"https://autologon.microsoftazuread-sso.com/{0}/winauth/ssoprobe?client-request-id=8dbd4e74-375b-433f-a122-2219d3f4fa90","iwaIFrameUrlFormat":"https://autologon.microsoftazuread-sso.com/{0}/winauth/iframe?client-request-id=8dbd4e74-375b-433f-a122-2219d3f4fa90\u0026isAdalRequest=False","iwaRequestTimeoutInMs":10000,"startDesktopSsoOnPageLoad":false,"progressAnimationTimeout":10000,"isEdgeAllowed":false,"minDssoEdgeVersion":"17","isSafariAllowed":true,"redirectUri":"https://www.office.com/landingv2","redirectDssoErrorPostParams":{"error":"interaction_required","error_description":"Session information is not sufficient for single-sign-on.","state":"j_RKgb9O6vu_fckKo5Z3MngslF340oVrfW53mY66m-BCblZ8PY_p6uREMCWTivSSgy2_E3tOamOdMDsh_DGiJKBeK_7mBnUYxUb9Ln9tVCgzZqPPsVPcojqgwtTHIeBoXU37pr3Lj4tDdOjLad45p5pUqCW5ChREUYQ0IIzXDrZgQ3if02JkHcZ_Ka1zn7iAfLnNVqB7Tm2rDIBvdElXagxWo54-leFGzbQhJ3R_QYzJ1PZbB1fF0zXm4ZcpuDHRgpsor-xCQC_MiEa1F6tat4aIC_7B0pL7LeafhLYPqpyxd2qVozVo4T5pMFxIifhtyw1zS_MMw-cMW3_tdH4RHYiRymCb0IZ0TgkfKwUi6_EDjcJxRkNg-IGrQZ9JGbu5Bck3uJuB1ikXALq2jofKfNpCeE006hpNLiJI--tNivK_WiJSDAHgPPp-DQJKORZNz_3uQCsnQmlEIadkqvUpzeXJ0GsVQb3z3yi71ZTrBIhA5bD32zmPVhUKXPpauP2FL6k_uRs60zdyFnz3tbOsiA","canary":"2EcWZVCUP/q0lvixa1SGTog6UcpcKm5EGRKRY3fFfsg=6:1:CANARY:MdlDZcEu4uFX0Kjb2DB+rqy3CKqvEs3YmhjUdv6KzHE="},"isIEAllowedForSsoProbe":true,"edgeRedirectUri":"https://autologon.microsoftazuread-sso.com/common/winauth/sso/edgeredirect?client-request-id=8dbd4e74-375b-433f-a122-2219d3f4fa90\u0026origin=login.microsoftonline.com\u0026is_redirected=1","isFlowTokenPassedInEdge":true},"urlLogin":"https://login.microsoftonline.com/common/reprocess?ctx=rQQIARAAhdO9j9t0AMbx5N64O5U2PRjodqoYEMXJL35NDlUofkliO86LYyexQTJ-txO_Jbbz4r-gC-KmDt2KhEA3ISZUCYm5UyWYOhU2uoAQQifEgIC5Ynmk7_58To8b1TpaBVXw7j5cBRdvowSOoShmQAhs4hDaNADUQGwcqltNhMAxmMBNfXV2Wsn6337yIfEB9fju3Tvf__7n5VX53MuyJL2o1TabTTV2HN-0q2Yc1gI9svzIXcPflMvPyuVHe4d2BMnjq70UR5p1GGk2CByHMaQBA7gqhG1flURPleRMkMRA2AEgFKrfkxZbdc5kytwLhakCq7QYCHPPG3QmQV8SCpVuZYo0CZUxAP2pgPamzE6QzEyQOE-gVV-VRmBAK-jzvVuDVp558D8Tr_zC_m3vxIlXoZbEafZo_-HBXBN512gO8HWuOeaCjzEVESI3DdoICuLJypliSKjgeAiRlBGojaGiJXguMgI1lfz1eOzuYI1BsoEeDiyBTj2N7vgcT9q8RoRkJCtb2Wj2omY2odxCXQ6H6WRoxvOlu8mkLmuT8UxGiGSF9OZoRluDeU-3UCzBEnlJTTHKExlZGQGWLWb0SnVHiO8AmFt0TVXj9XoREX7L6UX9yZIkpBBe0Sy5tphgprvbaYyhUGC3O4Ux8jhE1EZKwdWHqkHWnTYoZiGqmklOd0U3SeMVtKVGlCb4jF5v45meoTpLaQQJkh7Rs3XH6ynDZbLbWvByEheTGJWwRGhvWd_xst2mXow1QdhApjBFtMzqomJX8cVdSBmAVYHkLhx-I_u4xtBzk9uKi74LsZ3VSG1yHSPHSHOB5FxO1v3FrNVbwvPY4Z1-QtkMALiX9Hs-x0JQ1vfXvDb1uTHd6rrDYQLRI44fiGq_0JB8RKXRKAwYVrcWy7WcFPaMA510MjKQAtn5RF2VViTrtTCDRuAiHE48mZ8NEz0fwu0evtByMcVBYe3aUYFkxiD1W1f7d15x7zX89f6RGYdhHD3dJ-LEjnzrPFnFjh_YryKxhmuDf6sbh3a1FQTPDsovD24cH1duvlU6L73zJji-Pih_dnh2Wvnp4z8el6WPuCc_vx99eQ8vPT2swYw5VSeUPKwtQbD2t3p93JFiF5fNxORDjOmIvKggTttJ3fv4Rf3yqHx5dPT06ISltT4jNTTw61H5wWulJyf_K_b5jTdOT3NfC2JTD-z07D-5371eur75w-ef_vjwry9-6b689Z5gBbRqMjmat2eAnxswTd5bLXcIxS_XTIoooTeXrTXOF13m_leV0otK6cXt0vXtyoOz0t81","urlDssoStatus":"https://login.microsoftonline.com/common/instrumentation/dssostatus","iSessionPullType":3,"fUseSameSite":true,"iAllowedIdentities":2,"isGlobalTenant":true,"uiflavor":1001,"urlFidoHelp":"https://go.microsoft.com/fwlink/?linkid=2013738","urlFidoLogin":"https://login.microsoft.com/common/fido/get?uiflavor=Web","fIsFidoSupported":true,"fLoadStringCustomizationPromises":true,"fUseAlternateTextForSwitchToCredPickerLink":true,"fOfflineAccountVisible":false,"fEnableUserStateFix":true,"fAccessPassSupported":true,"fShowAccessPassPeek":true,"fUpdateSessionPollingLogic":true,"fEnableShowPickerCredObservable":true,"fFetchSessionsSkipDsso":true,"fIsCiamUserFlowUxNewLogicEnabled":true,"fUseNonMicrosoftDefaultBrandingForCiam":true,"sCompanyDisplayName":"Microsoft Services","fRemoveCustomCss":true,"fFixUICrashForApiRequestHandler":true,"fShowUpdatedKoreanPrivacyFooter":true,"fUsePostCssHotfix":true,"fFixUserFlowBranding":true,"fIsQrCodePinSupported":true,"fEnablePasskeyNullFix":true,"fEnableRefreshCookiesFix":true,"fEnableWebNativeBridgeInterstitialUx":true,"fEnableThisAppOnlyUxSupport":true,"fEnableWindowParentingFix":true,"fEnableNativeBridgeErrors":true,"urlAcmaServerPath":"https://login.microsoftonline.com","sTenantId":"common","sMkt":"en-US","fIsDesktop":true,"fUpdateConfigInit":true,"fLogDisallowedCssProperties":true,"fDisallowExternalFonts":true,"sFidoChallenge":"O.eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IlUxc1g4WUZIUzdaNlZsN1ZITEl6VGVqYnZqMCJ9.eyJhdWQiOiJ1cm46bWljcm9zb2Z0OmZpZG86Y2hhbGxlbmdlIiwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnQuY29tIiwiaWF0IjoxNzc2ODAxOTY2LCJuYmYiOjE3NzY4MDE5NjYsImV4cCI6MTc3NjgwMjI2Nn0.Vbf9V3HqFaJ00gv9p9rGzCzOs1eJ2HVvyaToKOyfwptQ5eEtn33oWAxjN57btBk0kNNbGbNABAVF_b-BTgmRPXLOO7QUVQqEDdTaCDBEKOORKCPk36ziUiFFtv-hOY7ZZ6QRQJwDDEfKQZ-gnu86SCwAOU_inYyoffFqEepCbB2lGtktXqfynA05TCbJTTLxb3UriiSANpJllbT4t8gzvNQM_eDwmzBrFMoh53iBzfmZ26UQ-ayKmdc1Px7LpyfX-vZc635dvksDKI6jK4w-6rwjD5DyJtVeAP282g0pTSClEJfC-BszidAd4UfBGU-uY4KmNm2_k1BjFI24HJO1Qg","fShowDebugDetailsAriaExpanded":true,"fPreventOtcFormDoubleSubmit":true,"fEnableWebNativeBridgeLoadFix":true,"fEnableWebNativeBridgeClientTelemetry":true,"scid":1013,"hpgact":1800,"hpgid":1104,"pgid":"ConvergedSignIn","apiCanary":"PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAA20BhFLGD097uqzqT9E0ClaUP6gEEThz37uM5nSv07eF_MFyGU-Lc6X8ER7lXybLHBUqYREQctUmNN0zSkOxyb43fZIiAuFoV_geBX0W-kZkhJld12oKYA-LihQj-sUvm4zP-qnVc9nAbwhXRWYQYFNzxB_hsTQ3q-BnHw1rG4csYNQr-Wz7lLLUcTrWxcNjJk-fCyanzStTX1WEGStBEkiAA","canary":"2EcWZVCUP/q0lvixa1SGTog6UcpcKm5EGRKRY3fFfsg=6:1:CANARY:MdlDZcEu4uFX0Kjb2DB+rqy3CKqvEs3YmhjUdv6KzHE=","sCanaryTokenName":"canary","fSkipRenderingNewCanaryToken":false,"fEnableNewCsrfProtection":true,"correlationId":"8dbd4e74-375b-433f-a122-2219d3f4fa90","sessionId":"a1f660e2-5401-4a5c-bae9-3b6ea82b3600","sRingId":"R6","locale":{"mkt":"en-US","lcid":1033},"slMaxRetry":2,"slReportFailure":true,"strings":{"desktopsso":{"authenticatingmessage":"Trying to sign you in"}},"enums":{"ClientMetricsModes":{"None":0,"SubmitOnPost":1,"SubmitOnRedirect":2,"InstrumentPlt":4}},"urls":{"instr":{"pageload":"https://login.microsoftonline.com/common/instrumentation/reportpageload","dssostatus":"https://login.microsoftonline.com/common/instrumentation/dssostatus"}},"browser":{"ltr":1,"Chrome":1,"_Linux":1,"_M147":1,"_D0":1,"Full":1,"RE_WebKit":1,"b":{"name":"Chrome","major":147,"minor":0},"os":{"name":"Linux","version":""},"V":"147.0"},"watson":{"url":"/common/handlers/watson","bundle":"https://aadcdn.msauth.net/ests/2.1/content/cdnbundles/watson.min_82o5oyf7tvyeotpacdeksw2.js","sbundle":"https://aadcdn.msauth.net/ests/2.1/content/cdnbundles/watsonsupportwithjquery.3.5.min_dc940oomzau4rsu8qesnvg2.js","fbundle":"https://aadcdn.msauth.net/ests/2.1/content/cdnbundles/frameworksupport.min_oadrnc13magb009k4d20lg2.js","resetErrorPeriod":5,"maxCorsErrors":-1,"maxInjectErrors":5,"maxErrors":10,"maxTotalErrors":3,"expSrcs":["https://login.microsoftonline.com","https://aadcdn.msauth.net/","https://aadcdn.msftauth.net/",".login.microsoftonline.com"],"envErrorRedirect":true,"envErrorUrl":"/common/handlers/enverror"},"loader":{"cdnRoots":["https://aadcdn.msauth.net/","https://aadcdn.msftauth.net/"],"logByThrowing":true},"serverDetails":{"slc":"ProdSlices","dc":"NEULR1","ri":"DU2XXXX","ver":{"v":[2,1,23906,5]},"rt":"2026-04-21T20:06:06","et":13},"clientEvents":{"enabled":true,"telemetryEnabled":true,"useOneDSEventApi":true,"flush":60000,"autoPost":true,"autoPostDelay":1000,"minEvents":1,"maxEvents":1,"pltDelay":500,"appInsightsConfig":{"instrumentationKey":"b0c252808e614e949086e019ae1cb300-e0c02060-e3b3-4965-bd7c-415e1a7a9fde-6951","webAnalyticsConfiguration":{"autoCapture":{"jsError":true}}},"defaultEventName":"IDUX_ESTSClientTelemetryEvent_WebWatson","serviceID":3,"endpointUrl":"https://eu-mobile.events.data.microsoft.com/OneCollector/1.0/"},"fApplyAsciiRegexOnInput":true,"country":"ES","fBreakBrandingSigninString":true,"bsso":{"type":"none","reason":"Chrome: Pull suppressed as UserAgent did not meet required criteria, Other: Pull suppressed as UserAgent did not meet required criteria"},"urlNoCookies":"https://login.microsoftonline.com/cookiesdisabled","fTrimChromeBssoUrl":true,"inlineMode":5,"fShowCopyDebugDetailsLink":true,"fTenantBrandingCdnAddEventHandlers":true,"fAddTryCatchForIFrameRedirects":true}; | Unknown directive |
| 36 | //]]></script> | Syntax not understood |
| 37 | <script type="text/javascript" nonce='vSqMxrZA4xO4dqwEzJMD2A'>//<![CDATA[ | Syntax not understood |
| 38 | !function(){var e=window,r=e.$Debug=e.$Debug||{},t=e.$Config||{};if(!r.appendLog){var n=[],o=0;r.appendLog=function(e){var r=t.maxDebugLog||25,i=(new Date).toUTCString()+":"+e;n.push(o+":"+i),n.length>r&&n.shift(),o++},r.getLogs=function(){return n}}}(),function(){function e(e,r){function t(i){var a=e[i];if(i<n-1){return void(o.r[a]?t(i+1):o.when(a,function(){t(i+1)}))}r(a)}var n=e.length;t(0)}function r(e,r,i){function a(){var e=!!u.method,o=e?u.method:i[0],a=u.extraArgs||[],s=n.$WebWatson;try{ | Unknown directive |
| 39 | var d=t(i,!e);if(a&&a.length>0){for(var c=a.length,l=0;l<c;l++){d.push(a[l])}}o.apply(r,d)}catch(e){return void(s&&s.submitFromException&&s.submitFromException(e))}}var u=o.r&&o.r[e];return r=r||this,u&&(u.skipTimeout?a():n.setTimeout(a,0)),u}function t(e,r){return Array.prototype.slice.call(e,r?1:0)}var n=window;n.$Do||(n.$Do={"q":[],"r":[],"removeItems":[],"lock":0,"o":[]});var o=n.$Do;o.when=function(t,n){function i(e){r(e,a,u)||o.q.push({"id":e,"c":a,"a":u})}var a=0,u=[],s=1;"function"==typeof n||(a=n, | Unknown directive |
| 40 | s=2);for(var d=s;d<arguments.length;d++){u.push(arguments[d])}t instanceof Array?e(t,i):i(t)},o.register=function(e,t,n){if(!o.r[e]){o.o.push(e);var i={};if(t&&(i.method=t),n&&(i.skipTimeout=n),arguments&&arguments.length>3){i.extraArgs=[];for(var a=3;a<arguments.length;a++){i.extraArgs.push(arguments[a])}}o.r[e]=i,o.lock++;try{for(var u=0;u<o.q.length;u++){var s=o.q[u];s.id==e&&r(e,s.c,s.a)&&o.removeItems.push(s)}}catch(e){throw e}finally{if(0===--o.lock){for(var d=0;d<o.removeItems.length;d++){ | Unknown directive |
| 41 | for(var c=o.removeItems[d],l=0;l<o.q.length;l++){if(o.q[l]===c){o.q.splice(l,1);break}}}o.removeItems=[]}}}},o.unregister=function(e){o.r[e]&&delete o.r[e]}}(),function(e,r){function t(){if(!a){if(!r.body){return void setTimeout(t)}a=!0,e.$Do.register("doc.ready",0,!0)}}function n(){if(!u){if(!r.body){return void setTimeout(n)}t(),u=!0,e.$Do.register("doc.load",0,!0),i()}}function o(e){(r.addEventListener||"load"===e.type||"complete"===r.readyState)&&t()}function i(){ | Syntax not understood |
| 42 | r.addEventListener?(r.removeEventListener("DOMContentLoaded",o,!1),e.removeEventListener("load",n,!1)):r.attachEvent&&(r.detachEvent("onreadystatechange",o),e.detachEvent("onload",n))}var a=!1,u=!1;if("complete"===r.readyState){return void setTimeout(n)}!function(){r.addEventListener?(r.addEventListener("DOMContentLoaded",o,!1),e.addEventListener("load",n,!1)):r.attachEvent&&(r.attachEvent("onreadystatechange",o),e.attachEvent("onload",n))}()}(window,document),function(){function e(){ | Unknown directive |
| 43 | return g.$Config||g.ServerData||{}}function r(e,r,t){var n=g.$Debug;n&&n.appendLog&&(r&&(e+=" '"+(r.src||r.href||"")+"'",e+=", id:"+(r.id||""),e+=", async:"+(r.async||""),e+=", defer:"+(r.defer||"")),t&&(e+=", loadDuration:"+t+"ms"),n.appendLog(e))}function t(){var e=g.$B;if(void 0===l){if(e){l=e.IE}else{var r=g.navigator.userAgent;l=-1!==r.indexOf("MSIE ")||-1!==r.indexOf("Trident/")}}return l}function n(){var e=g.$B;if(void 0===f){if(e){f=e.RE_Edge}else{var r=g.navigator.userAgent;f=-1!==r.indexOf("Edge") | Unknown directive |
| 44 | }}return f}function o(e){var r=e.indexOf("?"),t=r>-1?r:e.length,n=e.lastIndexOf(".",t);return e.substring(n,n+h.length).toLowerCase()===h}function i(){var r=e();return(r.loader||{}).slReportFailure||r.slReportFailure||!1}function a(){return(e().loader||{}).redirectToErrorPageOnLoadFailure||!1}function u(){return(e().loader||{}).logByThrowing||!1}function s(e){if(!t()&&!n()){return!1}var r=e.src||e.href||"";if(!r){return!0}if(o(r)){var i,a,u;try{i=e.sheet,a=i&&i.cssRules,u=!1}catch(e){u=!0}if(i&&!a&&u){ | Unknown directive |
| 45 | return!0}if(i&&a&&0===a.length){return!0}}return!1}function d(r,t,n){var o=e(),i=o.loader||{},a=i.resourceLoadTimeout;return a>0?setTimeout(function(){t.isCircuitBreakerTriggered=!0,r&&r.parentElement&&r.parentElement.removeChild(r),n()},a):null}function c(){function t(e){v.getElementsByTagName("head")[0].appendChild(e)}function n(e,r,t,n){var s=null;return s=o(e)?i(e):"script"===n.toLowerCase()?a(e):u(e,n),r&&(s.id=r),"function"==typeof s.setAttribute&&(s.setAttribute("crossorigin","anonymous"), | Unknown directive |
| 46 | t&&"string"==typeof t&&s.setAttribute("integrity",t)),s}function i(e){var r=v.createElement("link");return r.rel="stylesheet",r.type="text/css",r.href=e,r}function a(e){var r=v.createElement("script"),t=v.querySelector("script[nonce]");if(r.type="text/javascript",r.src=e,r.defer=!1,r.async=!1,t){var n=t.nonce||t.getAttribute("nonce");r.setAttribute("nonce",n)}return r}function u(e,r){var t=v.createElement(r);return t.src=e,t}function l(e,r){if(e&&e.length>0&&r){for(var t=0;t<e.length;t++){ | Syntax not understood |
| 47 | if(-1!==r.indexOf(e[t])){return!0}}}return!1}function f(r){if(e().fTenantBrandingCdnAddEventHandlers){var t=l(L,r)?L:E;if(!(t&&t.length>1)){return r}for(var n=0;n<t.length;n++){if(-1!==r.indexOf(t[n])){var o=t[n+1<t.length?n+1:0],i=r.substring(t[n].length);return"https://"!==t[n].substring(0,"https://".length)&&(o="https://"+o,i=i.substring("https://".length)),o+i}}return r}if(!(E&&E.length>1)){return r}for(var a=0;a<E.length;a++){if(0===r.indexOf(E[a])){return E[a+1<E.length?a+1:0]+r.substring(E[a].length) | Unknown directive |
| 48 | }}return r}function g(e,t,n,o,i){var a=0,u=$.failMessage||"Failed";if(i&&(a=Date.now()-i.startTime,i.id&&!i.isCircuitBreakerTriggered&&clearTimeout(i.id),i.isCircuitBreakerTriggered&&(u=$.timeoutMessage||"TimedOut")),r("[$Loader]: "+u,o,a),S[e].retry<y){return S[e].retry++,p(e,t,n),void c._ReportFailure(S[e].retry,S[e].srcPath,i)}n&&n()}function h(e,t,n,o,i){var a=0;if(s(o)){return g(e,t,n,o,i)}i&&i.id&&(clearTimeout(i.id),a=Date.now()-i.startTime),r("[$Loader]: "+($.successMessage||"Loaded"),o,a), | Unknown directive |
| 49 | p(e+1,t,n);var u=S[e].onSuccess;"function"==typeof u&&u(S[e].srcPath)}function p(e,o,i){if(e<S.length){var a=S[e];if(!a||!a.srcPath){return void p(e+1,o,i)}a.retry>0&&(a.srcPath=f(a.srcPath),a.origId||(a.origId=a.id),a.id=a.origId+"_Retry_"+a.retry);var u=n(a.srcPath,a.id,a.integrity,a.tagName),s={"id":null,"isCircuitBreakerTriggered":!1},c=function(){g(e,o,i,u,s)};u.onload=function(){h(e,o,i,u,s)},u.onerror=c,u.onreadystatechange=function(){"loaded"===u.readyState?setTimeout(function(){h(e,o,i,u,s) | Unknown directive |
| 50 | },500):"complete"===u.readyState&&h(e,o,i,u,s)},w&&a.retry<y&&(s.id=d(u,s,c),s.startTime=Date.now()),t(u),r("[$Loader]: Loading '"+(a.srcPath||"")+"', id:"+(a.id||""))}else{o&&o()}}var m=e(),y=m.slMaxRetry||2,b=m.loader||{},E=b.cdnRoots||[],w=b.enableCircuitBreaking||!1,L=b.tenantBrandingCdnRoots||[],$=this,S=[];$.retryOnError=!0,$.successMessage="Loaded",$.failMessage="Error",$.Add=function(e,r,t,n,o,i){e&&S.push({"srcPath":e,"id":r,"retry":n||0,"integrity":t,"tagName":o||"script","onSuccess":i})}, | Unknown directive |
| 51 | $.AddForReload=function(e,r){var t=e.src||e.href||"";$.Add(t,"AddForReload",e.integrity,1,e.tagName,r)},$.AddIf=function(e,r,t){e&&$.Add(r,t)},$.Load=function(e,r){p(0,e,r)}}var l,f,g=window,v=g.document,h=".css";c.On=function(e,r,t){if(!e){throw"The target element must be provided and cannot be null."}r?c.OnError(e,t):c.OnSuccess(e,t)},c.OnSuccess=function(e,t){if(!e){throw"The target element must be provided and cannot be null."}if(s(e)){return c.OnError(e,t)}var n=e.src||e.href||"",o=i(),u=a() | Unknown directive |
| 52 | ;r("[$Loader]: Loaded",e);var d=new c;d.failMessage="Reload Failed",d.successMessage="Reload Success",d.Load(null,function(){if(o){throw"Unexpected state. ResourceLoader.Load() failed despite initial load success. ['"+n+"']"}u&&(document.location.href="/error.aspx?err=504")})},c.OnError=function(e,t,n){var o=e.src||e.href||"",u=i(),s=a();if(!e){throw"The target element must be provided and cannot be null."}r("[$Loader]: Failed",e);var d=new c;d.failMessage="Reload Failed",d.successMessage="Reload Success", | Unknown directive |
| 53 | d.AddForReload(e,t),d.Load(null,function(){if(u){throw"Failed to load external resource ['"+o+"']"}s&&(document.location.href="/error.aspx?err=504")}),c._ReportFailure(0,o,n)},c._ReportFailure=function(e,r,n){if(u()&&!t()){var o="Failed to load";throw n&&n.isCircuitBreakerTriggered&&(o="Timed out while loading"),"[Retry "+e+"] "+o+" external resource ['"+r+"'], reloading from fallback CDN endpoint"}},g.$Loader=c}(),function(){function e(){if(!E){var e=new h.$Loader | Syntax not understood |
| 54 | ;e.AddIf(!h.jQuery,m.sbundle,"WebWatson_DemandSupport"),m.sbundle=null,delete m.sbundle,e.AddIf(!h.$Api,m.fbundle,"WebWatson_DemandFramework"),m.fbundle=null,delete m.fbundle,e.Add(m.bundle,"WebWatson_DemandLoaded"),e.Load(r,t),E=!0}}function r(){if(h.$WebWatson){if(h.$WebWatson.isProxy){return void t()}y.when("$WebWatson.full",function(){for(;b.length>0;){var e=b.shift();e&&h.$WebWatson[e.cmdName].apply(h.$WebWatson,e.args)}})}}function t(){if(!h.$WebWatson||h.$WebWatson.isProxy){if(!w&&JSON){try{ | Syntax not understood |
| 55 | var e=new XMLHttpRequest;e.open("POST",m.url),e.setRequestHeader("Accept","application/json"),e.setRequestHeader("Content-Type","application/json; charset=UTF-8"),e.setRequestHeader("canary",p.apiCanary),e.setRequestHeader("client-request-id",p.correlationId),e.setRequestHeader("hpgid",p.hpgid||0),e.setRequestHeader("hpgact",p.hpgact||0);for(var r=-1,t=0;t<b.length;t++){if("submit"===b[t].cmdName){r=t;break}}var o=b[r]?b[r].args||[]:[],i={"sr":m.sr, | Unknown directive |
| 56 | "ec":"Failed to load external resource [Core Watson files]","wec":55,"idx":1,"pn":p.pgid||"","sc":p.scid||0,"hpg":p.hpgid||0,"msg":"Failed to load external resource [Core Watson files]","url":o[1]||"","ln":0,"ad":0,"an":!1,"cs":"","sd":p.serverDetails,"ls":null,"diag":v(m)};e.send(JSON.stringify(i))}catch(e){}w=!0}m.loadErrorUrl&&window.location.assign(m.loadErrorUrl)}n()}function n(){b=[],h.$WebWatson=null}function o(r){return function(){var t=arguments;b.push({"cmdName":r,"args":t}),e()}}function i(){ | Unknown directive |
| 57 | var e=["foundException","resetException","submit"],r=this;r.isProxy=!0;for(var t=e.length,n=0;n<t;n++){var i=e[n];i&&(r[i]=o(i))}}function a(e,r,t,n,o,i,a){var u=h.event;return i||(i=l(o||u,a?a+2:2)),h.$Debug&&h.$Debug.appendLog&&h.$Debug.appendLog("[WebWatson]:"+(e||"")+" in "+(r||"")+" @ "+(t||"??")),$.submit(e,r,t,n,o||u,i,a)}function u(e,r){return{"signature":e,"args":r,"toString":function(){return this.signature}}}function s(e){for(var r=[],t=e.split("\n"),n=0;n<t.length;n++){r.push(u(t[n],[]))} | Unknown directive |
| 58 | return r}function d(e){for(var r=[],t=e.split("\n"),n=0;n<t.length;n++){var o=u(t[n],[]);t[n+1]&&(o.signature+="@"+t[n+1],n++),r.push(o)}return r}function c(e){if(!e){return null}try{if(e.stack){return s(e.stack)}if(e.error){if(e.error.stack){return s(e.error.stack)}}else if(window.opera&&e.message){return d(e.message)}}catch(e){}return null}function l(e,r){var t=[];try{for(var n=arguments.callee;r>0;){n=n?n.caller:n,r--}for(var o=0;n&&o<L;){var i="InvalidMethod()";try{i=n.toString()}catch(e){} | Unknown directive |
| 59 | var a=[],s=n.args||n.arguments;if(s){for(var d=0;d<s.length;d++){a[d]=s[d]}}t.push(u(i,a)),n=n.caller,o++}}catch(e){t.push(u(e.toString(),[]))}var l=c(e);return l&&(t.push(u("--- Error Event Stack -----------------",[])),t=t.concat(l)),t}function f(e){if(e){try{var r=/function (.{1,})\(/,t=r.exec(e.constructor.toString());return t&&t.length>1?t[1]:""}catch(e){}}return""}function g(e){if(e){try{if("string"!=typeof e&&JSON&&JSON.stringify){var r=f(e),t=JSON.stringify(e) | Unknown directive |
| 60 | ;return t&&"{}"!==t||(e.error&&(e=e.error,r=f(e)),(t=JSON.stringify(e))&&"{}"!==t||(t=e.toString())),r+":"+t}}catch(e){}}return""+(e||"")}function v(e){var r=[];try{if(jQuery?(r.push("jQuery v:"+jQuery().jquery),jQuery.easing?r.push("jQuery.easing:"+JSON.stringify(jQuery.easing)):r.push("jQuery.easing is not defined")):r.push("jQuery is not defined"),e&&e.expectedVersion&&r.push("Expected jQuery v:"+e.expectedVersion),y){var t,n="";for(t=0;t<y.o.length;t++){n+=y.o[t]+";"}for(r.push("$Do.o["+n+"]"),n="", | Unknown directive |
| 61 | t=0;t<y.q.length;t++){n+=y.q[t].id+";"}r.push("$Do.q["+n+"]")}if(h.$Debug&&h.$Debug.getLogs){var o=h.$Debug.getLogs();o&&o.length>0&&(r=r.concat(o))}if(b){for(var i=0;i<b.length;i++){var a=b[i];if(a&&"submit"===a.cmdName){try{if(JSON&&JSON.stringify){var u=JSON.stringify(a);u&&r.push(u)}}catch(e){r.push(g(e))}}}}}catch(e){r.push(g(e))}return r}var h=window,p=h.$Config||{},m=p.watson,y=h.$Do;if(!h.$WebWatson&&m){var b=[],E=!1,w=!1,L=10,$=h.$WebWatson=new i;$.CB={},$._orgErrorHandler=h.onerror,h.onerror=a, | Syntax not understood |
| 62 | $.errorHooked=!0,y.when("jQuery.version",function(e){m.expectedVersion=e}),y.register("$WebWatson")}}(),function(){function e(e,r){for(var t=r.split("."),n=t.length,o=0;o<n&&null!==e&&void 0!==e;){e=e[t[o++]]}return e}function r(r){var t=null;return null===s&&(s=e(i,"Constants")),null!==s&&r&&(t=e(s,r)),null===t||void 0===t?"":t.toString()}function t(t){var n=null;return null===a&&(a=e(i,"$Config.strings")),null!==a&&t&&(n=e(a,t.toLowerCase())),null!==n&&void 0!==n||(n=r(t)), | Unknown directive |
| 63 | null===n||void 0===n?"":n.toString()}function n(e,r){var n=null;return e&&r&&r[e]&&(n=t("errors."+r[e])),n||(n=t("errors."+e)),n||(n=t("errors."+d)),n||(n=t(d)),n}function o(t){var n=null;return null===u&&(u=e(i,"$Config.urls")),null!==u&&t&&(n=e(u,t.toLowerCase())),null!==n&&void 0!==n||(n=r(t)),null===n||void 0===n?"":n.toString()}var i=window,a=null,u=null,s=null,d="GENERIC_ERROR";i.GetString=t,i.GetErrorString=n,i.GetUrl=o}(),function(){var e=window,r=e.$Config||{};e.$B=r.browser||{}}(),function(){ | Unknown directive |
| 64 | function e(e,r,t){e&&e.addEventListener?e.addEventListener(r,t):e&&e.attachEvent&&e.attachEvent("on"+r,t)}function r(r,t){e(document.getElementById(r),"click",t)}function t(r,t){var n=document.getElementsByName(r);n&&n.length>0&&e(n[0],"click",t)}var n=window;n.AddListener=e,n.ClickEventListenerById=r,n.ClickEventListenerByName=t}(); | Unknown directive |
| 65 | //]]></script> | Syntax not understood |
| 66 | <script type="text/javascript" nonce='vSqMxrZA4xO4dqwEzJMD2A'>//<![CDATA[ | Syntax not understood |
| 67 | !function(e,t){function r(t){return function(){t.parentNode&&t.parentNode.removeChild(t),e.$Loader.OnError(t,void 0,{"isCircuitBreakerTriggered":!0})}}function n(e,t){e.addEventListener("load",function(){clearTimeout(t)},{"once":!0}),e.addEventListener("error",function(){clearTimeout(t)},{"once":!0})}!function(){var a="function"==typeof e.MutationObserver,o=t.getElementsByTagName("head")[0];if(a&&o&&e.addEventListener){var d=e.ServerData||e.$Config||{},i=d.loader||{} | Unknown directive |
| 68 | ;if(i.enableCircuitBreaking&&i.resourceLoadTimeout>0&&d.slMaxRetry>0){var u=new MutationObserver(function(e){for(var t=0;t<e.length;t++){var a=e[t];if("childList"===a.type){for(var o=0;o<a.addedNodes.length;o++){var d=a.addedNodes[o];if(d instanceof Element){var u="cdn"===d.getAttribute("data-loader");if(u){var c=setTimeout(r(d),i.resourceLoadTimeout);n(d,c)}}}}}});e.addEventListener("load",function(){u.disconnect()}),u.observe(o,{"childList":!0,"subtree":!1})}}}(),function(){ | Unknown directive |
| 69 | var r=t.getElementsByTagName("head")[0];r&&r.addEventListener&&(r.addEventListener("error",function(t){null!==t.target&&"cdn"===t.target.getAttribute("data-loader")&&e.$Loader.OnError(t.target)},!0),r.addEventListener("load",function(t){null!==t.target&&"cdn"===t.target.getAttribute("data-loader")&&e.$Loader.OnSuccess(t.target)},!0))}()}(window,document); | Syntax not understood |
| 70 | //]]></script> | Syntax not understood |
| 73 | <link rel="prefetch" href="https://login.live.com/Me.htm?v=3" /> | Unknown directive |
| 74 | <link rel="shortcut icon" href="https://aadcdn.msauth.net/shared/1.0/content/images/favicon_a_eupayfgghqiai7k9sol6lg2.ico" /> | Unknown directive |
| 76 | <script type="text/javascript" nonce='vSqMxrZA4xO4dqwEzJMD2A'> | Syntax not understood |
| 77 | ServerData = $Config; | Syntax not understood |
| 78 | </script> | Syntax not understood |
| 82 | <link data-loader="cdn" crossorigin="anonymous" href="https://aadcdn.msauth.net/ests/2.1/content/cdnbundles/converged.v2.login.min_pzfy2abhlubh6bv_dyvwha2.css" rel="stylesheet" /> | Unknown directive |
| 85 | <script data-loader="cdn" crossorigin="anonymous" src="https://aadcdn.msauth.net/shared/1.0/content/js/ConvergedLogin_PCore_iXvvVEAQxmEXtWhahp1L2Q2.js" integrity='sha384-tTsb3L/uYRoqZqxgtWq9LgmGEBIFQbuS73QiL7aRR3WEJbp/mr5CNXIYCCheaAqr' nonce='vSqMxrZA4xO4dqwEzJMD2A'></script> | Unknown directive |
| 87 | <script data-loader="cdn" crossorigin="anonymous" src="https://aadcdn.msauth.net/ests/2.1/content/cdnbundles/ux.converged.login.strings-en.min_cbb9wf1-2b8knjgxpc5-rg2.js" nonce='vSqMxrZA4xO4dqwEzJMD2A'></script> | Unknown directive |
| 91 | </head> | Syntax not understood |
| 93 | <body data-bind="defineGlobals: ServerData, bodyCssClass" class="cb" style="display: none"> | Unknown directive |
| 94 | <script type="text/javascript" nonce='vSqMxrZA4xO4dqwEzJMD2A'>//<![CDATA[ | Syntax not understood |
| 95 | !function(){var e=window,s=e.document,i=e.$Config||{};if(e.self===e.top){s&&s.body&&(s.body.style.display="block")}else if(!i.allowFrame){var o,t,r,f,n,d;if(i.fAddTryCatchForIFrameRedirects){try{o=e.self.location.href,t=o.indexOf("#"),r=-1!==t,f=o.indexOf("?"),n=r?t:o.length,d=-1===f||r&&f>t?"?":"&",o=o.substr(0,n)+d+"iframe-request-id="+i.sessionId+o.substr(n),e.top.location=o}catch(e){}}else{o=e.self.location.href,t=o.indexOf("#"),r=-1!==t,f=o.indexOf("?"),n=r?t:o.length,d=-1===f||r&&f>t?"?":"&", | Syntax not understood |
| 96 | o=o.substr(0,n)+d+"iframe-request-id="+i.sessionId+o.substr(n),e.top.location=o}}}(); | Syntax not understood |
| 97 | //]]></script> | Syntax not understood |
| 99 | </body> | Syntax not understood |
| 100 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
22 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.061
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.48 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.82 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /onerfstatics/marketingsites-neu-prod/west-european/shell... | 23.1 KiB | 257 ms |
| res.cdn.office.net/officehub/bundles/unauth-3a910e427c.css | 82.2 KiB | 336 ms |
| res.cdn.office.net/officehub/bundles/microsoft-clarity-ff3e2df9ac.js | 2.3 KiB | |
| res.cdn.office.net/officehub/bundles/sharedfontstyles-f7f2466ff5.css | 1.1 KiB |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 300.0 s | 273.7 KiB |
| mem.gfx.ms/scripts/me/MeControl/10.25136.1/en-US/meBoot.min.js | 0.0 ms | 61.1 KiB |
| js.monitor.azure.com/scripts/c/ms.shared.analytics.mectrl-3.gbl.min.js | 1800.0 s | 34.9 KiB |
| mem.gfx.ms/scripts/me/MeControl/10.25136.1/en-US/meCore.min.js | 0.0 ms | 15.9 KiB |
| scripts.clarity.ms/0.8.60-beta/clarity.js | 86400.0 s | 25.0 KiB |
| mem.gfx.ms/meversion?partner=office&market=en-us&uhf=1 | 43200.0 s | 10.2 KiB |
| c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2 | 421718.0 s | 28.9 KiB |
| c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2 | 511548.0 s | 33.5 KiB |
| uhf.microsoft.com/images/microsoft/RE1Mu3b.png | 0.0 ms | 4.2 KiB |
| c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2 | 544672.0 s | 29.6 KiB |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Create with ease a#odc-module-cta-create-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/create-module... | 547.5 KiB | 540.3 KiB |
Work from files a#odc-module-cta-files-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/files-module-... | 531.8 KiB | 524.6 KiB |
Slides in less time a#odc-module-cta-slides-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/slides-module... | 148.7 KiB | 141.5 KiB |
Brainstorm with agents a#odc-module-cta-analyst-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/analyst-modul... | 120.7 KiB | 113.5 KiB |
Download for desktop div.modules-download-grid > div.module-download-box > div.module-download-image-container > img.module-download-image | /officehub/images/content/images/unauth-mcm/hero-desktop-... | 114.8 KiB | 106.2 KiB |
Download on mobile div.modules-download-grid > div.module-download-box > div.module-download-image-container > img.module-download-image | /officehub/images/content/images/unauth-odc/odc-qr-code-1... | 84.8 KiB | 76.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| view.officeapps.live.com/ | 288 ms |
| www.office.com/ | 190 ms |
| www.office.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| res.cdn.office.net/officehub/bundles/unauth-3a910e427c.css | 81.4 KiB | 81.0 KiB |
| /onerfstatics/marketingsites-neu-prod/west-european/shell... | 22.3 KiB | 20.8 KiB |
| .mectrl_resetStyle,a.mectrl_resetStyle,button.mectrl_resetStyle{height:auto;min-width:auto; … } … | 15.2 KiB | 14.9 KiB |
| .mectrl_resetStyle,a.mectrl_resetStyle,button.mectrl_resetStyle{height:auto;min-width:auto; … } … | 10.3 KiB | 10.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| res.cdn.office.net/admincenter/admin-main/2026.4.13.2/floodgate.en.bundle.js | 332.5 KiB | 291.8 KiB |
| res.cdn.office.net/officehub/bundles/unauth-odc-scripts-6378fb4b6f.js | 185.6 KiB | 93.9 KiB |
| res.cdn.office.net/officehub/bundles/unauth-936aa5c11c.js | 63.5 KiB | 24.3 KiB |
| res.cdn.office.net/officehub/bundles/unauth-vendor-f0ab3fa70e.js | 34.2 KiB | 24.3 KiB |
| /onerfstatics/marketingsites-neu-prod/shell/_scrf/js/them... | 36.3 KiB | 23.8 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| inline: var unauth1dsAnalytics; … | 10.8 KiB | 6.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Create with ease a#odc-module-cta-create-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/create-module... |
Work from files a#odc-module-cta-files-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/files-module-... |
Slides in less time a#odc-module-cta-slides-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/slides-module... |
Brainstorm with agents a#odc-module-cta-analyst-bebop > div > div.copilot-module-image-container > img.copilot-module-image | /officehub/images/content/images/unauth-odc/analyst-modul... |
div.theme-light > div.c-uhfh-gcontainer-st > a#uhfLogo > img.c-image div.theme-light > div.c-uhfh-gcontainer-st > a#uhfLogo > img.c-image | uhf.microsoft.com/images/microsoft/RE1Mu3b.png |
Word with Copilot a#odc-module-word > div > div.module-image-container > img.module-image | /officehub/images/content/images/unauth-odc/word-8d7e06eb... |
Excel with Copilot a#odc-module-excel > div > div.module-image-container > img.module-image | /officehub/images/content/images/unauth-odc/excel-4d54f0a... |
PowerPoint with Copilot a#odc-module-powerpoint > div > div.module-image-container > img.module-image | /officehub/images/content/images/unauth-odc/powerpoint-29... |
Outlook with Copilot a#odc-module-promptlink-Outlook-c7d4e5f6 > div > div.module-image-container > img.module-image | /officehub/images/content/images/unauth-odc/outlook-ec545... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.module-download-box > div.module-download-content > div.module-download-actions > a#odc-module-cta-mobile-download div.module-download-box > div.module-download-content > div.module-download-actions > a#odc-module-cta-mobile-download |
div.module-download-box > div.module-download-content > div.module-download-actions > a#odc-module-cta-mobile-download div.module-download-box > div.module-download-content > div.module-download-actions > a#odc-module-cta-mobile-download |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Word with Copilot
Draft smarter and finish faster.
Open Word section.modules-section > div.modules-container > div.modules-grid > a#odc-module-word |
Excel with Copilot
Unlock insights and make informed decisions.
Open Excel section.modules-section > div.modules-container > div.modules-grid > a#odc-module-excel |
PowerPoint with Copilot
Turn ideas into polished presentations.
Open PowerPoi… section.modules-section > div.modules-container > div.modules-grid > a#odc-module-powerpoint |
Outlook with Copilot
Move work forward with email and calendar.
Open Outlook section.modules-section > div.modules-container > div.modules-grid > a#odc-module-promptlink-Outlook-c7d4e5f6 |
Create with ease
Describe what you want, and Copilot helps create images for i… section.copilot-modules-section > div.copilot-modules-container > div.copilot-modules-grid > a#odc-module-cta-create-bebop |
Work from files
Add files to your prompt to provide context and ground respons… section.copilot-modules-section > div.copilot-modules-container > div.copilot-modules-grid > a#odc-module-cta-files-bebop |
Slides in less time
Start building slides from notes, documents, or outlines.
… section.copilot-modules-section > div.copilot-modules-container > div.copilot-modules-grid > a#odc-module-cta-slides-bebop |
Brainstorm with agents
Plan and gather insights for your next meeting using th… section.copilot-modules-section > div.copilot-modules-container > div.copilot-modules-grid > a#odc-module-cta-analyst-bebop |
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.office.com/ | Allowed |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /onerfstatics/marketingsites-neu-prod/shell/_scrf/js/them... line 4, col 11496 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /office/frequently-asked-questions-about-microsoft-365-co... | Learn more |
| /office/frequently-asked-questions-about-microsoft-365-co... | Learn more |
| clarity.microsoft.com/ | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Skip to main content div#headerArea > div#headerRegion > div#headerUniversalHeader > a#uhfSkipToMain |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 3 | <!-- Copyright (C) Microsoft Corporation. All rights reserved. --> | Syntax not understood |
| 4 | <!DOCTYPE html> | Syntax not understood |
| 5 | <html dir="ltr" class="" lang="en"> | Syntax not understood |
| 6 | <head> | Syntax not understood |
| 7 | <title>Sign in to your account</title> | Syntax not understood |
| 8 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | Syntax not understood |
| 9 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | Syntax not understood |
| 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes"> | Syntax not understood |
| 11 | <meta http-equiv="Pragma" content="no-cache"> | Syntax not understood |
| 12 | <meta http-equiv="Expires" content="-1"> | Syntax not understood |
| 13 | <link rel="preconnect" href="https://aadcdn.msauth.net" crossorigin> | Unknown directive |
| 14 | <meta http-equiv="x-dns-prefetch-control" content="on"> | Syntax not understood |
| 15 | <link rel="dns-prefetch" href="//aadcdn.msauth.net"> | Syntax not understood |
| 16 | <link rel="dns-prefetch" href="//aadcdn.msftauth.net"> | Syntax not understood |
| 18 | <meta name="PageID" content="ConvergedSignIn" /> | Syntax not understood |
| 19 | <meta name="SiteID" content="" /> | Syntax not understood |
| 20 | <meta name="ReqLC" content="1033" /> | Syntax not understood |
| 21 | <meta name="LocLC" content="en-US" /> | Syntax not understood |
| 24 | <meta name="format-detection" content="telephone=no" /> | Syntax not understood |
| 26 | <noscript> | Syntax not understood |
| 27 | <meta http-equiv="Refresh" content="0; URL=https://login.microsoftonline.com/jsdisabled" /> | Unknown directive |
| 28 | </noscript> | Syntax not understood |
| 32 | <meta name="robots" content="none" /> | Syntax not understood |
| 34 | <script type="text/javascript" nonce='giKm3xBOyK_yn5-8DjfnGw'>//<![CDATA[ | Syntax not understood |
| 35 | $Config={"fShowPersistentCookiesWarning":false,"urlMsaSignUp":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fwww.office.com%2flandingv2\u0026response_type=code+id_token\u0026state=nhh7aVpHlNoczVSSPeFqQpAI7DDaF9fbbf9JDhP7skk_k0gzc1IzsyXqcRBhQaWCYcQEuMXojor1WHeOAhmr3H1YXGDlPO7ExXffmSSw56gver3PXXkxGidh-FavTeRS8TOkwS9yVcbfFRce0fdfJM6VE__QjTtZNHvvVlFZbXNN3_iOot7HRO_A7HgDx7lOEYbLUyDNsrS1KeGQj0F_ZQqdwAMNi7COuSBZnO3waY9XsyBwlTcS_k5nRbA8F5Rq9983pGYR9_CL7OFoVUIPaigUoQqYNJLsxkg3P_rLaDOyeUjX0cnk15YapXpddqUGs7lyn2nWxw390OgJPSk5UYkS_BZhrT-yFNLzwa4ss-bCpUFFzAI7LidPtt_dz3eedR3Wgu9F1Cg74j_4OStd5lI_DNGfp__IU1p32ptO4XrDdVSsjAOe-gnYabvoyyGA4gRnw-cKeDXVK7MeXJDauh9f22aEc_kWN-xoRlJamnbK-gOW6lVwEZecJWVA3PE9b6_yUt160EdCPsY9AjAsSQ\u0026response_mode=form_post\u0026nonce=639123987839224320.NjdhNjgzOGYtMDU0NS00MWY4LThhMDgtOTQ3YjQwZDdjZTIxYzdhZDczOTEtYTU4NC00ZmNjLWJmM2QtNjgzMTM2ZjdmYzEz\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=5afed134b0d944a2be55777b883e4d98\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026signup=1\u0026lw=1\u0026fl=easi2\u0026epctrc=pEqdgPQcyPvsBdyZSgnCoGILmwgUWUUUcB0uMNsdLRE%3d8%3a1%3aCANARY%3aYsbcOOrEFf0Rtblq8NgNk92QA9OTJXbN2Df5eUUAJVk%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAZXKa6fNyXl3hrSXdLXUKwn5Gpl6_g_L9Rxx9Is-aHqyb6tOJJ9FWzQOXZCWQaD06mrqqdlRSOdSkSoBcU8Rh5G7CrxPhWUwEFjrAQapCvJLNaUb461YB6qDEDeaZ0CRTJaVWix_hjHlT4xKND9sngqaDvFfVchRqSzFx-Id5VAh8etksdz2pKHEYZH_n4eVwYn3dIiDrMUUzC9y0E1_z5iAA\u0026jshs=0","urlMsaLogout":"https://login.live.com/logout.srf?iframed_by=https%3a%2f%2flogin.microsoftonline.com","urlOtherIdpForget":"https://login.live.com/forgetme.srf?iframed_by=https%3a%2f%2flogin.microsoftonline.com","showCantAccessAccountLink":true,"arrExternalTrustedRealmFederatedIdps":[{"IdpType":400,"IdpSignInUrl":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fwww.office.com%2flandingv2\u0026response_type=code+id_token\u0026state=nhh7aVpHlNoczVSSPeFqQpAI7DDaF9fbbf9JDhP7skk_k0gzc1IzsyXqcRBhQaWCYcQEuMXojor1WHeOAhmr3H1YXGDlPO7ExXffmSSw56gver3PXXkxGidh-FavTeRS8TOkwS9yVcbfFRce0fdfJM6VE__QjTtZNHvvVlFZbXNN3_iOot7HRO_A7HgDx7lOEYbLUyDNsrS1KeGQj0F_ZQqdwAMNi7COuSBZnO3waY9XsyBwlTcS_k5nRbA8F5Rq9983pGYR9_CL7OFoVUIPaigUoQqYNJLsxkg3P_rLaDOyeUjX0cnk15YapXpddqUGs7lyn2nWxw390OgJPSk5UYkS_BZhrT-yFNLzwa4ss-bCpUFFzAI7LidPtt_dz3eedR3Wgu9F1Cg74j_4OStd5lI_DNGfp__IU1p32ptO4XrDdVSsjAOe-gnYabvoyyGA4gRnw-cKeDXVK7MeXJDauh9f22aEc_kWN-xoRlJamnbK-gOW6lVwEZecJWVA3PE9b6_yUt160EdCPsY9AjAsSQ\u0026response_mode=form_post\u0026nonce=639123987839224320.NjdhNjgzOGYtMDU0NS00MWY4LThhMDgtOTQ3YjQwZDdjZTIxYzdhZDczOTEtYTU4NC00ZmNjLWJmM2QtNjgzMTM2ZjdmYzEz\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=5afed134b0d944a2be55777b883e4d98\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026epctrc=pEqdgPQcyPvsBdyZSgnCoGILmwgUWUUUcB0uMNsdLRE%3d8%3a1%3aCANARY%3aYsbcOOrEFf0Rtblq8NgNk92QA9OTJXbN2Df5eUUAJVk%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAKEsApsx2WXxLhCEy0wJwJnWsrPMV9VJuI4IXlbpWdopz8ooIc-u5R_jp1WXX-JCB61W-a2ov6sY8Vb9mU8-YZKGoObbIGyo32RVna-cYz-5IJJLZoDEYWakDlqtkqvtyUt39wXLuqFt7Q9tlmPwQuShDz3JAv14AGY0hOqLTDoNpP-Jue44FOHjZ8Ag_H6sl0Fg0Gu4eOqCOVge4zuD_ZiAA\u0026jshs=0\u0026idp_hint=github.com","DisplayName":"GitHub","Promoted":false}],"fEnableShowResendCode":true,"iShowResendCodeDelay":90000,"sSMSCtryPhoneData":"AF~Afghanistan~93!!!AX~Åland Islands~358!!!AL~Albania~355!!!DZ~Algeria~213!!!AS~American Samoa~1!!!AD~Andorra~376!!!AO~Angola~244!!!AI~Anguilla~1!!!AG~Antigua and Barbuda~1!!!AR~Argentina~54!!!AM~Armenia~374!!!AW~Aruba~297!!!AC~Ascension Island~247!!!AU~Australia~61!!!AT~Austria~43!!!AZ~Azerbaijan~994!!!BS~Bahamas~1!!!BH~Bahrain~973!!!BD~Bangladesh~880!!!BB~Barbados~1!!!BY~Belarus~375!!!BE~Belgium~32!!!BZ~Belize~501!!!BJ~Benin~229!!!BM~Bermuda~1!!!BT~Bhutan~975!!!BO~Bolivia~591!!!BQ~Bonaire~599!!!BA~Bosnia and Herzegovina~387!!!BW~Botswana~267!!!BR~Brazil~55!!!IO~British Indian Ocean Territory~246!!!VG~British Virgin Islands~1!!!BN~Brunei~673!!!BG~Bulgaria~359!!!BF~Burkina Faso~226!!!BI~Burundi~257!!!CV~Cabo Verde~238!!!KH~Cambodia~855!!!CM~Cameroon~237!!!CA~Canada~1!!!KY~Cayman Islands~1!!!CF~Central African Republic~236!!!TD~Chad~235!!!CL~Chile~56!!!CN~China~86!!!CX~Christmas Island~61!!!CC~Cocos (Keeling) Islands~61!!!CO~Colombia~57!!!KM~Comoros~269!!!CG~Congo~242!!!CD~Congo (DRC)~243!!!CK~Cook Islands~682!!!CR~Costa Rica~506!!!CI~Côte d\u0027Ivoire~225!!!HR~Croatia~385!!!CU~Cuba~53!!!CW~Curaçao~599!!!CY~Cyprus~357!!!CZ~Czechia~420!!!DK~Denmark~45!!!DJ~Djibouti~253!!!DM~Dominica~1!!!DO~Dominican Republic~1!!!EC~Ecuador~593!!!EG~Egypt~20!!!SV~El Salvador~503!!!GQ~Equatorial Guinea~240!!!ER~Eritrea~291!!!EE~Estonia~372!!!ET~Ethiopia~251!!!FK~Falkland Islands~500!!!FO~Faroe Islands~298!!!FJ~Fiji~679!!!FI~Finland~358!!!FR~France~33!!!GF~French Guiana~594!!!PF~French Polynesia~689!!!GA~Gabon~241!!!GM~Gambia~220!!!GE~Georgia~995!!!DE~Germany~49!!!GH~Ghana~233!!!GI~Gibraltar~350!!!GR~Greece~30!!!GL~Greenland~299!!!GD~Grenada~1!!!GP~Guadeloupe~590!!!GU~Guam~1!!!GT~Guatemala~502!!!GG~Guernsey~44!!!GN~Guinea~224!!!GW~Guinea-Bissau~245!!!GY~Guyana~592!!!HT~Haiti~509!!!HN~Honduras~504!!!HK~Hong Kong SAR~852!!!HU~Hungary~36!!!IS~Iceland~354!!!IN~India~91!!!ID~Indonesia~62!!!IR~Iran~98!!!IQ~Iraq~964!!!IE~Ireland~353!!!IM~Isle of Man~44!!!IL~Israel~972!!!IT~Italy~39!!!JM~Jamaica~1!!!JP~Japan~81!!!JE~Jersey~44!!!JO~Jordan~962!!!KZ~Kazakhstan~7!!!KE~Kenya~254!!!KI~Kiribati~686!!!KR~Korea~82!!!KW~Kuwait~965!!!KG~Kyrgyzstan~996!!!LA~Laos~856!!!LV~Latvia~371!!!LB~Lebanon~961!!!LS~Lesotho~266!!!LR~Liberia~231!!!LY~Libya~218!!!LI~Liechtenstein~423!!!LT~Lithuania~370!!!LU~Luxembourg~352!!!MO~Macao SAR~853!!!MG~Madagascar~261!!!MW~Malawi~265!!!MY~Malaysia~60!!!MV~Maldives~960!!!ML~Mali~223!!!MT~Malta~356!!!MH~Marshall Islands~692!!!MQ~Martinique~596!!!MR~Mauritania~222!!!MU~Mauritius~230!!!YT~Mayotte~262!!!MX~Mexico~52!!!FM~Micronesia~691!!!MD~Moldova~373!!!MC~Monaco~377!!!MN~Mongolia~976!!!ME~Montenegro~382!!!MS~Montserrat~1!!!MA~Morocco~212!!!MZ~Mozambique~258!!!MM~Myanmar~95!!!NA~Namibia~264!!!NR~Nauru~674!!!NP~Nepal~977!!!NL~Netherlands~31!!!NC~New Caledonia~687!!!NZ~New Zealand~64!!!NI~Nicaragua~505!!!NE~Niger~227!!!NG~Nigeria~234!!!NU~Niue~683!!!NF~Norfolk Island~672!!!KP~North Korea~850!!!MK~North Macedonia~389!!!MP~Northern Mariana Islands~1!!!NO~Norway~47!!!OM~Oman~968!!!PK~Pakistan~92!!!PW~Palau~680!!!PS~Palestinian Authority~970!!!PA~Panama~507!!!PG~Papua New Guinea~675!!!PY~Paraguay~595!!!PE~Peru~51!!!PH~Philippines~63!!!PL~Poland~48!!!PT~Portugal~351!!!PR~Puerto Rico~1!!!QA~Qatar~974!!!RE~Réunion~262!!!RO~Romania~40!!!RU~Russia~7!!!RW~Rwanda~250!!!BL~Saint Barthélemy~590!!!KN~Saint Kitts and Nevis~1!!!LC~Saint Lucia~1!!!MF~Saint Martin~590!!!PM~Saint Pierre and Miquelon~508!!!VC~Saint Vincent and the Grenadines~1!!!WS~Samoa~685!!!SM~San Marino~378!!!ST~São Tomé and Príncipe~239!!!SA~Saudi Arabia~966!!!SN~Senegal~221!!!RS~Serbia~381!!!SC~Seychelles~248!!!SL~Sierra Leone~232!!!SG~Singapore~65!!!SX~Sint Maarten~1!!!SK~Slovakia~421!!!SI~Slovenia~386!!!SB~Solomon Islands~677!!!SO~Somalia~252!!!ZA~South Africa~27!!!SS~South Sudan~211!!!ES~Spain~34!!!LK~Sri Lanka~94!!!SH~St Helena, Ascension, and Tristan da Cunha~290!!!SD~Sudan~249!!!SR~Suriname~597!!!SJ~Svalbard~47!!!SZ~Swaziland~268!!!SE~Sweden~46!!!CH~Switzerland~41!!!SY~Syria~963!!!TW~Taiwan~886!!!TJ~Tajikistan~992!!!TZ~Tanzania~255!!!TH~Thailand~66!!!TL~Timor-Leste~670!!!TG~Togo~228!!!TK~Tokelau~690!!!TO~Tonga~676!!!TT~Trinidad and Tobago~1!!!TA~Tristan da Cunha~290!!!TN~Tunisia~216!!!TR~Turkey~90!!!TM~Turkmenistan~993!!!TC~Turks and Caicos Islands~1!!!TV~Tuvalu~688!!!VI~U.S. Virgin Islands~1!!!UG~Uganda~256!!!UA~Ukraine~380!!!AE~United Arab Emirates~971!!!GB~United Kingdom~44!!!US~United States~1!!!UY~Uruguay~598!!!UZ~Uzbekistan~998!!!VU~Vanuatu~678!!!VA~Vatican City~39!!!VE~Venezuela~58!!!VN~Vietnam~84!!!WF~Wallis and Futuna~681!!!YE~Yemen~967!!!ZM~Zambia~260!!!ZW~Zimbabwe~263","fUseInlinePhoneNumber":true,"fDetectBrowserCapabilities":true,"fUseMinHeight":true,"fShouldSupportTargetCredentialForRecovery":true,"fAvoidNewOtcGenerationWhenAlreadySent":true,"fEnableProofTypeValidation":true,"fUseCertificateInterstitialView":true,"fIsPasskeySupportEnabled":true,"arrPromotedFedCredTypes":[],"fShowUserAlreadyExistErrorHandling":true,"fBlockOnAppleEmailClaimError":true,"fIsVerifiableCredentialsSupportEnabled":true,"iVerifiableCredentialPresentationPollingIntervalSeconds":0.5,"iVerifiableCredentialPresentationPollingTimeoutSeconds":300,"fIsQrPinEnabled":true,"fPasskeyAssertionRedirect":true,"fShowProgressForPasskeyAutofill":true,"fFixUrlExternalIdpFederation":true,"fEnableBackButtonBugFix":true,"fEnableTotalLossRecovery":true,"fUpdatePromotedCredTypesOrder":true,"fUseNewPromotedCredsComponent":true,"urlSessionState":"https://login.microsoftonline.com/common/DeviceCodeStatus","urlResetPassword":"https://passwordreset.microsoftonline.com/?ru=https%3a%2f%2flogin.microsoftonline.com%2fcommon%2freprocess%3fctx%3drQQIARAAhdPLi-MEAAbwdh51ZthHdxTU27CIiJhOmqRNM7Bipkn6mDbvtEkuIe807zZp08Q_wDnuSWVPshdhvCzCgngQwduCsIIX97Tnvax4GkFEVs-Llw--y3f6fkcHvVYbaYEt8MNdqAWevYeg3Q6CdAwAhswugGAGCPRguwu0LQxGux0I7Zr66vioifzyt_rbo4fED1Lx6eXH0y-v6idenqfZ2elpURStxHEWpt0yk-g01GNrEbsb6Lt6_Wm9_mBn344BSbjaybow1oZgrIf2YAyCEBgCW7RvebTvVsxAyaeEBNICCE7nCjIRPW9KuDkjcrDic4VKWL4qjrZKZXkqYVaMSOaKKCF0HwTViPYn83E0hbj81dZUnEKqb0VKRVbPdm4z-Dr3oFeRrBaV_cfOoZOsIi1NsvzB7ud7seeh-iwdhnRiVjNBYG1qyaX4CCUIncIcw3CwMeGxaBYEWgC6ldkeVVkpL03-3OP0eV8xOXI9lRM_WbXnQ5vBvWgFD9uKPCBClkHJrew4kSAUna67sVcwK8vBdrCwPIDSN6LNCz2RCQoBK2em4VC8aYOO5Yyn3RmpaZwv5io93GxmIaUaMk3D2oJJcnTIMxqODl1ii4YMqRgTqSTobCW0L-wB54OUpnJLq8Cn9ALtM2vhXI0ZuNAVTM7K8yIUTUELOjFv4D2qwy8xrAenA4XHtP4EZahkJo1YfeFKCbdU6PEk2wYuzGqriU4wpS35MmjGQbuj6KmcWtZSGmRoWMZQPN8WMAYy7pgVgo6kBIJ2rnorESgpelIVOpJlgNFPJYqq8BE6WVhsnmtWBdu2xcNzd41R7b6LIr6GMEJudcKRRtADJ9W0kdROYSjNGUReEdZMyHycsQE3VnRjk5TlAEdcPi4A88Im5NkFOrXlMaGvPcyBIJ00tWBOA9uED8d6FBsXgMvMu-GsIFXbHM9nOMySmNHVSilvd0HS6rOZguE-ngnc1e67r7n3Bvp2t2EmUZTET3bRJLXjhXWSrhJnEdqvI7GBTpl_2zCJ7BYehk_36i_2bhwcNG-9UzupffAWeHC9V3-4f3zU_PPmT5_9_Hbzk6-kxvuHd-_WnuyfpuTSclnOLNlNdm6VquDG_WQwmkSFK80lSTLPwfWUzqwJT97rnbXvN-r3G40njcMRodGk2NPA3xv1yzdq3x_-r9hnN948OlovtDAx9dDOjv-T--PN2vWtx79-8_iLv75-OXxx-yMlM0yGWZGUA_K5ES57tEsHGMThGCOOZYOGCKdjSxI-ngX3HjVrz5u153dq13eal8e1fwA1\u0026mkt=en-US\u0026hosted=0\u0026device_platform=Linux","urlMsaResetPassword":"https://account.live.com/password/reset?wreply=https%3a%2f%2flogin.microsoftonline.com%2fcommon%2freprocess%3fctx%3drQQIARAAhdPLi-MEAAbwdh51ZthHdxTU27CIiJhOmqRNM7Bipkn6mDbvtEkuIe807zZp08Q_wDnuSWVPshdhvCzCgngQwduCsIIX97Tnvax4GkFEVs-Llw--y3f6fkcHvVYbaYEt8MNdqAWevYeg3Q6CdAwAhswugGAGCPRguwu0LQxGux0I7Zr66vioifzyt_rbo4fED1Lx6eXH0y-v6idenqfZ2elpURStxHEWpt0yk-g01GNrEbsb6Lt6_Wm9_mBn344BSbjaybow1oZgrIf2YAyCEBgCW7RvebTvVsxAyaeEBNICCE7nCjIRPW9KuDkjcrDic4VKWL4qjrZKZXkqYVaMSOaKKCF0HwTViPYn83E0hbj81dZUnEKqb0VKRVbPdm4z-Dr3oFeRrBaV_cfOoZOsIi1NsvzB7ud7seeh-iwdhnRiVjNBYG1qyaX4CCUIncIcw3CwMeGxaBYEWgC6ldkeVVkpL03-3OP0eV8xOXI9lRM_WbXnQ5vBvWgFD9uKPCBClkHJrew4kSAUna67sVcwK8vBdrCwPIDSN6LNCz2RCQoBK2em4VC8aYOO5Yyn3RmpaZwv5io93GxmIaUaMk3D2oJJcnTIMxqODl1ii4YMqRgTqSTobCW0L-wB54OUpnJLq8Cn9ALtM2vhXI0ZuNAVTM7K8yIUTUELOjFv4D2qwy8xrAenA4XHtP4EZahkJo1YfeFKCbdU6PEk2wYuzGqriU4wpS35MmjGQbuj6KmcWtZSGmRoWMZQPN8WMAYy7pgVgo6kBIJ2rnorESgpelIVOpJlgNFPJYqq8BE6WVhsnmtWBdu2xcNzd41R7b6LIr6GMEJudcKRRtADJ9W0kdROYSjNGUReEdZMyHycsQE3VnRjk5TlAEdcPi4A88Im5NkFOrXlMaGvPcyBIJ00tWBOA9uED8d6FBsXgMvMu-GsIFXbHM9nOMySmNHVSilvd0HS6rOZguE-ngnc1e67r7n3Bvp2t2EmUZTET3bRJLXjhXWSrhJnEdqvI7GBTpl_2zCJ7BYehk_36i_2bhwcNG-9UzupffAWeHC9V3-4f3zU_PPmT5_9_Hbzk6-kxvuHd-_WnuyfpuTSclnOLNlNdm6VquDG_WQwmkSFK80lSTLPwfWUzqwJT97rnbXvN-r3G40njcMRodGk2NPA3xv1yzdq3x_-r9hnN948OlovtDAx9dDOjv-T--PN2vWtx79-8_iLv75-OXxx-yMlM0yGWZGUA_K5ES57tEsHGMThGCOOZYOGCKdjSxI-ngX3HjVrz5u153dq13eal8e1fwA1\u0026mkt=en-US","fFixUrlResetPassword":true,"urlSignUp":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fwww.office.com%2flandingv2\u0026response_type=code+id_token\u0026state=nhh7aVpHlNoczVSSPeFqQpAI7DDaF9fbbf9JDhP7skk_k0gzc1IzsyXqcRBhQaWCYcQEuMXojor1WHeOAhmr3H1YXGDlPO7ExXffmSSw56gver3PXXkxGidh-FavTeRS8TOkwS9yVcbfFRce0fdfJM6VE__QjTtZNHvvVlFZbXNN3_iOot7HRO_A7HgDx7lOEYbLUyDNsrS1KeGQj0F_ZQqdwAMNi7COuSBZnO3waY9XsyBwlTcS_k5nRbA8F5Rq9983pGYR9_CL7OFoVUIPaigUoQqYNJLsxkg3P_rLaDOyeUjX0cnk15YapXpddqUGs7lyn2nWxw390OgJPSk5UYkS_BZhrT-yFNLzwa4ss-bCpUFFzAI7LidPtt_dz3eedR3Wgu9F1Cg74j_4OStd5lI_DNGfp__IU1p32ptO4XrDdVSsjAOe-gnYabvoyyGA4gRnw-cKeDXVK7MeXJDauh9f22aEc_kWN-xoRlJamnbK-gOW6lVwEZecJWVA3PE9b6_yUt160EdCPsY9AjAsSQ\u0026response_mode=form_post\u0026nonce=639123987839224320.NjdhNjgzOGYtMDU0NS00MWY4LThhMDgtOTQ3YjQwZDdjZTIxYzdhZDczOTEtYTU4NC00ZmNjLWJmM2QtNjgzMTM2ZjdmYzEz\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=5afed134b0d944a2be55777b883e4d98\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026signup=1\u0026lw=1\u0026fl=easi2\u0026epctrc=pEqdgPQcyPvsBdyZSgnCoGILmwgUWUUUcB0uMNsdLRE%3d8%3a1%3aCANARY%3aYsbcOOrEFf0Rtblq8NgNk92QA9OTJXbN2Df5eUUAJVk%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAZXKa6fNyXl3hrSXdLXUKwn5Gpl6_g_L9Rxx9Is-aHqyb6tOJJ9FWzQOXZCWQaD06mrqqdlRSOdSkSoBcU8Rh5G7CrxPhWUwEFjrAQapCvJLNaUb461YB6qDEDeaZ0CRTJaVWix_hjHlT4xKND9sngqaDvFfVchRqSzFx-Id5VAh8etksdz2pKHEYZH_n4eVwYn3dIiDrMUUzC9y0E1_z5iAA\u0026jshs=0","urlGetCredentialType":"https://login.microsoftonline.com/common/GetCredentialType?mkt=en-US","urlGetRecoveryCredentialType":"https://login.microsoftonline.com/common/getrecoverycredentialtype?mkt=en-US","urlGetOneTimeCode":"https://login.microsoftonline.com/common/GetOneTimeCode","urlLogout":"https://login.microsoftonline.com/common/uxlogout","urlForget":"https://login.microsoftonline.com/forgetuser","urlDisambigRename":"https://go.microsoft.com/fwlink/p/?LinkID=733247","urlGoToAADError":"https://login.live.com/oauth20_authorize.srf?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fwww.office.com%2flandingv2\u0026response_type=code+id_token\u0026state=nhh7aVpHlNoczVSSPeFqQpAI7DDaF9fbbf9JDhP7skk_k0gzc1IzsyXqcRBhQaWCYcQEuMXojor1WHeOAhmr3H1YXGDlPO7ExXffmSSw56gver3PXXkxGidh-FavTeRS8TOkwS9yVcbfFRce0fdfJM6VE__QjTtZNHvvVlFZbXNN3_iOot7HRO_A7HgDx7lOEYbLUyDNsrS1KeGQj0F_ZQqdwAMNi7COuSBZnO3waY9XsyBwlTcS_k5nRbA8F5Rq9983pGYR9_CL7OFoVUIPaigUoQqYNJLsxkg3P_rLaDOyeUjX0cnk15YapXpddqUGs7lyn2nWxw390OgJPSk5UYkS_BZhrT-yFNLzwa4ss-bCpUFFzAI7LidPtt_dz3eedR3Wgu9F1Cg74j_4OStd5lI_DNGfp__IU1p32ptO4XrDdVSsjAOe-gnYabvoyyGA4gRnw-cKeDXVK7MeXJDauh9f22aEc_kWN-xoRlJamnbK-gOW6lVwEZecJWVA3PE9b6_yUt160EdCPsY9AjAsSQ\u0026response_mode=form_post\u0026nonce=639123987839224320.NjdhNjgzOGYtMDU0NS00MWY4LThhMDgtOTQ3YjQwZDdjZTIxYzdhZDczOTEtYTU4NC00ZmNjLWJmM2QtNjgzMTM2ZjdmYzEz\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=5afed134b0d944a2be55777b883e4d98\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026epctrc=pEqdgPQcyPvsBdyZSgnCoGILmwgUWUUUcB0uMNsdLRE%3d8%3a1%3aCANARY%3aYsbcOOrEFf0Rtblq8NgNk92QA9OTJXbN2Df5eUUAJVk%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAKEsApsx2WXxLhCEy0wJwJnWsrPMV9VJuI4IXlbpWdopz8ooIc-u5R_jp1WXX-JCB61W-a2ov6sY8Vb9mU8-YZKGoObbIGyo32RVna-cYz-5IJJLZoDEYWakDlqtkqvtyUt39wXLuqFt7Q9tlmPwQuShDz3JAv14AGY0hOqLTDoNpP-Jue44FOHjZ8Ag_H6sl0Fg0Gu4eOqCOVge4zuD_ZiAA\u0026jshs=0","urlDeviceFingerprinting":"","urlPIAEndAuth":"https://login.microsoftonline.com/common/PIA/EndAuth","urlStartTlr":"https://login.microsoftonline.com/common/tlr/start","fCBShowSignUp":true,"fKMSIEnabled":false,"iLoginMode":121,"fAllowPhoneSignIn":true,"fAllowPhoneInput":true,"fAllowSkypeNameLogin":true,"iMaxPollErrors":5,"iPollingTimeout":300,"srsSuccess":true,"fShowSwitchUser":true,"arrValErrs":["50058"],"sErrorCode":"50058","sWAMExtension":"ppnbnpeolgkicgegkbkbjmhlideopiji","sWAMChannel":"53ee284d-920a-4b59-9d30-a60315b26836","sErrTxt":"","sResetPasswordPrefillParam":"username","onPremPasswordValidationConfig":{"isUserRealmPrecheckEnabled":true},"fSwitchDisambig":true,"oCancelPostParams":{"error":"access_denied","error_subcode":"cancel","state":"nhh7aVpHlNoczVSSPeFqQpAI7DDaF9fbbf9JDhP7skk_k0gzc1IzsyXqcRBhQaWCYcQEuMXojor1WHeOAhmr3H1YXGDlPO7ExXffmSSw56gver3PXXkxGidh-FavTeRS8TOkwS9yVcbfFRce0fdfJM6VE__QjTtZNHvvVlFZbXNN3_iOot7HRO_A7HgDx7lOEYbLUyDNsrS1KeGQj0F_ZQqdwAMNi7COuSBZnO3waY9XsyBwlTcS_k5nRbA8F5Rq9983pGYR9_CL7OFoVUIPaigUoQqYNJLsxkg3P_rLaDOyeUjX0cnk15YapXpddqUGs7lyn2nWxw390OgJPSk5UYkS_BZhrT-yFNLzwa4ss-bCpUFFzAI7LidPtt_dz3eedR3Wgu9F1Cg74j_4OStd5lI_DNGfp__IU1p32ptO4XrDdVSsjAOe-gnYabvoyyGA4gRnw-cKeDXVK7MeXJDauh9f22aEc_kWN-xoRlJamnbK-gOW6lVwEZecJWVA3PE9b6_yUt160EdCPsY9AjAsSQ","canary":"pEqdgPQcyPvsBdyZSgnCoGILmwgUWUUUcB0uMNsdLRE=8:1:CANARY:YsbcOOrEFf0Rtblq8NgNk92QA9OTJXbN2Df5eUUAJVk="},"iRemoteNgcPollingType":2,"fUseNewNoPasswordTypes":true,"urlAadSignup":"https://signup.microsoft.com/signup?sku=teams_commercial_trial\u0026origin=ests\u0026culture=en-US","urlOidcDiscoveryEndpointFormat":"https://login.microsoftonline.com/{0}/.well-known/openid-configuration","urlTenantedEndpointFormat":"https://login.microsoftonline.com/{0}/oauth2/v2.0/authorize?client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026redirect_uri=https%3a%2f%2fwww.office.com%2flandingv2\u0026response_type=code+id_token\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026response_mode=form_post\u0026nonce=639123987839224320.NjdhNjgzOGYtMDU0NS00MWY4LThhMDgtOTQ3YjQwZDdjZTIxYzdhZDczOTEtYTU4NC00ZmNjLWJmM2QtNjgzMTM2ZjdmYzEz\u0026ui_locales=en-US\u0026mkt=en-US\u0026client-request-id=5afed134-b0d9-44a2-be55-777b883e4d98\u0026state=nhh7aVpHlNoczVSSPeFqQpAI7DDaF9fbbf9JDhP7skk_k0gzc1IzsyXqcRBhQaWCYcQEuMXojor1WHeOAhmr3H1YXGDlPO7ExXffmSSw56gver3PXXkxGidh-FavTeRS8TOkwS9yVcbfFRce0fdfJM6VE__QjTtZNHvvVlFZbXNN3_iOot7HRO_A7HgDx7lOEYbLUyDNsrS1KeGQj0F_ZQqdwAMNi7COuSBZnO3waY9XsyBwlTcS_k5nRbA8F5Rq9983pGYR9_CL7OFoVUIPaigUoQqYNJLsxkg3P_rLaDOyeUjX0cnk15YapXpddqUGs7lyn2nWxw390OgJPSk5UYkS_BZhrT-yFNLzwa4ss-bCpUFFzAI7LidPtt_dz3eedR3Wgu9F1Cg74j_4OStd5lI_DNGfp__IU1p32ptO4XrDdVSsjAOe-gnYabvoyyGA4gRnw-cKeDXVK7MeXJDauh9f22aEc_kWN-xoRlJamnbK-gOW6lVwEZecJWVA3PE9b6_yUt160EdCPsY9AjAsSQ\u0026x-client-SKU=ID_NET8_0\u0026x-client-ver=8.14.0.0\u0026allowbacktocommon=True","sCloudInstanceName":"microsoftonline.com","fShowSignInOptionsAsButton":true,"fUseNewPhoneSignInError":true,"fIsUpdatedAutocompleteEnabled":true,"fActivateFocusOnApprovalNumberRemoteNGC":true,"fIsPasskey":true,"fEnableDFPIntegration":true,"fEnableCenterFocusedApprovalNumber":true,"fShowPassKeyErrorUCP":true,"fFixPhoneDisambigSignupRedirect":true,"fEnableQrCodeA11YFixes":true,"fEnablePasskeyAwpError":true,"fEnableAuthenticatorTimeoutFix":true,"fEnablePasskeyAutofillUI":true,"sCrossDomainCanary":"PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAPeuRky6f7JDYcAW3D1LJV_BaKhzIqmZyGpj_8jKoKxwwuCLf962zM6Wb6g3jeJ34vngDHbXxGoF3yoQtLbqstD5MRvsSHYKYoFgqBv2MCfyDFlaftErg6Dxv_wzw9nVD2njurKNtgx0IvLYVs5nCyakrb7kbv-Ybklcnk_hcCw4Dgl1kP1qeSBYDiVCVIlFolGe_xJq3amZ8fc4nDPBgZiAA","arrExcludedDisplayNames":["unknown"],"fFixShowRevealPassword":true,"fRemoveTLRFragment":true,"fEnableCredentialPickerBranding":true,"iMaxStackForKnockoutAsyncComponents":10000,"fShowButtons":true,"urlCdn":"https://aadcdn.msauth.net/shared/1.0/","urlDefaultFavicon":"https://aadcdn.msauth.net/shared/1.0/content/images/favicon_a_eupayfgghqiai7k9sol6lg2.ico","urlFooterTOU":"https://www.microsoft.com/en-US/servicesagreement/","urlFooterPrivacy":"https://privacy.microsoft.com/en-US/privacystatement","urlPost":"https://login.microsoftonline.com/common/login","urlPostAad":"https://login.microsoftonline.com/common/login","urlPostMsa":"https://login.live.com/ppsecure/partnerpost.srf?flow=fido\u0026client_id=4765445b-32c6-49b0-83e6-1d93765276ca\u0026scope=openid+profile+https%3a%2f%2fwww.office.com%2fv2%2fOfficeHome.All\u0026redirect_uri=https%3a%2f%2fwww.office.com%2flandingv2\u0026response_type=code+id_token\u0026state=nhh7aVpHlNoczVSSPeFqQpAI7DDaF9fbbf9JDhP7skk_k0gzc1IzsyXqcRBhQaWCYcQEuMXojor1WHeOAhmr3H1YXGDlPO7ExXffmSSw56gver3PXXkxGidh-FavTeRS8TOkwS9yVcbfFRce0fdfJM6VE__QjTtZNHvvVlFZbXNN3_iOot7HRO_A7HgDx7lOEYbLUyDNsrS1KeGQj0F_ZQqdwAMNi7COuSBZnO3waY9XsyBwlTcS_k5nRbA8F5Rq9983pGYR9_CL7OFoVUIPaigUoQqYNJLsxkg3P_rLaDOyeUjX0cnk15YapXpddqUGs7lyn2nWxw390OgJPSk5UYkS_BZhrT-yFNLzwa4ss-bCpUFFzAI7LidPtt_dz3eedR3Wgu9F1Cg74j_4OStd5lI_DNGfp__IU1p32ptO4XrDdVSsjAOe-gnYabvoyyGA4gRnw-cKeDXVK7MeXJDauh9f22aEc_kWN-xoRlJamnbK-gOW6lVwEZecJWVA3PE9b6_yUt160EdCPsY9AjAsSQ\u0026response_mode=form_post\u0026nonce=639123987839224320.NjdhNjgzOGYtMDU0NS00MWY4LThhMDgtOTQ3YjQwZDdjZTIxYzdhZDczOTEtYTU4NC00ZmNjLWJmM2QtNjgzMTM2ZjdmYzEz\u0026x-client-SKU=ID_NET8_0\u0026x-client-Ver=8.14.0.0\u0026uaid=5afed134b0d944a2be55777b883e4d98\u0026msproxy=1\u0026issuer=mso\u0026tenant=common\u0026ui_locales=en-US\u0026epctrc=pEqdgPQcyPvsBdyZSgnCoGILmwgUWUUUcB0uMNsdLRE%3d8%3a1%3aCANARY%3aYsbcOOrEFf0Rtblq8NgNk92QA9OTJXbN2Df5eUUAJVk%3d\u0026epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAA9wtglJgYGUaLI1g-C-rABUePl8MHhrDNIxIR9gEx4AG6G5wz2jwnodSm-Z8BUw807bonz27SnxiiqFHqIwxg3q-wYmj5dKaHFG88GaPr5q2-SngqrQEdZTh-6LFHarX4nSKULAetYddmjR4154J15Kb8qyA0q5sNjM-XNoGFTqT02GWn5RXkXR5lwPD6-7nq3xCPMj5mRN52FoJEcW04rCAA\u0026jshs=0","urlRefresh":"https://login.microsoftonline.com/common/reprocess?ctx=rQQIARAAhdPLi-MEAAbwdh51ZthHdxTU27CIiJhOmqRNM7Bipkn6mDbvtEkuIe807zZp08Q_wDnuSWVPshdhvCzCgngQwduCsIIX97Tnvax4GkFEVs-Llw--y3f6fkcHvVYbaYEt8MNdqAWevYeg3Q6CdAwAhswugGAGCPRguwu0LQxGux0I7Zr66vioifzyt_rbo4fED1Lx6eXH0y-v6idenqfZ2elpURStxHEWpt0yk-g01GNrEbsb6Lt6_Wm9_mBn344BSbjaybow1oZgrIf2YAyCEBgCW7RvebTvVsxAyaeEBNICCE7nCjIRPW9KuDkjcrDic4VKWL4qjrZKZXkqYVaMSOaKKCF0HwTViPYn83E0hbj81dZUnEKqb0VKRVbPdm4z-Dr3oFeRrBaV_cfOoZOsIi1NsvzB7ud7seeh-iwdhnRiVjNBYG1qyaX4CCUIncIcw3CwMeGxaBYEWgC6ldkeVVkpL03-3OP0eV8xOXI9lRM_WbXnQ5vBvWgFD9uKPCBClkHJrew4kSAUna67sVcwK8vBdrCwPIDSN6LNCz2RCQoBK2em4VC8aYOO5Yyn3RmpaZwv5io93GxmIaUaMk3D2oJJcnTIMxqODl1ii4YMqRgTqSTobCW0L-wB54OUpnJLq8Cn9ALtM2vhXI0ZuNAVTM7K8yIUTUELOjFv4D2qwy8xrAenA4XHtP4EZahkJo1YfeFKCbdU6PEk2wYuzGqriU4wpS35MmjGQbuj6KmcWtZSGmRoWMZQPN8WMAYy7pgVgo6kBIJ2rnorESgpelIVOpJlgNFPJYqq8BE6WVhsnmtWBdu2xcNzd41R7b6LIr6GMEJudcKRRtADJ9W0kdROYSjNGUReEdZMyHycsQE3VnRjk5TlAEdcPi4A88Im5NkFOrXlMaGvPcyBIJ00tWBOA9uED8d6FBsXgMvMu-GsIFXbHM9nOMySmNHVSilvd0HS6rOZguE-ngnc1e67r7n3Bvp2t2EmUZTET3bRJLXjhXWSrhJnEdqvI7GBTpl_2zCJ7BYehk_36i_2bhwcNG-9UzupffAWeHC9V3-4f3zU_PPmT5_9_Hbzk6-kxvuHd-_WnuyfpuTSclnOLNlNdm6VquDG_WQwmkSFK80lSTLPwfWUzqwJT97rnbXvN-r3G40njcMRodGk2NPA3xv1yzdq3x_-r9hnN948OlovtDAx9dDOjv-T--PN2vWtx79-8_iLv75-OXxx-yMlM0yGWZGUA_K5ES57tEsHGMThGCOOZYOGCKdjSxI-ngX3HjVrz5u153dq13eal8e1fwA1","urlCancel":"https://www.office.com/landingv2","urlResume":"https://login.microsoftonline.com/common/resume?ctx=rQQIARAAhdPLi-MEAAbwdh51ZthHdxTU27CIiJhOmqRNM7Bipkn6mDbvtEkuIe807zZp08Q_wDnuSWVPshdhvCzCgngQwduCsIIX97Tnvax4GkFEVs-Llw--y3f6fkcHvVYbaYEt8MNdqAWevYeg3Q6CdAwAhswugGAGCPRguwu0LQxGux0I7Zr66vioifzyt_rbo4fED1Lx6eXH0y-v6idenqfZ2elpURStxHEWpt0yk-g01GNrEbsb6Lt6_Wm9_mBn344BSbjaybow1oZgrIf2YAyCEBgCW7RvebTvVsxAyaeEBNICCE7nCjIRPW9KuDkjcrDic4VKWL4qjrZKZXkqYVaMSOaKKCF0HwTViPYn83E0hbj81dZUnEKqb0VKRVbPdm4z-Dr3oFeRrBaV_cfOoZOsIi1NsvzB7ud7seeh-iwdhnRiVjNBYG1qyaX4CCUIncIcw3CwMeGxaBYEWgC6ldkeVVkpL03-3OP0eV8xOXI9lRM_WbXnQ5vBvWgFD9uKPCBClkHJrew4kSAUna67sVcwK8vBdrCwPIDSN6LNCz2RCQoBK2em4VC8aYOO5Yyn3RmpaZwv5io93GxmIaUaMk3D2oJJcnTIMxqODl1ii4YMqRgTqSTobCW0L-wB54OUpnJLq8Cn9ALtM2vhXI0ZuNAVTM7K8yIUTUELOjFv4D2qwy8xrAenA4XHtP4EZahkJo1YfeFKCbdU6PEk2wYuzGqriU4wpS35MmjGQbuj6KmcWtZSGmRoWMZQPN8WMAYy7pgVgo6kBIJ2rnorESgpelIVOpJlgNFPJYqq8BE6WVhsnmtWBdu2xcNzd41R7b6LIr6GMEJudcKRRtADJ9W0kdROYSjNGUReEdZMyHycsQE3VnRjk5TlAEdcPi4A88Im5NkFOrXlMaGvPcyBIJ00tWBOA9uED8d6FBsXgMvMu-GsIFXbHM9nOMySmNHVSilvd0HS6rOZguE-ngnc1e67r7n3Bvp2t2EmUZTET3bRJLXjhXWSrhJnEdqvI7GBTpl_2zCJ7BYehk_36i_2bhwcNG-9UzupffAWeHC9V3-4f3zU_PPmT5_9_Hbzk6-kxvuHd-_WnuyfpuTSclnOLNlNdm6VquDG_WQwmkSFK80lSTLPwfWUzqwJT97rnbXvN-r3G40njcMRodGk2NPA3xv1yzdq3x_-r9hnN948OlovtDAx9dDOjv-T--PN2vWtx79-8_iLv75-OXxx-yMlM0yGWZGUA_K5ES57tEsHGMThGCOOZYOGCKdjSxI-ngX3HjVrz5u153dq13eal8e1fwA1","iPawnIcon":0,"iPollingInterval":1,"sPOST_Username":"","fEnableNumberMatching":true,"sFT":"BgABIQEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzAQAAAAAApNADXpRjxb-HsrPeN7nssy9boDTDtqRhRUyxsm13-Vu5YcxUrF41Wo8Xfi3lWlC8XWjmpVf_RPYyiwdV8fIMfTivmx1DPpR2kJy1mhyKMdSPKthOQgmGkqsF1rTT6j0HKWLTHVPyrF6UAe3QyX0zbM2dWQs7MoXJeu3eX0BXOe6jssIEYvigzCDHTJEtynUJJTEaWfP9rh_LF6dGdUVDCCSGkDmMK0l57YIEeu19MlaZ7vHnFeuc4PNNIENaTFyqyEbW4Z8624ubG2aOHUCtlF1Ul2P8G0WMvwshYV5BgdsU22fj_znfn83Th7RO6F-O5fntl67W1LzTYbjjKQpgjKLtJsyMj6kztlzuI-kxg5ajPbsj7-Sm62_LX6GEZWAB6Boq3xTqNed3F2yUwRyvwc2F1hI2wCRL7_xgiFbUODzn8YcX9B1pSF2bLrtGPHpuig82fomp8i0PjMqcLq8hYPfMBjEqQ8wlz27asBrbiy2E6O_EdeXcSGEWf79Pw_Eo7fiyMKlvzBEYuxJdXM7DuswGALA-EmIwwibAM0_xjoIkgCHQhbNVsgUfSG2k7cKkBq-GhpWQQngc2C2Mo5GElO6MbOrelRxHhTnN3dmPArXg-FS5V5hdaSipppJfOQl7rBA1SgJB-FtVfKs9HJmeUvrbQ2oQ0UlVuu3PMCx0QaytKgtM4cUz1-LJ7J8liLCOXuCTXufQS_VcrbRQysRPP5iHVaa0-eEWqd7JDmjjSU5e7WG6V548F0mQ3l_MzIfHplHfG8CJGZJH4Cg4xK8SU1oNkxSVbP48AablFppfRcKXrAjhlAD0-_Io_9apBBJO_Qne2sUT2qDqbt1iBdURNOG0HLHYIVA_W_3iB7rhRA-lMWobaAaV_uyBRlIT5U7B5PUmbs-pfc6CWjVam_QkIDu2iAahETwniBPvIsaE-kAHvs6WR7uoM2UJDOC43OgRjgu3-o-dnqiRtXn0C0obhXun9d2RXrVdIX3i7W1vbxaUorUNx6-cJkq7p0Bw4OR_Aa7UbklvWxstd5BdicuNxfqpyW725cG_OdO8K-KNRBM7nDYOHuDAhOns-0OpWnVaWe68ResSfvmVevS2Xsj-SCAA","sFTName":"flowToken","sSessionIdentifierName":"code","sCtx":"rQQIARAAhdPLi-MEAAbwdh51ZthHdxTU27CIiJhOmqRNM7Bipkn6mDbvtEkuIe807zZp08Q_wDnuSWVPshdhvCzCgngQwduCsIIX97Tnvax4GkFEVs-Llw--y3f6fkcHvVYbaYEt8MNdqAWevYeg3Q6CdAwAhswugGAGCPRguwu0LQxGux0I7Zr66vioifzyt_rbo4fED1Lx6eXH0y-v6idenqfZ2elpURStxHEWpt0yk-g01GNrEbsb6Lt6_Wm9_mBn344BSbjaybow1oZgrIf2YAyCEBgCW7RvebTvVsxAyaeEBNICCE7nCjIRPW9KuDkjcrDic4VKWL4qjrZKZXkqYVaMSOaKKCF0HwTViPYn83E0hbj81dZUnEKqb0VKRVbPdm4z-Dr3oFeRrBaV_cfOoZOsIi1NsvzB7ud7seeh-iwdhnRiVjNBYG1qyaX4CCUIncIcw3CwMeGxaBYEWgC6ldkeVVkpL03-3OP0eV8xOXI9lRM_WbXnQ5vBvWgFD9uKPCBClkHJrew4kSAUna67sVcwK8vBdrCwPIDSN6LNCz2RCQoBK2em4VC8aYOO5Yyn3RmpaZwv5io93GxmIaUaMk3D2oJJcnTIMxqODl1ii4YMqRgTqSTobCW0L-wB54OUpnJLq8Cn9ALtM2vhXI0ZuNAVTM7K8yIUTUELOjFv4D2qwy8xrAenA4XHtP4EZahkJo1YfeFKCbdU6PEk2wYuzGqriU4wpS35MmjGQbuj6KmcWtZSGmRoWMZQPN8WMAYy7pgVgo6kBIJ2rnorESgpelIVOpJlgNFPJYqq8BE6WVhsnmtWBdu2xcNzd41R7b6LIr6GMEJudcKRRtADJ9W0kdROYSjNGUReEdZMyHycsQE3VnRjk5TlAEdcPi4A88Im5NkFOrXlMaGvPcyBIJ00tWBOA9uED8d6FBsXgMvMu-GsIFXbHM9nOMySmNHVSilvd0HS6rOZguE-ngnc1e67r7n3Bvp2t2EmUZTET3bRJLXjhXWSrhJnEdqvI7GBTpl_2zCJ7BYehk_36i_2bhwcNG-9UzupffAWeHC9V3-4f3zU_PPmT5_9_Hbzk6-kxvuHd-_WnuyfpuTSclnOLNlNdm6VquDG_WQwmkSFK80lSTLPwfWUzqwJT97rnbXvN-r3G40njcMRodGk2NPA3xv1yzdq3x_-r9hnN948OlovtDAx9dDOjv-T--PN2vWtx79-8_iLv75-OXxx-yMlM0yGWZGUA_K5ES57tEsHGMThGCOOZYOGCKdjSxI-ngX3HjVrz5u153dq13eal8e1fwA1","iProductIcon":-1,"fEnableOneDSClientTelemetry":true,"staticTenantBranding":null,"oAppCobranding":{},"iBackgroundImage":4,"arrSessions":[],"urlMsaMeControl":"https://login.live.com/Me.srf?wa=wsignin1.0\u0026idpflag=direct\u0026wreply=https%3a%2f%2flogin.microsoftonline.com","urlMsaStaticMeControl":"https://login.live.com/Me.htm?v=3","fApplicationInsightsEnabled":false,"iApplicationInsightsEnabledPercentage":0,"urlSetDebugMode":"https://login.microsoftonline.com/common/debugmode","fEnableCssAnimation":true,"fDisableAnimationIfAnimationEndUnsupported":true,"fSsoFeasible":true,"fAllowGrayOutLightBox":true,"fProvideV2SsoImprovements":true,"fUseMsaSessionState":true,"fIsRemoteNGCSupported":true,"desktopSsoConfig":{"isEdgeAnaheimAllowed":true,"iwaEndpointUrlFormat":"https://autologon.microsoftazuread-sso.com/{0}/winauth/sso?client-request-id=5afed134-b0d9-44a2-be55-777b883e4d98","iwaSsoProbeUrlFormat":"https://autologon.microsoftazuread-sso.com/{0}/winauth/ssoprobe?client-request-id=5afed134-b0d9-44a2-be55-777b883e4d98","iwaIFrameUrlFormat":"https://autologon.microsoftazuread-sso.com/{0}/winauth/iframe?client-request-id=5afed134-b0d9-44a2-be55-777b883e4d98\u0026isAdalRequest=False","iwaRequestTimeoutInMs":10000,"startDesktopSsoOnPageLoad":false,"progressAnimationTimeout":10000,"isEdgeAllowed":false,"minDssoEdgeVersion":"17","isSafariAllowed":true,"redirectUri":"https://www.office.com/landingv2","redirectDssoErrorPostParams":{"error":"interaction_required","error_description":"Session information is not sufficient for single-sign-on.","state":"nhh7aVpHlNoczVSSPeFqQpAI7DDaF9fbbf9JDhP7skk_k0gzc1IzsyXqcRBhQaWCYcQEuMXojor1WHeOAhmr3H1YXGDlPO7ExXffmSSw56gver3PXXkxGidh-FavTeRS8TOkwS9yVcbfFRce0fdfJM6VE__QjTtZNHvvVlFZbXNN3_iOot7HRO_A7HgDx7lOEYbLUyDNsrS1KeGQj0F_ZQqdwAMNi7COuSBZnO3waY9XsyBwlTcS_k5nRbA8F5Rq9983pGYR9_CL7OFoVUIPaigUoQqYNJLsxkg3P_rLaDOyeUjX0cnk15YapXpddqUGs7lyn2nWxw390OgJPSk5UYkS_BZhrT-yFNLzwa4ss-bCpUFFzAI7LidPtt_dz3eedR3Wgu9F1Cg74j_4OStd5lI_DNGfp__IU1p32ptO4XrDdVSsjAOe-gnYabvoyyGA4gRnw-cKeDXVK7MeXJDauh9f22aEc_kWN-xoRlJamnbK-gOW6lVwEZecJWVA3PE9b6_yUt160EdCPsY9AjAsSQ","canary":"pEqdgPQcyPvsBdyZSgnCoGILmwgUWUUUcB0uMNsdLRE=8:1:CANARY:YsbcOOrEFf0Rtblq8NgNk92QA9OTJXbN2Df5eUUAJVk="},"isIEAllowedForSsoProbe":true,"edgeRedirectUri":"https://autologon.microsoftazuread-sso.com/common/winauth/sso/edgeredirect?client-request-id=5afed134-b0d9-44a2-be55-777b883e4d98\u0026origin=login.microsoftonline.com\u0026is_redirected=1","isFlowTokenPassedInEdge":true},"urlLogin":"https://login.microsoftonline.com/common/reprocess?ctx=rQQIARAAhdPLi-MEAAbwdh51ZthHdxTU27CIiJhOmqRNM7Bipkn6mDbvtEkuIe807zZp08Q_wDnuSWVPshdhvCzCgngQwduCsIIX97Tnvax4GkFEVs-Llw--y3f6fkcHvVYbaYEt8MNdqAWevYeg3Q6CdAwAhswugGAGCPRguwu0LQxGux0I7Zr66vioifzyt_rbo4fED1Lx6eXH0y-v6idenqfZ2elpURStxHEWpt0yk-g01GNrEbsb6Lt6_Wm9_mBn344BSbjaybow1oZgrIf2YAyCEBgCW7RvebTvVsxAyaeEBNICCE7nCjIRPW9KuDkjcrDic4VKWL4qjrZKZXkqYVaMSOaKKCF0HwTViPYn83E0hbj81dZUnEKqb0VKRVbPdm4z-Dr3oFeRrBaV_cfOoZOsIi1NsvzB7ud7seeh-iwdhnRiVjNBYG1qyaX4CCUIncIcw3CwMeGxaBYEWgC6ldkeVVkpL03-3OP0eV8xOXI9lRM_WbXnQ5vBvWgFD9uKPCBClkHJrew4kSAUna67sVcwK8vBdrCwPIDSN6LNCz2RCQoBK2em4VC8aYOO5Yyn3RmpaZwv5io93GxmIaUaMk3D2oJJcnTIMxqODl1ii4YMqRgTqSTobCW0L-wB54OUpnJLq8Cn9ALtM2vhXI0ZuNAVTM7K8yIUTUELOjFv4D2qwy8xrAenA4XHtP4EZahkJo1YfeFKCbdU6PEk2wYuzGqriU4wpS35MmjGQbuj6KmcWtZSGmRoWMZQPN8WMAYy7pgVgo6kBIJ2rnorESgpelIVOpJlgNFPJYqq8BE6WVhsnmtWBdu2xcNzd41R7b6LIr6GMEJudcKRRtADJ9W0kdROYSjNGUReEdZMyHycsQE3VnRjk5TlAEdcPi4A88Im5NkFOrXlMaGvPcyBIJ00tWBOA9uED8d6FBsXgMvMu-GsIFXbHM9nOMySmNHVSilvd0HS6rOZguE-ngnc1e67r7n3Bvp2t2EmUZTET3bRJLXjhXWSrhJnEdqvI7GBTpl_2zCJ7BYehk_36i_2bhwcNG-9UzupffAWeHC9V3-4f3zU_PPmT5_9_Hbzk6-kxvuHd-_WnuyfpuTSclnOLNlNdm6VquDG_WQwmkSFK80lSTLPwfWUzqwJT97rnbXvN-r3G40njcMRodGk2NPA3xv1yzdq3x_-r9hnN948OlovtDAx9dDOjv-T--PN2vWtx79-8_iLv75-OXxx-yMlM0yGWZGUA_K5ES57tEsHGMThGCOOZYOGCKdjSxI-ngX3HjVrz5u153dq13eal8e1fwA1","urlDssoStatus":"https://login.microsoftonline.com/common/instrumentation/dssostatus","iSessionPullType":3,"fUseSameSite":true,"iAllowedIdentities":2,"isGlobalTenant":true,"uiflavor":1001,"urlFidoHelp":"https://go.microsoft.com/fwlink/?linkid=2013738","urlFidoLogin":"https://login.microsoft.com/common/fido/get?uiflavor=Web","fIsFidoSupported":true,"fLoadStringCustomizationPromises":true,"fUseAlternateTextForSwitchToCredPickerLink":true,"fOfflineAccountVisible":false,"fEnableUserStateFix":true,"fAccessPassSupported":true,"fShowAccessPassPeek":true,"fUpdateSessionPollingLogic":true,"fEnableShowPickerCredObservable":true,"fFetchSessionsSkipDsso":true,"fIsCiamUserFlowUxNewLogicEnabled":true,"fUseNonMicrosoftDefaultBrandingForCiam":true,"sCompanyDisplayName":"Microsoft Services","fRemoveCustomCss":true,"fFixUICrashForApiRequestHandler":true,"fShowUpdatedKoreanPrivacyFooter":true,"fUsePostCssHotfix":true,"fFixUserFlowBranding":true,"fIsQrCodePinSupported":true,"fEnablePasskeyNullFix":true,"fEnableRefreshCookiesFix":true,"fEnableWebNativeBridgeInterstitialUx":true,"fEnableThisAppOnlyUxSupport":true,"fEnableWindowParentingFix":true,"fEnableNativeBridgeErrors":true,"urlAcmaServerPath":"https://login.microsoftonline.com","sTenantId":"common","sMkt":"en-US","fIsDesktop":true,"fUpdateConfigInit":true,"fLogDisallowedCssProperties":true,"fDisallowExternalFonts":true,"sFidoChallenge":"O.eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IlUxc1g4WUZIUzdaNlZsN1ZITEl6VGVqYnZqMCJ9.eyJhdWQiOiJ1cm46bWljcm9zb2Z0OmZpZG86Y2hhbGxlbmdlIiwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5taWNyb3NvZnQuY29tIiwiaWF0IjoxNzc2ODAxOTg0LCJuYmYiOjE3NzY4MDE5ODQsImV4cCI6MTc3NjgwMjI4NH0.IgBtf8ADvv_-WzVKZsLtltd9yHxU7UOcariHDzqamF_VWyAocwZnIdSi5LU3keG4xeEzK9WZ499VMNyg0pWiJa43YzSA64877fAIR6h2hc6LYmw4I_Ll5p14ntz8rZoaECZm_gl1iVdlmX9WPxUQ1nMG3atE76oBTVJez1VuOVjewYezUYDUromAFQ28OxJC-0EuAKhN4444rqJTcsY4WfWdUztf-PgBDjrGOvdVF2dLGvVqKgKmg6s1S6ttCsgC9mC0kkFK_JO1_0wQG3n-fWObdV488AbeRsS76Iw4nisCqgKfoC4SRSJDU3tL9jeM29g1hD0xfnd9EVvaCl86Ww","fShowDebugDetailsAriaExpanded":true,"fPreventOtcFormDoubleSubmit":true,"fEnableWebNativeBridgeLoadFix":true,"fEnableWebNativeBridgeClientTelemetry":true,"scid":1013,"hpgact":1800,"hpgid":1104,"pgid":"ConvergedSignIn","apiCanary":"PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAxqZrqHMWDjcq9halP7q9YxiyIiYtQh-i5wFTSBAsUHaDoK8lhdVwX73paGn5utfVo-05qScxjcUlVb8_YIfzo_zT5Cq33gU0tc-5XxAxPpBzZMn7PRsmsYc_pAPTyPQ404yHsjEyWr8gTMC7OsY8nOhLoqh2kzMDCaXHDu5p6SslgdhPdwJZmx6XcPKERCsLFRYCaq8azBOAEk5JuLAcziAA","canary":"pEqdgPQcyPvsBdyZSgnCoGILmwgUWUUUcB0uMNsdLRE=8:1:CANARY:YsbcOOrEFf0Rtblq8NgNk92QA9OTJXbN2Df5eUUAJVk=","sCanaryTokenName":"canary","fSkipRenderingNewCanaryToken":false,"fEnableNewCsrfProtection":true,"correlationId":"5afed134-b0d9-44a2-be55-777b883e4d98","sessionId":"87c30df9-17cd-4010-a055-062609222200","sRingId":"R6","locale":{"mkt":"en-US","lcid":1033},"slMaxRetry":2,"slReportFailure":true,"strings":{"desktopsso":{"authenticatingmessage":"Trying to sign you in"}},"enums":{"ClientMetricsModes":{"None":0,"SubmitOnPost":1,"SubmitOnRedirect":2,"InstrumentPlt":4}},"urls":{"instr":{"pageload":"https://login.microsoftonline.com/common/instrumentation/reportpageload","dssostatus":"https://login.microsoftonline.com/common/instrumentation/dssostatus"}},"browser":{"ltr":1,"Chrome":1,"_Linux":1,"_M147":1,"_D0":1,"Full":1,"RE_WebKit":1,"b":{"name":"Chrome","major":147,"minor":0},"os":{"name":"Linux","version":""},"V":"147.0"},"watson":{"url":"/common/handlers/watson","bundle":"https://aadcdn.msauth.net/ests/2.1/content/cdnbundles/watson.min_82o5oyf7tvyeotpacdeksw2.js","sbundle":"https://aadcdn.msauth.net/ests/2.1/content/cdnbundles/watsonsupportwithjquery.3.5.min_dc940oomzau4rsu8qesnvg2.js","fbundle":"https://aadcdn.msauth.net/ests/2.1/content/cdnbundles/frameworksupport.min_oadrnc13magb009k4d20lg2.js","resetErrorPeriod":5,"maxCorsErrors":-1,"maxInjectErrors":5,"maxErrors":10,"maxTotalErrors":3,"expSrcs":["https://login.microsoftonline.com","https://aadcdn.msauth.net/","https://aadcdn.msftauth.net/",".login.microsoftonline.com"],"envErrorRedirect":true,"envErrorUrl":"/common/handlers/enverror"},"loader":{"cdnRoots":["https://aadcdn.msauth.net/","https://aadcdn.msftauth.net/"],"logByThrowing":true},"serverDetails":{"slc":"ProdSlices","dc":"FRC","ri":"PA2XXXX","ver":{"v":[2,1,23906,5]},"rt":"2026-04-21T20:06:24","et":32},"clientEvents":{"enabled":true,"telemetryEnabled":true,"useOneDSEventApi":true,"flush":60000,"autoPost":true,"autoPostDelay":1000,"minEvents":1,"maxEvents":1,"pltDelay":500,"appInsightsConfig":{"instrumentationKey":"b0c252808e614e949086e019ae1cb300-e0c02060-e3b3-4965-bd7c-415e1a7a9fde-6951","webAnalyticsConfiguration":{"autoCapture":{"jsError":true}}},"defaultEventName":"IDUX_ESTSClientTelemetryEvent_WebWatson","serviceID":3,"endpointUrl":"https://eu-mobile.events.data.microsoft.com/OneCollector/1.0/"},"fApplyAsciiRegexOnInput":true,"country":"ES","fBreakBrandingSigninString":true,"bsso":{"type":"none","reason":"Chrome: Pull suppressed as UserAgent did not meet required criteria, Other: Pull suppressed as UserAgent did not meet required criteria"},"urlNoCookies":"https://login.microsoftonline.com/cookiesdisabled","fTrimChromeBssoUrl":true,"inlineMode":5,"fShowCopyDebugDetailsLink":true,"fTenantBrandingCdnAddEventHandlers":true,"fAddTryCatchForIFrameRedirects":true}; | Unknown directive |
| 36 | //]]></script> | Syntax not understood |
| 37 | <script type="text/javascript" nonce='giKm3xBOyK_yn5-8DjfnGw'>//<![CDATA[ | Syntax not understood |
| 38 | !function(){var e=window,r=e.$Debug=e.$Debug||{},t=e.$Config||{};if(!r.appendLog){var n=[],o=0;r.appendLog=function(e){var r=t.maxDebugLog||25,i=(new Date).toUTCString()+":"+e;n.push(o+":"+i),n.length>r&&n.shift(),o++},r.getLogs=function(){return n}}}(),function(){function e(e,r){function t(i){var a=e[i];if(i<n-1){return void(o.r[a]?t(i+1):o.when(a,function(){t(i+1)}))}r(a)}var n=e.length;t(0)}function r(e,r,i){function a(){var e=!!u.method,o=e?u.method:i[0],a=u.extraArgs||[],s=n.$WebWatson;try{ | Unknown directive |
| 39 | var d=t(i,!e);if(a&&a.length>0){for(var c=a.length,l=0;l<c;l++){d.push(a[l])}}o.apply(r,d)}catch(e){return void(s&&s.submitFromException&&s.submitFromException(e))}}var u=o.r&&o.r[e];return r=r||this,u&&(u.skipTimeout?a():n.setTimeout(a,0)),u}function t(e,r){return Array.prototype.slice.call(e,r?1:0)}var n=window;n.$Do||(n.$Do={"q":[],"r":[],"removeItems":[],"lock":0,"o":[]});var o=n.$Do;o.when=function(t,n){function i(e){r(e,a,u)||o.q.push({"id":e,"c":a,"a":u})}var a=0,u=[],s=1;"function"==typeof n||(a=n, | Unknown directive |
| 40 | s=2);for(var d=s;d<arguments.length;d++){u.push(arguments[d])}t instanceof Array?e(t,i):i(t)},o.register=function(e,t,n){if(!o.r[e]){o.o.push(e);var i={};if(t&&(i.method=t),n&&(i.skipTimeout=n),arguments&&arguments.length>3){i.extraArgs=[];for(var a=3;a<arguments.length;a++){i.extraArgs.push(arguments[a])}}o.r[e]=i,o.lock++;try{for(var u=0;u<o.q.length;u++){var s=o.q[u];s.id==e&&r(e,s.c,s.a)&&o.removeItems.push(s)}}catch(e){throw e}finally{if(0===--o.lock){for(var d=0;d<o.removeItems.length;d++){ | Unknown directive |
| 41 | for(var c=o.removeItems[d],l=0;l<o.q.length;l++){if(o.q[l]===c){o.q.splice(l,1);break}}}o.removeItems=[]}}}},o.unregister=function(e){o.r[e]&&delete o.r[e]}}(),function(e,r){function t(){if(!a){if(!r.body){return void setTimeout(t)}a=!0,e.$Do.register("doc.ready",0,!0)}}function n(){if(!u){if(!r.body){return void setTimeout(n)}t(),u=!0,e.$Do.register("doc.load",0,!0),i()}}function o(e){(r.addEventListener||"load"===e.type||"complete"===r.readyState)&&t()}function i(){ | Syntax not understood |
| 42 | r.addEventListener?(r.removeEventListener("DOMContentLoaded",o,!1),e.removeEventListener("load",n,!1)):r.attachEvent&&(r.detachEvent("onreadystatechange",o),e.detachEvent("onload",n))}var a=!1,u=!1;if("complete"===r.readyState){return void setTimeout(n)}!function(){r.addEventListener?(r.addEventListener("DOMContentLoaded",o,!1),e.addEventListener("load",n,!1)):r.attachEvent&&(r.attachEvent("onreadystatechange",o),e.attachEvent("onload",n))}()}(window,document),function(){function e(){ | Unknown directive |
| 43 | return g.$Config||g.ServerData||{}}function r(e,r,t){var n=g.$Debug;n&&n.appendLog&&(r&&(e+=" '"+(r.src||r.href||"")+"'",e+=", id:"+(r.id||""),e+=", async:"+(r.async||""),e+=", defer:"+(r.defer||"")),t&&(e+=", loadDuration:"+t+"ms"),n.appendLog(e))}function t(){var e=g.$B;if(void 0===l){if(e){l=e.IE}else{var r=g.navigator.userAgent;l=-1!==r.indexOf("MSIE ")||-1!==r.indexOf("Trident/")}}return l}function n(){var e=g.$B;if(void 0===f){if(e){f=e.RE_Edge}else{var r=g.navigator.userAgent;f=-1!==r.indexOf("Edge") | Unknown directive |
| 44 | }}return f}function o(e){var r=e.indexOf("?"),t=r>-1?r:e.length,n=e.lastIndexOf(".",t);return e.substring(n,n+h.length).toLowerCase()===h}function i(){var r=e();return(r.loader||{}).slReportFailure||r.slReportFailure||!1}function a(){return(e().loader||{}).redirectToErrorPageOnLoadFailure||!1}function u(){return(e().loader||{}).logByThrowing||!1}function s(e){if(!t()&&!n()){return!1}var r=e.src||e.href||"";if(!r){return!0}if(o(r)){var i,a,u;try{i=e.sheet,a=i&&i.cssRules,u=!1}catch(e){u=!0}if(i&&!a&&u){ | Unknown directive |
| 45 | return!0}if(i&&a&&0===a.length){return!0}}return!1}function d(r,t,n){var o=e(),i=o.loader||{},a=i.resourceLoadTimeout;return a>0?setTimeout(function(){t.isCircuitBreakerTriggered=!0,r&&r.parentElement&&r.parentElement.removeChild(r),n()},a):null}function c(){function t(e){v.getElementsByTagName("head")[0].appendChild(e)}function n(e,r,t,n){var s=null;return s=o(e)?i(e):"script"===n.toLowerCase()?a(e):u(e,n),r&&(s.id=r),"function"==typeof s.setAttribute&&(s.setAttribute("crossorigin","anonymous"), | Unknown directive |
| 46 | t&&"string"==typeof t&&s.setAttribute("integrity",t)),s}function i(e){var r=v.createElement("link");return r.rel="stylesheet",r.type="text/css",r.href=e,r}function a(e){var r=v.createElement("script"),t=v.querySelector("script[nonce]");if(r.type="text/javascript",r.src=e,r.defer=!1,r.async=!1,t){var n=t.nonce||t.getAttribute("nonce");r.setAttribute("nonce",n)}return r}function u(e,r){var t=v.createElement(r);return t.src=e,t}function l(e,r){if(e&&e.length>0&&r){for(var t=0;t<e.length;t++){ | Syntax not understood |
| 47 | if(-1!==r.indexOf(e[t])){return!0}}}return!1}function f(r){if(e().fTenantBrandingCdnAddEventHandlers){var t=l(L,r)?L:E;if(!(t&&t.length>1)){return r}for(var n=0;n<t.length;n++){if(-1!==r.indexOf(t[n])){var o=t[n+1<t.length?n+1:0],i=r.substring(t[n].length);return"https://"!==t[n].substring(0,"https://".length)&&(o="https://"+o,i=i.substring("https://".length)),o+i}}return r}if(!(E&&E.length>1)){return r}for(var a=0;a<E.length;a++){if(0===r.indexOf(E[a])){return E[a+1<E.length?a+1:0]+r.substring(E[a].length) | Unknown directive |
| 48 | }}return r}function g(e,t,n,o,i){var a=0,u=$.failMessage||"Failed";if(i&&(a=Date.now()-i.startTime,i.id&&!i.isCircuitBreakerTriggered&&clearTimeout(i.id),i.isCircuitBreakerTriggered&&(u=$.timeoutMessage||"TimedOut")),r("[$Loader]: "+u,o,a),S[e].retry<y){return S[e].retry++,p(e,t,n),void c._ReportFailure(S[e].retry,S[e].srcPath,i)}n&&n()}function h(e,t,n,o,i){var a=0;if(s(o)){return g(e,t,n,o,i)}i&&i.id&&(clearTimeout(i.id),a=Date.now()-i.startTime),r("[$Loader]: "+($.successMessage||"Loaded"),o,a), | Unknown directive |
| 49 | p(e+1,t,n);var u=S[e].onSuccess;"function"==typeof u&&u(S[e].srcPath)}function p(e,o,i){if(e<S.length){var a=S[e];if(!a||!a.srcPath){return void p(e+1,o,i)}a.retry>0&&(a.srcPath=f(a.srcPath),a.origId||(a.origId=a.id),a.id=a.origId+"_Retry_"+a.retry);var u=n(a.srcPath,a.id,a.integrity,a.tagName),s={"id":null,"isCircuitBreakerTriggered":!1},c=function(){g(e,o,i,u,s)};u.onload=function(){h(e,o,i,u,s)},u.onerror=c,u.onreadystatechange=function(){"loaded"===u.readyState?setTimeout(function(){h(e,o,i,u,s) | Unknown directive |
| 50 | },500):"complete"===u.readyState&&h(e,o,i,u,s)},w&&a.retry<y&&(s.id=d(u,s,c),s.startTime=Date.now()),t(u),r("[$Loader]: Loading '"+(a.srcPath||"")+"', id:"+(a.id||""))}else{o&&o()}}var m=e(),y=m.slMaxRetry||2,b=m.loader||{},E=b.cdnRoots||[],w=b.enableCircuitBreaking||!1,L=b.tenantBrandingCdnRoots||[],$=this,S=[];$.retryOnError=!0,$.successMessage="Loaded",$.failMessage="Error",$.Add=function(e,r,t,n,o,i){e&&S.push({"srcPath":e,"id":r,"retry":n||0,"integrity":t,"tagName":o||"script","onSuccess":i})}, | Unknown directive |
| 51 | $.AddForReload=function(e,r){var t=e.src||e.href||"";$.Add(t,"AddForReload",e.integrity,1,e.tagName,r)},$.AddIf=function(e,r,t){e&&$.Add(r,t)},$.Load=function(e,r){p(0,e,r)}}var l,f,g=window,v=g.document,h=".css";c.On=function(e,r,t){if(!e){throw"The target element must be provided and cannot be null."}r?c.OnError(e,t):c.OnSuccess(e,t)},c.OnSuccess=function(e,t){if(!e){throw"The target element must be provided and cannot be null."}if(s(e)){return c.OnError(e,t)}var n=e.src||e.href||"",o=i(),u=a() | Unknown directive |
| 52 | ;r("[$Loader]: Loaded",e);var d=new c;d.failMessage="Reload Failed",d.successMessage="Reload Success",d.Load(null,function(){if(o){throw"Unexpected state. ResourceLoader.Load() failed despite initial load success. ['"+n+"']"}u&&(document.location.href="/error.aspx?err=504")})},c.OnError=function(e,t,n){var o=e.src||e.href||"",u=i(),s=a();if(!e){throw"The target element must be provided and cannot be null."}r("[$Loader]: Failed",e);var d=new c;d.failMessage="Reload Failed",d.successMessage="Reload Success", | Unknown directive |
| 53 | d.AddForReload(e,t),d.Load(null,function(){if(u){throw"Failed to load external resource ['"+o+"']"}s&&(document.location.href="/error.aspx?err=504")}),c._ReportFailure(0,o,n)},c._ReportFailure=function(e,r,n){if(u()&&!t()){var o="Failed to load";throw n&&n.isCircuitBreakerTriggered&&(o="Timed out while loading"),"[Retry "+e+"] "+o+" external resource ['"+r+"'], reloading from fallback CDN endpoint"}},g.$Loader=c}(),function(){function e(){if(!E){var e=new h.$Loader | Syntax not understood |
| 54 | ;e.AddIf(!h.jQuery,m.sbundle,"WebWatson_DemandSupport"),m.sbundle=null,delete m.sbundle,e.AddIf(!h.$Api,m.fbundle,"WebWatson_DemandFramework"),m.fbundle=null,delete m.fbundle,e.Add(m.bundle,"WebWatson_DemandLoaded"),e.Load(r,t),E=!0}}function r(){if(h.$WebWatson){if(h.$WebWatson.isProxy){return void t()}y.when("$WebWatson.full",function(){for(;b.length>0;){var e=b.shift();e&&h.$WebWatson[e.cmdName].apply(h.$WebWatson,e.args)}})}}function t(){if(!h.$WebWatson||h.$WebWatson.isProxy){if(!w&&JSON){try{ | Syntax not understood |
| 55 | var e=new XMLHttpRequest;e.open("POST",m.url),e.setRequestHeader("Accept","application/json"),e.setRequestHeader("Content-Type","application/json; charset=UTF-8"),e.setRequestHeader("canary",p.apiCanary),e.setRequestHeader("client-request-id",p.correlationId),e.setRequestHeader("hpgid",p.hpgid||0),e.setRequestHeader("hpgact",p.hpgact||0);for(var r=-1,t=0;t<b.length;t++){if("submit"===b[t].cmdName){r=t;break}}var o=b[r]?b[r].args||[]:[],i={"sr":m.sr, | Unknown directive |
| 56 | "ec":"Failed to load external resource [Core Watson files]","wec":55,"idx":1,"pn":p.pgid||"","sc":p.scid||0,"hpg":p.hpgid||0,"msg":"Failed to load external resource [Core Watson files]","url":o[1]||"","ln":0,"ad":0,"an":!1,"cs":"","sd":p.serverDetails,"ls":null,"diag":v(m)};e.send(JSON.stringify(i))}catch(e){}w=!0}m.loadErrorUrl&&window.location.assign(m.loadErrorUrl)}n()}function n(){b=[],h.$WebWatson=null}function o(r){return function(){var t=arguments;b.push({"cmdName":r,"args":t}),e()}}function i(){ | Unknown directive |
| 57 | var e=["foundException","resetException","submit"],r=this;r.isProxy=!0;for(var t=e.length,n=0;n<t;n++){var i=e[n];i&&(r[i]=o(i))}}function a(e,r,t,n,o,i,a){var u=h.event;return i||(i=l(o||u,a?a+2:2)),h.$Debug&&h.$Debug.appendLog&&h.$Debug.appendLog("[WebWatson]:"+(e||"")+" in "+(r||"")+" @ "+(t||"??")),$.submit(e,r,t,n,o||u,i,a)}function u(e,r){return{"signature":e,"args":r,"toString":function(){return this.signature}}}function s(e){for(var r=[],t=e.split("\n"),n=0;n<t.length;n++){r.push(u(t[n],[]))} | Unknown directive |
| 58 | return r}function d(e){for(var r=[],t=e.split("\n"),n=0;n<t.length;n++){var o=u(t[n],[]);t[n+1]&&(o.signature+="@"+t[n+1],n++),r.push(o)}return r}function c(e){if(!e){return null}try{if(e.stack){return s(e.stack)}if(e.error){if(e.error.stack){return s(e.error.stack)}}else if(window.opera&&e.message){return d(e.message)}}catch(e){}return null}function l(e,r){var t=[];try{for(var n=arguments.callee;r>0;){n=n?n.caller:n,r--}for(var o=0;n&&o<L;){var i="InvalidMethod()";try{i=n.toString()}catch(e){} | Unknown directive |
| 59 | var a=[],s=n.args||n.arguments;if(s){for(var d=0;d<s.length;d++){a[d]=s[d]}}t.push(u(i,a)),n=n.caller,o++}}catch(e){t.push(u(e.toString(),[]))}var l=c(e);return l&&(t.push(u("--- Error Event Stack -----------------",[])),t=t.concat(l)),t}function f(e){if(e){try{var r=/function (.{1,})\(/,t=r.exec(e.constructor.toString());return t&&t.length>1?t[1]:""}catch(e){}}return""}function g(e){if(e){try{if("string"!=typeof e&&JSON&&JSON.stringify){var r=f(e),t=JSON.stringify(e) | Unknown directive |
| 60 | ;return t&&"{}"!==t||(e.error&&(e=e.error,r=f(e)),(t=JSON.stringify(e))&&"{}"!==t||(t=e.toString())),r+":"+t}}catch(e){}}return""+(e||"")}function v(e){var r=[];try{if(jQuery?(r.push("jQuery v:"+jQuery().jquery),jQuery.easing?r.push("jQuery.easing:"+JSON.stringify(jQuery.easing)):r.push("jQuery.easing is not defined")):r.push("jQuery is not defined"),e&&e.expectedVersion&&r.push("Expected jQuery v:"+e.expectedVersion),y){var t,n="";for(t=0;t<y.o.length;t++){n+=y.o[t]+";"}for(r.push("$Do.o["+n+"]"),n="", | Unknown directive |
| 61 | t=0;t<y.q.length;t++){n+=y.q[t].id+";"}r.push("$Do.q["+n+"]")}if(h.$Debug&&h.$Debug.getLogs){var o=h.$Debug.getLogs();o&&o.length>0&&(r=r.concat(o))}if(b){for(var i=0;i<b.length;i++){var a=b[i];if(a&&"submit"===a.cmdName){try{if(JSON&&JSON.stringify){var u=JSON.stringify(a);u&&r.push(u)}}catch(e){r.push(g(e))}}}}}catch(e){r.push(g(e))}return r}var h=window,p=h.$Config||{},m=p.watson,y=h.$Do;if(!h.$WebWatson&&m){var b=[],E=!1,w=!1,L=10,$=h.$WebWatson=new i;$.CB={},$._orgErrorHandler=h.onerror,h.onerror=a, | Syntax not understood |
| 62 | $.errorHooked=!0,y.when("jQuery.version",function(e){m.expectedVersion=e}),y.register("$WebWatson")}}(),function(){function e(e,r){for(var t=r.split("."),n=t.length,o=0;o<n&&null!==e&&void 0!==e;){e=e[t[o++]]}return e}function r(r){var t=null;return null===s&&(s=e(i,"Constants")),null!==s&&r&&(t=e(s,r)),null===t||void 0===t?"":t.toString()}function t(t){var n=null;return null===a&&(a=e(i,"$Config.strings")),null!==a&&t&&(n=e(a,t.toLowerCase())),null!==n&&void 0!==n||(n=r(t)), | Unknown directive |
| 63 | null===n||void 0===n?"":n.toString()}function n(e,r){var n=null;return e&&r&&r[e]&&(n=t("errors."+r[e])),n||(n=t("errors."+e)),n||(n=t("errors."+d)),n||(n=t(d)),n}function o(t){var n=null;return null===u&&(u=e(i,"$Config.urls")),null!==u&&t&&(n=e(u,t.toLowerCase())),null!==n&&void 0!==n||(n=r(t)),null===n||void 0===n?"":n.toString()}var i=window,a=null,u=null,s=null,d="GENERIC_ERROR";i.GetString=t,i.GetErrorString=n,i.GetUrl=o}(),function(){var e=window,r=e.$Config||{};e.$B=r.browser||{}}(),function(){ | Unknown directive |
| 64 | function e(e,r,t){e&&e.addEventListener?e.addEventListener(r,t):e&&e.attachEvent&&e.attachEvent("on"+r,t)}function r(r,t){e(document.getElementById(r),"click",t)}function t(r,t){var n=document.getElementsByName(r);n&&n.length>0&&e(n[0],"click",t)}var n=window;n.AddListener=e,n.ClickEventListenerById=r,n.ClickEventListenerByName=t}(); | Unknown directive |
| 65 | //]]></script> | Syntax not understood |
| 66 | <script type="text/javascript" nonce='giKm3xBOyK_yn5-8DjfnGw'>//<![CDATA[ | Syntax not understood |
| 67 | !function(e,t){function r(t){return function(){t.parentNode&&t.parentNode.removeChild(t),e.$Loader.OnError(t,void 0,{"isCircuitBreakerTriggered":!0})}}function n(e,t){e.addEventListener("load",function(){clearTimeout(t)},{"once":!0}),e.addEventListener("error",function(){clearTimeout(t)},{"once":!0})}!function(){var a="function"==typeof e.MutationObserver,o=t.getElementsByTagName("head")[0];if(a&&o&&e.addEventListener){var d=e.ServerData||e.$Config||{},i=d.loader||{} | Unknown directive |
| 68 | ;if(i.enableCircuitBreaking&&i.resourceLoadTimeout>0&&d.slMaxRetry>0){var u=new MutationObserver(function(e){for(var t=0;t<e.length;t++){var a=e[t];if("childList"===a.type){for(var o=0;o<a.addedNodes.length;o++){var d=a.addedNodes[o];if(d instanceof Element){var u="cdn"===d.getAttribute("data-loader");if(u){var c=setTimeout(r(d),i.resourceLoadTimeout);n(d,c)}}}}}});e.addEventListener("load",function(){u.disconnect()}),u.observe(o,{"childList":!0,"subtree":!1})}}}(),function(){ | Unknown directive |
| 69 | var r=t.getElementsByTagName("head")[0];r&&r.addEventListener&&(r.addEventListener("error",function(t){null!==t.target&&"cdn"===t.target.getAttribute("data-loader")&&e.$Loader.OnError(t.target)},!0),r.addEventListener("load",function(t){null!==t.target&&"cdn"===t.target.getAttribute("data-loader")&&e.$Loader.OnSuccess(t.target)},!0))}()}(window,document); | Syntax not understood |
| 70 | //]]></script> | Syntax not understood |
| 73 | <link rel="prefetch" href="https://login.live.com/Me.htm?v=3" /> | Unknown directive |
| 74 | <link rel="shortcut icon" href="https://aadcdn.msauth.net/shared/1.0/content/images/favicon_a_eupayfgghqiai7k9sol6lg2.ico" /> | Unknown directive |
| 76 | <script type="text/javascript" nonce='giKm3xBOyK_yn5-8DjfnGw'> | Syntax not understood |
| 77 | ServerData = $Config; | Syntax not understood |
| 78 | </script> | Syntax not understood |
| 82 | <link data-loader="cdn" crossorigin="anonymous" href="https://aadcdn.msauth.net/ests/2.1/content/cdnbundles/converged.v2.login.min_pzfy2abhlubh6bv_dyvwha2.css" rel="stylesheet" /> | Unknown directive |
| 85 | <script data-loader="cdn" crossorigin="anonymous" src="https://aadcdn.msauth.net/shared/1.0/content/js/ConvergedLogin_PCore_iXvvVEAQxmEXtWhahp1L2Q2.js" integrity='sha384-tTsb3L/uYRoqZqxgtWq9LgmGEBIFQbuS73QiL7aRR3WEJbp/mr5CNXIYCCheaAqr' nonce='giKm3xBOyK_yn5-8DjfnGw'></script> | Unknown directive |
| 87 | <script data-loader="cdn" crossorigin="anonymous" src="https://aadcdn.msauth.net/ests/2.1/content/cdnbundles/ux.converged.login.strings-en.min_cbb9wf1-2b8knjgxpc5-rg2.js" nonce='giKm3xBOyK_yn5-8DjfnGw'></script> | Unknown directive |
| 91 | </head> | Syntax not understood |
| 93 | <body data-bind="defineGlobals: ServerData, bodyCssClass" class="cb" style="display: none"> | Unknown directive |
| 94 | <script type="text/javascript" nonce='giKm3xBOyK_yn5-8DjfnGw'>//<![CDATA[ | Syntax not understood |
| 95 | !function(){var e=window,s=e.document,i=e.$Config||{};if(e.self===e.top){s&&s.body&&(s.body.style.display="block")}else if(!i.allowFrame){var o,t,r,f,n,d;if(i.fAddTryCatchForIFrameRedirects){try{o=e.self.location.href,t=o.indexOf("#"),r=-1!==t,f=o.indexOf("?"),n=r?t:o.length,d=-1===f||r&&f>t?"?":"&",o=o.substr(0,n)+d+"iframe-request-id="+i.sessionId+o.substr(n),e.top.location=o}catch(e){}}else{o=e.self.location.href,t=o.indexOf("#"),r=-1!==t,f=o.indexOf("?"),n=r?t:o.length,d=-1===f||r&&f>t?"?":"&", | Syntax not understood |
| 96 | o=o.substr(0,n)+d+"iframe-request-id="+i.sessionId+o.substr(n),e.top.location=o}}}(); | Syntax not understood |
| 97 | //]]></script> | Syntax not understood |
| 99 | </body> | Syntax not understood |
| 100 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Send Feedback