<!DOCTYPE html>
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">

<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta http-equiv="pragma" content="no-cache" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
    <meta name="google" value="notranslate" />
    <meta name="format-detection" content="telephone=no" />
    <meta name="scriptVer" content="2020052401.05" />
    <meta name="physicalRing" content="WW" />
    <meta name="environment" content="Prod" />
    <meta name="preload" content="UnknownPreload" />
    <meta name="baseUrl" content="OwaBaseUrl" />
    <link rel="manifest" href="/mail/pwa.json" />
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
    <link rel="apple-touch-icon" href="https://ow2.res.office365.com/assets/mail/pwa/v1/pngs/apple-touch-icon.png" />
    <noscript>JavaScript must be enabled.</noscript>
    <title>Outlook</title>
    <style>
        @font-face {
            font-family: 'Segoe UI WestEuropean';
            src: local('Segoe UI Light'), local('Segoe WP Light'),
                url('https://outlook-1.cdn.office.net/assets/mail/fonts/v1/fonts/segoeui-light.eot?#iefix') format('embedded-opentype'),
                url('https://outlook-1.cdn.office.net/assets/mail/fonts/v1/fonts/segoeui-light.woff') format('woff'),
                url('https://outlook-1.cdn.office.net/assets/mail/fonts/v1/fonts/segoeui-light.ttf') format('truetype');
            font-weight: 100;
            font-style: normal;
        }

        @font-face {
            font-family: 'Segoe UI WestEuropean';
            src: local('Segoe UI'), local('Segoe WP'),
                url('https://outlook-1.cdn.office.net/assets/mail/fonts/v1/fonts/segoeui-regular.eot?#iefix') format('embedded-opentype'),
                url('https://outlook-1.cdn.office.net/assets/mail/fonts/v1/fonts/segoeui-regular.woff') format('woff'),
                url('https://outlook-1.cdn.office.net/assets/mail/fonts/v1/fonts/segoeui-regular.ttf') format('truetype');
            font-weight: 400;
            font-style: normal;
        }

        @font-face {
            font-family: 'Segoe UI WestEuropean';
            src: local('Segoe UI Semibold'), local('Segoe WP Semibold'),
                url('https://outlook-1.cdn.office.net/assets/mail/fonts/v1/fonts/segoeui-semibold.eot?#iefix') format('embedded-opentype'),
                url('https://outlook-1.cdn.office.net/assets/mail/fonts/v1/fonts/segoeui-semibold.woff') format('woff'),
                url('https://outlook-1.cdn.office.net/assets/mail/fonts/v1/fonts/segoeui-semibold.ttf') format('truetype');
            font-weight: 600;
            font-style: normal;
        }

        @font-face {
            font-family: 'Segoe UI WestEuropean';
            src: local('Segoe UI Semilight'), local('Segoe WP Semilight'),
                url('https://outlook-1.cdn.office.net/assets/mail/fonts/v1/fonts/segoeui-semilight.eot?#iefix') format('embedded-opentype'),
                url('https://outlook-1.cdn.office.net/assets/mail/fonts/v1/fonts/segoeui-semilight.woff') format('woff'),
                url('https://outlook-1.cdn.office.net/assets/mail/fonts/v1/fonts/segoeui-semilight.ttf') format('truetype');
            font-weight: 200;
            font-style: normal;
        }

        @font-face {
            font-family: 'FabricMDL2Icons';
            src: url('https://outlook-1.cdn.office.net/owamail/2020052401.05/resources/fonts/o365icons-mdl2.woff') format('woff'),
                url('https://outlook-1.cdn.office.net/owamail/2020052401.05/resources/fonts/o365icons-mdl2.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'office365icons';
            src: url('https://outlook-1.cdn.office.net/owamail/2020052401.05/resources/fonts/office365icons.eot?');
            src: url('https://outlook-1.cdn.office.net/owamail/2020052401.05/resources/fonts/office365icons.eot?#iefix') format('embedded-opentype'),
                url('https://outlook-1.cdn.office.net/owamail/2020052401.05/resources/fonts/office365icons.woff?') format('woff'),
                url('https://outlook-1.cdn.office.net/owamail/2020052401.05/resources/fonts/office365icons.ttf?') format('truetype'),
                url('https://outlook-1.cdn.office.net/owamail/2020052401.05/resources/fonts/office365icons.svg?#office365icons') format('svg');
            font-weight: normal;
            font-style: normal;
        }

        #preloadDiv {
            height: 1px;
            margin-bottom: -1px;
            overflow: hidden;
            visibility: hidden;
        }

        #loadingScreen {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #fff;
        }

        #loadingLogo {
            position: fixed;
            top: calc(50vh - 90px);
            left: calc(50vw - 90px);
            width: 180px;
            height: 180px;
        }

        #loadingSpinner {
            visibility: hidden;
            opacity: 0;
            position: fixed;
            height: 80px;
            width: 80px;
            left: calc(50vw - 40px);
            top: calc(50vh + 150px);
            transform-origin: 40px 40px 40px;
            transition: 0.5s;
            animation: spinnerAnimation 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);
        }

        #MSLogo {
            position: fixed;
            bottom: 36px;
            left: calc(50vw - 45px);
        }

        @keyframes spinnerAnimation {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        #spinnerCircle {
            stroke: #deecf9;
        }

        .dark #loadingScreen {
            background-color: #333;
        }

        .dark #spinnerCircle {
            stroke: #605e5c;
        }
    </style>
    <script nonce="nonce-placeholder">
        try {
            if (
                'localStorage' in window &&
                window.localStorage.getItem('UsersNormalizedTheme') &&
                /\.dark$/.test(window.localStorage.getItem('UsersNormalizedTheme'))
            ) {
                document.documentElement.classList.add('dark');
            }
        } catch (e) { }
    </script>
    <script nonce="nonce-placeholder">
        try {
            var pwabarcolor = 'localStorage' in window && window.localStorage.getItem('PwaTheme');
            if (pwabarcolor) {
                var themetag = document.getElementsByName('theme-color');
                if (themetag && themetag.length) {
                    themetag[0].setAttribute('content', pwabarcolor);
                }
            }
        } catch (e) { }
    </script>

    <script nonce="nonce-placeholder">
        window.FabricConfig = {
            fontBaseUrl: null,
        };

        // #80098: Disable fabric focus rects before Fabric is initialized since this handler
        // impacts performance in OWA and we're using our own solution for rendering focus rectangles
        window.__hasInitializeFocusRects__ = true;

        window.owaBackfilledErrors = [];
        function logError(m, f, l, c, e) {
            if (window.owaErrorHandler) {
                window.owaErrorHandler(m, f, l, c, e);
            } else {
                window.owaBackfilledErrors.push(arguments);
            }
        }

        // setup default onerror handler on window
        window.onerror = logError;

        // setup error handler for when promises reject but don't get caught
        if ('onunhandledrejection' in window) {
            window.addEventListener('unhandledrejection', function (e) {
                var r = (e && e.reason) || '[no reason given]';
                if (r instanceof Error) {
                    logError('Unhandled Rejection: ' + r, '', 0, 0, r);
                } else {
                    logError('Unhandled Rejection: ' + (typeof r === 'string' ? r : JSON.stringify(r)));
                }
            });
        }
    </script>
    <script nonce="nonce-placeholder">
        try {
            !(function () {
                if ('PerformanceLongTaskTiming' in window) {
                    var g = (window.__tti = { e: [] });
                    g.o = new PerformanceObserver(function (l) {
                        g.e = g.e.concat(l.getEntries());
                    });
                    g.o.observe({ entryTypes: ['longtask'] });
                }
            })();
        } catch (e) { }
    </script>
</head>

<body class="ms-font-s disableTextSelection">
    <div id="preloadDiv">
        <span style='font-family:"Segoe UI WestEuropean;font-weight:100;"'>t</span>
        <span style='font-family:"Segoe UI WestEuropean;font-weight:200;"'>t</span>
        <span style='font-family:"Segoe UI WestEuropean;font-weight:400;"'>t</span>
        <span style='font-family:"Segoe UI WestEuropean;font-weight:600;"'>t</span>
    </div>
    <div id="app"></div>
    <div id="loadingScreen">
        <svg id="loadingLogo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
            viewBox="0 0 180 180">
            <defs>
                <linearGradient id="a" x1="28.286" y1="53.757" x2="70.714" y2="127.243" gradientUnits="userSpaceOnUse">
                    <stop offset="0" stop-color="#1784d9" />
                    <stop offset="0.5" stop-color="#107ad5" />
                    <stop offset="1" stop-color="#0a63c9" />
                </linearGradient>
            </defs>
            <path
                d="M143.984,93.02a1.813,1.813,0,0,1-.07.52,1.055,1.055,0,0,1-.06.24c.01.01,0,.02-.01.03a.9.9,0,0,1-.079.21,2.1,2.1,0,0,1-.15.3,2.5,2.5,0,0,1-1.059,1.05l-4.636,2.62-.4.23L132.584,101l-1.139.64-21.5,12.16-.419.24-8.193,4.63-1.019.57-1.009.57-.51.29c-.17.09-.349.19-.529.29-.02.01-.03.02-.05.03a4.689,4.689,0,0,1-1.169.43h-.01a5.834,5.834,0,0,1-1.509.19,5.973,5.973,0,0,1-2.7-.62c-.14-.08-.28-.16-.42-.23-.05-.03-.1-.06-.16-.09l-6.414-3.63-.869-.49-.62-.35-.13-.07-.469-.27-.07-.04-.21-.12-.15-.09-.16-.09-.2-.11-.239-.13-.12-.07-.03-.02-.32-.18-.28-.16-.08-.04-.359-.2L63.416,103.8,59.6,101.64,58.46,101l-4.936-2.78L53,97.92l-4.506-2.55a2.546,2.546,0,0,1-1.059-1.05,2.233,2.233,0,0,1-.15-.31l-.21-.99a2.645,2.645,0,0,1,1.329-2.3l.03-.03c.02,0,.04-.02.06-.02L53,88.13l.529-.3L74.845,75.78,76.224,75l5.306-2.99.359-.21.08-.04.28-.16.32-.18.03-.02.12-.07.239-.13.2-.11.16-.09.15-.08.21-.12.07-.04.469-.27.13-.07.62-.35.869-.5,6.414-3.62c.2-.11.39-.22.58-.32a6.069,6.069,0,0,1,5.385,0c.2.1.389.21.579.32l10.731,6.06,6.674,3.77L137.52,87.83l.4.23,4.636,2.61c.03,0,.05.02.07.02l.02.03A2.633,2.633,0,0,1,143.984,93.02Z"
                fill="#123b6d" />
            <polygon points="110 49 82 49 82 75 110 101 138 101 138 75 110 49" fill="#28a8ea" />
            <path
                d="M110,101v26H82l-.5-.42-.07-.06v-.01l-.09-.08-.18-.15-.34-.29-.03-.02-.44-.38-.01-.01-.11-.09-.05-.04-.05-.05-.59-.5h-.01l-.12-.11-.08-.07-.05-.04-.12-.1-.3-.25-.6-.49L54,103.99l-1-.82V75H82l.6.56.15.14.44.41.31.28.28.26.47.44.13.12.62.58Z"
                fill="#0364b8" />
            <rect x="54" y="101" width="28" height="26" fill="#14447d" />
            <rect x="110" y="101" width="28" height="26" fill="#0078d4" />
            <rect x="110" y="49" width="28" height="26" fill="#50d9ff" />
            <rect x="53" y="49" width="29" height="26" fill="#0078d4" />
            <rect x="82" y="75" width="28" height="26" fill="#0078d4" />
            <path
                d="M58.38,34h74.24A5.38,5.38,0,0,1,138,39.38V49a0,0,0,0,1,0,0H53a0,0,0,0,1,0,0V39.38A5.38,5.38,0,0,1,58.38,34Z"
                fill="#0358a7" />
            <path
                d="M138,93.829,96.942,116.108l-.192.111a1.94,1.94,0,0,1-.2.107c-.074.035-.151.066-.227.093l-1.34-.751-.167-.089c-.08-.04-.161-.082-.237-.13l-.1-.062-8.132-4.52-.664-.375-.545-.3-1.2-.675L53,92.318v32.259h85Z"
                fill="#0a2767" opacity="0.1" />
            <path
                d="M138,94.829,96.942,117.108l-.192.111a1.94,1.94,0,0,1-.2.107c-.074.035-.151.066-.227.093l-1.34-.751-.167-.089c-.08-.04-.161-.082-.237-.13l-.1-.062-8.132-4.52-.664-.375-.545-.3-1.2-.675L53,93.318v32.259h85Z"
                fill="#0a2767" opacity="0.1" />
            <path
                d="M138,95.829,96.942,118.108l-.192.111a1.94,1.94,0,0,1-.2.107c-.074.035-.151.066-.227.093l-1.34-.751-.167-.089c-.08-.04-.161-.082-.237-.13l-.1-.062-8.132-4.52-.664-.375-.545-.3-1.2-.675L53,94.318v32.259h85Z"
                fill="#0a2767" opacity="0.1" />
            <path
                d="M138,96.829,96.942,119.108l-.192.111a1.94,1.94,0,0,1-.2.107c-.074.035-.151.066-.227.093l-1.34-.751-.167-.089c-.08-.04-.161-.082-.237-.13l-.1-.062-8.132-4.52-.664-.375-.545-.3-1.2-.675L53,95.318v32.259h85Z"
                fill="#0a2767" opacity="0.1" />
            <path
                d="M142.641,95.242v0l-.054.029-.013.008-43.8,23.765a6.019,6.019,0,0,1-.587.319h0a6.331,6.331,0,0,1-5.389,0h0a6.138,6.138,0,0,1-.587-.319l2.061,14.818,43.658,13.047a6.235,6.235,0,0,0,3.564-1.1,5.686,5.686,0,0,0,2.5-4.671V93.022A2.542,2.542,0,0,1,142.641,95.242Z"
                fill="#1490df" />
            <path
                d="M100.479,118.163l-1.629.883a6.261,6.261,0,0,1-.587.319h0a6.329,6.329,0,0,1-5.388,0h0a6.261,6.261,0,0,1-.587-.319l2.061,14.818,43.658,13.047a6.241,6.241,0,0,0,3.565-1.1,5.773,5.773,0,0,0,2.339-3.356Z"
                opacity="0.05" />
            <path
                d="M143.578,143.412,99.439,118.727l-.589.319a6.261,6.261,0,0,1-.587.319h0a6.329,6.329,0,0,1-5.388,0h0a6.261,6.261,0,0,1-.587-.319l2.061,14.818,43.658,13.047a6.241,6.241,0,0,0,3.565-1.1A5.851,5.851,0,0,0,143.578,143.412Z"
                opacity="0.05" />
            <path
                d="M143.088,144.284,98.406,119.3l-.143.07h0a6.329,6.329,0,0,1-5.388,0h0a6.261,6.261,0,0,1-.587-.319l2.061,14.818,43.658,13.047a6.241,6.241,0,0,0,3.565-1.1A5.943,5.943,0,0,0,143.088,144.284Z"
                opacity="0.05" />
            <path
                d="M142.444,145.069,97.578,119.977l-.223-.119-.176-.1a6.334,6.334,0,0,1-4.305-.394h0a6.261,6.261,0,0,1-.587-.319l2.061,14.818,43.658,13.047a6.241,6.241,0,0,0,3.565-1.1A6.015,6.015,0,0,0,142.444,145.069Z"
                opacity="0.05" />
            <path
                d="M141.63,145.76c-.13.09-.26.18-.39.26s-.27.15-.41.22c-.16.08-.32.15-.48.22-.01,0-.02.01-.03.01q-.27.1-.54.18a3.3,3.3,0,0,1-.62.15.7.7,0,0,1-.14.03c-.11.02-.22.03-.34.04a4.632,4.632,0,0,1-.65.04H53.15a6.01,6.01,0,0,1-6.08-5.94V93.02l1.38.77.02.01c.01.01.01.01.02.01L53,96.32,61.42,101,82,112.44l.6.34.15.08.44.25.31.17.28.15.47.27.13.07.62.34,7.44,4.14c.19.12.39.23.59.33l2.48,1.39,1.57.88h.01l6.67,3.73,1.79,1,1.79,1,.75.42,1.04.58Z"
                fill="#28a8ea" />
            <path
                d="M85,63v59.62a5.337,5.337,0,0,1-.37,1.96,5.272,5.272,0,0,1-.52,1,4.839,4.839,0,0,1-.86,1,5.173,5.173,0,0,1-.51.42,5.462,5.462,0,0,1-1.03.58,5.378,5.378,0,0,1-2.09.42H47v-4h.07V93.02a2.644,2.644,0,0,1,1.33-2.3l.03-.03c.02,0,.04-.02.06-.02L53,88.13V57H79.62a4.547,4.547,0,0,1,2.38.69A6.374,6.374,0,0,1,85,63Z"
                opacity="0.05" />
            <path
                d="M84.25,63.1v58.52a5.432,5.432,0,0,1-.86,2.96,4.746,4.746,0,0,1-.84,1,3.379,3.379,0,0,1-.55.45,3.747,3.747,0,0,1-.66.4c-.1.06-.2.1-.3.15a5.292,5.292,0,0,1-2.08.42H47v-3h.07V93.02a2.644,2.644,0,0,1,1.33-2.3l.03-.03c.02,0,.04-.02.06-.02L53,88.13V57.25H78.87A4.942,4.942,0,0,1,82,58.42,6.149,6.149,0,0,1,84.25,63.1Z"
                opacity="0.075" />
            <path
                d="M83.5,63.19v57.43a5.45,5.45,0,0,1-1.5,3.82,1.92,1.92,0,0,1-.15.14,4.911,4.911,0,0,1-1.47,1c-.01,0-.02.01-.03.01a5.268,5.268,0,0,1-2.04.41H47v-2h.07V93.02a2.644,2.644,0,0,1,1.33-2.3l.03-.03c.02,0,.04-.02.06-.02L53,88.13V57.5H78.12A5.21,5.21,0,0,1,82,59.32,5.846,5.846,0,0,1,83.5,63.19Z"
                opacity="0.1" />
            <path
                d="M82.75,63.28v56.34a5.735,5.735,0,0,1-.75,2.87,4.989,4.989,0,0,1-2.29,2.09c-.12.05-.25.1-.38.14a5.088,5.088,0,0,1-1.67.28H47v-1h.07V93.02a2.644,2.644,0,0,1,1.33-2.3l.03-.03c.02,0,.04-.02.06-.02L53,88.13V57.75H77.37A5.373,5.373,0,0,1,82,60.51,5.5,5.5,0,0,1,82.75,63.28Z"
                opacity="0.125" />
            <path
                d="M82,63.38v55.24a5.158,5.158,0,0,1-3.74,5.22A4.731,4.731,0,0,1,77,124H47.07V93.02a2.644,2.644,0,0,1,1.33-2.3l.03-.03c.02,0,.04-.02.06-.02L53,88.13V58H76.62A5.382,5.382,0,0,1,82,63.38Z"
                opacity="0.2" />
            <rect x="17" y="58" width="65" height="65" rx="5.38" fill="url(#a)" />
            <path
                d="M35.041,81.643A14.637,14.637,0,0,1,40.785,75.3a17.366,17.366,0,0,1,9.128-2.287,16.154,16.154,0,0,1,8.444,2.169,14.489,14.489,0,0,1,5.59,6.062,19.581,19.581,0,0,1,1.958,8.916,20.653,20.653,0,0,1-2.017,9.329,14.837,14.837,0,0,1-5.755,6.274,16.788,16.788,0,0,1-8.763,2.228,16.542,16.542,0,0,1-8.632-2.193,14.705,14.705,0,0,1-5.661-6.074A19.091,19.091,0,0,1,33.1,90.913,21.187,21.187,0,0,1,35.041,81.643Zm6.121,14.895a9.5,9.5,0,0,0,3.231,4.175,8.44,8.44,0,0,0,5.048,1.521,8.862,8.862,0,0,0,5.39-1.568,9.107,9.107,0,0,0,3.137-4.187,16.181,16.181,0,0,0,1-5.826,17.723,17.723,0,0,0-.943-5.9A9.345,9.345,0,0,0,55,80.417a8.35,8.35,0,0,0-5.343-1.651A8.718,8.718,0,0,0,44.488,80.3a9.576,9.576,0,0,0-3.3,4.21,16.71,16.71,0,0,0-.024,12.029Z"
                fill="#fff" />
            <rect width="180" height="180" fill="none" />
        </svg>
        <svg id="loadingSpinner" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
            viewBox="0 0 80 80">
            <defs>
                <path id="als" d="M0 0h40v40H0z" />
            </defs>
            <g fill="none" fill-rule="evenodd">
                <circle id="spinnerCircle" cx="40" cy="40" r="38" stroke-width="2.817" />
                <g transform="translate(40)">
                    <mask id="bls" fill="#fff">
                        <use xlink:href="#als" />
                    </mask>
                    <circle cy="40" r="38" stroke="#0078D4" stroke-width="2.817" mask="url(#bls)" />
                </g>
            </g>
        </svg>
        <svg id="MSLogo" width="99" height="22" xmlns="http://www.w3.org/2000/svg">
            <g fill="none" fill-rule="evenodd">
                <path
                    d="M34.643 12.075l-.588 1.647h-.034c-.105-.387-.28-.934-.556-1.63l-3.15-7.897h-3.077V16.75h2.03V9.032c0-.476-.01-1.052-.03-1.711-.01-.333-.049-.6-.058-.804h.045c.103.473.21.834.287 1.075l3.776 9.16h1.42l3.748-9.243c.085-.211.175-.622.257-.992h.044c-.048.915-.09 1.75-.095 2.256v7.978h2.165V4.195h-2.956l-3.228 7.88z"
                    fill="#737474"></path>
                <path d="M0 20.956h98.148V0H0z"></path>
                <path fill="#737474"
                    d="M42.866 16.751h2.118V7.752h-2.118zM43.947 3.929c-.349 0-.653.119-.902.353a1.166 1.166 0 00-.378.883c0 .344.126.636.374.865.247.23.552.345.906.345s.66-.115.91-.345c.25-.23.379-.52.379-.865 0-.339-.125-.632-.37-.873a1.262 1.262 0 00-.919-.363M52.477 7.663a5.892 5.892 0 00-1.182-.127c-.971 0-1.838.209-2.574.62-.739.41-1.31.998-1.699 1.745-.386.745-.583 1.615-.583 2.585 0 .85.19 1.631.567 2.318.377.69.91 1.23 1.585 1.602.673.373 1.452.563 2.313.563 1.006 0 1.866-.201 2.554-.597l.027-.017v-1.94l-.089.066c-.312.227-.66.408-1.035.538a3.121 3.121 0 01-1.014.197c-.83 0-1.497-.26-1.982-.772-.485-.513-.73-1.233-.73-2.14 0-.912.255-1.651.761-2.196.504-.544 1.173-.82 1.986-.82.695 0 1.374.236 2.014.702l.09.063V8.011l-.029-.017c-.241-.135-.571-.246-.98-.331M59.452 7.597a2.17 2.17 0 00-1.415.507c-.358.296-.616.7-.814 1.207H57.2V7.753h-2.116v8.999H57.2v-4.603c0-.784.178-1.426.528-1.912.346-.48.806-.723 1.369-.723.19 0 .404.031.636.093.23.063.396.129.493.2l.09.064V7.737l-.034-.014c-.197-.083-.477-.126-.83-.126M66.885 14.465c-.397.499-.996.751-1.779.751-.777 0-1.39-.256-1.823-.766-.435-.51-.655-1.238-.655-2.163 0-.954.22-1.701.655-2.22.433-.516 1.04-.778 1.806-.778.743 0 1.335.25 1.758.744.426.496.642 1.237.642 2.202 0 .977-.203 1.728-.604 2.23m-1.683-6.929c-1.484 0-2.663.435-3.503 1.293-.84.857-1.265 2.044-1.265 3.527 0 1.41.415 2.543 1.235 3.368.82.826 1.936 1.245 3.316 1.245 1.438 0 2.593-.441 3.434-1.31.84-.87 1.265-2.045 1.265-3.493 0-1.433-.4-2.573-1.187-3.394-.789-.82-1.897-1.236-3.295-1.236M74.378 11.471c-.667-.268-1.095-.49-1.27-.66-.17-.165-.257-.398-.257-.693 0-.262.108-.472.327-.642.219-.17.526-.257.911-.257.357 0 .723.056 1.085.166.363.111.682.26.949.44l.088.06V7.928l-.035-.015a4.715 4.715 0 00-.962-.268 5.932 5.932 0 00-1.056-.109c-1.01 0-1.845.258-2.483.767-.64.512-.967 1.184-.967 1.997 0 .422.07.798.209 1.116.14.32.355.6.641.837.283.233.722.478 1.302.728.488.2.852.37 1.083.505.227.13.387.263.477.39.088.127.133.299.133.512 0 .604-.452.897-1.384.897a3.8 3.8 0 01-1.172-.213 4.418 4.418 0 01-1.2-.609l-.089-.064v2.064l.033.015c.304.14.686.257 1.137.35.449.094.859.141 1.213.141 1.096 0 1.977-.26 2.62-.771.648-.515.976-1.204.976-2.045 0-.607-.176-1.127-.525-1.546-.345-.416-.946-.799-1.784-1.136M84.063 14.465c-.398.499-.997.751-1.78.751-.777 0-1.39-.256-1.822-.766-.435-.51-.655-1.238-.655-2.163 0-.954.22-1.701.655-2.22.432-.516 1.04-.778 1.806-.778.743 0 1.335.25 1.758.744.426.496.642 1.237.642 2.202 0 .977-.204 1.728-.604 2.23M82.38 7.536c-1.484 0-2.663.435-3.503 1.293-.84.857-1.266 2.044-1.266 3.527 0 1.41.415 2.543 1.235 3.368.82.826 1.936 1.245 3.317 1.245 1.438 0 2.593-.441 3.433-1.31.84-.87 1.266-2.045 1.266-3.493 0-1.433-.4-2.573-1.187-3.394-.789-.82-1.897-1.236-3.295-1.236M98.149 9.48V7.752h-2.144V5.069l-.072.022-2.015.616-.038.012v2.034h-3.177V6.62c0-.527.118-.931.351-1.2.23-.266.56-.402.982-.402.303 0 .616.072.931.213l.079.035V3.447l-.037-.013c-.294-.105-.695-.159-1.19-.159-.626 0-1.194.136-1.689.406-.495.27-.886.655-1.16 1.146-.272.489-.41 1.054-.41 1.68v1.246h-1.492v1.726h1.493v7.273h2.142V9.479h3.177v4.622c0 1.903.897 2.868 2.668 2.868.291 0 .597-.034.91-.101.319-.07.535-.137.662-.21l.029-.016v-1.743l-.087.058c-.117.078-.262.14-.432.188-.17.048-.312.072-.422.072-.416 0-.723-.112-.914-.332-.191-.223-.289-.612-.289-1.158V9.48h2.144z">
                </path>
                <path fill="#F05124" d="M0 9.958h9.958V.001H0z"></path>
                <path fill="#7EBB42" d="M10.995 9.958h9.957V.001h-9.957z"></path>
                <path fill="#32A0DA" d="M0 20.956h9.958V11H0z"></path>
                <path fill="#FDB813" d="M10.995 20.956h9.957V11h-9.957z"></path>
            </g>
        </svg>
    </div>
    </div>
<script nonce="nonce-placeholder">self.Owa=self.Owa||{},self.Owa.mailindex=function(e){function t(t){for(var n,r,o=t[0],i=t[1],c=t[3]||[],l=0,d=[];l<o.length;l++)r=o[l],Object.prototype.hasOwnProperty.call(a,r)&&a[r]&&d.push(a[r][0]),a[r]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(f&&f(t),c.forEach((function(e){if(void 0===a[e]){a[e]=null;var t=document.createElement("link");t.crossOrigin="anonymous",u.nc&&t.setAttribute("nonce",u.nc),t.rel="prefetch",t.as="script",t.href=s(e),document.head.appendChild(t)}}));d.length;)d.shift()()}var n={},r=[],o=[];self._locStrings={addLocstringAsset:function(e){return r.push(e),Promise.all(o.map((function(t){return t.handler(u.p+e.replace(/\[locale\]/g,t.locale))})))},registerHandler:function(e,t){return o.push({locale:e,handler:t}),Promise.all(r.map((function(n){return t(u.p+n.replace(/\[locale\]/g,e))})))},unregisterHandler:function(e,t){for(var n=0;n<o;n++)if(o[n].locale===e&&o.handler==t)return void o.splice(n,1)}};var i={33:33,35:35,40:"CalendarItemModal~CalendarModuleLazy~CalendarPeek~TimePanelEventDetails",42:"Editor~MailFavoritesStore~MailMessageActions~MailOptin",44:"FilesHubPersonaList~PublicFolderFavorite~SearchActions~TriagePatterns",51:51,53:"AttachmentModelStore~AttachmentPreviewSxS~ConversationAttachment",57:57,58:58,60:"AgendaView~TimePanelTaskDetails",61:"AttachmentBlockSend~Editor",63:"CortanaCompose~LinkPreview",64:"EmojiPickerPlugin~ExpressionStore",66:"GroupList~GroupListTree",67:"HtmlEditor~QuickComposeContents",68:"ItemActions~MultiSelectReadingPane",74:"QuickSwitcher~TimestreamQuickSwitcher",76:"ReadingPaneInfoBar~ViewProfileButton",90:90,91:91,92:92,101:"AccChecker",102:"ActionableMessage",104:"ActionableMessageMail",105:"ActivityFeedAsync",112:"Addins",115:"AdsPanel",121:"AttachmentBlockSend",122:"AttachmentDranAndDrop",124:"AttachmentFileProviderFolderPicker",125:"AttachmentModelStore",127:"AttachmentPreviewSxS",128:"AttachmentPreviewSxSInitialize",130:"Attachments",131:"AttachmentsCompact",133:"AttendeePanel",146:"BulkActions",147:"BundleName",150:"CalendarBootstrapUtils",151:"CalendarCard",152:"CalendarChannelPicker",154:"CalendarComposeFormStore",159:"CalendarItemContextMenu",161:"CalendarItemPeek",165:"CalendarNotesEditor",170:"CalendarPeek",174:"CalendarReadingPane",175:"CalendarReadingPaneStore",178:"CalendarSharing",183:"CalendarTabbedComponents",185:"Carousel",186:"Categories",190:"CloudCache",193:"ComposeFormOrchestration",194:"ComposeRibbon",196:"ConfirmDialog",199:"ContactPickerPane",200:"ConversationAttachment",201:"CortanaCompose",207:"DateTimePicker",214:"DesktopErrorComponent",218:"DictationPlugin",228:"EmailReminders",229:"EmbeddedNotes",230:"EmojiPickerPlugin",233:"ErrorHandler",240:"ExpressionPane",242:"ExtendedCard",243:"FavoriteContextMenu",244:"FavoritePdlEditor",247:"FavoritesStore",248:"FeedbackForm",250:"FilePicker",253:"FileProviderStore",259:"FilterContextMenu",261:"FlexPane",262:"Fluid",265:"FolderForestActions",267:"FolderPermissions",269:"ForgottenAttachments",270:"FormsCommon",271:"GALRecipientWellModal",273:"GetStarted",274:"GroupAddMember",275:"GroupAddMemberV2",277:"GroupCreate",278:"GroupCreateV2",280:"GroupDeepLink",281:"GroupDeepLinkActions",282:"GroupEdit",283:"GroupEditV2",285:"GroupFavoriteButton",286:"GroupFilesHub",287:"GroupFilesHubActions",288:"GroupFilesHubInit",290:"GroupHeader",292:"GroupHeaderV2",294:"GroupListTree",295:"GroupSettings",296:"GroupSharedActions",297:"GroupsDiscover",299:"GuidedSetupCards",301:"HeaderCharms",302:"HeaderPane",304:"HotkeysMap",306:"HtmlEditor2ndUI",307:"HtmlEditorLazyPlugins",308:"HtmlEditorLinkPlugin",309:"HtmlEditorMentionsPlugin",310:"HtmlEditorRibbon",314:"IcsPreview",315:"ImmersiveExitButton",316:"ImmersiveReaderContainer",317:"InAppNotifications",318:"InboxPlusEasyOn",319:"InboxPlusPivotEnableDisableDialog",321:"InboxRule",323:"InfoBarView",326:"InlineImages",327:"InlineTranslation",329:"ItemActions",331:"JoinOnlineMeetingButton",334:"LazyBulkActionStore",340:"LightningView",341:"LinkData",344:"ListPane",346:"LoadMailVotingProviders",347:"LocationCard",351:"MailBoot",352:"MailCommandBar",353:"MailCommandBarEditor",354:"MailCompose",355:"MailComposeFromMenu",356:"MailComposeInfoBar",360:"MailFavoritesStore",362:"MailFlaggedEmailLightning",364:"MailFolderStore",366:"MailFolderView",367:"MailFunctionalBoot",368:"MailHotKeys",370:"MailListEmptyState",371:"MailListItemContextMenu",372:"MailListItemLazy",373:"MailListUnsubscribe",374:"MailMessageActions",375:"MailMessageApproval",376:"MailModule",379:"MailOptin",382:"MailSearch",383:"MailSearchAnswers",384:"MailSmartPill",386:"MarkRead",387:"MeetingFormsCommon",388:"MeetingInsights",389:"MeetingMessage",390:"MeetingPollCard",391:"MessageAdList",392:"MessageAdReadingPane",394:"MobilityCompose",397:"MoveTo",399:"MultiSelectReadingPane",404:"NotificationBar",405:"NotificationBarForceDismiss",411:"OfficeAppRail",413:"OnlineMeetingLocationRow",415:"OptOutDialog",416:"Options",419:"OwaBotConversation",421:"OwaFluidLink",422:"OwaGroupSharedActions",423:"OwaGroupUtils",425:"OwaHipCheckModal",426:"OwaInsertLink",427:"OwaMailDomainConnect",428:"OwaNotes",431:"OwaPersonalizationModal",434:"OwaYammerBootstrap",435:"OwaYammerThread",437:"PauseInbox",439:"PdlEditor",442:"PeopleExperiences",449:"PhotoPickerDialog",450:"Popout",455:"ProofingOptions",456:"ProofingPlugin",457:"Protection",459:"PublicFolderFavorite",460:"PublicFolderPickerModule",463:"QuickComposeContents",464:"QuickComposeIndex",466:"QuickSwitcher",467:"QuickUse",470:"RWFeedbackFooter",473:"ReadingPane",474:"ReadingPaneInfoBar",475:"RecentattachmentPills",480:"RelatedContent",483:"ReportAbuse",484:"ReportBodyDiffing",489:"RetentionPolicies",490:"RoamingTimeZoneNotification",492:"RoomPreferenceOption",493:"RoomSelector",495:"ScheduleDatePicker",496:"SchedulingAssistant",499:"Search",503:"SearchDiagnostics",509:"SharePointLink",511:"SharedFolders",513:"SharingAccept",514:"SharingData",518:"Skype",519:"SkypeForBusiness",521:"SmartComposePlugin",523:"SmartPillUI",524:"SmartSuggestions",529:"SurfaceActionsOption",530:"Sweep",532:"SxS",534:"SxSPdf",536:"TabView",537:"TeamsCalendars",540:"TimePanel",541:"TimePanelCalendar",542:"TimePanelCompose",544:"TimePanelEventDetails",547:"TimePanelTodo",549:"TimeStreamContextMenu",552:"TimeSuggestions",553:"TimeZonePicker",557:"TriageAction",558:"TriagePatterns",560:"TurnOffFocusedOther",561:"Txp",562:"TxpInListView",565:"UpNextV2",567:"UpsellComponents",569:"UserHighlighting",571:"UserVoice",574:"Vault",575:"ViewProfileButton",576:"WeatherSurfaceItem",577:"Webpush-Notifications",578:"WhatsNew",582:"addins-marketplace",589:"attachmentFolder",602:"filesView",607:"fms-action-providers",609:"gfh-itemsview",612:"leftNavUpsell",622:"owa-link-account",625:"owaPremiumUpsellModal",631:"revocation",633:"smime",634:"smimeadapter",722:722,723:723,725:725,726:726,728:728,729:729,730:730,732:732,735:735,736:736,737:737,738:738,739:739,740:740,741:741,742:742,744:744,746:746,747:747,749:749,750:750,751:751,752:752,753:753,755:755,756:756,757:757,758:758,761:761,762:762,763:763,765:765,766:766,767:767,768:768,769:769,770:770,772:772,773:773,776:776,777:777,778:778,779:779,780:780,782:782,783:783,784:784,785:785,786:786,787:787,788:788,789:789,792:792,793:793,794:794,795:795,799:799,800:800,801:801,802:802,803:803,805:805,806:806,807:807,813:813,814:814,815:815,816:816,817:817,818:818,819:819,820:820,821:821,822:822,823:823,826:826,827:827,828:828,829:829,830:830,832:832,833:833,834:834,835:835,836:836,868:868,869:869,870:870,871:871,877:877,878:878,879:879,880:880,881:881,882:882,883:883,884:884,885:885,886:886,887:887,888:888,889:889,890:890,891:891,892:892,893:893,894:894,895:895,896:896,897:897,898:898,899:899},a={616:0};function s(e){return u.p+"owa."+({5:"vendors~CalendarCard~CalendarPicker~CalendarPrintDialog~CalendarSharing~Categories~CloudCache~EmailR~85b80aee",7:"vendors~AddCalendarsPane~AttendeePanel~BookingsCustomers~CalendarCard~CalendarItemContextMenu~Calend~f260bd36",8:"vendors~ActionableMessage~ActionableMessageCardWrapper~AddCalendarsPane~BookingsBookingPage~Bookings~4b50d93b",14:"AttachmentModelStore~AttachmentOps~AttachmentPreviewSxS~ConversationAttachment~FileProviderStore~Fil~12011fa1",15:"vendors~FolderPermissions~GroupSettings~InboxRule~MailModule~MobilityCompose~ProofingPlugin~ReadingP~8e11f18e",22:"ItemActions~MailFavoritesStore~MailModuleOrchestrator~MarkRead~MultiSelectReadingPane~PeopleExperien~feda74bd",23:"vendors~ActionableMessage~ActionableMessageCardWrapper~BookingsBookingPage~DateTimePicker~EmailRemin~26e02683",24:"vendors~ActivityFeedBoot~Analytics~CalendarDeepBoot~CalendarDeepOpxBoot~EventifyBoot~PeopleBoot~Time~eb82f6fb",28:"AttendeePanel~CalendarItemContextMenu~CalendarItemPeek~GroupHeader~GroupHeaderV2~PeopleExperiences",29:"vendors~ActivityFeedBoot~CalendarDeepBoot~CalendarDeepOpxBoot~EventifyBoot~OwsGateway~PeopleBoot",39:"AgendaView~MailFilterActions~MailFlaggedEmailLightning~TimePanelTaskDetails",40:"CalendarItemModal~CalendarModuleLazy~CalendarPeek~TimePanelEventDetails",41:"Editor~InboxRulesOpx~MailMessageActions~MailOptin",42:"Editor~MailFavoritesStore~MailMessageActions~MailOptin",43:"FileProviderLink~FileshubOperations~LinkData~SharingData",44:"FilesHubPersonaList~PublicFolderFavorite~SearchActions~TriagePatterns",45:"GroupFilesHubActions~GroupList~GroupSharedActions~OwaGroupSharedActions",46:"vendors~AddCalendarsPane~FolderPermissions~SharedFolders~TimeZonePicker",47:"vendors~AdsPanel~LightningView~MessageAdList~OwaAdUserLog",48:"vendors~AugLoopPlugin~OwaBotConversation~SxSPdf~SxSPdfWorker",49:"vendors~CalendarModuleDiagnostics~HubList~MailModuleDiagnostics~SearchDiagnostics",53:"AttachmentModelStore~AttachmentPreviewSxS~ConversationAttachment",54:"CalendarNotificationsDebug~CalendarSurfaceDebug~TimePanelDebug",55:"vendors~ActionableMessage~ActionableMessageMail~OwaBotConversation",56:"vendors~CalendarNotificationsDebug~CalendarSurfaceDebug~TimePanelDebug",60:"AgendaView~TimePanelTaskDetails",61:"AttachmentBlockSend~Editor",63:"CortanaCompose~LinkPreview",64:"EmojiPickerPlugin~ExpressionStore",66:"GroupList~GroupListTree",67:"HtmlEditor~QuickComposeContents",68:"ItemActions~MultiSelectReadingPane",69:"MailFunctionalBoot~MailListItemLazy",70:"MailFunctionalBoot~PostMailDeeplinkBoot",71:"MailListItemLazy~RSVP",73:"OwaTxpCommon~TxpInListView",74:"QuickSwitcher~TimestreamQuickSwitcher",75:"ReadWriteRecipientWell~SharedFolders",76:"ReadingPaneInfoBar~ViewProfileButton",77:"SearchStrings",78:"vendors~ActionableMessageCardWrapper~OwaBotConversation",79:"vendors~Analytics~SearchAnswerDeeplink",80:"vendors~CalendarItemContextMenu~CalendarItemPeek",81:"vendors~CalendarPicker~Categories",82:"vendors~FavoritePicker~PdlEditor",83:"vendors~HtmlEditor~QuickComposeContents",84:"vendors~OwaYammerBootstrap~YammerDeeplink",85:"vendors~PhotoPickerDialog~SearchAnswerDeeplink",86:"vendors~QuickSwitcher~TimestreamQuickSwitcher",87:"vendors~deferred~itemsettileslist",88:"vendors~spaddondataonlydeferred~spaddondeferred",99:"3S-Local",100:"AMP",101:"AccChecker",102:"ActionableMessage",103:"ActionableMessageCardWrapper",104:"ActionableMessageMail",105:"ActivityFeedAsync",108:"AdalAuth",112:"Addins",113:"AddinsCommon",114:"AdsExperiment",115:"AdsPanel",117:"AllowedOptions",118:"AmpStore",119:"Analytics",120:"AttPreviews",121:"AttachmentBlockSend",122:"AttachmentDranAndDrop",123:"AttachmentFilePicker",124:"AttachmentFileProviderFolderPicker",125:"AttachmentModelStore",126:"AttachmentOps",127:"AttachmentPreviewSxS",128:"AttachmentPreviewSxSInitialize",129:"AttachmentSuggestions",130:"Attachments",131:"AttachmentsCompact",132:"AttendeeCollab",133:"AttendeePanel",134:"AugLoopPlugin",135:"AutomatedMessage",136:"BlockDetector",146:"BulkActions",147:"BundleName",148:"CalendarAutoSelecter",150:"CalendarBootstrapUtils",151:"CalendarCard",152:"CalendarChannelPicker",153:"CalendarCloudSettings",154:"CalendarComposeFormStore",159:"CalendarItemContextMenu",161:"CalendarItemPeek",165:"CalendarNotesEditor",166:"CalendarNotificationBar",167:"CalendarNotificationsDebug",170:"CalendarPeek",174:"CalendarReadingPane",175:"CalendarReadingPaneStore",177:"CalendarServices",178:"CalendarSharing",179:"CalendarSharingAutoUpgrade",180:"CalendarSurfaceDebug",183:"CalendarTabbedComponents",184:"CalendarWorkLifeViewOption",185:"Carousel",186:"Categories",187:"CategoriesContainer",188:"CharmPicker",189:"CharmsCatalog",190:"CloudCache",192:"ComposeFeedback",193:"ComposeFormOrchestration",194:"ComposeRibbon",195:"ConfettiV2",196:"ConfirmDialog",199:"ContactPickerPane",200:"ConversationAttachment",201:"CortanaCompose",202:"CortanaRuntime",203:"CouponPeek",207:"DateTimePicker",210:"DefaultOpxAdaptor",214:"DesktopErrorComponent",215:"DevTools",216:"DiagnosticReport",217:"Diagnostics",218:"DictationPlugin",227:"EditorUserDataHandler",228:"EmailReminders",229:"EmbeddedNotes",230:"EmojiPickerPlugin",233:"ErrorHandler",235:"EvaluateSafeLink",237:"EventsNow",238:"EventsStore",240:"ExpressionPane",241:"ExpressionStore",242:"ExtendedCard",243:"FavoriteContextMenu",244:"FavoritePdlEditor",247:"FavoritesStore",248:"FeedbackForm",249:"FileIcon",250:"FilePicker",251:"FilePickerAddFileProvider",252:"FileProviderLink",253:"FileProviderStore",259:"FilterContextMenu",261:"FlexPane",262:"Fluid",263:"FocusedInboxConfigActions",264:"FolderCommon",265:"FolderForestActions",266:"FolderOrchestration",267:"FolderPermissions",268:"Folders",269:"ForgottenAttachments",270:"FormsCommon",271:"GALRecipientWellModal",272:"GetItemManager",273:"GetStarted",274:"GroupAddMember",275:"GroupAddMemberV2",277:"GroupCreate",278:"GroupCreateV2",280:"GroupDeepLink",281:"GroupDeepLinkActions",282:"GroupEdit",283:"GroupEditV2",285:"GroupFavoriteButton",286:"GroupFilesHub",287:"GroupFilesHubActions",288:"GroupFilesHubInit",289:"GroupFilesHubStore",290:"GroupHeader",291:"GroupHeaderActions",292:"GroupHeaderV2",293:"GroupList",294:"GroupListTree",295:"GroupSettings",296:"GroupSharedActions",297:"GroupsDiscover",298:"GroupsReadUnreadDiagnostics",299:"GuidedSetupCards",301:"HeaderCharms",302:"HeaderPane",304:"HotkeysMap",305:"HtmlEditor",306:"HtmlEditor2ndUI",307:"HtmlEditorLazyPlugins",308:"HtmlEditorLinkPlugin",309:"HtmlEditorMentionsPlugin",310:"HtmlEditorRibbon",314:"IcsPreview",315:"ImmersiveExitButton",316:"ImmersiveReaderContainer",317:"InAppNotifications",318:"InboxPlusEasyOn",319:"InboxPlusPivotEnableDisableDialog",320:"InboxPlusUtil",321:"InboxRule",323:"InfoBarView",325:"InlineImageLoader",326:"InlineImages",327:"InlineTranslation",329:"ItemActions",330:"ItemAttachment",331:"JoinOnlineMeetingButton",332:"KnownIssues",333:"LazyAnnounced",334:"LazyBulkActionStore",335:"LazyFileProviderLinkServices",336:"LazyOwaService",339:"Lightning",340:"LightningView",341:"LinkData",342:"LinkPreview",343:"LinkedIn",344:"ListPane",345:"LivePersonaCard",346:"LoadMailVotingProviders",347:"LocationCard",349:"LocationLPCInit",350:"MailActions",351:"MailBoot",352:"MailCommandBar",353:"MailCommandBarEditor",354:"MailCompose",355:"MailComposeFromMenu",356:"MailComposeInfoBar",357:"MailComposeSmartPill",360:"MailFavoritesStore",361:"MailFilterActions",362:"MailFlaggedEmailLightning",363:"MailFocusManager",364:"MailFolderStore",365:"MailFolderTreeContainerView",366:"MailFolderView",367:"MailFunctionalBoot",368:"MailHotKeys",369:"MailLayout",370:"MailListEmptyState",371:"MailListItemContextMenu",372:"MailListItemLazy",373:"MailListUnsubscribe",374:"MailMessageActions",375:"MailMessageApproval",376:"MailModule",377:"MailModuleDiagnostics",378:"MailModuleOrchestrator",379:"MailOptin",380:"MailPrefetch",381:"MailRoutes",382:"MailSearch",383:"MailSearchAnswers",384:"MailSmartPill",385:"MailStoreActions",386:"MarkRead",387:"MeetingFormsCommon",388:"MeetingInsights",389:"MeetingMessage",390:"MeetingPollCard",391:"MessageAdList",392:"MessageAdReadingPane",393:"MessageOptions",394:"MobilityCompose",395:"MobilitySettings",396:"MoveMruActions",397:"MoveTo",398:"MultiAccountSwitcher",399:"MultiSelectReadingPane",401:"NewsNode",403:"Notification",404:"NotificationBar",405:"NotificationBarForceDismiss",406:"NotificationDiagnostics",407:"NotificationTimingOptions",408:"NotificationToast",409:"NudgeOptions",411:"OfficeAppRail",412:"OfflineCalendarServices",413:"OnlineMeetingLocationRow",414:"OptInFirstRunExperience",415:"OptOutDialog",416:"Options",417:"OutlookServiceOptions",418:"OwaAdUserLog",419:"OwaBotConversation",421:"OwaFluidLink",422:"OwaGroupSharedActions",423:"OwaGroupUtils",424:"OwaHeader",425:"OwaHipCheckModal",426:"OwaInsertLink",427:"OwaMailDomainConnect",428:"OwaNotes",430:"OwaPersonalization",431:"OwaPersonalizationModal",432:"OwaTimezoneDebug",433:"OwaTxpCommon",434:"OwaYammerBootstrap",435:"OwaYammerThread",436:"OwsGateway",437:"PauseInbox",438:"PbpOptions",439:"PdlEditor",442:"PeopleExperiences",444:"PeoplePickerDialog",448:"PersonaPhoto",449:"PhotoPickerDialog",450:"Popout",451:"PopoutUtils",453:"PostSharedBoot",454:"PrintableIframe",455:"ProofingOptions",456:"ProofingPlugin",457:"Protection",458:"ProxyAddress",459:"PublicFolderFavorite",460:"PublicFolderPickerModule",462:"PwaUtils",463:"QuickComposeContents",464:"QuickComposeIndex",465:"QuickComposeLoadMailboxAutomaticRepliesConfiguration",466:"QuickSwitcher",467:"QuickUse",468:"RSVP",469:"RSVPPeek",470:"RWFeedbackFooter",471:"ReadWriteRecipientWell",472:"ReadWriteRecipientZeroQuery",473:"ReadingPane",474:"ReadingPaneInfoBar",475:"RecentattachmentPills",476:"RecipientCache",477:"RecipientCommon",478:"RecipientPermissionChecker",479:"RecipientSuggestions",480:"RelatedContent",481:"RelatedContentInitialization",483:"ReportAbuse",484:"ReportBodyDiffing",485:"ResizeEvent",486:"ResizeHandle",487:"ResourceSchedulingOption",489:"RetentionPolicies",490:"RoamingTimeZoneNotification",491:"Rollup",492:"RoomPreferenceOption",493:"RoomSelector",495:"ScheduleDatePicker",496:"SchedulingAssistant",497:"SchedulingGrid",499:"Search",500:"SearchActions",503:"SearchDiagnostics",504:"SearchInstrumentation",506:"SearchResults",508:"SearchService",509:"SharePointLink",510:"SharePointLinkDetector",511:"SharedFolders",513:"SharingAccept",514:"SharingData",515:"SharingDialog",516:"Signature",517:"SkipLinkControl",518:"Skype",519:"SkypeForBusiness",520:"SkypeOptions",521:"SmartComposePlugin",522:"SmartPillFeatures",523:"SmartPillUI",524:"SmartSuggestions",525:"SpamRowOption",526:"Spotlight",527:"SubstrateSuggestions",528:"SurfaceActions",529:"SurfaceActionsOption",530:"Sweep",531:"SweepStore",532:"SxS",534:"SxSPdf",535:"SxSPopOut",536:"TabView",537:"TeamsCalendars",538:"TeamsOpxAdaptor",539:"TextPredictionHandler",540:"TimePanel",541:"TimePanelCalendar",542:"TimePanelCompose",543:"TimePanelDebug",544:"TimePanelEventDetails",546:"TimePanelTaskDetails",547:"TimePanelTodo",549:"TimeStreamContextMenu",552:"TimeSuggestions",553:"TimeZonePicker",555:"TokenProviderAsync",556:"Translation",557:"TriageAction",558:"TriagePatterns",559:"Tti",560:"TurnOffFocusedOther",561:"Txp",562:"TxpInListView",563:"UndoAction",565:"UpNextV2",566:"UpdateUserConfig",567:"UpsellComponents",568:"UserActivityManager",569:"UserHighlighting",570:"UserStorage",571:"UserVoice",572:"Uservoicedata",573:"ValidateCache",574:"Vault",575:"ViewProfileButton",576:"WeatherSurfaceItem",577:"Webpush-Notifications",578:"WhatsNew",579:"WorkloadScenarioSettings",582:"addins-marketplace",583:"addon-graph-deferredoperations",584:"addon-sp-deferredactions",588:"ariawrapper",589:"attachmentFolder",596:"containerStringTable0",597:"containerStringTable1",598:"deferredoperations",602:"filesView",603:"filesViewStrings",605:"findMailRows",607:"fms-action-providers",608:"getVendorListJson",609:"gfh-itemsview",610:"initializeAdCmp",612:"leftNavUpsell",613:"mailStore",619:"owa-account-store-init",620:"owa-automatic-replies-option",621:"owa-headers-refresh-token",622:"owa-link-account",624:"owa-truetime",625:"owaPremiumUpsellModal",631:"revocation",633:"smime",634:"smimeadapter",635:"spaddondataonlydeferred",636:"spaddondeferred",637:"sphomeaddondataonlydeferred",649:"vendors~3S-Local",650:"vendors~ActionableMessageMail",651:"vendors~AdalAuth",652:"vendors~AttachmentPreviewSxSInitialize",653:"vendors~AugLoopPlugin",656:"vendors~Categories",657:"vendors~ConversationAttachment",658:"vendors~DateTimePicker",659:"vendors~DevTools",660:"vendors~DictationPlugin",662:"vendors~EmbeddedNotes",663:"vendors~ExtendedCard",664:"vendors~FileProviderStore",665:"vendors~ForgottenAttachments",666:"vendors~GALRecipientWellModal",667:"vendors~GroupSettings",668:"vendors~GroupsDiscover",669:"vendors~GuidedSetupCards",670:"vendors~HtmlEditor2ndUI",671:"vendors~HtmlEditorLinkPlugin",672:"vendors~HtmlEditorMentionsPlugin",674:"vendors~IcsPreview",675:"vendors~InboxRule",676:"vendors~ItemActions",677:"vendors~LazyBulkActionStore",678:"vendors~LocationCard",679:"vendors~MailCommandBarEditor",680:"vendors~MailComposeInfoBar",681:"vendors~MailFolderView",682:"vendors~MarkJS",683:"vendors~MessageAdList",684:"vendors~Notification",685:"vendors~OfflineCalendarServices",687:"vendors~QuickComposeIndex",688:"vendors~QuickSwitcher",689:"vendors~ReportAbuse",691:"vendors~Search",692:"vendors~Skype",693:"vendors~SmartComposePlugin",694:"vendors~Sweep",695:"vendors~SxSPdf",696:"vendors~SxSPdfWorker",697:"vendors~TeamsOpxAdaptor",698:"vendors~TextPredictionHandler",699:"vendors~TimePanelTodo",701:"vendors~TriageAction",702:"vendors~Txp",703:"vendors~UpNextV2",704:"vendors~ViewProfileButton",705:"vendors~WeatherSurfaceItem",706:"vendors~WhatsNew",707:"vendors~addins-marketplace",708:"vendors~addon-sp-customformatterrenderer",709:"vendors~coauthorGallery",710:"vendors~deferred",711:"vendors~deferredcomponents",712:"vendors~fluid-debugger",714:"vendors~pdfjsWorker",715:"vendors~renderDiscoverMenu",716:"vendors~revocation",717:"vendors~shareDialog",718:"vendors~smime",719:"vendors~smimeadapter"}[e]||e)+".js"}function u(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,u),r.l=!0,r.exports}u.e=function(e){var t=[];i[e]&&t.push(self._locStrings.addLocstringAsset("../resources/locale/[locale]/owa.[name].json".replace(/\[name\]/g,i[e])));var n=a[e];if(0!==n)if(n)t.push(n[2]);else{var r=new Promise((function(t,r){n=a[e]=[t,r]}));t.push(n[2]=r);var o,c=document.createElement("script");c.charset="utf-8",c.timeout=120,u.nc&&c.setAttribute("nonce",u.nc),c.src=s(e),0!==c.src.indexOf(window.location.origin+"/")&&(c.crossOrigin="anonymous");var l=new Error;o=function(t){c.onerror=c.onload=null,clearTimeout(d);var n=a[e];if(0!==n){if(n){var r=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;l.message="Loading chunk "+e+" failed.\n("+r+": "+o+")",l.name="ChunkLoadError",l.type=r,l.request=o,n[1](l)}a[e]=void 0}};var d=setTimeout((function(){o({type:"timeout",target:c})}),12e4);c.onerror=c.onload=o,document.head.appendChild(c)}return Promise.all(t)},u.m=e,u.c=n,u.d=function(e,t,n){u.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},u.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u.t=function(e,t){if(1&t&&(e=u(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(u.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)u.d(n,r,function(t){return e[t]}.bind(null,r));return n},u.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(t,"a",t),t},u.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},u.p="",u.oe=function(e){throw e},"undefined"!=typeof window&&window.bootstrapOptions&&window.bootstrapOptions.scriptBaseUrl&&(u.p=window.bootstrapOptions.scriptBaseUrl);var c=window.$wj=window.$wj||[],l=c.push.bind(c);c.push=t,c=c.slice();for(var d=0;d<c.length;d++)t(c[d]);var f=l;return u(u.s=730)}({0:function(e,t,n){"use strict";n.r(t),n.d(t,"__extends",(function(){return o})),n.d(t,"__assign",(function(){return i})),n.d(t,"__rest",(function(){return a})),n.d(t,"__decorate",(function(){return s})),n.d(t,"__param",(function(){return u})),n.d(t,"__metadata",(function(){return c})),n.d(t,"__awaiter",(function(){return l})),n.d(t,"__generator",(function(){return d})),n.d(t,"__exportStar",(function(){return f})),n.d(t,"__values",(function(){return p})),n.d(t,"__read",(function(){return h})),n.d(t,"__spread",(function(){return m})),n.d(t,"__spreadArrays",(function(){return v})),n.d(t,"__await",(function(){return g})),n.d(t,"__asyncGenerator",(function(){return b})),n.d(t,"__asyncDelegator",(function(){return w})),n.d(t,"__asyncValues",(function(){return y})),n.d(t,"__makeTemplateObject",(function(){return O})),n.d(t,"__importStar",(function(){return _})),n.d(t,"__importDefault",(function(){return S})),n.d(t,"__classPrivateFieldGet",(function(){return P})),n.d(t,"__classPrivateFieldSet",(function(){return T}));
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0

THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.

See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function o(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function a(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}function s(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}function u(e,t){return function(n,r){t(n,r,e)}}function c(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function l(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function s(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}u((r=r.apply(e,t||[])).next())}))}function d(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=(o=a.trys).length>0&&o[o.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}function f(e,t){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}function p(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function h(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}function m(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(h(arguments[t]));return e}function v(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),o=0;for(t=0;t<n;t++)for(var i=arguments[t],a=0,s=i.length;a<s;a++,o++)r[o]=i[a];return r}function g(e){return this instanceof g?(this.v=e,this):new g(e)}function b(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,o=n.apply(e,t||[]),i=[];return r={},a("next"),a("throw"),a("return"),r[Symbol.asyncIterator]=function(){return this},r;function a(e){o[e]&&(r[e]=function(t){return new Promise((function(n,r){i.push([e,t,n,r])>1||s(e,t)}))})}function s(e,t){try{(n=o[e](t)).value instanceof g?Promise.resolve(n.value.v).then(u,c):l(i[0][2],n)}catch(e){l(i[0][3],e)}var n}function u(e){s("next",e)}function c(e){s("throw",e)}function l(e,t){e(t),i.shift(),i.length&&s(i[0][0],i[0][1])}}function w(e){var t,n;return t={},r("next"),r("throw",(function(e){throw e})),r("return"),t[Symbol.iterator]=function(){return this},t;function r(r,o){t[r]=e[r]?function(t){return(n=!n)?{value:g(e[r](t)),done:"return"===r}:o?o(t):t}:o}}function y(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=p(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise((function(r,o){(function(e,t,n,r){Promise.resolve(r).then((function(t){e({value:t,done:n})}),t)})(r,o,(t=e[n](t)).done,t.value)}))}}}function O(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}function _(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}function S(e){return e&&e.__esModule?e:{default:e}}function P(e,t){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return t.get(e)}function T(e,t,n){if(!t.has(e))throw new TypeError("attempted to set private field on non-instance");return t.set(e,n),n}},100:function(e,t,n){"use strict";var r,o,i=n(27);function a(e){return Object(i.a)("GetBposShellInfoNavBarData",{},e)}function s(e){return Object(i.a)("GetBposShellInfoNavBarDataForBookings",{},e)}function u(e){r||(r=("Bookings"===e?s:a)().then((function(e){return o=e})).catch((function(){return o=null})));return r}function c(){return r}function l(){return o}n.d(t,"a",(function(){return l})),n.d(t,"b",(function(){return u})),n.d(t,"c",(function(){return c}))},101:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(0),o=n(102);function i(e,t,n){return Object(r.__awaiter)(this,void 0,void 0,(function(){var i;return Object(r.__generator)(this,(function(r){switch(r.label){case 0:return i=!1,t?[4,t()]:[3,2];case 1:i=r.sent(),r.label=2;case 2:return i?[2]:(Object(o.a)(e,n),[2])}}))}))}},102:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(3);function o(e,t){var n=Object(r.b)(e),o=e.search,i=t?t.get("X-OWA-ClaimChallenge"):void 0;if(i){var a=o.length>0?o.substring(1)+"&":"";o="?"+a+"cc="+i}if(void 0===n.authRedirect){a=o.length>0?o.substring(1)+"&":"";o="?"+a+"authRedirect=true"}o!=e.search&&(e.search=o)}},103:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(11),o=["out of memory","not enough storage","not enough memory resources","espacio de almacenamiento insuficiente","insuffisante pour cette","no hay suficiente espacio de pila","espace pile insuffisant","Memoria esaurita","Mémoire insuffisante","Memoria insuficiente","Memória insuficiente"];function i(e){return Object(r.a)(o,e)}},104:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(11),o=["chrome-extension://","file:///","btglss.net/","(/Users/","(/Applications/"];function i(e){return Object(r.a)(o,e)}},105:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(11),o=[": Syntax error","SyntaxError:","A network error occurred","Failed to fetch","NetworkError when attempting to fetch resource","Network request failed","Internet connection appears to be","The network connection was lost.","Could not connect to the server","cancelled. URL:","ErrorSessionTimeout","Loading chunk ","Unexpected server response (0)","Unexpected end of JSON input","Unexpected token","Invalid character","Unexpected end of input","The operation was aborted","Failed to load LazyModule"];function i(e,t){return Object(r.a)(o,e)||(null==t?void 0:t.networkError)}},106:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(137),o=n(73),i=n(107),a=function(){function e(){}return e.getPayloadBlob=function(e,t){var n=new r.IO.MemoryStream,o=new r.CompactBinaryProtocolWriter(n);return o.WriteFieldBegin(r.BondDataType.BT_MAP,3),o.WriteMapContainerBegin(t,r.BondDataType.BT_STRING,r.BondDataType.BT_LIST),Object.keys(e).forEach((function(t){o.WriteString(t);var n=e[t];o.WriteContainerBegin(1,r.BondDataType.BT_STRUCT),o.WriteFieldBegin(r.BondDataType.BT_STRING,2),o.WriteString("act_default_source"),o.WriteFieldBegin(r.BondDataType.BT_STRING,5),o.WriteString(i.newGuid()),o.WriteFieldBegin(r.BondDataType.BT_INT64,6),o.WriteInt64(i.numberToBondInt64(Date.now())),o.WriteFieldBegin(r.BondDataType.BT_LIST,8),o.WriteContainerBegin(n.length,r.BondDataType.BT_STRUCT);for(var a=0;a<n.length;++a)o.WriteBlob(n[a]);o.WriteStructEnd(!1)})),o.WriteStructEnd(!1),n.GetBuffer()},e.getEventBlob=function(e){var t=new r.IO.MemoryStream,n=new r.CompactBinaryProtocolWriter(t);n.WriteFieldBegin(r.BondDataType.BT_STRING,1),n.WriteString(e.id),n.WriteFieldBegin(r.BondDataType.BT_INT64,3),n.WriteInt64(i.numberToBondInt64(e.timestamp)),n.WriteFieldBegin(r.BondDataType.BT_STRING,5),n.WriteString(e.type),n.WriteFieldBegin(r.BondDataType.BT_STRING,6),n.WriteString(e.name);var a=[],s=[];return Object.keys(e.properties).forEach((function(t){e.properties[t].pii===o.AWTPiiKind.NotSet?a.push(t):s.push(t)})),a.length&&(n.WriteFieldBegin(r.BondDataType.BT_MAP,13),n.WriteMapContainerBegin(a.length,r.BondDataType.BT_STRING,r.BondDataType.BT_STRING),a.forEach((function(t){n.WriteString(t),n.WriteString(e.properties[t].value)}))),s.length&&(n.WriteFieldBegin(r.BondDataType.BT_MAP,30),n.WriteMapContainerBegin(s.length,r.BondDataType.BT_STRING,r.BondDataType.BT_STRUCT),s.forEach((function(t){n.WriteString(t),n.WriteFieldBegin(r.BondDataType.BT_INT32,1),n.WriteInt32(1),n.WriteFieldBegin(r.BondDataType.BT_INT32,2),n.WriteInt32(e.properties[t].pii),n.WriteFieldBegin(r.BondDataType.BT_STRING,3),n.WriteString(e.properties[t].value),n.WriteStructEnd(!1)}))),n.WriteStructEnd(!1),t.GetBuffer()},e.base64Encode=function(e){return r.Encoding.Base64.GetString(e)},e}();t.default=a},107:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(60),o=/[xy]/g;t.numberToBondInt64=function(e){var t=new r.Int64("0");return t.low=4294967295&e,t.high=Math.floor(e/4294967296),t},t.newGuid=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(o,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))},t.isPii=function(e){return!isNaN(e)&&null!==e&&e>=0&&e<=13}},108:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Version="1.2.2",t.FullVersionString="AWT-Web-CJS-"+t.Version},109:function(e,t,n){"use strict";var r=n(0),o=n(2);n.p=Object(o.w)();var i=n(43);try{var a=Object(i.a)(),s="Edge"==a.browser,u=a.browserVersion[0];if(s&&delete window.fetch,("Chrome"==a.browser&&u<=48||s&&u<=13)&&delete window.Promise,"performance"in window==1&&"function"!=typeof window.performance.now){var c=Date.now();window.performance.now=function(){return Date.now()-c}}}catch(e){e&&window.owaBackfilledErrors&&"function"==typeof window.owaBackfilledErrors.push&&window.owaBackfilledErrors.push(e)}n(129),n(127);var l,d=n(18),f=n(13),p=n(46),h="content";function m(e){(Object(p.e)()||Object(p.g)())&&document&&(l||((l=document.createElement("meta")).setAttribute("name","referrer"),document.head.appendChild(l)),l.setAttribute(h,e))}var v=n(17);function g(e,t,n,r){return"string"==typeof e&&(e=new Error(e)),b(e,"source",t),b(e,"url",n),b(e,"status",r),e}function b(e,t,n){void 0===e[t]&&(e[t]=n)}function w(e,t){return(null==e?void 0:e.headers)&&e.headers.get(t)}function y(e,t,n,o,i,a,s){return Object(r.__awaiter)(this,void 0,void 0,(function(){return Object(r.__generator)(this,(function(r){return i=i||new Headers,n&&i.append("Authorization",n),[2,fetch(e,{method:"POST",headers:i,credentials:"include"}).then((function(t){if(Object(v.h)(t),!t)throw new Error("NoResponse");if(200!=t.status)throw function(e){var t=e.status&&e.status.toString();if(_.indexOf(e.status)>-1){t+="|";for(var n=0;n<O.length;n++){var r=O[n];if(w(e,r)){t+=r;break}}}return o=new Error(t),i=e,o.response=i,o.status=i.status,o;var o,i}(t);null==s||s(t.headers);var n=t.json();return o&&n.then((function(t){o.setValue(e,t)})),n.catch((function(e){throw new Error("InvalidJson")}))}),o&&function(t){return o.getValue(e).then((function(e){if(e)return e;throw t}))}).then(a||function(e){return e}).catch((function(n){return Promise.reject(g(n,t,e,0))}))]}))}))}var O=["X-BEServer","X-FEServer","X-MSEdge-Ref"],_=[403,404,503];var S=n(3);var P=n(5);var T,A=n(8);function j(){if(!T){var e=Object(A.a)(window,"BootDiagnostics");if(e)try{T=JSON.parse(e)}catch(e){T={}}else T={}}return T}var C=["X-CalculatedBETarget","X-OWA-CorrelationId","X-MSEdge-Ref","content-encoding","content-length","content-type","X-OWA-Version","X-OWAErrorMessageID","x-diaginfo","x-besku","x-owa-diagnosticsinfo"],k="";function E(e,t){var n,r="&index=true";e&&(r+="&ehk="+e.ehk+"&msg="+e.emsg);var i=Object(o.c)("preload");if(i&&"UnknownPreload"!=i&&(r+="&pl="+i),t){r+="&req="+encodeURIComponent(t.url);for(var a=0;a<C.length;a++){var s=C[a],u=w(t,s);u&&(r+="&"+s+"="+u)}r+="&rt="+t.type}var c=null===(n=window.performance)||void 0===n?void 0:n.navigation;c&&(r+="&nt="+c.type);var l,d,f,p=function(e){var t,n={};if((e=e||window).scriptProcessStart)for(var r=Object.keys(e.scriptProcessStart),o=0;o<r.length;o++){var i=r[o],a=e.scriptProcessStart[i],s=null===(t=e.scriptProcessEnd)||void 0===t?void 0:t[i];n[i]=null!=s?s-a:-1}return n}(),h=Object.keys(p);for(a=0;a<h.length;a++){var m=h[a];l=r,r=null!=(f=p)[d=m]&&null!=f[d]?l.concat("&"+d+"="+f[d]):l}return r+k}var I,B,M=["Mail","Calendar","People","Bookings","Mini","MiniCalendar","MiniPeople","CalendarDeepLink","CalendarOpx","CalendarDeepLinkOpx"],x=["CalendarOpx","CalendarDeepLinkOpx"],F="sdfp",R="sdmp";!function(e){e[e.NoLocalStorage=0]="NoLocalStorage",e[e.LocalStorageFound=1]="LocalStorageFound",e[e.ApiFoundParams=2]="ApiFoundParams",e[e.ApiUsedParams=3]="ApiUsedParams"}(I||(I={})),function(e){e[e.None=0]="None",e[e.FoundFolderParams=1]="FoundFolderParams",e[e.FoundMessageParams=2]="FoundMessageParams",e[e.UsedFolderParams=4]="UsedFolderParams",e[e.UsedMessageParams=8]="UsedMessageParams",e[e.JsonException=16]="JsonException"}(B||(B={}));var L=I.NoLocalStorage,D=I.NoLocalStorage,U=Object(P.f)((function(e,t,n){var r=Object(o.d)(),i=new Headers;M.indexOf(r)>=0&&i.append("X-Js-ClientType","2");a=window.location,(null!=a&&null!=a.search&&a.search.indexOf("minus")>=0||a&&(s=a.href)&&s.toLowerCase().indexOf("contactcleanup")>=0||x.indexOf(r)>=0)&&i.append("X-Skip-OptinCheck","1");var a,s;var u=function(e,t){return t?Object(S.a)("bO",e)===t.toString():Object(S.d)("bO",e)}(window.location,1),c=(Object(o.A)()||Object(S.d)("useSession"))&&"Mail"==r&&!u;if(c){k+="&startup=true";var l=Object(A.a)(window,F);l&&(i.append("folderParams",l),L=I.LocalStorageFound);var d=Object(A.a)(window,R);d&&(i.append("messageParams",d),D=I.LocalStorageFound)}return y(Object(f.b)(Object(f.a)(e,(c?"startup":"session")+"data.ashx"))+"?"+(u?"bO=1&":"")+"app="+r,c?"StartupData":"SessionData",t,n,i,(function(e){return 0!==e.owaUserConfig.SessionSettings.WebSessionType&&m("origin"),e.folderParams&&Object(A.d)(window,F,JSON.stringify(e.folderParams)),e.messageParams&&Object(A.d)(window,R,JSON.stringify(e.messageParams)),function(e){var t=e.owaUserConfig.SessionSettings;T={puid:t.UserPuid,tid:t.ExternalDirectoryTenantGuid,mbx:t.MailboxGuid,prem:t.IsPremiumConsumerMailbox?"1":"0",isCon:0!=t.WebSessionType},Object(A.d)(window,"BootDiagnostics",JSON.stringify(T))}(e),e}),(function(e){var t=null==e?void 0:e.get("x-owa-startup-diag"),n=t&&parseInt(t);N(F,L,n,B.UsedFolderParams,B.FoundFolderParams),N(R,D,n,B.UsedMessageParams,B.FoundMessageParams)}))}),"sd");function N(e,t,n,r,o){n&&(0!=(n&r)?t=I.ApiUsedParams:0!=(n&o)&&(t=I.ApiFoundParams)),Object(P.b)(e,t)}var W=Object(P.f)((function(e,t,n){var r=Object(f.b)(Object(f.a)(e,"userbootsettings.ashx"));if(Object(S.d)("isanonymous")){var i=Object(S.g)(location.search,"isanonymous");history.replaceState(history.state,"/",location.pathname+i)}return y(r+"?app="+Object(o.d)(),"UserBootSettings",t,n)}),"ubs");var G,V=n(42),z=3e3;function H(e){G=e;try{var t=function(){switch(Object(o.t)()){case"BlackForest":return V.AWT_COLLECTOR_URL_EUROPE;case"GccHigh":return"https://pf.pipe.aria.microsoft.com/Collector/3.0";case"DoD":return"https://tb.pipe.aria.microsoft.com/Collector/3.0";default:return}}();t?V.AWT.initialize(G,{collectorUrl:t}):V.AWT.initialize(G)}catch(e){}}function q(e,t){var n=this;return!Object(S.e)()&&G?new Promise((function(o){return Object(r.__awaiter)(n,void 0,void 0,(function(){var n,i,a,s,u,c,l;return Object(r.__generator)(this,(function(d){switch(d.label){case 0:n=window.setTimeout(o,t||z),d.label=1;case 1:return d.trys.push([1,5,6,7]),[4,e];case 2:if(!(i=d.sent()))return[3,4];try{for(a=Object(r.__values)(i),s=a.next();!s.done;s=a.next())u=s.value,V.AWT.logEvent(u)}catch(e){c={error:e}}finally{try{s&&!s.done&&(l=a.return)&&l.call(a)}finally{if(c)throw c.error}}return[4,new Promise((function(e){V.AWT.flush((function(){return e()}))}))];case 3:d.sent(),d.label=4;case 4:return[3,7];case 5:return d.sent(),[3,7];case 6:return window.clearTimeout(n),o(),[7];case 7:return[2]}}))}))})):Promise.resolve()}var Q=n(12),X=/\/[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}\//;function J(e){var t;return(null===(t=null==e?void 0:e.location)||void 0===t?void 0:t.href)&&X.test(e.location.href.toLowerCase())}function Z(e,t){var n=Object(i.a)(),r=Object(i.c)(),a=Object(o.q)(),s={name:e,properties:{AppName:Object(o.d)(),UserAgent:window.navigator.userAgent,ExplicitLogon:J(window),Puid:j().puid,TenantGuid:j().tid,MBXGuid:j().mbx,IsPremium:j().prem,ClientId:Object(o.h)(),RefUrl:Object(o.u)(),ClientVersion:Object(o.i)(),BEServer:(null==t?void 0:t.ebe)||Object(o.e)(),FEServer:(null==t?void 0:t.efe)||Object(o.m)(),ThroughEdge:Object(o.z)(),ServiceVersion:Object(o.x)(),Dag:Object(o.j)(),Forest:Object(o.l)(),DeployRing:Object(o.o)(),"Session.Id":Object(o.y)(),PhysicalRing:Object(o.t)(),BrowserName:n.browser,Host:a.hostApp,HostedScenario:a.hostedScenario,HostTelemetry:a.hostTelemetry,BrowserVersion:n.browserVersion.toString(),OsName:r.os,OsVersion:r.osVersion,RetryStrategy:Object(S.a)("bO"),IsConsumer:j().isCon,Layout:Object(o.n)()}};return t&&(s.properties.ErrorType=t.et,s.properties.ErrorSource=t.esrc,s.properties.Error=t.err,s.properties.ExtraErrorInfo=t.estack,s.properties.StatusCode=t.st,s.properties.RequestId=t.reqid),s}var K={ok:"clientstartupsuccess",fail:"clientstartuperror",transient:"clientstartuperror"};function Y(e,t,n,i){var a;return Object(r.__awaiter)(this,void 0,void 0,(function(){var s,u,c,l,d;return Object(r.__generator)(this,(function(r){switch(r.label){case 0:if(s=[ee(K[e]||"clientstartupother",e,t)],window.owaBackfilledErrors)for(u=0;u<window.owaBackfilledErrors.length;u++)s.push(ee("bootevalerror",e,t));r.label=1;case 1:return r.trys.push([1,3,,4]),[4,Object(o.f)()];case 2:return c=r.sent(),te(s[0],"BootType",c),[3,4];case 3:return r.sent(),[3,4];case 4:return l="",i&&i.diagnosticInfo&&(l+=i.diagnosticInfo),window.owaBackfilledErrors&&window.owaBackfilledErrors.length>0&&(l+="|"+window.owaBackfilledErrors.map($).join("|")),l&&te(s[0],"Diagnostics",l),(d=null===(a=window.performance)||void 0===a?void 0:a.navigation)&&te(s[0],"RedirectCount",d.redirectCount),Object(Q.h)(null==n?void 0:n.plt,e,!!(null==i?void 0:i.url)),n&&(te(s[0],"StartTime",Date.now()-n.start),te(s[0],"LoadTime",n.plt)),te(s[0],"MiscData",E(t,null==i?void 0:i.response)),te(s[0],"Timings",Object(P.c)()),[2,s]}}))}))}function $(e){var t="null";return e&&(t=e[0],"function"==typeof e.callee&&(t+=":"+e.callee())),t}function ee(e,t,n){var r=Z(e,n);return r.properties.BootResult=t,r.properties.Bottlenecks=Object(P.d)(),r}function te(e,t,n){null!=n&&null!=n&&(e.properties[t]=n)}var ne=n(51),re=n(20);function oe(e){return Object(re.a)().assign(e),!0}var ie="/owa/auth/frowny.aspx";function ae(e){var t,n,r=Object(S.b)(window.location),i=r.bO!==e.strategy;return i&&(r.bO=e.strategy,r.sessionId=Object(o.y)(),t="?"+Object.keys(r).map((function(e){return encodeURIComponent(e)+"="+encodeURIComponent(r[e])})).join("&"),(n=e.timeout)>0?setTimeout((function(){window.location.search=t}),n):window.location.search=t),i}var se=1e4;var ue=["X-OWA-Error","X-Auth-Error","X-Redir-Error","X-JIT-Error"];function ce(e){var t={err:"Unknown",esrc:"Runtime"};if(e){t.et=e.url?"ServerError":"ClientError",e.source&&(t.esrc=e.source),(e.name||e.message)&&(t.err=e.name+": "+e.message);var n=null==e?void 0:e.response;t.estack=w(n,"X-InnerException")||e.stack,t.st=(null==n?void 0:n.status)||(null==e?void 0:e.status);for(var r=0;r<ue.length;r++){var o=ue[r],i=w(n,o);if(i){t.ehk=o,t.err=i;break}}t.efe=w(n,"X-FEServer"),t.ebe=w(n,"X-BEServer"),t.ewsver=w(n,"X-OWA-Version"),t.reqid=w(n,"response-id"),t.emsg=w(n,"X-OWAErrorMessageID"),t.estack&&(t.estack.length>1024&&(t.estack=function(e){for(var t=e.split("\n"),n=1;n<t.length;n++)if(t[0]!=t[n])return t.slice(n-1).join("\n");return e}(t.estack)),t.estack.length>1024&&(t.estack=t.estack.substring(0,1024)))}return t}function le(e,t){var n=Object(d.a)("/"+e)+"/";return"Calendar"==t||"MiniCalendar"==t?n+="?path=/calendar":"People"!=t&&"MiniPeople"!=t||(n+="?path=/people"),oe(n)}var de=n(25),fe={0:"network",401:"auth",412:"optin",440:"auth"},pe=["ExpiredBuild","PoisonedBuild"],he=["OwaInvalidTimezoneException","OwaInvalidOperationException","OwaInvalidUserLanguageException"],me=["AccessDeniedException","MailboxUnavailableException","OwaExplicitLogonException","OwaADObjectNotFoundException"];var ve=n(93);function ge(){return Object(r.__awaiter)(this,void 0,void 0,(function(){var e,t,n,i,a;return Object(r.__generator)(this,(function(r){switch(r.label){case 0:return r.trys.push([0,5,,7]),[4,Object(ve.a)()];case 1:return e=r.sent(),t=e.headers.get("X-OWA-Error"),e.status>=400||t?(n=Error.bind,[4,e.text()]):[3,3];case 2:throw(a=new(n.apply(Error,[void 0,r.sent()]))).status=e.status,a;case 3:return[4,q(be("langpost_success"))];case 4:return r.sent(),window.location.reload(),[3,7];case 5:return i=r.sent(),a=g(i,"LangPost",window.location.pathname,i.status),[4,q(be("langpost_error",ce(a)))];case 6:return r.sent(),le("owa",Object(o.d)()),[3,7];case 7:return[2,!0]}}))}))}function be(e,t){return Promise.resolve([Z(e,t)])}function we(e,t){var n=this,i=ce(e),a=function(e,t,n,r){if(Object(de.e)(he,e))return"langtz";if(Object(de.f)(e))return"throttle";if(Object(de.a)(e))return"configuration";if(Object(de.g)(e))return"transient";if(Object(de.b)(e)||n&&Object(de.d)(n.stack)||window.owaBackfilledErrors&&window.owaBackfilledErrors.filter((function(e){return Object(de.b)(e[0])})).length>0)return"memory";if(n){var o=n.response;if((null==o?void 0:o.url)&&o.url.toLowerCase().indexOf("/auth/errorfe.aspx")>-1)return"errorfe";if(n.request)return"cdnError"}return pe.indexOf(r)>-1?r:"InitLoc"==r&&0!=t?"fail":J(window)&&Object(de.e)(me,e)?"accessDenied":Object(de.c)(e,n)?"network":fe[t]||"fail"}(i.err,i.st,e,i.esrc),s=function(e,t){var n=Object(S.a)("bO");if(void 0!==n&&"4"!==n)return null;switch(e){case"throttle":case"langtz":case"errorfe":case"optin":case"auth":case"accessDenied":case"configuration":return null;case"ExpiredBuild":case"PoisonedBuild":return"4"===n?null:{strategy:4};case"transient":return{strategy:1,timeout:se};default:return{strategy:"InitLoc"==t?2:1}}}(a,i.esrc);return s&&(a="retry"),q(Y(a,i,null,e),s?void 0:se).then((function(){return Object(r.__awaiter)(n,void 0,void 0,(function(){var n,u,c,l,f;return Object(r.__generator)(this,(function(r){switch(r.label){case 0:return n=!1,(u=w(null==e?void 0:e.response,"X-Js-ClientVdir"))&&"optin"==a?(n=le(u,Object(o.d)()),[3,4]):[3,1];case 1:return"langtz"!=a?[3,3]:[4,ge()];case 2:return n=r.sent(),[3,4];case 3:"errorfe"==a?n=oe(e.response.url):"auth"==a?n=function(e,t,n,r){var i=Object(S.b)(e),a=i[t]!==n;if(a){i[t]=n,r&&(i.sessionId=Object(o.y)());var s=Object(ne.a)()||"mail";e.assign(Object(d.a)("/"+s)+"/?"+Object.keys(i).map((function(e){return encodeURIComponent(e)+"="+encodeURIComponent(i[e])})).join("&"))}return a}(location,"authRedirect","true"):s&&(n=ae(s)),r.label=4;case 4:return n?[3,6]:(c="app="+Object(o.d)()+"&st="+i.st+"&ru="+(null===(l=null===window||void 0===window?void 0:window.location)||void 0===l?void 0:l.pathname)+"&msg="+i.emsg+"&et="+i.et+"&esrc="+i.esrc+"&err="+encodeURIComponent(i.err)+"&wsver="+i.ewsver+"&ebe="+i.ebe+"&efe="+i.efe+"&reqid="+i.reqid+"&cId="+Object(o.h)()+"&estack="+encodeURIComponent(i.estack||""),[4,null===(f=t.onFatalBootError)||void 0===f?void 0:f.call(t)]);case 5:r.sent(),function(e){oe(null!=e?ie+"?"+e:ie)}(c),r.label=6;case 6:return[2]}}))}))}))}var ye=2592e6;var Oe=Object(P.f)((function(){if(!("caches"in self))return null;var e,t=Object(o.d)().toLowerCase();return self.caches.open("root_active_caches").then((function(e){return e.match("https://metadata/"+t)})).then((function(e){return e&&e.text()})).then((function(e){return e&&window.caches.open(e)})).then((function(t){return e=t,t&&t.keys()})).then((function(t){if(t){var n=t.filter((function(e){return(null==e?void 0:e.url)&&e.url.indexOf(".manifest")>-1}));if(n&&n.length>0)return e.match(n[0])}return null})).then((function(e){return e&&e.json()})).then((function(e){return e?(e.date||Se("ExpiredBuild","ManifestNoDate"),new Date(e.date).getTime()+ye):null})).catch((function(e){throw g(e,"Preboot")}))}),"fme");function _e(){return Object(r.__awaiter)(this,void 0,void 0,(function(){var e;return Object(r.__generator)(this,(function(t){switch(t.label){case 0:return"caches"in self?[4,self.caches.keys()]:[2,null];case 1:return e=t.sent().filter((function(e){return 0==e.indexOf(Object(o.d)().toLowerCase()+"_")})),[2,Promise.all(e.map((function(e){return self.caches.delete(e)})))]}}))}))}function Se(e,t){throw g(new Error(t||e),e)}function Pe(){var e,t;return Object(r.__awaiter)(this,void 0,void 0,(function(){return Object(r.__generator)(this,(function(n){switch(n.label){case 0:return[4,null===(t=null===(e=null===self||void 0===self?void 0:self.navigator)||void 0===e?void 0:e.serviceWorker)||void 0===t?void 0:t.getRegistrations().then((function(e){return e.filter((function(e){var t;return e.scope.indexOf("/mail/")>-1||e.scope.indexOf("/calendar/")>-1||self.origin+"/"===e.scope&&-1===(null===(t=e.active)||void 0===t?void 0:t.scriptURL.indexOf("sw.js"))})).forEach((function(e){return e.unregister()}))}))];case 1:return n.sent(),"caches"in self?[4,self.caches.keys().then((function(e){return e.filter((function(e){return 0==e.indexOf("mail")||0==e.indexOf("calendar")})).forEach((function(e){return caches.delete(e)}))}))]:[3,3];case 2:n.sent(),n.label=3;case 3:return[2]}}))}))}var Te,Ae,je=n(7),Ce=n(101),ke=n(96),Ee=n(89);function Ie(e,t){return function(e,t){var n,i;return Object(r.__awaiter)(this,void 0,void 0,(function(){var a,s,u,c,l;return Object(r.__generator)(this,(function(f){switch(f.label){case 0:return f.trys.push([0,4,,5]),Te=Date.now(),Object(Q.g)(e.app),Object(ke.b)(!!e.isDeepLink),H(e.startupAriaToken),[4,null===(n=e.runBeforeStart)||void 0===n?void 0:n.call(e)];case 1:return f.sent(),m("never"),(s=e.getAuthToken)?[4,e.getAuthToken()]:[3,3];case 2:s=f.sent(),f.label=3;case 3:return a=s,Object(Ee.b)(e.getAuthToken),u=(null===(i=e.overrideBootPromises)||void 0===i?void 0:i.call(e))||(p=a,h=e.offlineBootStrategy,v=Object(d.a)(Object(o.r)()),{sessionDataPromise:U(v,p,h),userBootSettingsPromise:W(v,p,h),shouldInitializeTimeZoneAnonymously:!1}),(c=Object.keys(u).map((function(e){return u[e]}))).push(function(e){return Object(r.__awaiter)(this,void 0,void 0,(function(){var t,n,i;return Object(r.__generator)(this,(function(r){switch(r.label){case 0:return Object(S.d)("bO")?[2]:[4,Oe()];case 1:return t=r.sent(),[4,e];case 2:return n=r.sent(),"number"==typeof t&&n.currentEpochInMs>t?[4,_e()]:[3,4];case 3:r.sent(),Se("ExpiredBuild"),r.label=4;case 4:if(null!=n.skipBuilds&&n.skipBuilds.length>0)for(i=0;i<n.skipBuilds.length;++i)n.skipBuilds[i]!=Object(o.i)()&&n.skipBuilds[i]!=Object(o.x)()||Se("PoisonedBuild",n.skipBuilds[i]);return[4,Pe()];case 5:return r.sent(),[2]}}))}))}(u.userBootSettingsPromise)),l=Object(P.f)(Be,"bf"),c.push(l(t,u)),Object(je.b)({baseUrl:Object(d.a)(Object(o.r)()),getAuthToken:function(){return a},appName:Object(o.d)(),onAuthNeeded:function(t){!function(e,t){if(Ae)return;Ae=!0,Object(Ce.a)(Object(re.a)(),e,t)}(e.onAuthFailure,t)},sessionId:Object(o.y)()}),e.runAfterRequests&&e.runAfterRequests(u),setTimeout((function(){var e=document.getElementById("loadingSpinner");e&&(Object(P.a)("ls_s"),e.style.visibility="visible",e.style.opacity="1")}),1e3),[2,Promise.all(c)];case 4:throw g(f.sent(),"Preboot");case 5:return[2]}var p,h,v}))}))}(e,t).then((function(){try{t=Te,q(Y("ok",null,(null===(n=window.performance)||void 0===n?void 0:n.now)&&{start:t,plt:Math.floor(window.performance.now())}));var e=document.getElementById("loadingScreen");e&&e.parentNode==document.body&&(Object(P.a)("ls_e"),document.body.removeChild(e))}catch(e){throw g(e,"BootComplete")}var t,n})).catch((function(t){we(t,e)}))}function Be(e,t){return Object(P.f)((function(){return e.import()}),"mjs")().then((function(e){try{return e(t)}catch(e){throw g(e,"Bootstrap")}})).catch((function(e){throw g(e,"Script")}))}var Me=n(61),xe=n(36),Fe=n(23),Re=n(100),Le=n(83),De="UsersLocale",Ue="ls",Ne="ubs";function We(e,t){return Object(r.__awaiter)(this,void 0,void 0,(function(){var n=this;return Object(r.__generator)(this,(function(i){return[2,Ie(Object(r.__assign)(Object(r.__assign)({},e),{runBeforeStart:function(){return Object(r.__awaiter)(n,void 0,void 0,(function(){var t,n,i,a;return Object(r.__generator)(this,(function(s){switch(s.label){case 0:return[4,null===(a=e.runBeforeStart)||void 0===a?void 0:a.call(e)];case 1:return s.sent(),Object(Fe.e)()?[4,Object(Fe.d)()]:[3,5];case 2:return s.sent(),[4,Object(Fe.b)()];case 3:return[4,s.sent().getSessionInfo()];case 4:t=s.sent(),n=t.sessionId,i=Object(r.__rest)(t,["sessionId"]),Object(o.G)(i),n&&Object(o.E)(n),s.label=5;case 5:return[2]}}))}))},getAuthToken:function(){return Object(r.__awaiter)(n,void 0,void 0,(function(){return Object(r.__generator)(this,(function(e){switch(e.label){case 0:return Object(Fe.e)()?[4,Object(Fe.b)()]:[3,2];case 1:return[2,e.sent().getAuthToken(Object(Le.a)())];case 2:return[2,void 0]}}))}))},onAuthFailure:function(){return Object(r.__awaiter)(n,void 0,void 0,(function(){return Object(r.__generator)(this,(function(e){switch(e.label){case 0:return Object(Fe.e)()?[4,Object(Fe.b)()]:[3,2];case 1:return e.sent().onFatalError(),[2,!0];case 2:return[2,!1]}}))}))},runAfterRequests:function(t){var n,r=Object(A.a)(window,xe.a.LOCAL_STORAGE_KEY);if(r&&Object(xe.b)(r,Ue),e.preloadStringBundle){var o=Object(A.a)(window,De);o&&Object(Me.b)(o,e.preloadStringBundle,Ue)}e.loadBpos&&Object(Re.b)(e.app),t.userBootSettingsPromise.then((function(t){var n=Object(xe.c)(t.theme,t.isDarkModeTheme);if(Object(xe.b)(n,Ne),e.preloadStringBundle){var r=t.language&&t.language.toLowerCase();r&&Object(A.d)(window,De,r),Object(Me.b)(r,e.preloadStringBundle,Ne)}})),null===(n=e.runAfterRequests)||void 0===n||n.call(e,t)},onFatalBootError:function(){return Object(r.__awaiter)(n,void 0,void 0,(function(){return Object(r.__generator)(this,(function(e){switch(e.label){case 0:return Object(Fe.e)()?[4,Object(Fe.b)()]:[3,2];case 1:e.sent().onFatalError(),e.label=2;case 2:return[2]}}))}))}}),t)]}))}))}n.d(t,"a",(function(){return We}))},11:function(e,t,n){"use strict";function r(e,t){return!!t&&e.some((function(e){return t.toLowerCase().indexOf(e.toLowerCase())>-1}))}n.d(t,"a",(function(){return r}))},116:function(e,t,n){var r,o;
/*!
 * JavaScript Cookie v2.1.3
 * https://github.com/js-cookie/js-cookie
 *
 * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
 * Released under the MIT license
 */!function(i){if(void 0===(o="function"==typeof(r=i)?r.call(t,n,t,e):r)||(e.exports=o),!0,e.exports=i(),!!0){var a=window.Cookies,s=window.Cookies=i();s.noConflict=function(){return window.Cookies=a,s}}}((function(){function e(){for(var e=0,t={};e<arguments.length;e++){var n=arguments[e];for(var r in n)t[r]=n[r]}return t}return function t(n){function r(t,o,i){var a;if("undefined"!=typeof document){if(arguments.length>1){if("number"==typeof(i=e({path:"/"},r.defaults,i)).expires){var s=new Date;s.setMilliseconds(s.getMilliseconds()+864e5*i.expires),i.expires=s}try{a=JSON.stringify(o),/^[\{\[]/.test(a)&&(o=a)}catch(e){}return o=n.write?n.write(o,t):encodeURIComponent(String(o)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),t=(t=(t=encodeURIComponent(String(t))).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent)).replace(/[\(\)]/g,escape),document.cookie=[t,"=",o,i.expires?"; expires="+i.expires.toUTCString():"",i.path?"; path="+i.path:"",i.domain?"; domain="+i.domain:"",i.secure?"; secure":""].join("")}t||(a={});for(var u=document.cookie?document.cookie.split("; "):[],c=/(%[0-9A-Z]{2})+/g,l=0;l<u.length;l++){var d=u[l].split("="),f=d.slice(1).join("=");'"'===f.charAt(0)&&(f=f.slice(1,-1));try{var p=d[0].replace(c,decodeURIComponent);if(f=n.read?n.read(f,p):n(f,p)||f.replace(c,decodeURIComponent),this.json)try{f=JSON.parse(f)}catch(e){}if(t===p){a=f;break}t||(a[p]=f)}catch(e){}}return a}}return r.set=r,r.get=function(e){return r.call(r,e)},r.getJSON=function(){return r.apply({json:!0},[].slice.call(arguments))},r.defaults={},r.remove=function(t,n){r(t,"",e(n,{expires:-1}))},r.withConverter=t,r}((function(){}))}))},117:function(e,t,n){"use strict";function r(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e,t,n,i){t=t||"&",n=n||"=";var a={};if("string"!=typeof e||0===e.length)return a;var s=/\+/g;e=e.split(t);var u=1e3;i&&"number"==typeof i.maxKeys&&(u=i.maxKeys);var c=e.length;u>0&&c>u&&(c=u);for(var l=0;l<c;++l){var d,f,p,h,m=e[l].replace(s,"%20"),v=m.indexOf(n);v>=0?(d=m.substr(0,v),f=m.substr(v+1)):(d=m,f=""),p=decodeURIComponent(d),h=decodeURIComponent(f),r(a,p)?o(a[p])?a[p].push(h):a[p]=[a[p],h]:a[p]=h}return a};var o=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},118:function(e,t,n){"use strict";var r=function(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}};e.exports=function(e,t,n,s){return t=t||"&",n=n||"=",null===e&&(e=void 0),"object"==typeof e?i(a(e),(function(a){var s=encodeURIComponent(r(a))+n;return o(e[a])?i(e[a],(function(e){return s+encodeURIComponent(r(e))})).join(t):s+encodeURIComponent(r(e[a]))})).join(t):s?encodeURIComponent(r(s))+n+encodeURIComponent(r(e)):""};var o=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function i(e,t){if(e.map)return e.map(t);for(var n=[],r=0;r<e.length;r++)n.push(t(e[r],r));return n}var a=Object.keys||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return t}},12:function(e,t,n){"use strict";n.d(t,"g",(function(){return c})),n.d(t,"h",(function(){return l})),n.d(t,"d",(function(){return d})),n.d(t,"a",(function(){return f})),n.d(t,"b",(function(){return p})),n.d(t,"c",(function(){return m})),n.d(t,"f",(function(){return v})),n.d(t,"e",(function(){return g}));var r,o,i,a=n(3),s=n(28),u=n(21);function c(e){o=e}function l(e,t,n){i={time:e,status:t,isServer:n}}function d(){return i}function f(){return o}function p(){return Object(u.a)("scriptVer")||""}function h(e){return e+(Object(a.e)()?"":p()+"/"+(Object(a.d)("debugJs")?"debug/":""))}function m(){return h(Object(s.a)().PackageBaseUrl)}function v(){return y(m()+Object(s.a)().ScriptPath)}function g(){return y(h(Object(s.a)().BackupBaseUrl))+Object(s.a)().ScriptPath}var b=(null===(r=window.location)||void 0===r?void 0:r.protocol)||"https:",w=new RegExp("^https?:");function y(e){return w.test(e)||(e=b+e),e}},124:function(e,t,n){(function(e){var r=void 0!==e&&e||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(128),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(54))},127:function(e,t){!function(e){"use strict";if(!e.fetch){var t={searchParams:"URLSearchParams"in e,iterable:"Symbol"in e&&"iterator"in Symbol,blob:"FileReader"in e&&"Blob"in e&&function(){try{return new Blob,!0}catch(e){return!1}}(),formData:"FormData"in e,arrayBuffer:"ArrayBuffer"in e};if(t.arrayBuffer)var n=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],r=function(e){return e&&DataView.prototype.isPrototypeOf(e)},o=ArrayBuffer.isView||function(e){return e&&n.indexOf(Object.prototype.toString.call(e))>-1};l.prototype.append=function(e,t){e=s(e),t=u(t);var n=this.map[e];n||(n=[],this.map[e]=n),n.push(t)},l.prototype.delete=function(e){delete this.map[s(e)]},l.prototype.get=function(e){var t=this.map[s(e)];return t?t[0]:null},l.prototype.getAll=function(e){return this.map[s(e)]||[]},l.prototype.has=function(e){return this.map.hasOwnProperty(s(e))},l.prototype.set=function(e,t){this.map[s(e)]=[u(t)]},l.prototype.forEach=function(e,t){Object.getOwnPropertyNames(this.map).forEach((function(n){this.map[n].forEach((function(r){e.call(t,r,n,this)}),this)}),this)},l.prototype.keys=function(){var e=[];return this.forEach((function(t,n){e.push(n)})),c(e)},l.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),c(e)},l.prototype.entries=function(){var e=[];return this.forEach((function(t,n){e.push([n,t])})),c(e)},t.iterable&&(l.prototype[Symbol.iterator]=l.prototype.entries);var i=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];v.prototype.clone=function(){return new v(this,{body:this._bodyInit})},m.call(v.prototype),m.call(b.prototype),b.prototype.clone=function(){return new b(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},b.error=function(){var e=new b(null,{status:0,statusText:""});return e.type="error",e};var a=[301,302,303,307,308];b.redirect=function(e,t){if(-1===a.indexOf(t))throw new RangeError("Invalid status code");return new b(null,{status:t,headers:{location:e}})},e.Headers=l,e.Request=v,e.Response=b,e.fetch=function(e,n){return new Promise((function(r,o){var i=new v(e,n),a=new XMLHttpRequest;a.onload=function(){var e,t,n={status:a.status,statusText:a.statusText,headers:(e=a.getAllResponseHeaders()||"",t=new l,e.split("\r\n").forEach((function(e){var n=e.split(":"),r=n.shift().trim();if(r){var o=n.join(":").trim();t.append(r,o)}})),t)};n.url="responseURL"in a?a.responseURL:n.headers.get("X-Request-URL");var o="response"in a?a.response:a.responseText;r(new b(o,n))},a.onerror=function(){o(new TypeError("Network request failed"))},a.ontimeout=function(){o(new TypeError("Network request failed"))},a.open(i.method,i.url,!0),"include"===i.credentials&&(a.withCredentials=!0),"responseType"in a&&t.blob&&(a.responseType="blob"),i.headers.forEach((function(e,t){a.setRequestHeader(t,e)})),a.send(void 0===i._bodyInit?null:i._bodyInit)}))},e.fetch.polyfill=!0}function s(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(e))throw new TypeError("Invalid character in header field name");return e.toLowerCase()}function u(e){return"string"!=typeof e&&(e=String(e)),e}function c(e){var n={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return t.iterable&&(n[Symbol.iterator]=function(){return n}),n}function l(e){this.map={},e instanceof l?e.forEach((function(e,t){this.append(t,e)}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function d(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function f(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function p(e){var t=new FileReader,n=f(t);return t.readAsArrayBuffer(e),n}function h(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function m(){return this.bodyUsed=!1,this._initBody=function(e){if(this._bodyInit=e,e)if("string"==typeof e)this._bodyText=e;else if(t.blob&&Blob.prototype.isPrototypeOf(e))this._bodyBlob=e;else if(t.formData&&FormData.prototype.isPrototypeOf(e))this._bodyFormData=e;else if(t.searchParams&&URLSearchParams.prototype.isPrototypeOf(e))this._bodyText=e.toString();else if(t.arrayBuffer&&t.blob&&r(e))this._bodyArrayBuffer=h(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer]);else{if(!t.arrayBuffer||!ArrayBuffer.prototype.isPrototypeOf(e)&&!o(e))throw new Error("unsupported BodyInit type");this._bodyArrayBuffer=h(e)}else this._bodyText="";this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):t.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},t.blob&&(this.blob=function(){var e=d(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?d(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(p)}),this.text=function(){var e,t,n,r=d(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,n=f(t),t.readAsText(e),n;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r<t.length;r++)n[r]=String.fromCharCode(t[r]);return n.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},t.formData&&(this.formData=function(){return this.text().then(g)}),this.json=function(){return this.text().then(JSON.parse)},this}function v(e,t){var n,r,o=(t=t||{}).body;if("string"==typeof e)this.url=e;else{if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new l(e.headers)),this.method=e.method,this.mode=e.mode,o||null==e._bodyInit||(o=e._bodyInit,e.bodyUsed=!0)}if(this.credentials=t.credentials||this.credentials||"omit",!t.headers&&this.headers||(this.headers=new l(t.headers)),this.method=(n=t.method||this.method||"GET",r=n.toUpperCase(),i.indexOf(r)>-1?r:n),this.mode=t.mode||this.mode||null,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(o)}function g(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var n=e.split("="),r=n.shift().replace(/\+/g," "),o=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(o))}})),t}function b(e,t){t||(t={}),this.type="default",this.status="status"in t?t.status:200,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new l(t.headers),this.url=t.url||"",this._initBody(e)}}("undefined"!=typeof self?self:this)},128:function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,o,i,a,s,u=1,c={},l=!1,d=e.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(e);f=f&&f.setTimeout?f:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick((function(){h(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){h(e.data)},r=function(e){i.port2.postMessage(e)}):d&&"onreadystatechange"in d.createElement("script")?(o=d.documentElement,r=function(e){var t=d.createElement("script");t.onreadystatechange=function(){h(e),t.onreadystatechange=null,o.removeChild(t),t=null},o.appendChild(t)}):r=function(e){setTimeout(h,0,e)}:(a="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(a)&&h(+t.data.slice(a.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),r=function(t){e.postMessage(a+t,"*")}),f.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var o={callback:e,args:t};return c[u]=o,r(u),u++},f.clearImmediate=p}function p(e){delete c[e]}function h(e){if(l)setTimeout(h,0,e);else{var t=c[e];if(t){l=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(n,r)}}(t)}finally{p(e),l=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,n(54),n(62))},129:function(e,t,n){"use strict";(function(e){var t=n(95),r=n(56),o=function(){if("undefined"!=typeof self)return self;if("undefined"!=typeof window)return window;if(void 0!==e)return e;throw new Error("unable to locate global object")}();"Promise"in o?o.Promise.prototype.finally||(o.Promise.prototype.finally=r.a):o.Promise=t.a}).call(this,n(54))},13:function(e,t,n){"use strict";function r(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.map(a).filter((function(e){return 0!==e.length})).join("/")}function o(e){return e?e.length>0&&"/"!==e[0]?"/"+e:e:"/"}function i(e){return e.length>0&&"/"!==e[e.length-1]?e+"/":e}function a(e){return e.replace(/^\/*/,"").replace(/\/*$/,"")}n.d(t,"a",(function(){return r})),n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return i}))},134:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(73),o=n(135),i=n(107),a=n(108),s=/^[a-zA-Z0-9]([a-zA-Z0-9]|_){2,98}[a-zA-Z0-9]$/,u=/\./g,c=/^[a-zA-Z0-9](([a-zA-Z0-9|_|\.]){0,98}[a-zA-Z0-9])?$/,l=function(){function e(){}return e.initialize=function(e,t){if(void 0===t&&(t={}),this._isInitialized)throw"Already Initialized";this._defaultTenantToken=e,this._overrideValuesFromConfig(t),o.default.initialize(this._config),this._isInitialized=!0},e.flush=function(e){this._isInitialized&&!this._isDestroyed&&o.default.flush(e)},e.flushAndTeardown=function(){this._isInitialized&&!this._isDestroyed&&(this._isDestroyed=!0,o.default.flushAndTeardown())},e.setContext=function(e,t,n){void 0===n&&(n="allTkns"),null!==(t=this._sanitizeProperty(e,t))&&(this._contextProperties[n]||(this._contextProperties[n]={}),this._contextProperties[n][e]=t)},e.logEvent=function(e){var t=this;if(this._isInitialized){if(!e.name||!e.properties)return;e.name=e.name.toLowerCase(),e.name.replace(u,"_");var n="";if(e.type?(e.type.toLowerCase(),n="custom."):e.type="custom",!s.test(e.name)||!s.test(e.type))return;if(e.type=n+e.type,isNaN(e.timestamp)&&(e.timestamp=(new Date).getTime()),e.tenantToken||(e.tenantToken=this._defaultTenantToken),e.id=i.newGuid(),Object.keys(e.properties).forEach((function(n){e.properties[n]=t._sanitizeProperty(n,e.properties[n]),null===e.properties[n]&&delete e.properties[n]})),this._addContextIfAbsent(e,e.tenantToken),this._addContextIfAbsent(e,"allTkns"),0===Object.keys(e.properties).length)return;this._setDefaultProperty(e,"EventInfo.InitId",this._getInitId(e.tenantToken)),this._setDefaultProperty(e,"EventInfo.Sequence",this._getSequenceId(e.tenantToken)),this._setDefaultProperty(e,"EventInfo.SdkVersion",a.FullVersionString),this._setDefaultProperty(e,"EventInfo.Name",e.name),this._setDefaultProperty(e,"EventInfo.Time",new Date(e.timestamp).toISOString()),o.default.sendEvent(e)}},e._overrideValuesFromConfig=function(e){e.collectorUrl&&(this._config.collectorUrl=e.collectorUrl),e.sendingTimer>1e3&&(this._config.sendingTimer=e.sendingTimer)},e._getInitId=function(e){return void 0===this._initIdMap[e]&&(this._initIdMap[e]=i.newGuid()),this._initIdMap[e]},e._getSequenceId=function(e){return void 0===this._sequenceIdMap[e]&&(this._sequenceIdMap[e]=0),(++this._sequenceIdMap[e]).toString()},e._setDefaultProperty=function(e,t,n){e.properties[t]={value:n,pii:r.AWTPiiKind.NotSet}},e._addContextIfAbsent=function(e,t){if(this._contextProperties[t]){var n=this._contextProperties[t];Object.keys(n).forEach((function(t){e.properties[t]||(e.properties[t]=n[t])}))}},e._sanitizeProperty=function(e,t){return"string"!=typeof t&&"number"!=typeof t&&"boolean"!=typeof t||(t={value:t}),c.test(e)&&null!=t&&null!==t.value&&void 0!==t.value&&""!==t.value?(void 0===t.pii&&(t.pii=r.AWTPiiKind.NotSet),t.value=t.value.toString(),i.isPii(t.pii)?t:null):null},e._isInitialized=!1,e._isDestroyed=!1,e._contextProperties={},e._sequenceIdMap={},e._initIdMap={},e._config={collectorUrl:"https://browser.pipe.aria.microsoft.com/Collector/3.0/",sendingTimer:1e3},e}();t.default=l},135:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(136),o=n(106),i=n(141),a=n(142),s=n(108),u=function(){function e(){}return e.initialize=function(e){this._inboundQueues.push([]),this._recordBatcher=new r.default(2936012,this._outboundQueue),this._newEventsAllowed=!0,"undefined"==typeof Uint8Array&&(this._urlString+="&content-encoding=base64"),this._sendingTimer=e.sendingTimer,this._urlString=e.collectorUrl+this._urlString+"&x-apikey="},e.sendEvent=function(e){var t=this;this._newEventsAllowed&&(this._inboundQueues[this._inboundQueues.length-1].push(e),!this._running&&this._timeout<0&&!this._isCurrentlyFlushing&&(this._timeout=setTimeout((function(){return t._batchAndSendEvents(!1)}),this._sendingTimer)))},e.flushAndTeardown=function(){this._newEventsAllowed=!1,this._batchAndSendEvents(!0)},e.flush=function(e){this._inboundQueues.push([]),this._isCurrentlyFlushing?this._flushQueue.push(e):(this._isCurrentlyFlushing=!0,this._flush(e))},e._batchAndSendEvents=function(e){for(this._running=!0;this._inboundQueues[0].length>0&&this._outboundQueue.length<1;)this._recordBatcher.addEventToBatch(this._inboundQueues[0].pop());0===this._outboundQueue.length&&this._recordBatcher.flushBatch(),this._sendRequest(this._outboundQueue.pop(),0,e)},e._retryRequestIfNeeded=function(e,t,n,r,o){var a=this,s=!0;e&&void 0!==e.status&&(this._killSwitch.setKillSwitchTenants(e.getResponseHeader("kill-tokens"),e.getResponseHeader("kill-duration-seconds")).forEach((function(e){delete t[e],n--})),(!i.default.shouldRetryForStatus(e.status)||n<=0)&&(s=!1));s&&o<4?setTimeout((function(){return a._sendRequest(t,o+1,!1)}),i.default.getMillisToBackoffForRetry(o)):this._handleRequestFinished(null)},e._sendRequest=function(e,t,n){var r=this;try{var i=new XMLHttpRequest,a=0,s="";if(Object.keys(e).forEach((function(t){r._killSwitch.isTenantKilled(t)?delete e[t]:(s.length>0&&(s+=","),s+=t,a++)})),i.open("POST",this._urlString+s,!n),n||(i.ontimeout=function(){r._retryRequestIfNeeded(i,e,a,s,t)},i.onerror=function(){r._retryRequestIfNeeded(i,e,a,s,t)},i.onload=function(){r._handleRequestFinished(i)}),a>0){var u=o.default.getPayloadBlob(e,a);"undefined"==typeof Uint8Array?i.send(o.default.base64Encode(u)):i.send(new Uint8Array(u))}else n&&this._handleRequestFinished(null)}catch(e){this._handleRequestFinished(null)}},e._handleRequestFinished=function(e){var t=this;e&&this._killSwitch.setKillSwitchTenants(e.getResponseHeader("kill-tokens"),e.getResponseHeader("kill-duration-seconds")),this._inboundQueues[0].length>0?this._timeout=setTimeout((function(){return t._batchAndSendEvents(!1)}),this._sendingTimer):(this._timeout=-1,this._running=!1)},e._flush=function(e){var t=this;this._running||(this._timeout>-1&&(clearTimeout(this._timeout),this._timeout=-1),this._inboundQueues[0].length>0&&this._batchAndSendEvents(!1)),this._checkPrimaryInboundQueueEmpty((function(){t._inboundQueues.shift(),null!=e&&e(),t._flushQueue.length>0?setTimeout((function(){return t._flush(t._flushQueue.shift())}),t._sendingTimer):(t._isCurrentlyFlushing=!1,t._inboundQueues[0].length>0&&(t._timeout=setTimeout((function(){return t._batchAndSendEvents(!1)}),t._sendingTimer)))}))},e._checkPrimaryInboundQueueEmpty=function(e){var t=this;0===this._inboundQueues[0].length?this._checkOutboundQueueEmptyAndSent(e):setTimeout((function(){return t._checkPrimaryInboundQueueEmpty(e)}),250)},e._checkOutboundQueueEmptyAndSent=function(e){var t=this;this._running?setTimeout((function(){return t._checkOutboundQueueEmptyAndSent(e)}),250):e()},e._outboundQueue=[],e._inboundQueues=[],e._newEventsAllowed=!1,e._killSwitch=new a.default,e._isCurrentlyFlushing=!1,e._flushQueue=[],e._running=!1,e._timeout=-1,e._urlString="?qsp=true&content-type=application%2Fbond-compact-binary&client-id=NO_AUTH&sdk-version="+s.FullVersionString,e}();t.default=u},136:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(106),o=function(){function e(e,t){this._maxRequestSize=e,this._outboundQueue=t,this._currentBatch={},this._currentBatchSize=0}return e.prototype.addEventToBatch=function(e){var t=r.default.getEventBlob(e);t.length>this._maxRequestSize||(this._currentBatchSize+t.length>this._maxRequestSize?this.flushBatch():(void 0===this._currentBatch[e.tenantToken]&&(this._currentBatch[e.tenantToken]=[]),this._currentBatch[e.tenantToken].push(t),this._currentBatchSize+=t.length))},e.prototype.flushBatch=function(){this._currentBatchSize>0&&(this._outboundQueue.push(this._currentBatch),this._currentBatch={},this._currentBatchSize=0)},e}();t.default=o},137:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(138);t.BondDataType=r.BondDataType;var o=n(139);t.Encoding=o;var i=n(140);t.IO=i;var a=n(60);t.Int64=a.Int64,t.UInt64=a.UInt64,t.Number=a.Number;var s=function(){function e(e){this._stream=e}return e.prototype.WriteBlob=function(e){this._stream.Write(e,0,e.length)},e.prototype.WriteContainerBegin=function(e,t){this.WriteUInt8(t),this.WriteUInt32(e)},e.prototype.WriteMapContainerBegin=function(e,t,n){this.WriteUInt8(t),this.WriteUInt8(n),this.WriteUInt32(e)},e.prototype.WriteFieldBegin=function(e,t){t<=5?this._stream.WriteByte(e|t<<5):t<=255?(this._stream.WriteByte(192|e),this._stream.WriteByte(t)):(this._stream.WriteByte(224|e),this._stream.WriteByte(t),this._stream.WriteByte(t>>8))},e.prototype.WriteInt32=function(e){e=o.Zigzag.EncodeZigzag32(e),this.WriteUInt32(e)},e.prototype.WriteInt64=function(e){this.WriteUInt64(o.Zigzag.EncodeZigzag64(e))},e.prototype.WriteString=function(e){if(""===e)this.WriteUInt32(0);else{var t=o.Utf8.GetBytes(e);this.WriteUInt32(t.length),this._stream.Write(t,0,t.length)}},e.prototype.WriteStructEnd=function(e){this.WriteUInt8(e?r.BondDataType.BT_STOP_BASE:r.BondDataType.BT_STOP)},e.prototype.WriteUInt32=function(e){var t=o.Varint.GetBytes(a.Number.ToUInt32(e));this._stream.Write(t,0,t.length)},e.prototype.WriteUInt64=function(e){var t=o.Varint64.GetBytes(e);this._stream.Write(t,0,t.length)},e.prototype.WriteUInt8=function(e){this._stream.WriteByte(a.Number.ToUInt8(e))},e}();t.CompactBinaryProtocolWriter=s},138:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.BT_STOP=0]="BT_STOP",e[e.BT_STOP_BASE=1]="BT_STOP_BASE",e[e.BT_UINT8=3]="BT_UINT8",e[e.BT_UINT32=5]="BT_UINT32",e[e.BT_UINT64=6]="BT_UINT64",e[e.BT_STRING=9]="BT_STRING",e[e.BT_STRUCT=10]="BT_STRUCT",e[e.BT_LIST=11]="BT_LIST",e[e.BT_MAP=13]="BT_MAP",e[e.BT_INT32=16]="BT_INT32",e[e.BT_INT64=17]="BT_INT64",e[e.BT_UNAVAILABLE=127]="BT_UNAVAILABLE"}(t.BondDataType||(t.BondDataType={}))},139:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(60),o=function(){function e(){}return e.GetBytes=function(e){for(var t=[],n=0;n<e.length;++n){var r=e.charCodeAt(n);r<128?t.push(r):r<2048?t.push(192|r>>6,128|63&r):r<55296||r>=57344?t.push(224|r>>12,128|r>>6&63,128|63&r):(r=65536+((1023&r)<<10|1023&e.charCodeAt(++n)),t.push(240|r>>18,128|r>>12&63,128|r>>6&63,128|63&r))}return t},e}();t.Utf8=o;var i=function(){function e(){}return e.GetString=function(e){for(var t,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",r=[],o=e.length%3,i=0,a=e.length-o;i<a;i+=3){var s=(e[i]<<16)+(e[i+1]<<8)+e[i+2];r.push([n.charAt((t=s)>>18&63),n.charAt(t>>12&63),n.charAt(t>>6&63),n.charAt(63&t)].join(""))}switch(o){case 1:s=e[e.length-1];r.push(n.charAt(s>>2)),r.push(n.charAt(s<<4&63)),r.push("==");break;case 2:var u=(e[e.length-2]<<8)+e[e.length-1];r.push(n.charAt(u>>10)),r.push(n.charAt(u>>4&63)),r.push(n.charAt(u<<2&63)),r.push("=")}return r.join("")},e}();t.Base64=i;var a=function(){function e(){}return e.GetBytes=function(e){for(var t=[];4294967168&e;)t.push(127&e|128),e>>>=7;return t.push(127&e),t},e}();t.Varint=a;var s=function(){function e(){}return e.GetBytes=function(e){for(var t=e.low,n=e.high,r=[];n||4294967168&t;)r.push(127&t|128),t=(127&n)<<25|t>>>7,n>>>=7;return r.push(127&t),r},e}();t.Varint64=s;var u=function(){function e(){}return e.EncodeZigzag32=function(e){return(e=r.Number.ToInt32(e))<<1^e>>31},e.EncodeZigzag64=function(e){var t=e.low,n=e.high,o=n<<1|t>>>31,i=t<<1;2147483648&n&&(o=~o,i=~i);var a=new r.UInt64("0");return a.low=i,a.high=o,a},e}();t.Zigzag=u},14:function(e,t,n){"use strict";var r=n(0),o=function(){function e(e){this.result=e}return e.prototype.then=function(e,t){try{var n=e(this.result);return(null==(r=n)?void 0:r.then)&&"function"==typeof r.then?n:Promise.resolve(n)}catch(e){return Promise.reject(e)}var r},e.prototype.catch=function(e){return this},e.prototype.toString=function(){return"QP"},e}();var i=0;var a={},s={markImportAsLoaded:function(e){a[e]=!0},isImportLoaded:function(e){return a[e]},logUsage:function(){},logError:function(){}};function u(){return s}function c(e){s=e}var l,d=n(2),f="LazyImportFailure",p=Object(d.A)(),h=/function\s*\(.*\)\s*{\s*return [^.]*([^;]*.*)}/,m=function(){function e(e,t){var n=this;this.lazyModule=e,this.getter=t,this.pendingImports=0,this.import=function(){if(!n.importPromise){var e=void 0;try{e=n.lazyModule.import(),n.importPromise=e.then((function(e){var t;return n.importValue=n.getter(e),n.importPromise=(t=n.importValue,new o(t)),p&&n.lazyModule.addWaterfallCheckpoint(n._getImportNameForLogging()),u().markImportAsLoaded(n.id),n.pendingImports=0,n.importValue})).catch((function(e){throw n.importPromise=void 0,u().logUsage(f,{message:e.message,pendingImports:n.pendingImports}),n.pendingImports=0,e}))}catch(e){n.importPromise=Promise.reject(e)}}return n.pendingImports++,n.importPromise},this.id=(i++).toString()}return e.prototype.dangerouslyImportSync=function(){if(!this.isLoaded())throw new Error("Import is not available yet.");return this.importValue},e.prototype.tryImportForRender=function(){if(u().isImportLoaded(this.id))return this.importValue;this.import()},e.prototype.isLoaded=function(){return u().isImportLoaded(this.id)},e.prototype._getImportNameForLogging=function(){var e=this.getter.toString();try{var t=e.match(h);return t&&t.length>1?t[1]:e}catch(t){return e}},e}();function v(){var e=l;return l=null,e}function g(e){l=e}var b=function(e){function t(t,n,r){var o=e.call(this,t,n)||this,i=o;return o.importAndExecute=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=(null==r?void 0:r.captureBundleTime)?Date.now():null;return i.import().then((function(t){g(n);var r=t.apply(null,e);return g(null),r}))},o}return Object(r.__extends)(t,e),t}(m),w=n(90);function y(e){return n.p=e,e}var O=[],_=!1;function S(e){_?e():O.push(e)}function P(){_=!0;for(var e=0;e<O.length;e++)O[e]();O=[]}var T=Object(d.A)(),A=/.*\.bind\(null,([^)]+)\)/,j=function(){function e(e,t){this.importCallback=e,this.skipWait=t,this.isLoaded=!1,this.attempts=0,this.pendingImports=0,this.importWaterfallData={}}return e.prototype.import=function(){var e=this;return this.promise||(this.promise=new Promise((function(t,n){(e.skipWait?function(e){e()}:S)((function(){return Object(r.__awaiter)(e,void 0,void 0,(function(){var e;return Object(r.__generator)(this,(function(r){switch(r.label){case 0:this.attempts=0,r.label=1;case 1:if(this.isLoaded||!(this.attempts<5))return[3,7];r.label=2;case 2:return r.trys.push([2,4,,6]),[4,this.loadModule(t)];case 3:return r.sent(),[3,6];case 4:return e=r.sent(),[4,this.onLoadFailed(e,n)];case 5:return r.sent(),[3,6];case 6:return[3,1];case 7:return[2]}}))}))}))}))),this.isLoaded||this.pendingImports++,this.promise},e.prototype.getUrl=function(e){return 5-e<=1?Object(d.v)():Object(d.w)()},e.prototype.loadModule=function(e){return Object(r.__awaiter)(this,void 0,void 0,(function(){var t,n,o,i=this;return Object(r.__generator)(this,(function(a){switch(a.label){case 0:return y(t=this.getUrl(this.attempts++)),n=this.importCallback(),y(Object(d.w)()),o=e,[4,n];case 1:return o.apply(void 0,[a.sent()]),T&&(this.addWaterfallCheckpoint("module"),setTimeout((function(){u().logUsage("LazyModuleImports",Object(r.__assign)({entryModuleId:i.__getEntryModuleIdForLogging()},i.importWaterfallData)),i.importWaterfallData=null}),1e4)),this.isLoaded=!0,this.pendingImports=0,this.attempts>1&&u().logUsage("LazyLoadSuccessAfterRetry",{attempts:this.attempts.toString(),url:t}),[2]}}))}))},e.prototype.onLoadFailed=function(e,t){return Object(r.__awaiter)(this,void 0,void 0,(function(){var n;return Object(r.__generator)(this,(function(r){switch(r.label){case 0:return e.request?[3,1]:(e.scriptEval=!0,u().logError(e),this.isLoaded=!0,e.reported=!0,t(e),[3,4]);case 1:return this.attempts>=5?(u().logUsage("LazyLoadFailure",{message:e.message,pendingImports:this.pendingImports}),(n=new Error("Failed to load LazyModule")).networkError=!0,n.diagnosticInfo=e.diagnosticInfo||e.message,t(n),this.pendingImports=0,this.promise=void 0,[3,4]):[3,2];case 2:return this.attempts>1?[4,Object(w.a)(1e3*Math.pow(2,this.attempts-2))]:[3,4];case 3:r.sent(),r.label=4;case 4:return[2]}}))}))},e.prototype.__getEntryModuleIdForLogging=function(){var e=this.importCallback.toString();try{var t=e.match(A);return t&&t.length>1?t[1]:e}catch(t){return e}},e.prototype.addWaterfallCheckpoint=function(e){var t;(null===(t=window.performance)||void 0===t?void 0:t.now)&&this.importWaterfallData&&void 0===this.importWaterfallData[e]&&(this.importWaterfallData[e]=window.performance.now())},e}();n.d(t,"a",(function(){return b})),n.d(t,"d",(function(){return v})),n.d(t,"f",(function(){return g})),n.d(t,"b",(function(){return m})),n.d(t,"c",(function(){return j})),n.d(t,"g",(function(){return P})),n.d(t,"e",(function(){return c}))},140:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(60),o=function(){function e(){this._buffer=[]}return e.prototype.WriteByte=function(e){this._buffer.push(r.Number.ToByte(e))},e.prototype.Write=function(e,t,n){for(;n--;)this.WriteByte(e[t++])},e.prototype.GetBuffer=function(){return this._buffer},e}();t.MemoryStream=o},141:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(){}return e.shouldRetryForStatus=function(e){return!(e>=300&&e<500&&408!==e||501===e||505===e)},e.getMillisToBackoffForRetry=function(e){var t,n=Math.floor(1200*Math.random())+2400;return t=Math.pow(4,e)*n,Math.min(t,12e4)},e}();t.default=r},142:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(){this._killedTokenDictionary={}}return e.prototype.setKillSwitchTenants=function(e,t){var n=this;if(e&&t)try{var r=e.split(",");if("this-request-only"===t)return r;var o=1e3*parseInt(t,10);r.forEach((function(e){n._killedTokenDictionary[e]=Date.now()+o}))}catch(e){return[]}return[]},e.prototype.isTenantKilled=function(e){return void 0!==this._killedTokenDictionary[e]&&this._killedTokenDictionary[e]>Date.now()||(delete this._killedTokenDictionary[e],!1)},e}();t.default=r},16:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(31);function o(){var e,t,n=Object(r.a)();return/OPR\//.test(n)?(e="Opera",t=i("OPR")):/PhantomJS/.test(n)?e="PhantomJS":/Edge/.test(n)?e="Edge":/Edg/.test(n)?(e="Edge Anaheim",t=i("Edg")):/Electron/.test(n)?e="Electron":/Chrome/.test(n)?e="Chrome":/Trident/.test(n)?(e="MSIE",t=function(){var e=Object(r.a)().match(/MSIE ([\d,\.]+)/);if(e)return a(e[1]);return(e=Object(r.a)().match(/rv:([\d,\.]+)/))?a(e[1]):[]}()):/Firefox/.test(n)?e="Firefox":/Safari/.test(n)?(e="Safari",t=i("Version")):/SkypeShell/.test(n)?e="SkypeShell":(e="Unknown",t=[]),{browser:e,browserVersion:t||i(e)}}function i(e){var t=Object(r.a)().match(new RegExp(e+"/([\\d,\\.]+)"));return t?a(t[1]):[]}function a(e){return e.split(/[\.,]/).map((function(e){return parseInt(e)}))}},17:function(e,t,n){"use strict";var r=n(0),o=n(47),i=n(12),a=n(8),s="BootTypeScriptVer";function u(e){return Object(r.__awaiter)(this,void 0,void 0,(function(){var t,n,a;return Object(r.__generator)(this,(function(r){switch(r.label){case 0:if(Object(o.a)())return[2,"Pwa"];r.label=1;case 1:return r.trys.push([1,3,,4]),t=Object(i.c)()+"resources/analytics-ping.js",[4,fetch(t)];case 2:return n=r.sent(),[2,c(e,n,t)];case 3:return a=r.sent(),a,[2,"Unknown"];case 4:return[2]}}))}))}function c(e,t,n){if(t.headers.get("x-sw-active-cache"))return"SwCache";var r=t.headers.get("Date");if(null==r){var o=Object(a.a)(window,s)==n;return Object(a.d)(window,s,n),o?"BrowserCache":"NoCache"}var i=Date.parse(r);if(isNaN(i))throw new Error("InvalidDate");return i-e>-1e3?"NoCache":"BrowserCache"}n.d(t,"h",(function(){return d})),n.d(t,"a",(function(){return p})),n.d(t,"e",(function(){return h})),n.d(t,"g",(function(){return m})),n.d(t,"f",(function(){return v})),n.d(t,"c",(function(){return g})),n.d(t,"d",(function(){return b})),n.d(t,"b",(function(){return w}));var l={};function d(e){f("fe",e,"X-FEServer"),f("be",e,"X-BEServer"),f("wsver",e,"X-OWA-Version"),f("fost",e,"x-owa-forest",(function(e){return 0==e.toLowerCase().indexOf("prod")?"NAMPRD01":e.substr(0,e.indexOf(".")).toUpperCase()})),f("dag",e,"x-owa-dag",(function(e){return e.toUpperCase()})),!l.te&&e&&e.headers&&(l.te=e.headers.get("X-MSEdge-Ref")?"1":"0")}function f(e,t,n,r){var o,i;if(!l[e]){var a=null===(i=null===(o=null==t?void 0:t.headers)||void 0===o?void 0:o.get)||void 0===i?void 0:i.call(o,n);l[e]=a?r?r(a):a:"Unknown"}}function p(){return l.be}function h(){return l.fe}function m(){return l.te}function v(){return l.wsver}function g(){return l.dag}function b(){return l.fost}function w(){return Object(r.__awaiter)(this,void 0,void 0,(function(){var e,t;return Object(r.__generator)(this,(function(n){switch(n.label){case 0:return!(e=l.bt)&&window.performance&&window.performance.timing?(t=l,[4,u(window.performance.timing.fetchStart)]):[3,2];case 1:e=t.bt=n.sent(),n.label=2;case 2:return[2,e]}}))}))}},18:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(48);function o(e){return Object(r.a)(e,[r.c,r.b])}},2:function(e,t,n){"use strict";var r,o=n(12),i=n(33),a=n(21),s=n(3),u=/[xy]/g;function c(){return r||(r=Object(s.a)("sessionId")||"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(u,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))),r}function l(e){r=e}var d=new RegExp(/([a-zA-Z0-9+_\.-]+)(@|%40)([\da-zA-Z\.-]+)\.([a-zA-Z\.]{2,6})/),f=new RegExp(/(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)/);function p(e){return e&&(e=(e=(e=e.replace(d,"EmailPii")).replace(f,"IpPii")).replace(c(),"ReplacedSessionId")),e}function h(){var e=p(window.location.href);return e.length>100&&(e=e.substr(0,100)),encodeURIComponent(e)}function m(){var e=(null===document||void 0===document?void 0:document.cookie)&&document.cookie.split("ClientId=")[1];return e&&e.split(";")[0]}function v(){return"/owa"}var g=n(17),b=n(28),w=n(66);function y(){return"exchangelabs.live-int.com"===window.location.host}var O,_,S=n(0),P={hostApp:"(none)",hostedScenario:"(none)",hostTelemetry:""};function T(){return P}function A(){return P.hostApp}function j(e){P=Object(S.__assign)(Object(S.__assign)({},e),{hostTelemetry:p(e.hostTelemetry)})}function C(e){var t,n;if(!O||e){var r=null===(t=null===document||void 0===document?void 0:document.documentElement)||void 0===t?void 0:t.clientWidth;O=window.innerWidth&&r?Math.min(window.innerWidth,r):window.innerWidth||r||(null===(n=null===document||void 0===document?void 0:document.body)||void 0===n?void 0:n.clientWidth)}return O}function k(){return _||"Desktop"}var E=n(47);n.d(t,"d",(function(){return o.a})),n.d(t,"i",(function(){return o.b})),n.d(t,"s",(function(){return o.c})),n.d(t,"w",(function(){return o.f})),n.d(t,"v",(function(){return o.e})),n.d(t,"t",(function(){return i.a})),n.d(t,"A",(function(){return i.b})),n.d(t,"D",(function(){return i.c})),n.d(t,"c",(function(){return a.a})),n.d(t,"u",(function(){return h})),n.d(t,"h",(function(){return m})),n.d(t,"r",(function(){return v})),n.d(t,"e",(function(){return g.a})),n.d(t,"m",(function(){return g.e})),n.d(t,"z",(function(){return g.g})),n.d(t,"x",(function(){return g.f})),n.d(t,"j",(function(){return g.c})),n.d(t,"l",(function(){return g.d})),n.d(t,"f",(function(){return g.b})),n.d(t,"k",(function(){return b.a})),n.d(t,"o",(function(){return w.a})),n.d(t,"b",(function(){return"outlookdesktop"})),n.d(t,"a",(function(){return"macoutlook"})),n.d(t,"C",(function(){return y})),n.d(t,"y",(function(){return c})),n.d(t,"E",(function(){return l})),n.d(t,"q",(function(){return T})),n.d(t,"p",(function(){return A})),n.d(t,"G",(function(){return j})),n.d(t,"g",(function(){return C})),n.d(t,"n",(function(){return k})),n.d(t,"F",(function(){return p})),n.d(t,"B",(function(){return E.a}))},20:function(e,t,n){"use strict";function r(){return null===window||void 0===window?void 0:window.location}n.d(t,"a",(function(){return r}))},21:function(e,t,n){"use strict";function r(e){for(var t,n=window.document.getElementsByTagName("meta"),r=0;r<n.length;r++)if(n[r].name==e){t=n[r].content;break}return t}n.d(t,"a",(function(){return r}))},23:function(e,t,n){"use strict";var r=n(3),o=n(55),i=n(26);function a(){return Object(i.c)()||Object(r.d)("hostApp",window.location)||Object(o.a)()}var s=n(37);function u(){if(Object(i.c)())return Promise.resolve();var e;if(Object(o.a)())return e=s.c.importAndExecute(),Object(i.d)(e),e;if(a())return e=s.b.importAndExecute(),Object(i.d)(e),e;throw new Error("Cannot initialize an OpxHostApi in a non-OPX scenario.")}n.d(t,"e",(function(){return a})),n.d(t,"b",(function(){return i.a})),n.d(t,"c",(function(){return i.b})),n.d(t,"d",(function(){return u})),n.d(t,"a",(function(){return s.a}))},231:function(e,t){e.exports=self.ItemsViewStrings},24:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(31),o={5.1:"XP","6.0":"Vista",6.1:"7",6.2:"8",6.3:"8.1",6.4:"10","10.0":"10"};function i(){var e,t,n=void 0,i=Object(r.a)();return/(cros)\s[\w]+\s([\w\.]+\w)/i.test(i)?e="Chromium OS":/(iPad|iPhone|iPod)(?=.*like Mac OS X)/i.test(i)?e="iOS":/android/i.test(i)?e="Android":/(linux|joli|[kxln]?ubuntu|debian|[open]*suse|gentoo|arch|slackware|fedora|mandriva|centos|pclinuxos|redhat|zenwalk)/i.test(i)?e="Linux":/(macintosh|mac os x)/i.test(i)?e="Mac OS X":/(windows|win32)/i.test(i)?(e="Windows",n=(t=Object(r.a)().match(new RegExp("Windows NT ([\\d,.]+)")))&&o[t[1]]):e="Unknown",{os:e,osVersion:n}}},25:function(e,t,n){"use strict";var r=n(11),o=n(103),i=n(104),a=["InvalidLicense","TenantAccessBlocked","UserHasNoMailbox","AccountDisabled","ErrorNonExistentMailbox","ErrorMessageSizeExceeded"];function s(e){return Object(r.a)(a,e)}var u=n(105),c=["OverBudget","TooManyObjectsOpened","ErrorServerBusy","MailboxStoreUnavailable"];function l(e){return Object(r.a)(c,e)}var d=["ConnectionFailedTransient","StorageTransient","OwaLockTrackableTimeout","MailboxInTransit","MailboxInfoStale","MailboxCrossSiteFailover","OwaLockTimeout","DCOverloaded","ErrorInternalServerTransientError","ErrorRightsManagementTransientException"];function f(e){return Object(r.a)(d,e)}n.d(t,"e",(function(){return r.a})),n.d(t,"b",(function(){return o.a})),n.d(t,"d",(function(){return i.a})),n.d(t,"a",(function(){return s})),n.d(t,"c",(function(){return u.a})),n.d(t,"f",(function(){return l})),n.d(t,"g",(function(){return f}))},26:function(e,t,n){"use strict";var r,o;function i(){if(!r)throw new Error("OpxHostApi has not been initialized yet.");return r}function a(){if(!o)throw new Error("OpxHostApi has not finished initializing yet.");return o}function s(e){(r=e).then((function(e){o=e}))}function u(){return!!r}n.d(t,"a",(function(){return i})),n.d(t,"b",(function(){return a})),n.d(t,"d",(function(){return s})),n.d(t,"c",(function(){return u}))},27:function(e,t,n){"use strict";var r=n(84),o=n(72);function i(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}var a=n(7),s=n(50),u=(n(30),n(34));n.d(t,"a",(function(){return l}));var c=2048;function l(e,t,n){n&&(n.isInPrefetchMode=Object(u.c)(),n.prefetchPriority=Object(u.b)());var r=Object(a.a)().prepareRequestOptions;if(r){var o=r(n);if(o){if(o.then)return o.then((function(n){return d(e,t,n)}));n=o}}return d(e,t,n)}function d(e,t,n){var u=Object(a.a)(),l=Object(r.a)(n),d=((null==n?void 0:n.customBaseUrl)?n.customBaseUrlSubPath?n.customBaseUrl.concat(n.customBaseUrlSubPath):n.customBaseUrl:u.baseUrl)+"/service.svc?action="+e;void 0!==u.isUserIdle&&u.isUserIdle()&&(l.isUserActivity=!1);var f=l.headers;f.append("Content-Type","application/json; charset=utf-8"),f.append("Action",e),f.set("X-OWA-CorrelationId",i()+i()+"-"+i()+"-"+i()+"-"+i()+"-"+i()+i()+i()),u.sessionId&&f.set("X-OWA-SessionId",u.sessionId),void 0!==l.isUserActivity&&0==l.isUserActivity&&(d+="&UA=0");var p=JSON.stringify(t),h=encodeURIComponent(p);if(l.noEmptyPost||h.length>c?l.body=p:(d+="&EP=1",f.append("X-OWA-UrlPostData",h),l.body=null),!f.has(s.a)){var m=Object(s.b)();m&&f.append(s.a,m)}return u.appName&&(d+="&app="+u.appName),Object(o.a)(e,d,1,l)}},28:function(e,t,n){"use strict";n.d(t,"a",(function(){return c}));var r,o=n(33),i=n(3),a=n(21);var s,u="owamail/";function c(){if(!s){var e="2"==Object(i.a)("bO"),t=l(),n=t+u,o=l(!0)+u,c=Object(i.e)()?Object(a.a)("baseUrl"):r;c&&(n=o=c),s={CdnBaseUrl:t,PackageBaseUrl:e?o:n,ExtraSettings:{},BackupBaseUrl:e?n:o,ResourcesPath:"",ScriptPath:Object(i.f)()?"":"scripts/"}}return s}function l(e){var t=e?2:1;return"Gallatin"==Object(o.a)()?"//outlook-"+t+".cdn.partner.outlook.cn/":"//outlook-"+t+".cdn.office.net/"}},3:function(e,t,n){"use strict";n.d(t,"b",(function(){return a})),n.d(t,"a",(function(){return s})),n.d(t,"d",(function(){return u})),n.d(t,"f",(function(){return d})),n.d(t,"e",(function(){return p})),n.d(t,"c",(function(){return h})),n.d(t,"g",(function(){return m}));var r=n(65),o=null,i=void 0;function a(e){return void 0===e&&(e=location),e===location?o||(o=c(location)):c(e)}function s(e,t){return a(t)[e]}function u(e,t){return Object.prototype.hasOwnProperty.call(a(t),e)}function c(e){return void 0!==e&&e.search?Object(r.parse)(e.search.substr(1)):{}}var l=u("gulp");function d(){return l}var f=u("branch");function p(){return l||f}function h(){return i||(i=function(){var e=s("source");if(e){var t=m(location.search,"source");history.replaceState(history.state,"/",location.pathname+t)}return e}())}function m(e,t){var n=new RegExp("(\\?|&)"+t+"=\\w*&?","g"),r=e.split(n).join(""),o=r[r.length-1];return"?"!==o&&"&"!==o||(r=r.substr(0,r.length-1)),r}},30:function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return i}));var r=n(39);function o(){var e=Object(r.a)("targetServer"),t="X-OWA-CANARY"+(e?"_"+e.toLocaleLowerCase():""),n=Object(r.a)(t);return n&&0!=n.length?n:t+"_cookie_is_null_or_empty"}function i(){var e=Object(r.a)("targetServer"),t="X-OWA-CANARY-DEBUG"+(e?"_"+e.toLocaleLowerCase():"");return Object(r.a)(t)}},31:function(e,t,n){"use strict";function r(){return"undefined"!=typeof navigator&&navigator.userAgent?navigator.userAgent:""}n.d(t,"a",(function(){return r}))},33:function(e,t,n){"use strict";n.d(t,"a",(function(){return a})),n.d(t,"b",(function(){return s})),n.d(t,"c",(function(){return u}));var r=n(21),o=["WW","Dogfood","SIP","BlackForest","DONMT","MSIT","Gallatin","SDFV2","PDT","TDF","ITAR"],i=["Unknown","BlackForest","DITAR","DoD","Dogfood","Gallatin","GCCModerate","GccHigh","GovCloud","ITAR","KRP","Prod"];function a(){var e=(Object(r.a)("environment")||"").toLowerCase();if(e&&"unknownenvironment"!=e)return i.filter((function(t){return t.toLowerCase()===e}))[0];var t=(Object(r.a)("physicalRing")||"").toLowerCase();return o.filter((function(e){return e.toLowerCase()===t}))[0]||"Unknown"}function s(){return"Dogfood"==a()||"SDFV2"==a()}function u(){return"Gallatin"===a()}},34:function(e,t,n){"use strict";n.d(t,"a",(function(){return i})),n.d(t,"c",(function(){return a})),n.d(t,"b",(function(){return s}));var r,o=!1;function i(e,t){if(o)throw new Error("Calls to prefetch() may not be nested.");try{o=!0,r=t,e()}finally{o=!1,r=void 0}}function a(){return o}function s(){return r}},36:function(e,t,n){"use strict";var r={};n.r(r),n.d(r,"BASE_THEME_ID",(function(){return o})),n.d(r,"BASE_OFFICE_THEME_ID",(function(){return i})),n.d(r,"CONTRAST_THEME_ID",(function(){return a})),n.d(r,"LOCAL_STORAGE_KEY",(function(){return s}));var o="base",i="basewithofficethemepreferred",a="contrast",s="UsersNormalizedTheme",u=n(0),c=n(2),l=n(5),d={};function f(e,t){return Object(u.__awaiter)(this,void 0,void 0,(function(){var n,r,i=this;return Object(u.__generator)(this,(function(a){return e==o?[2,null]:(n=function(){return Object(u.__awaiter)(i,void 0,void 0,(function(){return Object(u.__generator)(this,(function(t){switch(t.label){case 0:return t.trys.push([0,3,,4]),[4,fetch(Object(c.s)()+"resources/theme/fabric.color.variables.theme."+e.toLowerCase()+".json")];case 1:return[4,t.sent().json()];case 2:return[2,t.sent()];case 3:return t.sent(),[2,null];case 4:return[2]}}))}))},(r=d[e])||(r=d[e]=n(),Object(l.b)("tm_s",t)),[2,r])}))}))}function p(e,t){return e+(t?".dark":"")}n.d(t,"b",(function(){return f})),n.d(t,"c",(function(){return p})),n.d(t,"a",(function(){return r}))},37:function(e,t,n){"use strict";var r,o=n(14);!function(e){e[e.AddIns=0]="AddIns",e[e.ComposeFormHeader=1]="ComposeFormHeader",e[e.DiscardInFullCompose=2]="DiscardInFullCompose",e[e.SaveInFullCompose=3]="SaveInFullCompose",e[e.SchedulingAssistant=4]="SchedulingAssistant",e[e.Settings=5]="Settings",e[e.MultiAccounts=6]="MultiAccounts"}(r||(r={})),n.d(t,"c",(function(){return a})),n.d(t,"b",(function(){return u})),n.d(t,"a",(function(){return r}));var i=new o.c((function(){return Promise.all([n.e(697),n.e(538)]).then(n.bind(null,295))}),!0),a=new o.a(i,(function(e){return e.getTeamsAdaptor})),s=new o.c((function(){return n.e(210).then(n.bind(null,294))}),!0),u=new o.a(s,(function(e){return e.getDefaultAdaptor}))},39:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(116);function o(e){return r.get(e)}},40:function(e,t,n){"use strict";function r(e,t,n){if(a(e))try{e.localStorage.setItem(t,n)}catch(e){}}function o(e,t){return a(e)?e.localStorage.getItem(t):null}function i(e,t){if(a(e))return e.localStorage.removeItem(t)}function a(e){try{return e&&!!e.localStorage}catch(e){return!1}}n.d(t,"d",(function(){return r})),n.d(t,"a",(function(){return o})),n.d(t,"c",(function(){return i})),n.d(t,"b",(function(){return a}))},42:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(73);t.AWTPiiKind=r.AWTPiiKind;var o=n(134);t.AWT=o.default,t.AWT_COLLECTOR_URL_UNITED_STATES="https://us.pipe.aria.microsoft.com/Collector/3.0/",t.AWT_COLLECTOR_URL_GERMANY="https://de.pipe.aria.microsoft.com/Collector/3.0/",t.AWT_COLLECTOR_URL_JAPAN="https://jp.pipe.aria.microsoft.com/Collector/3.0/",t.AWT_COLLECTOR_URL_AUSTRALIA="https://au.pipe.aria.microsoft.com/Collector/3.0/",t.AWT_COLLECTOR_URL_EUROPE="https://eu.pipe.aria.microsoft.com/Collector/3.0/"},43:function(e,t,n){"use strict";var r=n(46),o=n(16),i=n(24);function a(e){var t=Object(o.a)().browserVersion;if(e.length>t.length)return!1;for(var n=0;n<e.length;n++)if(t[n]!==e[n])return t[n]>e[n];return!0}n.d(t,"l",(function(){return r.k})),n.d(t,"n",(function(){return r.l})),n.d(t,"d",(function(){return r.b})),n.d(t,"k",(function(){return r.j})),n.d(t,"i",(function(){return r.g})),n.d(t,"e",(function(){return r.c})),n.d(t,"h",(function(){return r.f})),n.d(t,"g",(function(){return r.e})),n.d(t,"f",(function(){return r.d})),n.d(t,"j",(function(){return r.h})),n.d(t,"b",(function(){return r.a})),n.d(t,"a",(function(){return o.a})),n.d(t,"c",(function(){return i.a})),n.d(t,"m",(function(){return a}))},46:function(e,t,n){"use strict";n.d(t,"k",(function(){return i})),n.d(t,"l",(function(){return a})),n.d(t,"i",(function(){return s})),n.d(t,"b",(function(){return u})),n.d(t,"j",(function(){return c})),n.d(t,"g",(function(){return l})),n.d(t,"c",(function(){return d})),n.d(t,"f",(function(){return f})),n.d(t,"e",(function(){return p})),n.d(t,"d",(function(){return h})),n.d(t,"h",(function(){return m})),n.d(t,"a",(function(){return v}));var r=n(16),o=n(24);function i(){return"Mac OS X"==Object(o.a)().os}function a(){return"Windows"===Object(o.a)().os}function s(){return"Chromium OS"==Object(o.a)().os}function u(){return"Android"==Object(o.a)().os}function c(){return"iOS"==Object(o.a)().os}function l(){return"MSIE"===Object(r.a)().browser}function d(){return"Chrome"===Object(r.a)().browser}function f(){return"Firefox"===Object(r.a)().browser}function p(){return"Edge"===Object(r.a)().browser}function h(){return"Edge Anaheim"===Object(r.a)().browser}function m(){return"Safari"===Object(r.a)().browser}function v(){return Object(r.a)().browserVersion}},47:function(e,t,n){"use strict";function r(){var e,t;return null===(t=null===(e=window.matchMedia)||void 0===e?void 0:e.call(window,"(display-mode: standalone)"))||void 0===t?void 0:t.matches}n.d(t,"a",(function(){return r}))},48:function(e,t,n){"use strict";n.d(t,"c",(function(){return a})),n.d(t,"b",(function(){return s})),n.d(t,"a",(function(){return u}));var r=n(13),o=n(20),i=n(51),a=function(e){return!isNaN(parseInt(e))},s=function(e){return!!e.match(/.+@.+/)};function u(e,t){var n,a=e,s=null===(n=Object(o.a)())||void 0===n?void 0:n.pathname;if(s){var u=s.split("/"+Object(i.a)()+"/")[1];if(u){var c=u.split("/")[0];c&&t.filter((function(e){return e(c)})).length>0&&(a=Object(r.a)(a,c))}}return Object(r.b)(a)}},49:function(e,t,n){"use strict";n.d(t,"b",(function(){return o})),n.d(t,"a",(function(){return i}));var r=n(30);function o(e){var t=i();Object.keys(t).forEach((function(n){e.set(n,t[n])}))}function i(){var e={"X-OWA-CANARY":Object(r.a)()},t=Object(r.b)();return t&&(e["X-OWA-CANARY-DEBUG"]=t),e}},5:function(e,t,n){"use strict";var r=n(0);var o=n(2),i=1114111,a=null===window||void 0===window?void 0:window.performance,s={};function u(e){a&&window.performance.now&&(s[e]=Math.floor(performance.now()))}function c(){var e,t,n=a&&window.performance.timing;if(n&&(s.in_e=n.responseEnd-n.fetchStart,Object(o.A)())){var u=n.navigationStart,c=a&&(null===(t=null===(e=window.performance)||void 0===e?void 0:e.getEntriesByType("navigation"))||void 0===t?void 0:t[0]),l=(null==c?void 0:c.workerStart)||0,d=String.fromCharCode.apply(String,Object(r.__spread)([n.redirectStart-u,n.redirectEnd-u,n.unloadEventStart-u,n.unloadEventEnd-u,n.fetchStart-u,n.domainLookupStart-u,n.domainLookupEnd-u,n.connectStart-u,n.secureConnectionStart-u,n.connectEnd-u,n.requestStart-u,n.responseStart-u,n.responseEnd-u,n.domLoading-u,n.domInteractive-u,n.domComplete-u,n.domContentLoadedEventStart-u,n.domContentLoadedEventEnd-u,n.loadEventStart-u,n.loadEventEnd-u,l].map((function(e){return Math.min(Math.max(e,0),i)}))));s.fl=d}return JSON.stringify(s)}var l=n(3),d="bpm";function f(e,t){return function(e,t,n){return function(){for(var o=[],i=0;i<arguments.length;i++)o[i]=arguments[i];t();var a=e.apply(void 0,Object(r.__spread)(o));return(null==a?void 0:a.then)?a=a.then((function(e){return n(),e})):n(),a}}(e,(function(){return p(t)}),(function(){return h(t)}))}function p(e){m(e+"_s")}function h(e){var t=e+"_e";m(t),Object(l.d)(d)&&window.performance.measure(e,e+"_s",t)}function m(e){Object(l.d)(d)&&window.performance.mark(e),u(e)}var v={};function g(e,t){for(var n=function(){var n=t[r].key;t[r].promise.then((function(t){v[e]=n}))},r=0;r<t.length;r++)n();return Promise.all(t.map((function(e){return e.promise})))}function b(e,t){v[e]||(v[e]=t)}function w(){return JSON.stringify(v)}var y=function(e){return window.document&&"visible"==window.document.visibilityState?window.requestAnimationFrame((function(){e(!0)})):void e(!1)};n.d(t,"f",(function(){return f})),n.d(t,"e",(function(){return h})),n.d(t,"g",(function(){return p})),n.d(t,"a",(function(){return u})),n.d(t,"c",(function(){return c})),n.d(t,"i",(function(){return g})),n.d(t,"d",(function(){return w})),n.d(t,"b",(function(){return b})),n.d(t,"h",(function(){return y}))},50:function(e,t,n){"use strict";n.d(t,"a",(function(){return r})),n.d(t,"b",(function(){return d}));var r="MS-CV",o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i={maxCorrelationVectorLength:127,baseLength:22,validationPattern:new RegExp("^["+o+"]{22}(.[0-9]+)+$")},a="",s=0;function u(){return a.concat(".",s.toString())}function c(){return!!l(u())&&a.length+1+(s+1+"").length<=i.maxCorrelationVectorLength}function l(e){return i.validationPattern.test(e)&&e.length<=i.maxCorrelationVectorLength}function d(){return l(u())?c()?(s+=1,u()):null:(a=function(){for(var e="",t=0;t<i.baseLength;t++)e+=o.charAt(Math.floor(Math.random()*o.length));return e}(),s=0,l(e=u())?e:"");var e}},51:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(20);function o(){var e,t=null===(e=Object(r.a)())||void 0===e?void 0:e.pathname;if(t){var n=t.split("/").filter((function(e){return!!e}));return n[0]?n[0].toLowerCase():null}return null}},52:function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n(0),o=n(5),i={},a="locales";function s(e,t,n){n&&Object(o.g)(a);var s=i[e];return s?n&&Object(o.e)(a):(Object(o.b)("lc_s",t||"wp"),s=function(e){return Object(r.__awaiter)(this,void 0,void 0,(function(){var t;return Object(r.__generator)(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),[4,fetch(e)];case 1:return t=n.sent(),[3,3];case 2:return u(n.sent(),e,!0,0),[3,3];case 3:200!=t.status&&u(null,e,!1,t.status),n.label=4;case 4:return n.trys.push([4,6,,7]),[4,t.json()];case 5:return[2,n.sent()];case 6:return u(n.sent(),e,!1),[3,7];case 7:return[2,null]}}))}))}(e),n&&s.then((function(){Object(o.e)(a)})),t&&(i[e]=s,s.catch((function(){delete i[e]})))),s}function u(e,t,n,r){var o=new Error("Failed to load localized strings");throw o.diagnosticInfo=JSON.stringify({url:t,status:r,innerError:null==e?void 0:e.message}),o.request=t,n&&(o.networkError=!0),o.httpStatus=r,o}},54:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},55:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(3);function o(){return!!Object(r.d)("hostApp",window.location)&&"teams"==Object(r.a)("hostApp").toLowerCase()}},56:function(e,t,n){"use strict";t.a=function(e){var t=this.constructor;return this.then((function(n){return t.resolve(e()).then((function(){return n}))}),(function(n){return t.resolve(e()).then((function(){return t.reject(n)}))}))}},60:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e){this.low=0,this.high=0,this.low=parseInt(e,10),this.low<0&&(this.high=-1)}return e.prototype.Equals=function(t){var n=new e(t);return this.low===n.low&&this.high===n.high},e}();t.Int64=r;var o=function(){function e(e){this.low=0,this.high=0,this.low=parseInt(e,10)}return e.prototype.Equals=function(t){var n=new e(t);return this.low===n.low&&this.high===n.high},e}();t.UInt64=o;var i=function(){function e(){}return e.ToByte=function(e){return this.ToUInt8(e)},e.ToInt16=function(e){return 32767&e|(32768&e)<<16>>16},e.ToInt32=function(e){return 2147483647&e|2147483648&e},e.ToUInt8=function(e){return 255&e},e.ToUInt32=function(e){return 4294967295&e},e}();t.Number=i},61:function(e,t,n){"use strict";var r=n(52);n.d(t,"a",(function(){return r.a}));var o=n(88);n.d(t,"b",(function(){return o.a}))},62:function(e,t){var n,r,o=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(e){r=a}}();var u,c=[],l=!1,d=-1;function f(){l&&u&&(l=!1,u.length?c=u.concat(c):d=-1,c.length&&p())}function p(){if(!l){var e=s(f);l=!0;for(var t=c.length;t;){for(u=c,c=[];++d<t;)u&&u[d].run();d=-1,t=c.length}u=null,l=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===a||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function h(e,t){this.fun=e,this.array=t}function m(){}o.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];c.push(new h(e,t)),1!==c.length||l||s(p)},h.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=m,o.addListener=m,o.once=m,o.off=m,o.removeListener=m,o.removeAllListeners=m,o.emit=m,o.prependListener=m,o.prependOnceListener=m,o.listeners=function(e){return[]},o.binding=function(e){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},65:function(e,t,n){"use strict";t.decode=t.parse=n(117),t.encode=t.stringify=n(118)},66:function(e,t,n){"use strict";n.d(t,"b",(function(){return a})),n.d(t,"a",(function(){return s}));var r,o=n(8),i="LogicalRing";function a(e){r=e,Object(o.d)(window,i,e)}function s(){return r||(r=Object(o.a)(window,i)),r}},7:function(e,t,n){"use strict";var r=n(0),o=function(){function e(e){void 0===e&&(e={maxParallelTasks:1,taskQuanta:0}),this.config=e,this.taskList={},this.numberOfTasksRunning=0}return e.prototype.add=function(e,t){var n=this;return void 0===t&&(t=0),this.taskList[t]||(this.taskList[t]=[]),new Promise((function(r,o){n.taskList[t].unshift({func:e,resolve:r,reject:o}),n.scheduleTask()}))},e.prototype.clear=function(){this.taskList={}},e.prototype.scheduleTask=function(){var e=this;this.config.taskQuanta<0?this.tryRunTask():setTimeout((function(){e.tryRunTask()}),this.config.taskQuanta||0)},e.prototype.tryRunTask=function(){var e=this,t=Object.keys(this.taskList);if(this.numberOfTasksRunning<(this.config.maxParallelTasks||1)&&t.length>0){var n=Math.min.apply(null,t.map((function(e){return parseInt(e)}))),r=this.taskList[n].pop();this.taskList[n]&&0!=this.taskList[n].length||delete this.taskList[n],this.numberOfTasksRunning++,r.func().then((function(t){r.resolve(t),e.onTaskComplete()})).catch((function(t){r.reject(t),e.onTaskComplete()})),this.scheduleTask()}},e.prototype.onTaskComplete=function(){this.numberOfTasksRunning--,this.scheduleTask()},e}();n.d(t,"b",(function(){return s})),n.d(t,"a",(function(){return u}));var i={baseUrl:"/owa",isFeatureEnabled:function(e){return!1},prefetchTaskQueue:new o({taskQuanta:-1}),timeoutMS:9e4},a=i;function s(e){a=Object(r.__assign)(Object(r.__assign)({},a),e)}function u(){return a}},72:function(e,t,n){"use strict";var r=n(85),o=n(7),i=n(0),a=n(79),s=828e5,u=6e4,c="backgroundauth",l=null,d=null,f=null;function p(e){return Object(i.__awaiter)(this,void 0,void 0,(function(){return Object(i.__generator)(this,(function(t){return null!=l?[2]:null!=d&&Date.now()-d<s?[2]:(d=Date.now(),(l=(f=e).document.createElement("iframe")).setAttribute("id",c),l.style.display="none",Object(a.a)().then((function(e){0==e.ResultCode&&null!=e.AuthenticationUrl&&""!=e.AuthenticationUrl?(f.document.body.appendChild(l),f.addEventListener("message",h,!1),l.src=e.AuthenticationUrl,setTimeout((function(){null!=l&&m()}),u)):l=null})).catch((function(e){l=null})),[2])}))}))}function h(e){e.origin==f.location.origin&&e.data&&e.data.split&&("backgroundAuthResponse"==e.data.split(":")[0]&&m())}function m(){f.document.body.removeChild(l),l=null,f.document.removeEventListener("message",h)}function v(e,t,n,r){var i=function(e,t){if(401==e.status||440==e.status){if(Object(o.a)().onAuthNeeded&&function(e){return!(function(e){return(null==e?void 0:e.headers)&&null!=e.headers.get("X-OWA-ExplicitLogonUser")}(e)||e&&!1===e.authNeededOnUnAuthorized)}(t))return Object(o.a)().onAuthNeeded(e.headers),"NeedsAuth"}else if(!e.ok)return 412==e.status&&Object(o.a)().onHipChallengeNeeded&&Object(o.a)().onHipChallengeNeeded(e.headers)?"NeedsAuth":e.headers&&e.headers.get("x-owa-error")||e.statusText;return null}(t,n);if(n.returnFullResponseOnSuccess)return i?Promise.reject(t):Promise.resolve(t);if(i){var a=g(e,i,t,r);throw a.response=t,a}return null!=t.headers.get("X-OWA-STO")&&p(window),t.json().catch((function(n){throw g(e,null==n?void 0:n.message,t,r)}))}function g(e,t,n,r){var o=new Error(e+" failed: "+t);return r&&(o.diagnosticInfo=r),o.fetchErrorType="NeedsAuth"==t?"AuthNeeded":"ServerFailure",o.httpStatus=n.status,o}var b=n(49),w="X-OWA-Attempt";function y(e,t){Object(b.b)(t),t.set(w,""+e)}var O=n(86);n.d(t,"b",(function(){return A})),n.d(t,"a",(function(){return j}));var _=2,S=5e3,P=0,T={};function A(e){var t=P++;return T[t]=e,function(){delete T[t]}}function j(e,t,n,o){t+="&n="+Object(O.a)();for(var i=Object(r.a)(t,o),a=Object.keys(T),s=0;s<a.length;s++)T[a[s]](i,e,t,n,o);var u=(new Error).stack;return i.then((function(r){return(449==(i=r.status)||408==i||502==i||i<100||i>599)&&n<_?(y(++n,o.headers),j(e,t,n,o)):v(e,r,o,u);var i}),(function(r){if(r.retriable&&n<_)return new Promise((function(r,i){setTimeout((function(){try{y(++n,o.headers),r(j(e,t,n,o))}catch(t){t.message&&(t.message=e+":"+t.message),i(t)}}),S)}));throw r.networkError=!0,r}))}},73:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.NotSet=0]="NotSet",e[e.DistinguishedName=1]="DistinguishedName",e[e.GenericData=2]="GenericData",e[e.IPV4Address=3]="IPV4Address",e[e.IPv6Address=4]="IPv6Address",e[e.MailSubject=5]="MailSubject",e[e.PhoneNumber=6]="PhoneNumber",e[e.QueryString=7]="QueryString",e[e.SipAddress=8]="SipAddress",e[e.SmtpAddress=9]="SmtpAddress",e[e.Identity=10]="Identity",e[e.Uri=11]="Uri",e[e.Fqdn=12]="Fqdn",e[e.IPV4AddressLegacy=13]="IPV4AddressLegacy"}(t.AWTPiiKind||(t.AWTPiiKind={}))},730:function(e,t,n){e.exports=n(731)},731:function(e,t,n){"use strict";n.r(t);var r=n(109),o=n(14),i=n(2),a=new o.c((function(){return Promise.all([n.e(0),n.e(1),n.e(2),n.e(3),n.e(351)]).then(n.bind(null,841))}),!0);Object(r.a)({app:"Mail",preloadStringBundle:"MailBoot",startupAriaToken:"3b1ea01450be48f29759d868931e225d-7167685b-f6ff-421c-aa64-8ae16fe92128-7283",runAfterRequests:function(){Object(i.g)()},loadBpos:!0},new o.a(a,(function(e){return e.bootstrapMailModule})))},77:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(7),o=n(49);function i(){var e=Object(o.a)(),t=Object(r.a)();if(t.getAuthToken){var n=t.getAuthToken();n&&(e.Authorization=n)}return t.appName&&(e["X-Req-Source"]=t.appName),t.useJsonNetSerializer&&(e["X-UseJsonNetSerializer"]="1"),e}},79:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(27);function o(e){return Object(r.a)("GetAuthenticationUrl",{},e)}},8:function(e,t,n){"use strict";var r=n(40);n.d(t,"a",(function(){return r.a})),n.d(t,"d",(function(){return r.d})),n.d(t,"c",(function(){return r.c})),n.d(t,"b",(function(){return r.b}))},83:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(20);function o(){var e=Object(r.a)(),t=e.origin;return t||(t=e.protocol+"//"+e.hostname+(e.port?":"+e.port:"")),t}},84:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(0),o=n(77);function i(e){var t=(e=e||{}).headers?new Headers(e.headers):new Headers,n=Object(r.__assign)(Object(r.__assign)({},e),{method:e.method||"POST",credentials:"include",headers:t}),i=Object(o.a)();return Object.keys(i).forEach((function(e){t.set(e,i[e])})),n}},85:function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n(0),o=n(34),i=n(7);function a(e,t){if((null==t?void 0:t.isInPrefetchMode)||Object(o.c)()){var n=(null==t?void 0:t.prefetchPriority)||Object(o.b)()||(null==t?void 0:t.priority);return Object(i.a)().prefetchTaskQueue.add((function(){return fetch(e,t)}),n)}return Object(i.a)().serviceActionTaskQueue?Object(i.a)().serviceActionTaskQueue.add((function(){return s(e,t)}),null==t?void 0:t.priority):s(e,t)}function s(e,t){return void 0===t&&(t={}),Object(r.__awaiter)(this,void 0,void 0,(function(){var n,o,a,s,u,c,l,d;return Object(r.__generator)(this,(function(r){switch(r.label){case 0:n=t.timeoutMS||Object(i.a)().timeoutMS||-1,o=t,a=0,n>0&&(u=Object(i.a)().isFeatureEnabled("fwk-request-timeout"),"AbortController"in window&&u&&(s=new AbortController,c=s.signal,o.signal=c),a=window.setTimeout((function(){if(!u){var t=new Error("Service request would have timed out after "+n+"ms if flight were enabled. URL: "+e);throw t.fetchErrorType="RequestTimeout",t}null==s||s.abort()}),n)),r.label=1;case 1:return r.trys.push([1,3,4,5]),[4,fetch(e,o)];case 2:return[2,r.sent()];case 3:return l=r.sent(),(d=l).fetchErrorType="RequestNotComplete",d.retriable=!0,"AbortError"===d.name?(d.message="Service request timed out after "+n+"ms. URL: "+e,d.fetchErrorType="RequestTimeout"):d.message&&(d.message=d.message+". URL: "+e),[2,Promise.reject(d)];case 4:return window.clearTimeout(a),[7];case 5:return[2]}}))}))}},86:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=0;function o(){return r++}},88:function(e,t,n){"use strict";(function(e){n.d(t,"a",(function(){return i}));var r=n(2),o=n(52);function i(t,n,i){e.env._STORYBOOK_||Object(o.a)(Object(r.w)()+"../resources/locale/"+t+"/owa."+n+".json",i)}}).call(this,n(62))},89:function(e,t,n){"use strict";n.d(t,"b",(function(){return i})),n.d(t,"a",(function(){return a}));var r,o=n(0);function i(e){r=e}function a(){return Object(o.__awaiter)(this,void 0,void 0,(function(){var e,t;return Object(o.__generator)(this,(function(n){switch(n.label){case 0:return(t=r)?[4,r()]:[3,2];case 1:t=n.sent(),n.label=2;case 2:return(e=t)?[2,e.split(" ")[1]]:[2,void 0]}}))}))}},90:function(e,t,n){"use strict";function r(e){return new Promise((function(t){return setTimeout(t,e)}))}n.d(t,"a",(function(){return r}))},93:function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n(18),o=n(13),i=n(30),a=n(2);function s(){var e="UTC";if(window.Intl&&"object"==typeof window.Intl){var t=window.Intl.DateTimeFormat().resolvedOptions();(null==t?void 0:t.timeZone)&&(e=t.timeZone)}var n=Object(r.a)(Object(a.r)()),s=Object(o.b)(Object(o.a)(n,"lang.owa"));return fetch(s,{method:"POST",credentials:"include",headers:{"X-OWA-CANARY":Object(i.a)(),"Content-Type":"application/x-www-form-urlencoded"},body:"localeName="+window.navigator.language+"&tzid="+e+"&saveLanguageAndTimezone=1"})}},95:function(e,t,n){"use strict";(function(e){var r=n(56),o=setTimeout;function i(e){return Boolean(e&&void 0!==e.length)}function a(){}function s(e){if(!(this instanceof s))throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],p(e,this)}function u(e,t){for(;3===e._state;)e=e._value;0!==e._state?(e._handled=!0,s._immediateFn((function(){var n=1===e._state?t.onFulfilled:t.onRejected;if(null!==n){var r;try{r=n(e._value)}catch(e){return void l(t.promise,e)}c(t.promise,r)}else(1===e._state?c:l)(t.promise,e._value)}))):e._deferreds.push(t)}function c(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"==typeof t||"function"==typeof t)){var n=t.then;if(t instanceof s)return e._state=3,e._value=t,void d(e);if("function"==typeof n)return void p((r=n,o=t,function(){r.apply(o,arguments)}),e)}e._state=1,e._value=t,d(e)}catch(t){l(e,t)}var r,o}function l(e,t){e._state=2,e._value=t,d(e)}function d(e){2===e._state&&0===e._deferreds.length&&s._immediateFn((function(){e._handled||s._unhandledRejectionFn(e._value)}));for(var t=0,n=e._deferreds.length;t<n;t++)u(e,e._deferreds[t]);e._deferreds=null}function f(e,t,n){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.promise=n}function p(e,t){var n=!1;try{e((function(e){n||(n=!0,c(t,e))}),(function(e){n||(n=!0,l(t,e))}))}catch(e){if(n)return;n=!0,l(t,e)}}s.prototype.catch=function(e){return this.then(null,e)},s.prototype.then=function(e,t){var n=new this.constructor(a);return u(this,new f(e,t,n)),n},s.prototype.finally=r.a,s.all=function(e){return new s((function(t,n){if(!i(e))return n(new TypeError("Promise.all accepts an array"));var r=Array.prototype.slice.call(e);if(0===r.length)return t([]);var o=r.length;function a(e,i){try{if(i&&("object"==typeof i||"function"==typeof i)){var s=i.then;if("function"==typeof s)return void s.call(i,(function(t){a(e,t)}),n)}r[e]=i,0==--o&&t(r)}catch(e){n(e)}}for(var s=0;s<r.length;s++)a(s,r[s])}))},s.resolve=function(e){return e&&"object"==typeof e&&e.constructor===s?e:new s((function(t){t(e)}))},s.reject=function(e){return new s((function(t,n){n(e)}))},s.race=function(e){return new s((function(t,n){if(!i(e))return n(new TypeError("Promise.race accepts an array"));for(var r=0,o=e.length;r<o;r++)s.resolve(e[r]).then(t,n)}))},s._immediateFn="function"==typeof e&&function(t){e(t)}||function(e){o(e,0)},s._unhandledRejectionFn=function(e){"undefined"!=typeof console&&console},t.a=s}).call(this,n(124).setImmediate)},96:function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return i}));var r=!1;function o(){return r}function i(e){r=e}}});
//# sourceMappingURL=owa.mailindex.js.map</script></body>

</html>