Files
recipe-importer/sobors-examples/sobors_3_files/dTfZQ0MW1yr.js.download
T
2026-02-24 18:00:10 +01:00

367 lines
339 KiB
Plaintext

;/*FB_PKG_DELIM*/
"use strict";(function(){var e=typeof globalThis!="undefined"&&globalThis||typeof self!="undefined"&&self||typeof global!="undefined"&&global;if(typeof e.AbortController=="undefined"){var t=(function(){function e(){this.__listeners=new Map}return e.prototype=Object.create(Object.prototype),e.prototype.addEventListener=function(e,t,n){if(arguments.length<2)throw new TypeError("TypeError: Failed to execute 'addEventListener' on 'CustomEventTarget': 2 arguments required, but only "+arguments.length+" present.");var r=this.__listeners,o=e.toString();r.has(o)||r.set(o,new Map);var a=r.get(o);a.has(t)||a.set(t,n)},e.prototype.removeEventListener=function(e,t,n){if(arguments.length<2)throw new TypeError("TypeError: Failed to execute 'addEventListener' on 'CustomEventTarget': 2 arguments required, but only "+arguments.length+" present.");var r=this.__listeners,o=e.toString();if(r.has(o)){var a=r.get(o);a.has(t)&&a.delete(t)}},e.prototype.dispatchEvent=function(e){var t=this;if(!(e instanceof Event))throw new TypeError("Failed to execute 'dispatchEvent' on 'CustomEventTarget': parameter 1 is not of type 'Event'.");var n=e.type,r=this.__listeners,o=r.get(n);if(o){var a=function(){var n=i[0],r=i[1];try{typeof n=="function"?n.call(t,e):n&&typeof n.handleEvent=="function"&&n.handleEvent(e)}catch(e){setTimeout(function(){throw e})}r&&r.once&&o.delete(n)};for(var i of o.entries())a()}return!0},e})(),n={};e.AbortSignal=(function(){function e(e){if(e!==n)throw new TypeError("Illegal constructor.");t.call(this),this._aborted=!1}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Object.defineProperty(e.prototype,"onabort",{get:function(){return this._onabort},set:function(t){var e=this._onabort;e&&this.removeEventListener("abort",e),this._onabort=t,this.addEventListener("abort",t)}}),Object.defineProperty(e.prototype,"aborted",{get:function(){return this._aborted}}),e})(),e.AbortController=(function(){function e(){this._signal=new AbortSignal(n)}return e.prototype=Object.create(Object.prototype),Object.defineProperty(e.prototype,"signal",{get:function(){return this._signal}}),e.prototype.abort=function(){var e=this.signal;e.aborted||(e._aborted=!0,e.dispatchEvent(new Event("abort")))},e})()}})();
"use strict";Array.prototype.at==null&&(Array.prototype.at=function(t){var e=parseInt(t,10);return Number.isInteger(e)||(e=0),e>=0&&e<this.length?this[e]:this[this.length+e]});
"use strict";(function(){if(!Array.prototype.flat){var e=function(n){return n<1?Array.prototype.slice.call(this):Array.prototype.reduce.call(this,function(t,r){return Array.isArray(r)?t.push.apply(t,e.call(r,n-1)):t.push(r),t},[])};Array.prototype.flat=function(){return e.call(this,isNaN(arguments[0])?1:Number(arguments[0]))}}if(!Array.prototype.flatMap){var t=function(t,n){var e=[];if(typeof n!="function")throw new TypeError("Callback function must be callable.");for(var r=0;r<t.length;r++){var o=n.call(t,t[r],r,t);Array.isArray(o)?e.push.apply(e,o):e.push(o)}return e};Array.prototype.flatMap=function(e){var n=arguments[1]||this;return t(n,e)}}})();
(function(){"use strict";var e=Array.prototype.indexOf;Array.prototype.includes||(Array.prototype.includes=function(r){"use strict";if(r!==void 0&&Array.isArray(this)&&!Number.isNaN(r))return e.apply(this,arguments)!==-1;var o=Object(this),a=o.length?t(o.length):0;if(a===0)return!1;for(var i=arguments.length>1?n(arguments[1]):0,l=i<0?Math.max(a+i,0):i,s=Number.isNaN(r);l<a;){var u=o[l];if(u===r||s&&Number.isNaN(u))return!0;l++}return!1});function t(e){return Math.min(Math.max(n(e),0),Number.MAX_SAFE_INTEGER)}function n(e){var t=Number(e);return Number.isFinite(t)&&t!==0?r(t)*Math.floor(Math.abs(t)):t}function r(e){return e>=0?1:-1}if(!Array.prototype.values){var o=(function(){function e(e){if(this.$1=void 0,this.$2=0,e==null)throw new TypeError("Cannot convert undefined or null to object");this.$1=Object(e)}var t=e.prototype;return t.next=function(){if(this.$1==null||this.$2>=this.$1.length)return this.$1=void 0,{value:void 0,done:!0};var e=this.$1[this.$2];return this.$2++,{value:e,done:!1}},t[typeof Symbol=="function"?Symbol.iterator:"@@iterator"]=function(){return this},e})();Array.prototype.values=function(){return new o(this)}}Array.prototype[typeof Symbol=="function"?Symbol.iterator:"@@iterator"]||(Array.prototype[typeof Symbol=="function"?Symbol.iterator:"@@iterator"]=Array.prototype.values)})();
"use strict";Array.prototype.findLast==null&&(Array.prototype.findLast=function(t,n){for(var e=this,r=e.length-1;r>=0;r--){var o=e[r],a=t.call(n,o,r,e);if(a)return o}});
"use strict";Array.prototype.findLastIndex==null&&(Array.prototype.findLastIndex=function(t,n){for(var e=this,r=e.length-1;r>=0;r--){var o=e[r],a=t.call(n,o,r,e);if(a)return r}return-1});
"use strict";Array.prototype.toReversed==null&&(Array.prototype.toReversed=function(){return this.slice().reverse()});
"use strict";Array.prototype.toSorted==null&&(Array.prototype.toSorted=function(t){return this.slice().sort(t)});
"use strict";Array.prototype.toSpliced==null&&(Array.prototype.toSpliced=function(){var e=this.slice();return e.splice.apply(e,arguments),e});
"use strict";if(Array.prototype.with==null){var toIntegerOrInfinity=function(t){return Number.isNaN(t)||t===0?0:t===1/0||t===-1/0?t:Math.trunc(t)};Array.prototype.with=function(e,n){var r=this.length,o=toIntegerOrInfinity(e),a;if(o>=0?a=o:a=r+o,a>=r||a<0)throw new RangeError("Invalid index");var i=this.slice();return i[a]=n,i}}
(function(e){e.__t=function(e){return e[0]},e.__w=function(e){return e}})(typeof globalThis!="undefined"?globalThis:typeof global!="undefined"?global:typeof window!="undefined"?window:typeof this!="undefined"?this:typeof self!="undefined"?self:{});
(function(e){var t={},n=function(t,n){if(!t&&!n)return null;var e={};return typeof t!="undefined"&&(e.type=t),typeof n!="undefined"&&(e.signature=n),e},r=function(t,r){return n(t&&/^[A-Z]/.test(t)?t:void 0,r&&(r.params&&r.params.length||r.returns)?"function("+(r.params?r.params.map(function(e){return/\?/.test(e)?"?"+e.replace("?",""):e}).join(","):"")+")"+(r.returns?":"+r.returns:""):void 0)},o=function(t,n,r){return t},a=function(t,n,o){if("typechecks"in __transform_includes){var e=r(n?n.name:void 0,o);e&&__w(t,e)}return t},i=function(t,n,r){return r.apply(t,n)},l=function(n,r,o,a,i){if(i){i.callId||(i.callId=i.module+":"+(i.line||0)+":"+(i.column||0));var e=i.callId;t[e]=(t[e]||0)+1}return o.apply(n,r)};typeof __transform_includes=="undefined"?(e.__annotator=o,e.__bodyWrapper=i):(e.__annotator=a,"codeusage"in __transform_includes?(e.__annotator=o,e.__bodyWrapper=l,e.__bodyWrapper.getCodeUsage=function(){return t},e.__bodyWrapper.clearCodeUsage=function(){t={}}):e.__bodyWrapper=i)})(typeof globalThis!="undefined"?globalThis:typeof global!="undefined"?global:typeof window!="undefined"?window:typeof this!="undefined"?this:typeof self!="undefined"?self:{});
self.__DEV__=self.__DEV__||0,self.emptyFunction=function(){};
(function(e,t){var n="keys",r="values",o="entries",a=(function(){var e=l(Array),a;return e||(a=(function(){"use strict";function e(e,t){this.$1=e,this.$2=t,this.$3=0}var a=e.prototype;return a.next=function(){if(this.$1==null)return{value:t,done:!0};var e=this.$1,a=this.$1.length,i=this.$3,l=this.$2;if(i>=a)return this.$1=t,{value:t,done:!0};if(this.$3=i+1,l===n)return{value:i,done:!1};if(l===r)return{value:e[i],done:!1};if(l===o)return{value:[i,e[i]],done:!1}},a[typeof Symbol=="function"?Symbol.iterator:"@@iterator"]=function(){return this},e})()),{keys:e?function(e){return e.keys()}:function(e){return new a(e,n)},values:e?function(e){return e.values()}:function(e){return new a(e,r)},entries:e?function(e){return e.entries()}:function(e){return new a(e,o)}}})(),i=(function(){var e=l(String),n;return e||(n=(function(){"use strict";function e(e){this.$1=e,this.$2=0}var n=e.prototype;return n.next=function(){if(this.$1==null)return{value:t,done:!0};var e=this.$2,n=this.$1,r=n.length;if(e>=r)return this.$1=t,{value:t,done:!0};var o,a=n.charCodeAt(e);if(a<55296||a>56319||e+1===r)o=n[e];else{var i=n.charCodeAt(e+1);i<56320||i>57343?o=n[e]:o=n[e]+n[e+1]}return this.$2=e+o.length,{value:o,done:!1}},n[typeof Symbol=="function"?Symbol.iterator:"@@iterator"]=function(){return this},e})()),{keys:function(){throw TypeError("Strings default iterator doesn't implement keys.")},values:e?function(e){return e[typeof Symbol=="function"?Symbol.iterator:"@@iterator"]()}:function(e){return new n(e)},entries:function(){throw TypeError("Strings default iterator doesn't implement entries.")}}})();function l(e){return typeof e.prototype[typeof Symbol=="function"?Symbol.iterator:"@@iterator"]=="function"&&typeof e.prototype.values=="function"&&typeof e.prototype.keys=="function"&&typeof e.prototype.entries=="function"}var s=(function(){"use strict";function e(e,t){this.$1=e,this.$2=t,this.$3=Object.keys(e),this.$4=0}var a=e.prototype;return a.next=function(){var e=this.$3.length,a=this.$4,i=this.$2,l=this.$3[a];if(a>=e)return this.$1=t,{value:t,done:!0};if(this.$4=a+1,i===n)return{value:l,done:!1};if(i===r)return{value:this.$1[l],done:!1};if(i===o)return{value:[l,this.$1[l]],done:!1}},a[typeof Symbol=="function"?Symbol.iterator:"@@iterator"]=function(){return this},e})(),u={keys:function(t){return new s(t,n)},values:function(t){return new s(t,r)},entries:function(t){return new s(t,o)}};function c(e,t){return typeof e=="string"?i[t||r](e):Array.isArray(e)?a[t||r](e):e[typeof Symbol=="function"?Symbol.iterator:"@@iterator"]?e[typeof Symbol=="function"?Symbol.iterator:"@@iterator"]():u[t||o](e)}Object.assign(c,{KIND_KEYS:n,KIND_VALUES:r,KIND_ENTRIES:o,keys:function(t){return c(t,n)},values:function(t){return c(t,r)},entries:function(t){return c(t,o)},generic:u.entries}),e.FB_enumerate=c})(typeof global=="object"?global:typeof this=="object"?this:typeof window=="object"?window:typeof self=="object"?self:{});
"use strict";(function(){if(typeof Element=="undefined"||Element.prototype.scroll)return;function e(e,t){if(t===void 0&&(t=!1),e.length!==0){var n=e[0],r=e[1];if(n=Number(n)||0,r=Number(r)||0,e.length===1){var o=e[0];if(o==null)return;n=o.left,r=o.top,n!==void 0&&(n=Number(n)||0),r!==void 0&&(r=Number(r)||0)}n!==void 0&&(this.scrollLeft=(t?this.scrollLeft:0)+n),r!==void 0&&(this.scrollTop=(t?this.scrollTop:0)+r)}}Element.prototype.scroll=Element.prototype.scrollTo=function(){e.call(this,arguments)},Element.prototype.scrollBy=function(){e.call(this,arguments,!0)}})();
"use strict";function getIterableProto(e){return Object.getPrototypeOf(e)}function*generator(){yield 1}function getIterables(){return[generator(),[].values(),[].keys(),[].entries(),new Uint8Array([]).values(),new Uint8Array([]).keys(),new Uint8Array([]).entries(),new Map().values(),new Map().keys(),new Map().entries(),new Set().values(),new Set().keys(),new Set().entries()]}function polyfillIteratorFunctions(){var e=new Set;getIterables().forEach(function(n){e.add(getIterableProto(n))}),e.forEach(function(e){typeof e.drop!="function"&&(e.drop=function(t){for(var e=0;e<t;e++)this.next();return this}),typeof e.every!="function"&&(e.every=function(t){var e=0;for(var n of this)if(!t(n,e++))return!1;return!0}),typeof e.filter!="function"&&(e.filter=function*(t){var e=0;for(var n of this)t(n,e++)&&(yield n)}),typeof e.find!="function"&&(e.find=function(t){var e=0;for(var n of this)if(t(n,e++))return n}),typeof e.flatMap!="function"&&(e.flatMap=function*(t){var e=0;for(var n of this){var r=t(n,e++);"next"in r||(r=r[typeof Symbol=="function"?Symbol.iterator:"@@iterator"]());for(var o=r.next();!o.done;)yield o.value,o=r.next()}}),typeof e.forEach!="function"&&(e.forEach=function(t){var e=0;for(var n of this)t(n,e++)}),typeof e.map!="function"&&(e.map=function*(t){var e=0;for(var n of this)yield t(n,e++)}),typeof e.reduce!="function"&&(e.reduce=function(t,n){var e=n,r=0;for(var o of this)e=t(e,o,r++);return e}),typeof e.some!="function"&&(e.some=function(t){var e=0;for(var n of this)if(t(n,e++))return!0;return!1}),typeof e.take!="function"&&(e.take=function*(t){var e=0;for(var n of this){if(e++>=t)break;yield n}}),typeof e.toArray!="function"&&(e.toArray=function(){return Array.from(this)})})}polyfillIteratorFunctions();
(function(){function e(){if(typeof JSON!="object"||typeof JSON.stringify!="function")return!1;if(typeof navigator=="undefined"||!navigator.userAgent)return!0;var e=navigator.userAgent,t;return e.indexOf("Firefox/")>-1?(t=e.match(/Firefox\/([0-9]+)/),t==null||!(parseInt(t[1],10)>=62)):e.indexOf("Edg/")>-1?(t=e.match(/Edg\/([0-9]+)/),t==null||!(parseInt(t[1],10)>=79)):e.indexOf("Chrome/")>-1?(t=e.match(/Chrome\/([0-9]+)/),t==null||!(parseInt(t[1],10)>=66)):e.indexOf("CriOS/")>-1?(t=e.match(/CriOS\/([0-9]+)/),t==null||!(parseInt(t[1],10)>=66)):e.indexOf("Safari/")>-1&&e.indexOf("Version/")>-1?(t=e.match(/Version\/([0-9]+)/),t==null||!(parseInt(t[1],10)>=12)):!0}function t(){return JSON.stringify(["\u2028\u2029"])==='["\\u2028\\u2029"]'}e()&&!t()&&(JSON.stringify=(function(e){var t=/\u2028/g,n=/\u2029/g;return function(o,a,i){var r=e.call(this,o,a,i);return r&&(-1<r.indexOf("\u2028")&&(r=r.replace(t,"\\u2028")),-1<r.indexOf("\u2029")&&(r=r.replace(n,"\\u2029"))),r}})(JSON.stringify))})();
(function(){var e=Object.prototype.hasOwnProperty;Object.entries=function(t){if(t==null)throw new TypeError("Object.entries called on non-object");var n=[];for(var r in t)e.call(t,r)&&n.push([r,t[r]]);return n},typeof Object.fromEntries!="function"&&(Object.fromEntries=function(t){var e={};for(var n of t){var r=n[0],o=n[1];e[r]=o}return e}),Object.values=function(t){if(t==null)throw new TypeError("Object.values called on non-object");var n=[];for(var r in t)e.call(t,r)&&n.push(t[r]);return n}})();
"use strict";Set.prototype.difference==null&&(Set.prototype.difference=function(t){var e=new Set(this);for(var n of t)e.has(n)&&e.delete(n);return e});
"use strict";Set.prototype.intersection==null&&(Set.prototype.intersection=function(t){var e=new Set;for(var n of this)t.has(n)&&e.add(n);return e});
"use strict";Set.prototype.isDisjointFrom==null&&(Set.prototype.isDisjointFrom=function(t){if(this.size<=t.size){for(var e of this)if(t.has(e))return!1}else for(var n of t)if(this.has(n))return!1;return!0});
"use strict";Set.prototype.isSubsetOf==null&&(Set.prototype.isSubsetOf=function(t){if(this.size>t.size)return!1;for(var e of this)if(!t.has(e))return!1;return!0});
"use strict";Set.prototype.isSupersetOf==null&&(Set.prototype.isSupersetOf=function(t){if(this.size<t.size)return!1;for(var e of t)if(!this.has(e))return!1;return!0});
"use strict";Set.prototype.symmetricDifference==null&&(Set.prototype.symmetricDifference=function(t){var e=new Set(this);for(var n of t)e.has(n)?e.delete(n):e.add(n);return e});
String.prototype.contains||(String.prototype.contains=String.prototype.includes);
String.prototype.padStart||(String.prototype.padStart=function(e,t){return e=e>>0,t=String(t||" "),this.length>e?String(this):(e=e-this.length,e>t.length&&(t+=t.repeat(e/t.length)),t.slice(0,e)+String(this))}),String.prototype.padEnd||(String.prototype.padEnd=function(e,t){return e=e>>0,t=String(t||" "),this.length>e?String(this):(e=e-this.length,e>t.length&&(t+=t.repeat(e/t.length)),String(this)+t.slice(0,e))});
if(!String.prototype.matchAll){var MAX_CALLS_TO_EXEC=250;String.prototype.matchAll=function(e){if(!e.global)throw new TypeError("String.prototype.matchAll called with a non-global RegExp argument");for(var n=String(this),r=[],o,a=0;(o=e.exec(n))&&a++<MAX_CALLS_TO_EXEC;)r.push(o);return r}}
String.prototype.trimLeft||(String.prototype.trimLeft=function(){return this.replace(/^\s+/,"")}),String.prototype.trimRight||(String.prototype.trimRight=function(){return this.replace(/\s+$/,"")});
"use strict";(function(e){function t(){return!(typeof URL!="function"||typeof URL.createObjectURL!="function"||typeof URL.revokeObjectURL!="function"||typeof File!="function"||typeof Blob!="function")}if(t()){var n={},r=URL.createObjectURL,o=URL.revokeObjectURL;URL.createObjectURL=function(e){var t=null,o=0;e instanceof File?(t="File",o=e.size):e instanceof Blob?(t="Blob",o=e.size):typeof MediaSource=="function"&&e instanceof MediaSource&&(t="MediaSource",o=0);var a=r.call(URL,e);return t!==null&&(n[a]={type:t,size:o}),a},URL.revokeObjectURL=function(e){o.call(URL,e),delete n[e]},URL._fbRegisteredObjectURL=function(){return Object.values(n)}}})(this);
(function(e){var t=e.babelHelpers={},n=Object.prototype.hasOwnProperty;typeof Symbol!="undefined"&&!(typeof Symbol!="function"||Symbol.asyncIterator)&&(Symbol.asyncIterator=Symbol("Symbol.asyncIterator"));function r(e){this.wrapped=e}function o(e){var t,n;function o(e,r){return new Promise(function(o,i){var l={key:e,arg:r,resolve:o,reject:i,next:null};n?n=n.next=l:(t=n=l,a(e,r))})}function a(t,n){try{var o=e[t](n),l=o.value,s=l instanceof r;Promise.resolve(s?l.wrapped:l).then(function(e){if(s){a(t==="return"?"return":"next",e);return}i(o.done?"return":"normal",e)},function(e){a("throw",e)})}catch(e){i("throw",e)}}function i(e,r){switch(e){case"return":t.resolve({value:r,done:!0});break;case"throw":t.reject(r);break;default:t.resolve({value:r,done:!1});break}t=t.next,t?a(t.key,t.arg):n=null}this._invoke=o,typeof e.return!="function"&&(this.return=void 0)}typeof Symbol=="function"&&(typeof Symbol!="function"||Symbol.asyncIterator)&&(o.prototype[typeof Symbol=="function"?Symbol.asyncIterator:"@@asyncIterator"]=function(){return this}),o.prototype.next=function(e){return this._invoke("next",e)},o.prototype.throw=function(e){return this._invoke("throw",e)},o.prototype.return=function(e){return this._invoke("return",e)},t.createClass=(function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}})(),t.inheritsLoose=function(e,t){return Object.assign(e,t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.__superConstructor__=t,t},t.wrapNativeSuper=function(e){var n=typeof Map=="function"?new Map:void 0;return t.wrapNativeSuper=function(e){if(e===null)return null;if(typeof e!="function")throw new TypeError("Super expression must either be null or a function");if(n!==void 0){if(n.has(e))return n.get(e);n.set(e,r)}t.inheritsLoose(r,e);function r(){e.apply(this,arguments)}return r},t.wrapNativeSuper(e)},t.assertThisInitialized=function(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},t._extends=Object.assign,t.extends=t._extends,t.construct=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(t)))},t.objectWithoutPropertiesLoose=function(e,t){var r={};for(var o in e)!n.call(e,o)||t.indexOf(o)>=0||(r[o]=e[o]);return r},t.taggedTemplateLiteralLoose=function(e,t){return t||(t=e.slice(0)),e.raw=t,e},t.bind=Function.prototype.bind,t.wrapAsyncGenerator=function(e){return function(){return new o(e.apply(this,arguments))}},t.awaitAsyncGenerator=function(e){return new r(e)},t.asyncIterator=function(e){var t;if(typeof Symbol!="undefined"&&((typeof Symbol!="function"||Symbol.asyncIterator)&&(t=e[typeof Symbol=="function"?Symbol.asyncIterator:"@@asyncIterator"],t!=null)||(typeof Symbol!="function"||Symbol.iterator)&&(t=e[typeof Symbol=="function"?Symbol.iterator:"@@iterator"],t!=null)))return t.call(e);throw new TypeError("Object is not async iterable")},t.asyncGeneratorDelegate=function(e,t){var n={},r=!1;function o(n,o){return r=!0,o=new Promise(function(t){t(e[n](o))}),{done:!1,value:t(o)}}return typeof Symbol=="function"&&(typeof Symbol!="function"||Symbol.iterator)&&(n[typeof Symbol=="function"?Symbol.iterator:"@@iterator"]=function(){return this}),n.next=function(e){return r?(r=!1,e):o("next",e)},typeof e.throw=="function"&&(n.throw=function(e){if(r)throw r=!1,e;return o("throw",e)}),typeof e.return=="function"&&(n.return=function(e){return r?(r=!1,e):o("return",e)}),n},t.arrayLikeToArray=function(t,n){(n==null||n>t.length)&&(n=t.length);for(var e=0,r=new Array(n);e<n;e++)r[e]=t[e];return r}})(typeof global=="undefined"?self:global);
(function(t){if(t.require!=null)return;var e=null,n=null,r=[],o={},a={},i=0,l=0,s=0,u=0,c=0,d=1,m=2,p=4,_=8,f=16,g=32,h=64,y=128,C=256,b={},v={},S=Object.prototype.hasOwnProperty,R=Object.prototype.toString;function L(e){for(var t=Array.prototype.slice.call(e),n={},r,a,i,l;t.length;)if(a=t.shift(),!n[a]&&(n[a]=!0,i=o[a],!(!i||pe(i))&&i.dependencies))for(r=0;r<i.dependencies.length;r++)l=i.dependencies[r],pe(l)||t.push(l.id);for(a in n)S.call(n,a)&&t.push(a);var s=[];for(r=0;r<t.length;r++){a=t[r];var u=a;i=o[a];var c=i?i.dependencies:null;if(!i||!c)u+=" is not defined";else if(pe(i))u+=" is ready";else{for(var d=[],m=0;m<c.length;m++)l=c[m],pe(l)||d.push(l.id);u+=" is waiting for "+d.join(", ")}s.push(u)}return s.join("\n")}function E(e){var t=new Error(e);t.name="ModuleError",t.messageFormat=e;for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return t.messageParams=r.map(function(e){return String(e)}),t.taalOpcodes=[2,2],t}var k=t.Env||{},I=!!k.gk_require_when_ready_in_order,T=!!k.clear_js_factory_after_used,D=!!k.profile_require_factories,x=t.performance||{},$;if(x.now&&x.timing&&x.timing.navigationStart){var P=x.timing.navigationStart;$=function(){return x.now()+P}}else $=function(){return Date.now()};var N=0;function M(e){N++;var t=o[e];return(!t||t.exports==null&&!t.factoryFinished)&&(W(e),t=o[e]),t&&t.refcount--===1&&(o[e]=null),t}function w(e){return e.defaultExport!==v?e.defaultExport:e.exports}function A(e){var t=M(e);if(t)return w(t)}function F(e){var t=M(e);if(t)return t.defaultExport!==v?t.defaultExport:null}function O(e){var t=M(e);if(t)return t.exports}function B(e){return e.factoryLength===-1&&(e.factoryLength=e.factory.length),e.factoryLength}function W(r){var i=t.ErrorGuard;if(i&&!i.inGuard())return i.applyWithGuard(W,null,[r]);var l=o[r];if(!l){var s='Requiring unknown module "%s"';throw E(s,r)}t.__onBeforeModuleFactory==null||t.__onBeforeModuleFactory(l);var u,c;if(l.hasError){if(l.error==null)throw E('Requiring module "%s" which threw an exception',r);var d=q(l.error);throw U(d,{messageFormat:'Requiring module "%s" which threw an exception',messageParams:[r]}),d}if(!pe(l))throw E('Requiring module "%s" with unresolved dependencies: %s',r,L([r]));z(l);var p=l.exports={},f=l.factory,y=l.dependencies;if(R.call(f)==="[object Function]"&&y!=null){var C=y.length,v,k;try{try{be(l)}catch(e){V(e,r)}var I=[],x=C;if(l.special&_){var P=l.special&g?n:e;I=P.slice(0),I[P.length-2]=l,I[P.length-1]=p,x+=I.length}if(l.special&m){var N=B(l);x=Math.min(C+I.length,N)}for(var M=0;M<C;M++){var w=y[M];I.length<x&&I.push(A.call(null,w.id))}var F;D&&(F=$()),a[l.id].factoryRun=!0;try{var O=l.context!=null?l.context:t;v=f.apply(O,I)}catch(e){V(e,r)}finally{if(D){var H=$(),G=a[l.id];G.factoryTime=H-(F||0),G.factoryEnd=H,G.factoryStart=F}}}catch(e){throw l.hasError=!0,l.error=e,l.exports=null,e}finally{}v!=null&&(typeof v=="object"||typeof v=="function")&&(l.exports=v);var j;if(l.special&h?l.exports!=null&&S.call(l.exports,"default")&&(l.defaultExport=j=l.exports.default):l.defaultExport=j=l.exports,typeof j=="function"){var K=j.__superConstructor__;if(j.displayName==null||K&&K.displayName===j.displayName)try{j.displayName=(j.name||"(anonymous)")+" [from "+r+"]"}catch(e){}}l.factoryFinished=!0,T&&(l.factory=null,f=void 0)}else l.exports=f;var Q="__isRequired__"+r,X=o[Q];X&&!pe(X)&&oe(Q,b),t.__onAfterModuleFactory==null||t.__onAfterModuleFactory(l)}function q(e){return t.getErrorSafe!=null?t.getErrorSafe(e):e!=null&&typeof e=="object"&&typeof e.message=="string"?e:E("Non-error thrown: %s",String(e))}function U(e,n){var r=t.ErrorSerializer;r&&r.aggregateError(e,n)}function V(e,t){var n=q(e);throw U(n,{messageFormat:'Module "%s"',messageParams:[t],forcedKey:t.startsWith("__")?null:t}),n}function H(){return N}function G(){var e={};for(var t in a)Object.prototype.hasOwnProperty.call(a,t)&&(e[t]=a[t]);return e}function z(e){e.nonJSDeps||(e.nonJSDeps=!0,e.dependencies&&e.dependencies.forEach(z))}var j=t!=null&&t.document!=null&&"createElement"in t.document,K=typeof WorkerGlobalScope=="function",Q=j||K,X=k.use_fbt_virtual_modules===!0&&Q,Y="$fbt_virtual",J={},Z=null,ee=6e4;function te(e){!(e in o)&&!(e in J)&&(J[e]=$()),Z||(Z=setTimeout(Te()(ne,"_checkFbtVirtualModuleTimeout"),ee))}function ne(){Z=null;var e=$(),t=Object.keys(J).filter(function(t){var n=e-J[t]>ee;return n&&delete J[t],n});Object.keys(J).length>0&&(Z=setTimeout(Te()(ne,"_checkFbtVirtualModuleTimeout"),ee)),t.length>0&&se.apply(null,[["FBLogger"],function(e){e("binary_transparency","vmod_timeout").warn("The following virtual modules are taking over %sms to be defined: %s...",ee,t.join(",").slice(0,300))}])}function re(e,t,n){if(X&&n!=null&&n&y){var r=e+Y;t.push(r),te(r)}}function oe(e,n,o,i,l,s,d){n===void 0?(n=[],o=e,e=ue()):o===void 0&&(o=n,R.call(e)==="[object Array]"?(n=e,e=ue(n.join(","))):n=[]);var m={cancel:le.bind(this,e)},p=ae(e);if(!n&&!o&&s!=null&&s!==0)return p.refcount+=s,m;if(X&&(e in J&&delete J[e],Array.isArray(n)&&re(e,n,i)),a[e]={id:e,dependencies:n,meta:d,category:i,defined:D?$():null,factoryTime:null,factoryStart:null,factoryEnd:null,factoryRun:!1},p.dependencies&&p.reload!==!0)return e.indexOf(":")!==-1?c++:u++,m;s!=null&&s!==0&&(p.refcount+=s);var _=n.map(ae);if(p.factory=o,p.dependencies=_,p.context=l,p.special=i,(p.nonJSDeps||he(p))&&(p.nonJSDeps=!1,z(p)),Ce(p),r.length>0){var f=r;r=[];var g=!ye(p)&&t.ScheduleJSWork?t.ScheduleJSWork:Ie;g(function(){if(I){for(var e=0;e<f.length;e++)A.call(null,f[e].id);f.length=0}else for(;f.length>0;)A.call(null,f.pop().id)})()}return m}function ae(e){var t=o[e];return t||(t=new ie(e,0),o[e]=t,t)}function ie(e,t,n){this.id=e,this.refcount=t,this.exports=n!=null?n:null,this.defaultExport=n!=null?n:v,this.factory=void 0,this.factoryLength=-1,this.factoryFinished=!1,this.dependencies=void 0,this.depPosition=0,this.context=void 0,this.special=0,this.hasError=!1,this.error=null,this.ranRecursiveSideEffects=!1,this.sideEffectDependencyException=null,this.nextDepWaitingHead=null,this.nextDepWaitingNext=null,this.tarjanGeneration=-1,this.tarjanLow=0,this.tarjanIndex=0,this.tarjanOnStack=!1,this.nonJSDeps=!1}function le(e){if(o[e]){var t=o[e];if(o[e]=null,t.dependencies)for(var n=0;n<t.dependencies.length;n++){var r=t.dependencies[n];r.refcount--===1&&le(r.id)}}}function se(e,t,n,r){n===void 0&&(n=null),r===void 0&&(r=0);var o="__requireLazy__x__"+i++;return oe("__requireLazy__"+o,e,Te()(t,"requireLazy",{propagationType:0}),r|d|f,n,1)}function ue(e){return"__mod__"+(e!=null?e+"__":"")+i++}function ce(e,t,n){if(n.tarjanGeneration!=l&&(n.tarjanGeneration=l,n.tarjanLow=n.tarjanIndex=s++,n.tarjanOnStack=!0,t.push(n)),n.dependencies!=null)for(var r=n.depPosition;r<n.dependencies.length;r++){var o=n.dependencies[r];o.tarjanGeneration!=l?(ce(e,t,o),n.tarjanLow=Math.min(n.tarjanLow,o.tarjanLow)):o.tarjanOnStack&&(n.tarjanLow=Math.min(n.tarjanLow,o.tarjanIndex))}if(n.tarjanLow==n.tarjanIndex){var a=[],i;do if(i=t.pop(),i.tarjanOnStack=!1,a.push(i),n==t[0]&&i!=n&&i.dependencies!=null)for(var u=i.depPosition;u<i.dependencies.length;u++){var c=i.dependencies[u];!pe(c)&&e.indexOf(c)===-1&&t.indexOf(c)===-1&&a.indexOf(c)===-1&&e.push(c)}while(i!=n)}}function de(e){var t=e.dependencies;if(!t)throw E("Called _replaceCycleLinkWithSCCDeps on an undefined module");l++,ce(t,[],e),e.depPosition++,Ce(e)}function me(e,t){for(var n=t;n.dependencies&&n.depPosition!=n.dependencies.length;){n=n.dependencies[n.depPosition];if(n==e){de(e);return}}e.nextDepWaitingNext=t.nextDepWaitingHead,t.nextDepWaitingHead=e}function pe(e){return e.dependencies!=null&&e.depPosition>=e.dependencies.length}function _e(e){e.depPosition++,Ce(e)}function fe(e){var t=e.nextDepWaitingHead;for(e.nextDepWaitingHead=null;t!=null;){var n=t;n.nonJSDeps&&z(e),t=n.nextDepWaitingNext,n.nextDepWaitingNext=null;var r=!o[n.id];r||_e(n)}}function ge(e){return e.special&d}function he(e){return e.special&f}function ye(e){return e.special&C}function Ce(e){for(;e.dependencies!=null&&e.depPosition<e.dependencies.length;){var t=e.dependencies[e.depPosition],n=pe(t);if(!n&&e!=t){me(e,t);return}e.depPosition++}ge(e)&&r.push(e),e.nextDepWaitingHead!==null&&fe(e)}function be(e){if(e.sideEffectDependencyException!=null)throw e.sideEffectDependencyException;if(!e.ranRecursiveSideEffects){e.ranRecursiveSideEffects=!0;var t=e.dependencies;if(t)for(var n=0;n<t.length;n++){var r=t[n];try{be(r)}catch(t){throw e.sideEffectDependencyException=t,t}if(r.special&p)try{A.call(null,r.id)}catch(t){throw e.sideEffectDependencyException=t,t}}}}function ve(e,t){o[e]=new ie(e,0,t),a[e]={id:e,dependencies:[],category:0,factoryLengthAccessTime:null,factoryTime:null,factoryStart:null,factoryEnd:null,factoryRun:!1}}ve("module",0),ve("exports",0),ve("define",oe),ve("global",t),ve("require",A),ve("requireInterop",A),ve("importDefault",F),ve("importNamespace",O),ve("requireDynamic",Se),ve("requireLazy",se),ve("requireWeak",Re),ve("ifRequired",Le),ve("ifRequireable",Ee),e=[A.call(null,"global"),A.call(null,"require"),A.call(null,"requireDynamic"),A.call(null,"requireLazy"),A.call(null,"requireInterop"),null],n=[A.call(null,"global"),A.call(null,"require"),A.call(null,"importDefault"),A.call(null,"importNamespace"),A.call(null,"requireLazy"),A.call(null,"requireInterop"),null],oe.amd={},t.define=oe,t.require=A,t.requireInterop=A,t.importDefault=F,t.importNamespace=O,t.requireDynamic=Se,t.requireLazy=se,t.__onBeforeModuleFactory=null,t.__onAfterModuleFactory=null;function Se(e,t){throw new ReferenceError("requireDynamic is not defined")}function Re(e,t){Le.call(null,e,function(e){t(e)},function(){oe("__requireWeak__"+e+"__"+i++,["__isRequired__"+e],Te()(function(){return t(w(o[e]))},"requireWeak"),d,null,1)})}function Le(e,t,n){var r=o[e];if(r&&r.factoryFinished){if(typeof t=="function")return t(w(r))}else if(typeof n=="function")return n()}function Ee(e,t,n){var r=o[e];if(r&&r.nonJSDeps&&pe(r)){if(typeof t=="function")return t(A.call(null,e))}else if(typeof n=="function")return n()}var ke={getDupCount:function(){return[u,c]},getModules:function(){var e={};for(var t in o)o[t]&&Object.prototype.hasOwnProperty.call(o,t)&&(e[t]=o[t]);return e},modulesMap:o,debugUnresolvedDependencies:L};function Ie(e){return e}function Te(){var e=t.TimeSlice&&t.TimeSlice.guard?t.TimeSlice.guard:Ie;return function(){return e.apply(void 0,arguments)}}ve("__getTotalRequireCalls",H),ve("__getModuleTimeDetails",G),ve("__debug",ke),t.__d=function(e,t,n,r){Te()(function(){oe(e,t,n,(r!=null?r:m)|_,null,null,null)},"define "+e,{root:!0})()};function De(e,t){return!0}if(t.__d_stub){for(var xe=0;xe<t.__d_stub.length;xe++)t.__d.apply(null,t.__d_stub[xe]);delete t.__d_stub}if(t.__rl_stub){for(var $e=0;$e<t.__rl_stub.length;$e++)se.apply(null,t.__rl_stub[$e]);delete t.__rl_stub}var Pe=function(){};t.$RefreshReg$=Pe,t.$RefreshSig$=function(){return function(e){return e}}})(typeof this!="undefined"?this:typeof global!="undefined"?global:typeof window!="undefined"?window:typeof self!="undefined"?self:{});
(function(e){var t=e.performance;t&&t.setResourceTimingBufferSize&&(t.setResourceTimingBufferSize(1e5),t.onresourcetimingbufferfull=function(){e.__isresourcetimingbufferfull=!0},t.setResourceTimingBufferSize=function(){})})(typeof this=="object"?this:typeof global=="object"?global:typeof window=="object"?window:typeof self=="object"?self:{});
__d("fb-error-lite",[],(function(t,n,r,o,a,i){"use strict";var e={PREVIOUS_FILE:1,PREVIOUS_FRAME:2,PREVIOUS_DIR:3,FORCED_KEY:4};function l(t){var n=new Error(t);if(n.stack===void 0)try{throw n}catch(e){}n.messageFormat=t;for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];return n.messageParams=o.map(function(e){return String(e)}),n.taalOpcodes=[e.PREVIOUS_FRAME],n}var s={err:l,TAALOpcode:e};i.default=s}),66);
__d("$",["fb-error-lite"],(function(t,n,r,o,a,i,l){function e(e){return u(e,typeof e=="string"?document.getElementById(e):e)}function s(e){return u(e,typeof e=="string"?document.getElementById(e):e)}function u(e,t){if(!t){var n=r("fb-error-lite").err('Tried to get element with id of "%s" but it is not present on the page',String(e));throw n.taalOpcodes=n.taalOpcodes||[],n.taalOpcodes=[r("fb-error-lite").TAALOpcode.PREVIOUS_FILE],n}return t}e.fromIDOrElement=s,l.default=e}),98);
__d("Env",[],(function(t,n,r,o,a,i){var e={ajaxpipe_token:null,compat_iframe_token:null,iframeKey:"",iframeTarget:"",iframeToken:"",isCQuick:!1,jssp_header_sent:!1,jssp_targeting_enabled:!1,loadHyperion:!1,start:Date.now(),nocatch:!1,useTrustedTypes:!1,isTrustedTypesReportOnly:!1,enableDefaultTrustedTypesPolicy:!1,ig_server_override:"",barcelona_server_override:"",ig_mqtt_wss_endpoint:"",ig_mqtt_polling_endpoint:""};t.Env&&Object.assign(e,t.Env),t.Env=e;var l=e;i.default=l}),66);
__d("sprintf",[],(function(t,n,r,o,a,i){"use strict";function e(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=0;return e.replace(/%s/g,function(){return String(n[o++])})}i.default=e}),66);
__d("invariant",["Env","fb-error-lite","sprintf"],(function(t,n,r,o,a,i,l){"use strict";var e;function s(e,t){if(!e){for(var n=t,o=arguments.length,a=new Array(o>2?o-2:0),i=2;i<o;i++)a[i-2]=arguments[i];if(typeof n=="number"){var l=u(n,a),s=l.decoderLink,c=l.message;n=c,a.unshift(s)}else if(n===void 0){n="Invariant: ";for(var d=0;d<a.length;d++)n+="%s,"}var m=n,p=new Error(m);throw p.name="Invariant Violation",p.messageFormat=n,p.messageParams=a.map(function(e){return String(e)}),p.taalOpcodes=[r("fb-error-lite").TAALOpcode.PREVIOUS_FRAME],p.stack,p}}function u(t,n){var o="Minified invariant #"+t+"; %s";n.length>0&&(o+=" Params: "+n.map(function(e){return"%s"}).join(", "));var a=(e||(e=r("Env"))).show_invariant_decoder===!0?"visit "+c(t,n)+" to see the full message.":"";return{message:o,decoderLink:a}}function c(e,t){var n="https://www.internalfb.com/intern/invariant/"+e+"/";return t.length>0&&(n+="?"+t.map(function(e,t){return"args["+t+"]="+encodeURIComponent(String(e))}).join("&")),n}l.default=s}),98);
__d("ArbiterToken",["invariant"],(function(t,n,r,o,a,i,l,s){"use strict";var e=(function(){function e(e,t){this.unsubscribe=function(){for(var e=0;e<this.$2.length;e++)this.$2[e].remove();this.$2.length=0},this.$1=e,this.$2=t}var t=e.prototype;return t.isForArbiterInstance=function(t){return this.$1||s(0,2506),this.$1===t},e})();l.default=e}),98);
__d("performance",[],(function(t,n,r,o,a,i){"use strict";var e=t.performance||t.msPerformance||t.webkitPerformance||{},l=e;i.default=l}),66);
__d("performanceNow",["performance"],(function(t,n,r,o,a,i,l){var e,s;if((e||(e=r("performance"))).now)s=function(){return(e||(e=r("performance"))).now()};else{var u=t._cstart,c=Date.now(),d=typeof u=="number"&&u<c?u:c,m=0;s=function(){var e=Date.now(),t=e-d;return t<m&&(d-=m-t,t=e-d),m=t,t}}var p=s;l.default=p}),98);
__d("removeFromArray",[],(function(t,n,r,o,a,i){"use strict";function e(e,t){var n=e.indexOf(t);n!==-1&&e.splice(n,1)}i.default=e}),66);
__d("fb-error",["performanceNow","removeFromArray"],(function(t,n,r,o,a,i){"use strict";var e,l={PREVIOUS_FILE:1,PREVIOUS_FRAME:2,PREVIOUS_DIR:3,FORCED_KEY:4};function s(e){var t=new Error(e);if(t.stack===void 0)try{throw t}catch(e){}t.messageFormat=e;for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return t.messageParams=r.map(function(e){return String(e)}),t.taalOpcodes=[l.PREVIOUS_FRAME],t}var u=!1,c={errorListener:function(n){var e=t.console,r=e[n.type]?n.type:"error";if(n.type==="fatal"||r==="error"&&!u){var o=n.message;e.error("ErrorUtils caught an error:\n\n"+o+"\n\nSubsequent non-fatal errors won't be logged; see https://fburl.com/debugjs.",n),u=!0}}},d={skipDupErrorGuard:!1},m={config:d,setup:_},p=!1;function _(e){p===!1&&(p=!0,m.config=Object.freeze(e))}var f={access_token:null},g=6,h=6e4,y=10*h,C=new Map,b=0;function v(){var t=(e||(e=n("performanceNow")))();if(t>b+h){var r=t-y;for(var o of C){var a=o[0],i=o[1];i.lastAccessed<r&&C.delete(a)}b=t}}function S(t){v();var r=(e||(e=n("performanceNow")))(),o=C.get(t);if(o==null)return C.set(t,{dropped:0,logged:[r],lastAccessed:r}),1;var a=o.dropped,i=o.logged;for(o.lastAccessed=r;i[0]<r-h;)i.shift();return i.length<g?(o.dropped=0,i.push(r),a+1):(o.dropped++,null)}var R={shouldLog:function(t){return S(t.hash)}},L="RE_EXN_ID";function E(e){var t=null;return e==null||typeof e!="object"?t=s("Non-object thrown: %s",String(e)):Object.prototype.hasOwnProperty.call(e,L)?t=s("Rescript exception thrown: %s",JSON.stringify(e)):typeof(e==null?void 0:e.then)=="function"?t=s("Promise thrown: %s",JSON.stringify(e)):typeof e.message!="string"?t=s("Non-error thrown: %s, keys: %s",String(e),JSON.stringify(Object.keys(e).sort())):e.messageFormat!=null&&typeof e.messageFormat!="string"?t=s("Error with non-string messageFormat thrown: %s, %s, keys: %s",String(e.message),String(e),JSON.stringify(Object.keys(e).sort())):Object.isExtensible&&!Object.isExtensible(e)&&(t=s("Non-extensible thrown: %s",String(e.message))),t!=null?(t.taalOpcodes=t.taalOpcodes||[],t.taalOpcodes.push(l.PREVIOUS_FRAME),t):e}var k=typeof window=="undefined"?"<self.onerror>":"<window.onerror>",I;function T(e){var t,n=e.error!=null?E(e.error):s(e.message||"");n.fileName==null&&e.filename!=null&&(n.fileName=e.filename),n.line==null&&e.lineno!=null&&(n.line=e.lineno),n.column==null&&e.colno!=null&&(n.column=e.colno),n.guardList=[k],n.loggingSource="ONERROR",(t=I)===null||t===void 0||t.reportError(n)}var D={setup:function(n){typeof t.addEventListener=="function"&&I==null&&(I=n,t.addEventListener("error",T))}},x=[],$={pushGuard:function(t){x.unshift(t)},popGuard:function(){x.shift()},inGuard:function(){return x.length!==0},cloneGuardList:function(){return x.map(function(e){return e.name})},findDeferredSource:function(){for(var e of x)if(e.deferredSource!=null)return e.deferredSource}};function P(e){return e.type!=null?e.type:e.loggingSource=="GUARDED"||e.loggingSource=="ERROR_BOUNDARY"||e.name=="SyntaxError"?"fatal":e.loggingSource=="ONERROR"&&e.message.indexOf("ResizeObserver loop")>=0||e.stack!=null&&e.stack.indexOf("chrome-extension://")>=0?"warn":"error"}var N=[],M=(function(){function e(){this.metadata=[].concat(N)}var t=e.prototype;return t.addEntries=function(){var e;return(e=this.metadata).push.apply(e,arguments),this},t.addEntry=function(t,n,r){return this.metadata.push([t,n,r]),this},t.isEmpty=function(){return this.metadata.length===0},t.clearEntries=function(){this.metadata=[]},t.format=function(){var e=[];return this.metadata.forEach(function(t){if(t&&t.length){var n=t.map(function(e){return e!=null?String(e).replace(/:/g,"_"):""}).join(":");e.push(n)}}),e},t.getAll=function(){return this.metadata},e.addGlobalMetadata=function(t,n,r){N.push([t,n,r])},e.getGlobalMetadata=function(){return N},e.unsetGlobalMetadata=function(t,n){N=N.filter(function(e){return!(Array.isArray(e)&&e[0]===t&&e[1]===n)})},e})(),w={debug:1,info:2,warn:3,error:4,fatal:5};function A(e,t){var n,r;if(!Object.isFrozen(e)){t.type&&(!e.type||w[e.type]>w[t.type])&&(e.type=t.type);var o=t.metadata;if(o!=null){var a,i=(a=e.metadata)!==null&&a!==void 0?a:new M;o!=null&&i.addEntries.apply(i,o.getAll()),e.metadata=i}t.project!=null&&(e.project=t.project),t.errorName!=null&&(e.errorName=t.errorName),t.componentStack!=null&&(e.componentStack=t.componentStack),t.deferredSource!=null&&(e.deferredSource=t.deferredSource),t.blameModule!=null&&(e.blameModule=t.blameModule),t.loggingSource!=null&&(e.loggingSource=t.loggingSource);var l=(n=e.messageFormat)!==null&&n!==void 0?n:e.message,s=(r=e.messageParams)!==null&&r!==void 0?r:[];if(l!==t.messageFormat&&t.messageFormat!=null){var u;l+=" [Caught in: "+t.messageFormat+"]",s.push.apply(s,(u=t.messageParams)!==null&&u!==void 0?u:[])}e.messageFormat=l,e.messageParams=s;var c=t.forcedKey,d=e.forcedKey,m=c!=null&&d!=null?c+"_"+d:c!=null?c:d;e.forcedKey=m}}function F(e){var t;return O((t=e.messageFormat)!==null&&t!==void 0?t:e.message,e.messageParams||[])}function O(e,t){var n=0,r=String(e),o=r.replace(/%s/g,function(){return n<t.length?t[n++]:"NOPARAM"});return n<t.length&&(o+=" PARAMS"+JSON.stringify(t.slice(n))),o}function B(e){return(e!=null?e:[]).map(function(e){return String(e)})}var W={aggregateError:A,toReadableMessage:F,toStringParams:B},q=5,U=[];function V(e){U.push(e),U.length>q&&U.shift()}function H(e){var t=e.getAllResponseHeaders();if(t!=null&&t.indexOf("X-FB-Debug")>=0){var n=e.getResponseHeader("X-FB-Debug");n&&V(n)}}function G(){return U}var z={add:V,addFromXHR:H,getAll:G},j="abcdefghijklmnopqrstuvwxyz012345";function K(){for(var e=0,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];for(var o of n)if(o!=null)for(var a=o.length,i=0;i<a;i++)e=(e<<5)-e+o.charCodeAt(i);for(var l="",s=0;s<6;s++)l=j.charAt(e&31)+l,e>>=5;return l}var Q=[/\(([^\s\)\()]+):(\d+):(\d+)\)$/,/@([^\s\)\()]+):(\d+):(\d+)$/,/^([^\s\)\()]+):(\d+):(\d+)$/,/^at ([^\s\)\()]+):(\d+):(\d+)$/],X=/^\w+:\s.*?\n/g;Error.stackTraceLimit!=null&&Error.stackTraceLimit<80&&(Error.stackTraceLimit=80);function Y(e){var t=e.message,n=e.name,r=e.stack;if(r==null)return null;if(n!=null&&t!=null&&t!==""){var o=n+": "+t+"\n";if(r.startsWith(o))return r.substr(o.length);if(r===n+": "+t)return null}if(n!=null){var a=n+"\n";if(r.startsWith(a))return r.substr(a.length)}if(t!=null&&t!==""){var i=": "+t+"\n",l=r.indexOf(i),s=r.substring(0,l);if(/^\w+$/.test(s))return r.substring(l+i.length)}return r.replace(X,"")}function J(e){var t=e.trim(),n=t,r,o,a;if(t.includes("charset=utf-8;base64,"))n="<inlined-file>";else{var i;for(var l of Q)if(i=t.match(l),i!=null)break;i!=null&&i.length===4?(r=i[1],o=parseInt(i[2],10),a=parseInt(i[3],10),n=t.substring(0,t.length-i[0].length)):n=t,n=n.replace(/^at /,"").trim()}var s={identifier:n,script:r,line:o,column:a};return s.text=ne(s),s}function Z(e){return e==null||e===""?[]:e.split(/\n\n/)[0].split("\n").map(J)}function ee(e){var t=Y(e);return Z(t)}function te(e){if(e==null||e==="")return null;var t=e.split("\n");return t.splice(0,1),t.map(function(e){return e.trim()})}function ne(e){var t=e.column,n=e.identifier,r=e.line,o=e.script,a=" at "+(n!=null?n:"<unknown>");return o!=null&&r!=null&&t!=null&&(a+=" ("+o+":"+r+":"+t+")"),a}function re(r){var o,a,i,s,u,c,d,m,p,_,f=ee(r),g=(o=r.taalOpcodes)!==null&&o!==void 0?o:[],h=r.framesToPop;if(h!=null)for(h=Math.min(h,f.length);h-- >0;)g.unshift(l.PREVIOUS_FRAME);var y=(a=r.messageFormat)!==null&&a!==void 0?a:r.message,C=((i=r.messageParams)!==null&&i!==void 0?i:[]).map(function(e){return String(e)}),b=te(r.componentStack),v=b==null?null:b.map(J),S=r.metadata?r.metadata.format():new M().format();S.length===0&&(S=void 0);var R=f.map(function(e){return e.text}).join("\n"),L=(s=r.errorName)!==null&&s!==void 0?s:r.name,E=P(r),k=r.loggingSource,I=r.project,T=(u=r.lineNumber)!==null&&u!==void 0?u:r.line,D=(c=r.columnNumber)!==null&&c!==void 0?c:r.column,x=(d=r.fileName)!==null&&d!==void 0?d:r.sourceURL,$=f.length>0;$&&T==null&&(T=f[0].line),$&&D==null&&(D=f[0].column),$&&x==null&&(x=f[0].script);var N={blameModule:r.blameModule,cause:r.cause,column:D==null?null:String(D),clientTime:Math.floor(Date.now()/1e3),componentStackFrames:v,deferredSource:r.deferredSource!=null?re(r.deferredSource):null,extra:(m=r.extra)!==null&&m!==void 0?m:{},fbtrace_id:r.fbtrace_id,guardList:(p=r.guardList)!==null&&p!==void 0?p:[],hash:K(L,R,E,I,k),isNormalizedError:!0,line:T==null?null:String(T),loggingSource:k,message:W.toReadableMessage(r),messageFormat:y,messageParams:C,metadata:S,name:L,page_time:Math.floor((e||(e=n("performanceNow")))()),project:I,reactComponentStack:b,script:x,serverHash:r.serverHash,stack:R,stackFrames:f,type:E,xFBDebug:z.getAll(),tags:(_=r.tags)!==null&&_!==void 0?_:[],operation:r.operation};r.forcedKey!=null&&(N.forcedKey=r.forcedKey),g.length>0&&(N.taalOpcodes=g);var w=t.location;w&&(N.windowLocationURL=w.href);for(var A in N)N[A]==null&&delete N[A];return N}function oe(e){return e!=null&&typeof e=="object"&&e.isNormalizedError===!0?e:null}var ae={formatStackFrame:ne,normalizeError:re,ifNormalizedError:oe},ie="<global.react>",le=[],se=[],ue=50,ce=!1,de={history:se,addListener:function(t,n){n===void 0&&(n=!1),le.push(t),n||se.forEach(function(e){var n;return t(e,(n=e.loggingSource)!==null&&n!==void 0?n:"DEPRECATED")})},unshiftListener:function(t){le.unshift(t)},removeListener:function(t){n("removeFromArray")(le,t)},reportError:function(t){var e=ae.normalizeError(t);de.reportNormalizedError(e)},reportNormalizedError:function(t){if(ce)return!1;var e=$.cloneGuardList();if(t.componentStackFrames&&e.unshift(ie),e.length>0&&(t.guardList=e),t.deferredSource==null){var n=$.findDeferredSource();n!=null&&(t.deferredSource=ae.normalizeError(n))}se.length>ue&&se.splice(ue/2,1),se.push(t),ce=!0;for(var r=0;r<le.length;r++)try{var o;le[r](t,(o=t.loggingSource)!==null&&o!==void 0?o:"DEPRECATED")}catch(e){}return ce=!1,!0}};de.addListener(c.errorListener);var me="<anonymous guard>",pe=!1,_e={applyWithGuard:function(t,n,r,o){if(m.config.skipDupErrorGuard&&"__isMetaErrorGuarded"in t)return t.apply(n,r);if($.pushGuard({name:((o==null?void 0:o.name)!=null?o.name:null)||(t.name?"func_name:"+t.name:null)||me,deferredSource:o==null?void 0:o.deferredSource}),pe)try{return t.apply(n,r)}finally{$.popGuard()}try{return Function.prototype.apply.call(t,n,r)}catch(n){try{var e,a=o!=null?o:babelHelpers.extends({},null),i=a.deferredSource,l=a.onError,s=a.onNormalizedError,u=E(n),c={deferredSource:i,loggingSource:"GUARDED",project:(e=o==null?void 0:o.project)!==null&&e!==void 0?e:"ErrorGuard",type:o==null?void 0:o.errorType};W.aggregateError(u,c);var d=ae.normalizeError(u);u==null&&t&&(d.extra[t.toString().substring(0,100)]="function",r!=null&&r.length&&(d.extra[Array.from(r).toString().substring(0,100)]="args")),d.guardList=$.cloneGuardList(),l&&l(u),s&&s(d),de.reportNormalizedError(d)}catch(e){}}finally{$.popGuard()}},guard:function(t,n){function e(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return _e.applyWithGuard(t,this,r,n)}return e.__isMetaErrorGuarded=!0,t.__SMmeta&&(e.__SMmeta=t.__SMmeta),e},inGuard:function(){return $.inGuard()},skipGuardGlobal:function(t){pe=t}},fe=1024,ge=[],he=0;function ye(e){return String(e)}function Ce(e){return e==null?null:String(e)}function be(e,t){var n={};return t&&t.forEach(function(e){n[e]=!0}),Object.keys(e).forEach(function(t){e[t]?n[t]=!0:n[t]&&delete n[t]}),Object.keys(n)}function ve(e){return(e!=null?e:[]).map(function(e){return{column:Ce(e.column),identifier:e.identifier,line:Ce(e.line),script:e.script}})}function Se(e){var t=String(e);return t.length>fe?t.substring(0,fe-3)+"...":t}function Re(e,t){var n,r,o,a,i={appId:Ce(t.appId),cavalry_lid:t.cavalry_lid,access_token:f.access_token,ancestor_hash:e.hash,bundle_variant:(n=t.bundle_variant)!==null&&n!==void 0?n:null,clientTime:ye(e.clientTime),column:e.column,componentStackFrames:ve(e.componentStackFrames),events:e.events,extra:be(e.extra,t.extra),forcedKey:e.forcedKey,frontend_env:(r=t.frontend_env)!==null&&r!==void 0?r:null,guardList:e.guardList,line:e.line,loggingFramework:t.loggingFramework,messageFormat:Se(e.messageFormat),messageParams:e.messageParams.map(Se),name:e.name,sample_weight:Ce(t.sample_weight),script:e.script,site_category:t.site_category,stackFrames:ve(e.stackFrames),type:e.type,page_time:Ce(e.page_time),project:e.project,push_phase:t.push_phase,report_source:t.report_source,report_source_ref:t.report_source_ref,rollout_hash:(o=t.rollout_hash)!==null&&o!==void 0?o:null,script_path:t.script_path,server_revision:Ce(t.server_revision),spin:Ce(t.spin),svn_rev:String(t.client_revision),additional_client_revisions:Array.from((a=t.additional_client_revisions)!==null&&a!==void 0?a:[]).map(ye),taalOpcodes:e.taalOpcodes==null?null:e.taalOpcodes.map(function(e){return e}),web_session_id:t.web_session_id,version:"3",xFBDebug:e.xFBDebug,tags:e.tags},l=e.blameModule,s=e.deferredSource;return l!=null&&(i.blameModule=String(l)),s&&s.stackFrames&&(i.deferredSource={stackFrames:ve(s.stackFrames)}),e.metadata&&(i.metadata=e.metadata),e.loadingUrls&&(i.loadingUrls=e.loadingUrls),e.serverHash!=null&&(i.serverHash=e.serverHash),e.windowLocationURL!=null&&(i.windowLocationURL=e.windowLocationURL),e.loggingSource!=null&&(i.loggingSource=e.loggingSource),i}function Le(e,t,n){var r;if(he++,t.sample_weight===0)return!1;var o=R.shouldLog(e);if(o==null||(r=t.projectBlocklist)!==null&&r!==void 0&&r.includes(e.project))return!1;var a=Re(e,t);return Object.assign(a,{ancestors:ge.slice(),clientWeight:ye(o),page_position:ye(he)}),ge.length<15&&["fatal","error"].includes(e.type)&&ge.push(e.hash),n(a),!0}var Ee={createErrorPayload:Re,postError:Le},ke=null,Ie=!1;function Te(e){if(ke!=null){var t=ke,n=e.reason,r,o=E(n),a=null;if(n!==o&&typeof n=="object"&&n!==null){if(r=Object.keys(n).sort().slice(0,3),typeof n.message!="string"&&typeof n.messageFormat=="string"&&(n.message=n.messageFormat,o=E(n)),typeof n.message!="string"&&typeof n.errorMsg=="string")if(/^\s*\<!doctype/i.test(n.errorMsg)){var i=/<title>([^<]+)<\/title>(?:(?:.|\n)*<h1>([^<]+)<\/h1>)?/im.exec(n.errorMsg);if(i){var l,u;o=s('HTML document with title="%s" and h1="%s"',(l=i[1])!==null&&l!==void 0?l:"",(u=i[2])!==null&&u!==void 0?u:"")}else o=s("HTML document sanitized")}else/^\s*<\?xml/i.test(n.errorMsg)?o=s("XML document sanitized"):(n.message=n.errorMsg,o=E(n));o!==n&&typeof n.name=="string"&&(a=n.name),typeof n.name!="string"&&typeof n.errorCode=="string"&&(a="UnhandledRejectionWith_errorCode_"+n.errorCode),typeof n.name!="string"&&typeof n.error=="number"&&(a="UnhandledRejectionWith_error_"+String(n.error))}o.loggingSource="ONUNHANDLEDREJECTION";try{a=o===n&&a!=null&&a!==""?a:typeof(n==null?void 0:n.name)=="string"&&n.name!==""?n.name:r!=null&&r.length>0?"UnhandledRejectionWith_"+r.join("_"):"UnhandledRejection_"+(n===null?"null":typeof n),o.name=a}catch(e){}try{var c=n==null?void 0:n.stack;(typeof c!="string"||c==="")&&(c=o.stack),(typeof c!="string"||c==="")&&(c=s("").stack),o.stack=o.name+": "+o.message+"\n"+c.split("\n").slice(1).join("\n")}catch(e){}try{var d=e.promise;o.stack=o.stack+(d!=null&&typeof d.settledStack=="string"?"\n at <promise_settled_stack_below>\n"+d.settledStack:"")+(d!=null&&typeof d.createdStack=="string"?"\n at <promise_created_stack_below>\n"+d.createdStack:"")}catch(e){}try{var m=e.promise;"__isPromiseWithTracing"in m&&m.__isPromiseWithTracing===!0&&m.deferredError!=null&&(o.deferredSource=E(m.deferredError))}catch(e){}t.reportError(o),e.preventDefault()}}function De(e){ke=e,typeof t.addEventListener=="function"&&!Ie&&(Ie=!0,t.addEventListener("unhandledrejection",Te))}var xe={onunhandledrejection:Te,setup:De},$e={preSetup:function(t){(t==null||t.ignoreOnError!==!0)&&D.setup(de),(t==null||t.ignoreOnUnahndledRejection!==!0)&&xe.setup(de)},setup:function(t,n,r){de.addListener(function(e){var o,a=babelHelpers.extends({},t,(o=r==null?void 0:r())!==null&&o!==void 0?o:{});Ee.postError(e,a,n)})}},Pe=20,Ne=(function(){function e(e,t){var n=this;t===void 0&&(t=[]),this.FATAL=function(e){for(var t=e.join("%s"),r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];n.fatal.apply(n,[t].concat(o))},this.MUSTFIX=function(e){for(var t=n.getTagString()+e.join("%s"),r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];n.mustfix.apply(n,[t].concat(o))},this.WARN=function(e){for(var t=n.getTagString()+e.join("%s"),r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];n.warn.apply(n,[t].concat(o))},this.INFO=function(e){for(var t=n.getTagString()+e.join("%s"),r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];n.info.apply(n,[t].concat(o))},this.DEBUG=function(e){for(var t=n.getTagString()+e.join("%s"),r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];n.debug.apply(n,[t].concat(o))},this.project=e,this.events=[],this.metadata=new M,this.taalOpcodes=[],this.loggerTags=new Set(t)}var t=e.prototype;return t.$1=function(n,r){for(var t=String(r),o=this.blameModule,a=this.events,i=this.forcedKey,s=this.metadata,u=this.project,c=this.error,d,m=arguments.length,p=new Array(m>2?m-2:0),_=2;_<m;_++)p[_-2]=arguments[_];if(this.normalizedError)d=babelHelpers.extends({},this.normalizedError,{messageFormat:this.normalizedError.messageFormat+" [Caught in: "+t+"]",messageParams:W.toStringParams([].concat(this.normalizedError.messageParams,p)),project:u,type:n,loggingSource:"FBLOGGER"}),d.message=W.toReadableMessage(d),i!=null&&(d.forcedKey=d.forcedKey!=null?i+"_"+d.forcedKey:i);else if(c)this.taalOpcodes.length>0&&new e("fblogger").blameToPreviousFrame().blameToPreviousFrame().warn("Blame helpers do not work with catching"),W.aggregateError(c,{messageFormat:t,messageParams:W.toStringParams(p),errorName:c.name,forcedKey:i,project:u,type:n,loggingSource:"FBLOGGER"}),d=ae.normalizeError(c);else{if(c=new Error(t),c.stack===void 0)try{throw c}catch(e){}c.messageFormat=t,c.messageParams=W.toStringParams(p),c.blameModule=o,c.forcedKey=i,c.project=u,c.type=n,c.loggingSource="FBLOGGER",c.taalOpcodes=[l.PREVIOUS_FRAME,l.PREVIOUS_FRAME].concat(this.taalOpcodes),d=ae.normalizeError(c),d.name="FBLogger"}if(!s.isEmpty())if(d.metadata==null)d.metadata=s.format();else{var f=d.metadata.concat(s.format()),g=new Set(f);d.metadata=Array.from(g.values())}if(a.length>0){if(d.events!=null){var h;(h=d.events).push.apply(h,a)}else d.events=[].concat(a);if(d.events!=null&&d.events.length>Pe){var y=d.events.length-Pe;d.events.splice(0,y+1,"<first "+y+" events omitted>")}}return d.tags=Array.from(this.loggerTags),de.reportNormalizedError(d),c},t.fatal=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];this.$1.apply(this,["fatal",t].concat(n))},t.mustfix=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];this.$1.apply(this,["error",t].concat(n))},t.warn=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];this.$1.apply(this,["warn",t].concat(n))},t.info=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];this.$1.apply(this,["info",t].concat(n))},t.debug=function(t){},t.mustfixThrow=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];var o=this.$1.apply(this,["error",t].concat(n));o||(o=s("mustfixThrow does not support catchingNormalizedError"),o.taalOpcodes=o.taalOpcodes||[],o.taalOpcodes.push(l.PREVIOUS_FRAME));try{o.message=W.toReadableMessage(o)}catch(e){}throw o.is_js_error=!0,o},t.catching=function(n){return n instanceof Error?this.error=n:new e("fblogger").blameToPreviousFrame().warn("Catching non-Error object is not supported"),this},t.catchingNormalizedError=function(t){return this.normalizedError=t,this},t.event=function(t){return this.events.push(t),this},t.blameToModule=function(t){return this.blameModule=t,this},t.blameToPreviousFile=function(){return this.taalOpcodes.push(l.PREVIOUS_FILE),this},t.blameToPreviousFrame=function(){return this.taalOpcodes.push(l.PREVIOUS_FRAME),this},t.blameToPreviousDirectory=function(){return this.taalOpcodes.push(l.PREVIOUS_DIR),this},t.addToCategoryKey=function(t){return this.forcedKey=t,this},t.addMetadata=function(t,n,r){return this.metadata.addEntry(t,n,r),this},t.tags=function(n){var t=n.concat(Array.from(this.loggerTags)),r=new e(this.project,t);return this.events.forEach(function(e){return r.event(e)}),this.metadata.getAll().forEach(function(e){var t=e[0],n=e[1],o=e[2];return r.addMetadata(t,n,o)}),r},t.getTagString=function(){var e=this.loggerTags.size>0?"["+Array.from(this.loggerTags).join("|")+"] ":"";return e},e})(),Me=function(t,n){var e=new Ne(t);return n!=null?e.event(t+"."+n):e};Me.addGlobalMetadata=function(e,t,n){M.addGlobalMetadata(e,t,n)};var we="<CUSTOM_NAME:",Ae=">";function Fe(e,t){if(e!=null&&t!=null)try{Object.defineProperty(e,"name",{value:we+" "+t+Ae})}catch(e){}return e}var Oe={blameToPreviousFile:function(t){var e;return t.taalOpcodes=(e=t.taalOpcodes)!==null&&e!==void 0?e:[],t.taalOpcodes.push(l.PREVIOUS_FILE),t},blameToPreviousFrame:function(t){var e;return t.taalOpcodes=(e=t.taalOpcodes)!==null&&e!==void 0?e:[],t.taalOpcodes.push(l.PREVIOUS_FRAME),t},blameToPreviousDirectory:function(t){var e;return t.taalOpcodes=(e=t.taalOpcodes)!==null&&e!==void 0?e:[],t.taalOpcodes.push(l.PREVIOUS_DIR),t}},Be={err:s,ErrorBrowserConsole:c,ErrorConfig:m,ErrorDynamicData:f,ErrorFilter:R,ErrorGlobalEventHandler:D,ErrorGuard:_e,ErrorGuardState:$,ErrorMetadata:M,ErrorNormalizeUtils:ae,ErrorPoster:Ee,ErrorPubSub:de,ErrorSerializer:W,ErrorSetup:$e,ErrorXFBDebug:z,FBLogger:Me,getErrorSafe:E,getSimpleHash:K,TAAL:Oe,TAALOpcode:l,renameFunction:Fe};a.exports=Be}),null);
__d("ErrorGuard",["fb-error"],(function(t,n,r,o,a,i,l){"use strict";l.default=r("fb-error").ErrorGuard}),98);
__d("CallbackDependencyManager",["ErrorGuard"],(function(t,n,r,o,a,i){var e,l=(function(){"use strict";function t(){this.$1=new Map,this.$2=new Map,this.$3=1,this.$4=new Map}var r=t.prototype;return r.$5=function(t,n){for(var e=0,r=new Set,o=0,a=n.length;o<a;o++)r.add(n[o]);for(var i of r.keys())if(!this.$4.get(i)){e++;var l=this.$1.get(i);l===void 0&&(l=new Map,this.$1.set(i,l)),l.set(t,(l.get(t)||0)+1)}return e},r.$6=function(r){var t=this.$1.get(r);if(t)for(var o of t.entries()){var a=o[0],i=o[1]-1;t.set(a,i),i<=0&&t.delete(a);var l=this.$2.get(a);if(l!==void 0&&(l.$7--,l.$7<=0)){var s=l.$8;this.$2.delete(a),(e||(e=n("ErrorGuard"))).applyWithGuard(s,null,[])}}},r.addDependenciesToExistingCallback=function(t,n){var e=this.$2.get(t);if(!e)return null;var r=this.$5(t,n);return e.$7+=r,t},r.isPersistentDependencySatisfied=function(t){return!!this.$4.get(t)},r.satisfyPersistentDependency=function(t){this.$4.set(t,1),this.$6(t)},r.satisfyNonPersistentDependency=function(t){var e=this.$4.get(t)===1;e||this.$4.set(t,1),this.$6(t),e||this.$4.delete(t)},r.registerCallback=function(r,o){var t=this.$3;this.$3++;var a=this.$5(t,o);return a===0?((e||(e=n("ErrorGuard"))).applyWithGuard(r,null,[]),null):(this.$2.set(t,{$8:r,$7:a}),t)},t})();a.exports=l}),null);
__d("EventSubscription",[],(function(t,n,r,o,a,i){"use strict";var e=function(t){var e=this;this.remove=function(){e.subscriber&&(e.subscriber.removeSubscription(e),e.subscriber=null)},this.subscriber=t};i.default=e}),66);
__d("EmitterSubscription",["EventSubscription"],(function(t,n,r,o,a,i,l){"use strict";var e=(function(e){function t(t,n,r){var o;return o=e.call(this,t)||this,o.listener=n,o.context=r,o}return babelHelpers.inheritsLoose(t,e),t})(r("EventSubscription"));l.default=e}),98);
__d("EventSubscriptionVendor",["invariant"],(function(t,n,r,o,a,i,l){"use strict";var e=(function(){function e(){this.$1={}}var t=e.prototype;return t.addSubscription=function(t,n){n.subscriber===this||l(0,2828),this.$1[t]||(this.$1[t]=[]);var e=this.$1[t].length;return this.$1[t].push(n),n.eventType=t,n.key=e,n},t.removeAllSubscriptions=function(t){t===void 0?this.$1={}:delete this.$1[t]},t.removeSubscription=function(t){var e=t.eventType,n=t.key,r=this.$1[e];r&&delete r[n]},t.getSubscriptionsForType=function(t){return this.$1[t]},e})();a.exports=e}),null);
__d("FBLogger",["fb-error"],(function(t,n,r,o,a,i,l){"use strict";l.default=r("fb-error").FBLogger}),98);
__d("emptyFunction",[],(function(t,n,r,o,a,i){"use strict";function e(e){return function(){return e}}var l=function(){};l.thatReturns=e,l.thatReturnsFalse=e(!1),l.thatReturnsTrue=e(!0),l.thatReturnsNull=e(null),l.thatReturnsThis=function(){return this},l.thatReturnsArgument=function(e){return e};var s=l;i.default=s}),66);
__d("BaseEventEmitter",["EmitterSubscription","ErrorGuard","EventSubscriptionVendor","FBLogger","emptyFunction"],(function(t,n,r,o,a,i){var e,l=(function(){"use strict";function t(){this.$2=new(n("EventSubscriptionVendor")),this.$1=null}var r=t.prototype;return r.addListener=function(t,r,o){return this.$2.addSubscription(t,new(n("EmitterSubscription"))(this.$2,r,o))},r.removeListener=function(t){this.$2.removeSubscription(t)},r.once=function(t,n,r){var e=this;return this.addListener(t,function(){e.removeCurrentListener(),n.apply(r,arguments)})},r.removeAllListeners=function(t){this.$2.removeAllSubscriptions(t)},r.removeCurrentListener=function(){if(!this.$1)throw n("FBLogger")("emitter").mustfixThrow("Not in an emitting cycle; there is no current subscription");this.$2.removeSubscription(this.$1)},r.listeners=function(t){var e=this.$2.getSubscriptionsForType(t);return e?e.filter(n("emptyFunction").thatReturnsTrue).map(function(e){return e.listener}):[]},r.emit=function(t){var e=this.$2.getSubscriptionsForType(t);if(e){for(var n=Object.keys(e),r,o=0;o<n.length;o++){var a=n[o],i=e[a];if(i){if(this.$1=i,r==null){r=[i,t];for(var l=0,s=arguments.length<=1?0:arguments.length-1;l<s;l++)r[l+2]=l+1<1||arguments.length<=l+1?void 0:arguments[l+1]}else r[0]=i;this.__emitToSubscription.apply(this,r)}}this.$1=null}},r.__emitToSubscription=function(r,o){for(var t=arguments.length,a=new Array(t>2?t-2:0),i=2;i<t;i++)a[i-2]=arguments[i];(e||(e=n("ErrorGuard"))).applyWithGuard(r.listener,r.context,a,{name:"EventEmitter "+o+" event"})},t})();a.exports=l}),null);
__d("EventEmitter",["BaseEventEmitter"],(function(t,n,r,o,a,i,l){var e=(function(e){function t(){return e.apply(this,arguments)||this}return babelHelpers.inheritsLoose(t,e),t})(r("BaseEventEmitter"));l.default=e}),98);
__d("EventEmitterWithHolding",[],(function(t,n,r,o,a,i){"use strict";var e=(function(){function e(e,t){this.$2=e,this.$3=t,this.$1=null,this.$5=[],this.$4=0}var t=e.prototype;return t.addListener=function(t,n,r){return this.$2.addListener(t,n,r)},t.once=function(t,n,r){return this.$2.once(t,n,r)},t.addRetroactiveListener=function(t,n,r){var e=this.$2.addListener(t,n,r),o=this.$5;return o.push(!1),this.$4++,this.$3.emitToListener(t,n,r),this.$4--,o[o.length-1]&&e.remove(),o.pop(),e},t.removeAllListeners=function(t){this.$2.removeAllListeners(t)},t.removeCurrentListener=function(){if(this.$4){var e=this.$5;e[e.length-1]=!0}else this.$2.removeCurrentListener()},t.listeners=function(t){return this.$2.listeners(t)},t.emit=function(t){for(var e,n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];(e=this.$2).emit.apply(e,[t].concat(r))},t.emitAndHold=function(t){for(var e,n,r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];this.$1=(e=this.$3).holdEvent.apply(e,[t].concat(o)),(n=this.$2).emit.apply(n,[t].concat(o)),this.$1=null},t.releaseCurrentEvent=function(){this.$1!=null?this.$3.releaseEvent(this.$1):this.$4>0&&this.$3.releaseCurrentEvent()},t.releaseHeldEventType=function(t){this.$3.releaseEventType(t)},e})();i.default=e}),66);
__d("EventHolder",["invariant"],(function(t,n,r,o,a,i,l,s){"use strict";var e=(function(){function e(){this.$1={},this.$2=[]}var t=e.prototype;return t.holdEvent=function(t){this.$1[t]=this.$1[t]||[];for(var e=this.$1[t],n={eventType:t,index:e.length},r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];return e.push(o),n},t.emitToListener=function(t,n,r){var e=this,o=this.$1[t];o&&o.forEach(function(o,a){o&&(e.$2.push({eventType:t,index:a}),n.apply(r,o),e.$2.pop())})},t.releaseCurrentEvent=function(){this.$2.length||s(0,1764),this.releaseEvent(this.$2[this.$2.length-1])},t.releaseEvent=function(t){delete this.$1[t.eventType][t.index]},t.releaseEventType=function(t){this.$1[t]=[]},e})();l.default=e}),98);
__d("Arbiter",["invariant","ArbiterToken","CallbackDependencyManager","ErrorGuard","EventEmitter","EventEmitterWithHolding","EventHolder"],(function(t,n,r,o,a,i,l,s){"use strict";var e;function u(e){return Array.isArray(e)?e:[e]}function c(e){return e instanceof d||e===d?e:d}var d=(function(){function t(){var e=new(r("EventEmitter"));this.$3=new m,this.$2=new(r("EventEmitterWithHolding"))(e,this.$3),this.$1=new(r("CallbackDependencyManager")),this.$4=[]}var n=t.prototype;return n.subscribe=function(t,n,o){var e=this;t=u(t),t.forEach(function(e){e&&typeof e=="string"||s(0,1966,e)}),typeof n=="function"||s(0,1967,n),o=o||"all",o==="new"||o==="all"||s(0,1968,o);var a=t.map(function(t){var r=function(o){return e.$5(n,t,o)};if(r.__SMmeta=n.__SMmeta,o==="new")return e.$2.addListener(t,r);e.$4.push({});var a=e.$2.addRetroactiveListener(t,r);return e.$4.pop(),a});return new(r("ArbiterToken"))(this,a)},n.$5=function(n,o,a){var t=this.$4[this.$4.length-1];if(t[o]!==!1){var i=(e||(e=r("ErrorGuard"))).applyWithGuard(n,null,[o,a]);i===!1&&this.$2.releaseCurrentEvent(),t[o]=i}},n.unsubscribeCurrentSubscription=function(){this.$2.removeCurrentListener()},n.releaseCurrentPersistentEvent=function(){this.$2.releaseCurrentEvent()},n.subscribeOnce=function(t,n,r){var e=this,o=this.subscribe(t,function(t,r){return e.unsubscribeCurrentSubscription(),n(t,r)},r);return o},n.unsubscribe=function(t){t.isForArbiterInstance(this)||s(0,1969),t.unsubscribe()},n.inform=function(t,n,r){var e=Array.isArray(t);t=u(t),r=r||"event";var o=r==="state"||r==="persistent";this.$4.push({});for(var a=0;a<t.length;a++){var i=t[a];i||s(0,1970,i),this.$3.setHoldingBehavior(i,r),this.$2.emitAndHold(i,n),this.$6(i,n,o)}var l=this.$4.pop();return e?l:l[t[0]]},n.query=function(t){var e=this.$3.getHoldingBehavior(t);!e||e==="state"||s(0,1971,t);var n=null;return this.$3.emitToListener(t,function(e){n=e}),n},n.registerCallback=function(t,n){return typeof t=="function"?this.$1.registerCallback(t,n):this.$1.addDependenciesToExistingCallback(t,n)},n.$6=function(t,n,r){n!==null&&(r?this.$1.satisfyPersistentDependency(t):this.$1.satisfyNonPersistentDependency(t))},t.subscribe=function(n,r,o){return t.prototype.subscribe.apply(c(this),arguments)},t.unsubscribeCurrentSubscription=function(){return t.prototype.unsubscribeCurrentSubscription.apply(c(this))},t.releaseCurrentPersistentEvent=function(){return t.prototype.releaseCurrentPersistentEvent.apply(c(this))},t.subscribeOnce=function(n,r,o){return t.prototype.subscribeOnce.apply(c(this),arguments)},t.unsubscribe=function(n){return t.prototype.unsubscribe.apply(c(this),arguments)},t.inform=function(n,r,o){return t.prototype.inform.apply(c(this),arguments)},t.informSingle=function(n,r,o){return t.prototype.inform.apply(c(this),arguments)},t.query=function(n){return t.prototype.query.apply(c(this),arguments)},t.registerCallback=function(n,r){return t.prototype.registerCallback.apply(c(this),arguments)},t.$6=function(n,r,o){return t.prototype.$6.apply(c(this),arguments)},t.$5=function(n,r,o){return t.prototype.$5.apply(c(this),arguments)},t})(),m=(function(e){function t(){var t;return t=e.call(this)||this,t.$ArbiterEventHolder1={},t}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.setHoldingBehavior=function(t,n){this.$ArbiterEventHolder1[t]=n},n.getHoldingBehavior=function(t){return this.$ArbiterEventHolder1[t]},n.holdEvent=function(n){var t=this.$ArbiterEventHolder1[n];if(t!=="persistent"&&this.$ArbiterEventHolder2(n),t!=="event"){for(var r,o=arguments.length,a=new Array(o>1?o-1:0),i=1;i<o;i++)a[i-1]=arguments[i];return(r=e.prototype.holdEvent).call.apply(r,[this,n].concat(a))}},n.$ArbiterEventHolder2=function(t){var e=this;this.emitToListener(t,function(){return e.releaseCurrentEvent()})},n.releaseEvent=function(n){n&&e.prototype.releaseEvent.call(this,n)},t})(r("EventHolder"));d.call(d);var p=d;l.default=p}),98);
__d("BigPipeInstance",[],(function(t,n,r,o,a,i){"use strict";var e=null,l={Events:{init:"BigPipe/init",tti:"tti_bigpipe",displayed:"all_pagelets_displayed",loaded:"all_pagelets_loaded"},setCurrentInstance_DO_NOT_USE:function(n){e=n},getCurrentInstance:function(){return e}};a.exports=l}),null);
__d("requireCond",[],(function(t,n,r,o,a,i){function e(e,t,n){throw new Error("Cannot use raw untransformed requireCond.")}var l=e;i.default=l}),66);
__d("BigPipePlugins",["cr:6669"],(function(t,n,r,o,a,i,l){var e=(function(){function e(){}return e.runPluginOnPagelet=function(n){e.getPluginList().forEach(function(e){e(n)})},e.getPluginList=function(){return[e.moveAdsTokens]},e.moveAdsTokens=function(n){if(n)for(var t=n.querySelectorAll("div[data-fte]"),r=0,o=t.length;r<o;r++)e.$1(t[r],"data-ft","data-ft")},e.$1=function(t,r,o){var e=t.getAttribute(r);e&&(n("cr:6669").set(t,o,e),t.removeAttribute(r))},e})();l.default=e}),98);
__d("ExecutionEnvironment",[],(function(t,n,r,o,a,i){"use strict";var e=!!(t!==void 0&&t.document&&t.document.createElement),l=typeof WorkerGlobalScope=="function",s=typeof SharedWorkerGlobalScope=="function"&&self instanceof SharedWorkerGlobalScope,u=!l&&e,c={canUseDOM:e,canUseEventListeners:e&&!!(t.addEventListener||t.attachEvent),canUseViewport:e&&!!window.screen,canUseWorkers:typeof Worker!="undefined",isInBrowser:e||l,isInMainThread:u,isInSharedWorker:s,isInWorker:l},d=c;i.default=d}),66);
__d("BootloaderDocumentInserter",["ExecutionEnvironment"],(function(t,n,r,o,a,i,l){"use strict";var e,s=null;function u(){return s||(s=document.head||document.getElementsByTagName("head")[0]||document.body),s}function c(t){if((e||(e=r("ExecutionEnvironment"))).isInWorker){t(null);return}var n=document.createDocumentFragment();t(n),u().appendChild(n)}l.getDOMContainerNode=u,l.batchDOMInsert=c}),98);
__d("objectValues",[],(function(t,n,r,o,a,i){"use strict";function e(e){return Object.values(e)}i.default=e}),66);
__d("BootloaderEvents",["Arbiter","objectValues"],(function(t,n,r,o,a,i,l){var e="bootloader/bootload",s="bootloader/bootload_started",u="bootloader/callback_timeout",c="bootloader/defer_timeout",d="hasteResponse/handle",m="bootloader/resource_in_longtail_bt_manifest",p="bootloader/bootload_error",_=new(r("Arbiter")),f=new Set,g=new Set,h=!1;function y(e,t){return"haste_response_ef:"+e+":"+(t!=null?t:"<unknown>")}function C(e){var t=new Map;for(var n of r("objectValues")(e))for(var o of n){var a=o[0],i=o[1];t.set(a,i)}return t}function b(){return{blocking:new Map,nonblocking:new Map,default:new Map}}function v(e){f.add(e),_.inform(s,e,"persistent")}function S(t){f.delete(t),_.inform(e,t,"persistent")}function R(e,t){g.add(y(e,t))}function L(e,t,n){_.inform(y(e,t),n,"persistent")}function E(e){_.inform(c,e,"persistent")}function k(e){return _.subscribe(s,function(t,n){return e(n)})}function I(t){return _.subscribe(e,function(e,n){return t(n)})}function T(e){return _.subscribe(c,function(t,n){return e(n)})}function D(){return new Set(f)}function x(e){_.inform(d,e,"persistent")}function $(e){return _.subscribe(d,function(t,n){var r=y(n.source,n.sourceDetail);if(g.has(r)){_.subscribe(r,function(t,r){return e(babelHelpers.extends({},n,{efData:r}))});return}e(n)})}function P(e){return _.subscribe(m,function(t,n){e(n)})}function N(){return h}function M(e,t){h=!0,_.inform(m,{hashes:e,source:t},"persistent")}function w(e){return _.subscribe(u,function(t,n){e(n)})}function A(e){_.inform(u,e,"persistent")}function F(e){return _.subscribe(p,function(t,n){return e(n)})}function O(e){_.inform(p,e,"persistent")}l.flattenResourceMapSet=C,l.newResourceMapSet=b,l.notifyBootloadStart=v,l.notifyBootload=S,l.notifyHasteResponseEFStart=R,l.notifyHasteResponseEF=L,l.notifyDeferTimeout=E,l.onBootloadStarted=k,l.onBootload=I,l.onDeferTimeout=T,l.getActiveBootloads=D,l.notifyHasteResponse=x,l.onHasteResponse=$,l.onResourceInLongTailBTManifest=P,l.getHasDetectedResourceInLongTailBTManifest=N,l.notifyResourceInLongTailBTManifest=M,l.onBootloaderCallbackTimeout=w,l.notifyBootloaderCallbackTimeout=A,l.onBootloadError=F,l.notifyBootloadError=O}),98);
__d("SimpleHook",[],(function(t,n,r,o,a,i){"use strict";var e=(function(){function e(){this.__callbacks=[],this.call=this.$2}var t=e.prototype;return t.hasCallback=function(t){var e=this.__callbacks;return e.length>0&&(t==null||e.some(function(e){return e===t||e.$1===t}))},t.add=function(t,n){var e=this,r;if((n==null?void 0:n.once)===!0){var o=function(){e.remove(r),t.apply(null,arguments)};o.$1=t,r=o}else r=t;return this.__callbacks.push(r),r},t.removeLast=function(){return this.__callbacks.pop()},t.remove=function(t){return this.removeIf(function(e){return e===t})},t.removeIf=function(t){var e=this.__callbacks;return this.__callbacks=e.filter(function(e){return!t(e)}),e.length>this.__callbacks.length},t.clear=function(){this.__callbacks=[]},t.$2=function(){for(var e=this.__callbacks,t=0,n=e.length;t<n;++t){var r=e[t];r.apply(null,arguments)}},e})();i.SimpleHook=e}),66);
__d("performanceAbsoluteNowOnAdjust",["SimpleHook"],(function(t,n,r,o,a,i,l){"use strict";var e=new(o("SimpleHook")).SimpleHook,s=e;l.default=s}),98);
__d("performanceAbsoluteNow",["performance","performanceAbsoluteNowOnAdjust"],(function(t,n,r,o,a,i,l){var e,s=function(){return Date.now()};function u(e){s=e}var c=0,d=-1,m=typeof(e||(e=r("performance")))=="object",p=m&&typeof(e||(e=r("performance"))).now=="function";m&&((e||(e=r("performance"))).timeOrigin?d=(e||(e=r("performance"))).timeOrigin:(e||(e=r("performance"))).timing&&(e||(e=r("performance"))).timing.navigationStart&&(d=(e||(e=r("performance"))).timing.navigationStart));var _,f,g=function(){return 0};if(p&&d!==-1){if(_=function(){return(e||(e=r("performance"))).now()+d},f=function(){return _()+c},g=function(){var e=Date.now()-_();return e>500&&(c=e,r("performanceAbsoluteNowOnAdjust").call(e)),e},typeof window=="object"&&typeof window.addEventListener=="function"){var h={capture:!1,passive:!0};window.addEventListener("blur",g,h),window.addEventListener("focus",g,h)}}else f=_=function(){return s()};var y={setFallback:u,fromRelativeTime:(function(){if(d===-1){var t=p?Date.now()-(e||(e=r("performance"))).now():0;return function(e){return e+t}}else return function(e){return e+d}})(),__adjust:g,adjusted:f},C=Object.assign(_,y),b=C;l.default=b}),98);
__d("BootloaderEventsManager",["CallbackDependencyManager","performanceAbsoluteNow"],(function(t,n,r,o,a,i){var e,l=(function(){"use strict";function t(){this.$1=new(n("CallbackDependencyManager")),this.$2=new Map}var r=t.prototype;return r.rsrcDone=function(t){return t},r.bootload=function(t){return"bl:"+t.join(",")},r.tierOne=function(t){return"t1:"+t},r.tierTwoStart=function(t){return"t2s:"+t},r.tierTwo=function(t){return"t2:"+t},r.tierThreeStart=function(t){return"t3s:"+t},r.tierThree=function(t){return"t3:"+t},r.tierOneLog=function(t){return"t1l:"+t},r.tierTwoLog=function(t){return"t2l:"+t},r.tierThreeLog=function(t){return"t3l:"+t},r.beDone=function(t){return"beDone:"+t},r.notify=function(r){this.$2.set(r,(e||(e=n("performanceAbsoluteNow")))()),this.$1.satisfyPersistentDependency(r)},r.getEventTime=function(t){return this.$2.get(t)},r.registerCallback=function(t,n){this.$1.registerCallback(t,n)},t})();a.exports=l}),null);
__d("nullthrows",[],(function(t,n,r,o,a,i){function e(e,t){if(t===void 0&&(t="Got unexpected null or undefined"),e!=null)return e;var n=new Error(t);throw n.framesToPop=1,n}i.default=e}),66);
__d("BootloaderPreloader",["invariant","BootloaderDocumentInserter","ErrorGuard","ExecutionEnvironment","FBLogger","nullthrows"],(function(t,n,r,o,a,i,l,s){"use strict";var e,u,c=new Set,d=new Set;function m(e){var t,n=e.allResources,a=e==null||(t=e.hsrp)==null||(t=t.hblp)==null?void 0:t.rsrcMap;if(a==null){r("FBLogger")("BootloaderPreloader").warn("Missing resource map in worker hrp");return}if(n==null){r("FBLogger")("BootloaderPreloader").warn("Missing allResources list in worker hrp");return}o("BootloaderDocumentInserter").batchDOMInsert(function(e){n.forEach(function(t){var n=a[t];!n||n.type!=="js"||p(n,e,"prefetch")})})}function p(t,n,o,a,i){if(o===void 0&&(o="preload"),!(e||(e=r("ExecutionEnvironment"))).isInWorker){var l=r("nullthrows")(n),m=void 0;switch(t.type){case"async":return;case"css":m="style";break;case"js":m="script";break;default:m=t.type,s(0,3721)}if(!(c.has(t.src)||o==="prefetch"&&d.has(t.src))&&(o==="preload"?c.add(t.src):o==="prefetch"?d.add(t.src):s(0,77517),t.d!==1)){var p=document.createElement("link");i!=null&&(p.onerror=(u||(u=r("ErrorGuard"))).guard(function(){i()})),p.href=t.src,p.rel=o,o==="preload"&&(p.as=m),a!=null&&p.setAttribute("fetchpriority",a),t.nc||(p.crossOrigin="anonymous"),l.appendChild(p)}}}l.preloadWorkerJSFromHRP=m,l.preloadResource=p}),98);
__d("BootloaderRetryTracker",["ErrorGuard","performanceAbsoluteNow"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u=(function(){function n(e){this.$2=[],this.$3=new Map,this.$1=e,this.$4=this.$1.retries.length>0}var o=n.prototype;return o.getAllRetryAttempts_FOR_DEBUG_ONLY=function(){return this.$3},o.getNumRetriesForSource=function(t){var e;return(e=this.$3.get(t))!=null?e:0},o.maybeScheduleRetry=function(o,a,i){var n=this,l=this.getNumRetriesForSource(o);if(!this.$5()||l>=this.$1.retries.length){i();return}this.$2.push((e||(e=r("performanceAbsoluteNow")))()),this.$3.set(o,l+1),t.setTimeout(function(){n.$5()?a():i()},this.$1.retries[l])},o.maybeRetryImmediately=function(n,o,a){var t=this.getNumRetriesForSource(n);if(!this.$5()||t>=this.$1.retries.length){a();return}this.$2.push((e||(e=r("performanceAbsoluteNow")))()),this.$3.set(n,t+1),o()},o.$5=function(){if(!this.$4)return!1;var e=this.$2.length;if(e<this.$1.abortNum)return!0;var t=this.$2[e-1]-this.$2[e-this.$1.abortNum];return t<this.$1.abortTime&&((s||(s=r("ErrorGuard"))).applyWithGuard(this.$1.abortCallback,null,[]),this.$4=!1),this.$4},n})();l.default=u}),98);
__d("Promise",["cr:6640"],(function(t,n,r,o,a,i){"use strict";var e,l=(e=n("cr:6640"))!=null?e:t.Promise;l.allSettled||(l.allSettled=function(e){var t;if((typeof Symbol=="function"?Symbol.iterator:"@@iterator")in e)t=Array.from(e);else return l.reject(new TypeError("Promise.allSettled must be passed an iterable."));for(var n=Array(t.length),r=function(){var e=t[o],r=typeof e=="object"&&e!==null&&typeof e.then=="function";n[o]=r?new l(function(t,n){e.then(function(n){t({status:"fulfilled",value:n})},function(n){t({status:"rejected",reason:n})})}):l.resolve({status:"fulfilled",value:e})},o=0,a=t.length;o<a;++o)r();return l.all(n)}),l.prototype.finally||(l.prototype.finally=function(e){return this.then(function(t){return l.resolve(e()).then(function(){return t})},function(t){return l.resolve(e()).then(function(){throw t})})}),a.exports=l}),null);
__d("$InternalEnum",[],(function(t,n,r,o,a,i){"use strict";var e=Object.prototype.hasOwnProperty,l=typeof WeakMap=="function"?new WeakMap:new Map;function s(e){var t=l.get(e);if(t!==void 0)return t;var n=new Map;Object.getOwnPropertyNames(e).forEach(function(t){n.set(e[t],t)});try{l.set(e,n)}catch(e){}return n}var u=Object.freeze(Object.defineProperties(Object.create(null),{isValid:{value:function(t){return s(this).has(t)}},cast:{value:function(t){return this.isValid(t)?t:void 0}},members:{value:function(){return s(this).keys()}},getName:{value:function(t){return s(this).get(t)}}}));function c(t){var n=Object.create(u);for(var r in t)e.call(t,r)&&Object.defineProperty(n,r,{value:t[r]});return Object.freeze(n)}var d=Object.freeze(Object.defineProperties(Object.create(null),{isValid:{value:function(n){return typeof n=="string"?e.call(this,n):!1}},cast:{value:u.cast},members:{value:function(){return Object.getOwnPropertyNames(this).values()}},getName:{value:function(t){return t}}}));c.Mirrored=function(t){for(var e=Object.create(d),n=0,r=t.length;n<r;++n)Object.defineProperty(e,t[n],{value:t[n]});return Object.freeze(e)},Object.freeze(c.Mirrored),a.exports=Object.freeze(c)}),null);
__d("RequireDeferredFactoryEvent",["$InternalEnum"],(function(t,n,r,o,a,i){var e=n("$InternalEnum")({SUPPORT_DATA:"sd",CSS:"css"}),l=e;i.default=l}),66);
__d("ifRequired",[],(function(t,n,r,o,a,i){function e(e,t,n){var r,a;if((r=o)==null||r.call(null,[e],function(e){a=e}),a&&t)return t(a);if(!a&&n)return n()}i.default=e}),66);
__d("ifRequireable",["ifRequired"],(function(t,n,r,o,a,i,l){function e(e,t,n){return r("ifRequired").call(null,e,t,n)}l.default=e}),98);
__d("ErrorPubSub",["fb-error"],(function(t,n,r,o,a,i,l){"use strict";l.default=r("fb-error").ErrorPubSub}),98);
__d("PromiseAnnotate",[],(function(t,n,r,o,a,i){"use strict";function e(e,t){return e.displayName=t,e}function l(e){var t=e.displayName;return typeof t=="string"?t:null}i.setDisplayName=e,i.getDisplayName=l}),66);
__d("asyncToGeneratorRuntime",["Promise"],(function(t,n,r,o,a,i){"use strict";var e;function l(t,r,o,a,i,l,s){try{var u=t[l](s),c=u.value}catch(e){o(e);return}u.done?r(c):(e||(e=n("Promise"))).resolve(c).then(a,i)}function s(t){return function(){var r=this,o=arguments;return new(e||(e=n("Promise")))(function(e,n){var a=t.apply(r,o);function i(t){l(a,e,n,i,s,"next",t)}function s(t){l(a,e,n,i,s,"throw",t)}i(void 0)})}}i.asyncToGenerator=s}),66);
__d("getErrorSafe",["fb-error"],(function(t,n,r,o,a,i,l){"use strict";l.default=r("fb-error").getErrorSafe}),98);
__d("promiseDone",["ErrorPubSub","PromiseAnnotate","asyncToGeneratorRuntime","getErrorSafe"],(function(t,n,r,o,a,i,l){var e,s;function u(e){var t=r("getErrorSafe")(e);t.loggingSource="PROMISE_DONE",(s||(s=r("ErrorPubSub"))).reportError(t)}function c(e){return(function(){var t=n("asyncToGeneratorRuntime").asyncToGenerator(function*(t){try{var n=yield e(t);return n}catch(e){u(e)}});return function(e){return t.apply(this,arguments)}})()}function d(t,n,r){var a=r!=null?c(r):null,i=arguments.length>1?t.then(n,a):t;r==null&&i.then(null,u);var l=(e||(e=o("PromiseAnnotate"))).getDisplayName(t);l!=null&&(e||(e=o("PromiseAnnotate"))).setDisplayName(i,l)}l.default=d}),98);
__d("requireWeak",[],(function(t,n,r,o,a,i){function e(e,t){var n;(n=o)==null||n.call(null,[e],t)}i.default=e}),66);
__d("RequireDeferredReference",["CallbackDependencyManager","Promise","RequireDeferredFactoryEvent","ifRequireable","ifRequired","performanceNow","promiseDone","requireWeak"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u=1,c=2,d=16,m=u|c|d,p=null;function _(){return p==null&&(p=new(r("CallbackDependencyManager"))),p}function f(e,t){return e+":"+t}var g=new Set,h=(function(){function t(e){this.$1=e}var o=t.prototype;return o.setRequireDeferredForDisplay=function(t){this.$2=t},o.isRequireDeferredForDisplay=function(){return this.$2},o.getModuleId=function(){var e=this.$1;return e},o.getModuleIdAsRef=function(){return this.$1},o.preload=function(){},o.getModuleIfRequired=function(){return r("ifRequired").call(null,this.$1,function(e){return e})},o.getModuleIfRequireable=function(){return r("ifRequireable").call(null,this.$1,function(e){return e})},o.isAvailableInSSR_DO_NOT_USE=function(){return!0},o.$3=function(t){var e=this,n=r("ifRequireable")("InteractionTracingMetrics",function(t){return t.currentInteractionLogger().addRequireDeferred(e.getModuleId(),(s||(s=r("performanceNow")))())}),o=!1,a=function(a,i){n==null||n((s||(s=r("performanceNow")))(),i),o||t(a)};return r("ifRequireable").call(null,this.$1,function(e){return a(e,!0)},function(){r("requireWeak").call(null,e.$1,function(e){return a(e,!1)})}),{remove:function(){o=!0}}},o.load=function(){var t=this;return new(e||(e=n("Promise")))(function(e){return t.$3(e)})},o.__setRef=function(t){return this},o.onReadyImmediately=function(t){return this.$3(t)},o.onReady=function(o){var t=!1,a=this.$3(function(a){r("promiseDone")((e||(e=n("Promise"))).resolve().then(function(){t||o(a)}))});return{remove:function(){t=!0,a.remove()}}},o.loadImmediately=function(t){return this.$3(t)},t.getRDModuleName_DO_NOT_USE=function(t){return"rd:"+t},t.unblock=function(o,a){var e=_(),i=function(i){g.has(i)||(g.add(i),e.registerCallback(function(){define(t.getRDModuleName_DO_NOT_USE(i),[i],function(){n.call(null,i)},m)},Array.from(r("RequireDeferredFactoryEvent").members(),function(e){return f(i,e)}))),e.satisfyPersistentDependency(f(i,a))};for(var l of o)i(l)},t})();l.default=h}),98);
__d("RDRequireDeferredReference",["RequireDeferredReference"],(function(t,n,r,o,a,i,l){"use strict";var e=(function(e){function t(){return e.apply(this,arguments)||this}babelHelpers.inheritsLoose(t,e),t.disableForSSR_DO_NOT_USE=function(){this.$RDRequireDeferredReference$p_1=!1};var n=t.prototype;return n.isAvailableInSSR_DO_NOT_USE=function(){return this.constructor.$RDRequireDeferredReference$p_1},t})(r("RequireDeferredReference"));e.$RDRequireDeferredReference$p_1=!0,l.default=e}),98);
__d("requireDeferred",["RDRequireDeferredReference"],(function(t,n,r,o,a,i,l){"use strict";var e={};function s(t,n){e[t]=n}function u(t){return e[t]}function c(e){var t=u(e);if(t)return t;var n=new(r("RDRequireDeferredReference"))(e);return n.setRequireDeferredForDisplay(!1),s(e,n),n}l.default=c}),98);
__d("BootloaderUsageLoggerUtils",["SiteData","requireDeferred"],(function(t,n,r,o,a,i,l){"use strict";var e=r("requireDeferred")("ODS").__setRef("BootloaderUsageLoggerUtils"),s=new Set,u=new Set;function c(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return n.map(function(t,n){var r=e[n];return p(r,"loaded"),(function(e){return e==="function"?new Proxy(t,d(r)):e==="object"?new Proxy(t,m(r)):t})(typeof t)})}function d(e){return{apply:function(n,r,o){return p(e,"used"),Reflect.apply(n,r,o)}}}function m(e){return{get:function(n,r){return p(e,"used"),Reflect.get(n,r)}}}function p(e,t){var n=t==="loaded"?u:s;n.has(e)||(_(e,t),n.add(e))}function _(t,n){e.onReady(function(e){e.bumpEntityKey(454,"bootloader_load_modules."+o("SiteData").pkg_cohort,t+".module_"+n)})}l.getProxyArgs=c,l.bumpODSKey=_}),98);
__d("clearInterval",["cr:7385"],(function(t,n,r,o,a,i,l){l.default=n("cr:7385")}),98);
__d("isEmpty",["invariant"],(function(t,n,r,o,a,i,l,s){"use strict";function e(e){if(Array.isArray(e))return e.length===0;if(typeof e=="object"){if(e){!u(e)||e.size===void 0||s(0,1445);for(var t in e)return!1}return!0}else return!e}function u(e){return typeof Symbol=="undefined"?!1:e[typeof Symbol=="function"?Symbol.iterator:"@@iterator"]!=null}l.default=e}),98);
__d("setIntervalAcrossTransitions",["cr:7389"],(function(t,n,r,o,a,i,l){l.default=n("cr:7389")}),98);
__d("CSSPoller",["CSSLoaderConfig","FBLogger","clearInterval","getErrorSafe","isEmpty","setIntervalAcrossTransitions"],(function(t,n,r,o,a,i,l){"use strict";var e,s=20,u=new Map,c={expirationTime:null,startCSSPoll:function(t,n,o,a){var e=u.size!==0;if(c.expirationTime=Date.now()+r("CSSLoaderConfig").timeout,u.set(t,{link:a,onLoad:n,onError:o,pollAttempts:0}),!e)var i=r("setIntervalAcrossTransitions")(function(){c.runCSSPolls()&&r("clearInterval")(i)},s)},runCSSPolls:function(){var t=[],n=c.expirationTime;if(n!=null&&Date.now()>=n){for(var o of u.values())r("FBLogger")("CSSPoller").warn("Failed to poll CSS: %s with CORS setting %s after %d attempts",o.link.href,o.link.crossOrigin,o.pollAttempts),t.push(o.onError);u.clear()}else for(var a of u){var i=a[0],l=a[1],s=l.link;try{var d=s.sheet;if(d!=null){var m,p=(m=d.cssRules)!=null?m:d.rules;p!=null&&(t.push(l.onLoad),u.delete(i))}}catch(e){l.pollAttempts++,r("FBLogger")("CSSPoller").catching(r("getErrorSafe")(e)).warn("Poll technique was unable to poll CSS: %s with CORS setting %s at attempt %d",s.href,s.crossOrigin,l.pollAttempts)}}if(!(e||(e=r("isEmpty")))(t)){for(var _=0;_<t.length;_++)t[_]();c.expirationTime=Date.now()+r("CSSLoaderConfig").timeout}return u.size===0}},d=c;l.default=d}),98);
__d("CircularBuffer",["FBLogger"],(function(t,n,r,o,a,i,l){var e=(function(){function e(e){if(e<=0)throw r("FBLogger")("comet_infra").mustfixThrow("Buffer size should be a positive integer");this.$1=e,this.$2=0,this.$3=[],this.$4=[]}var t=e.prototype;return t.write=function(t){var e=this;return this.$3.length<this.$1?this.$3.push(t):(this.$4.forEach(function(t){return t(e.$3[e.$2])}),this.$3[this.$2]=t,this.$2++,this.$2%=this.$1),this},t.onEvict=function(t){return this.$4.push(t),this},t.read=function(){return this.$3.slice(this.$2).concat(this.$3.slice(0,this.$2))},t.expand=function(t){if(t>this.$1){var e=this.read();this.$2=0,this.$3=e,this.$1=t}return this},t.dropFirst=function(t){if(t<=this.$1){var e=this.read();this.$2=0,e.splice(0,t),this.$3=e}return this},t.clear=function(){return this.$2=0,this.$3=[],this},t.currentSize=function(){return this.$3.length},t.lastElement=function(){return this.$3[this.$2]},e})();l.default=e}),98);
__d("ResourceTypes",[],(function(t,n,r,o,a,i){"use strict";var e={JS:"js",CSS:"css",XHR:"xhr"},l=e;i.default=l}),66);
__d("TimingAnnotations",[],(function(t,n,r,o,a,i){var e=(function(){function e(){}var t=e.prototype;return t.addStringAnnotation=function(t,n){return this},t.addSetAnnotation=function(t,n){return this},t.addSetElement=function(t,n){return this},t.registerOnBeforeSend=function(t){return this},t.addVectorAnnotation=function(t,n){return this},t.addVectorElement=function(t,n){return this},e})(),l=(function(){function e(){this.$1=null,this.$2=null,this.$3=null,this.$4=[]}var t=e.prototype;return t.addStringAnnotation=function(t,n){return this.$2=this.$2||new Map,this.$2.set(t,n),this},t.addSetAnnotation=function(t,n){var e=this.$1||new Map,r=e.get(t)||new Set;return n.forEach(function(e){return r.add(e)}),e.set(t,r),this.$1=e,this},t.addSetElement=function(t,n){var e=this.$1||new Map,r=e.get(t)||new Set;return r.add(n),e.set(t,r),this.$1=e,this},t.addVectorAnnotation=function(t,n){return this.$3=this.$3||new Map,this.$3.set(t,n),this},t.addVectorElement=function(t,n){var e=this.$3=this.$3||new Map,r=this.$3.get(t)||[];return r.push(n),e.set(t,r),this},t.registerOnBeforeSend=function(t){return this.$4.push(t),this},t.prepareToSend=function(){var e=this;this.$4.forEach(function(t){return t(e)}),this.$4=[];var t={};if(this.$1!=null)for(var n of this.$1){var r=n[0],o=n[1];t[r]=Array.from(o.values())}var a={};if(this.$2!=null)for(var i of this.$2){var l=i[0],s=i[1];a[l]=s}var u={};if(this.$3!=null)for(var c of this.$3){var d=c[0],m=c[1];u[d]=m}return{setProps:t,stringProps:a,vectorProps:u}},e.combine=function(t,n){var e;return t!=null&&n!=null?(t.stringProps=babelHelpers.extends({},n.stringProps,t.stringProps),t.setProps=babelHelpers.extends({},n.setProps,t.setProps),e=t):t!=null?e=t:n!=null&&(e=n),e},e})();l.EmptyTimingAnnotations=e,l.EmptyTraceTimingAnnotations=e,l.TraceTimingAnnotations=l,i.default=l}),66);
__d("BaseDeserializePHPQueryData",[],(function(t,n,r,o,a,i){"use strict";var e=/^([-_\w]+)((?:\[[-_\w]*\])+)=?(.*)/;function l(e){return e==="hasOwnProperty"||e==="__proto__"?"\uD83D\uDF56":e}function s(t,n){if(t==null||t==="")return{};for(var r={},o=t.replace(/%5B/gi,"[").replace(/%5D/gi,"]"),a=o.split("&"),i=Object.prototype.hasOwnProperty,s=0,u=a.length;s<u;s++){var c=a[s].match(e);if(c){var _=c[2].split(/\]\[|\[|\]/).slice(0,-1),f=c[1],g=n(c[3]||"");_[0]=f;for(var h=r,y=0;y<_.length-1;y++){var C=l(_[y]);if(C){if(!i.call(h,C)){var b=_[y+1]&&!_[y+1].match(/^\d{1,3}$/)?{}:[];if(h[C]=b,h[C]!==b)return r}h=h[C]}else _[y+1]&&!_[y+1].match(/^\d{1,3}$/)?h.push({}):h.push([]),h=h[h.length-1]}h instanceof Array&&_[_.length-1]===""?h.push(g):h[l(_[_.length-1])]=g}else{var d=a[s].indexOf("=");if(d===-1)r[n(a[s])]=null;else{var m=a[s].substring(0,d),p=a[s].substring(d+1);r[n(m)]=n(p)}}}return r}i.deserialize=s}),66);
__d("flattenPHPQueryData",["invariant"],(function(t,n,r,o,a,i,l,s){"use strict";function e(e){return u(e,"",{})}function u(e,t,n){if(e==null)n[t]=void 0;else if(typeof e=="object"){typeof e.appendChild!="function"||s(0,2616);for(var r in e)r!=="$$typeof"&&Object.prototype.hasOwnProperty.call(e,r)&&e[r]!==void 0&&u(e[r],t?t+"["+r+"]":r,n)}else n[t]=e;return n}l.default=e}),98);
__d("PHPQuerySerializer",["BaseDeserializePHPQueryData","flattenPHPQueryData"],(function(t,n,r,o,a,i,l){function e(e){var t=[],n=r("flattenPHPQueryData")(e);for(var o in n)if(Object.prototype.hasOwnProperty.call(n,o)){var a=s(o);n[o]===void 0?t.push(a):t.push(a+"="+s(String(n[o])))}return t.join("&")}function s(e){return encodeURIComponent(e).replace(/%5D/g,"]").replace(/%5B/g,"[")}function u(e){return o("BaseDeserializePHPQueryData").deserialize(e,c)}function c(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(t){return e}}var d={decodeComponent:c,deserialize:u,encodeComponent:s,serialize:e};i.exports=d}),34);
__d("PHPQuerySerializerNoEncoding",["BaseDeserializePHPQueryData","flattenPHPQueryData"],(function(t,n,r,o,a,i,l){"use strict";function e(e){var t=[],n=r("flattenPHPQueryData")(e);for(var o in n)if(Object.prototype.hasOwnProperty.call(n,o)){var a=o;n[o]===void 0?t.push(a):t.push(a+"="+String(n[o]))}return t.join("&")}function s(e){return e}function u(e){return o("BaseDeserializePHPQueryData").deserialize(e,c)}function c(e){return e}var d={decodeComponent:c,deserialize:u,encodeComponent:s,serialize:e},m=d;l.default=m}),98);
__d("ReloadPage",["Env","ifRequireable"],(function(t,n,r,o,a,i,l){var e;function s(n){var o=r("ifRequireable")("BlueCompatRouter",function(e){return e});if((e||(e=r("Env"))).isCQuick&&o){o.sendMessage({compatAction:"reload"});return}t.window.location.reload(n)}function u(e){t.setTimeout(s,e)}l.now=s,l.delay=u}),98);
__d("PHPStrictQuerySerializer",["PHPQuerySerializer","flattenPHPQueryData"],(function(t,n,r,o,a,i,l){var e;function s(e){var t=[],n=r("flattenPHPQueryData")(e);for(var o in n)if(Object.prototype.hasOwnProperty.call(n,o)){var a=u(o);n[o]===void 0?t.push(a):t.push(a+"="+u(String(n[o])))}return t.join("&")}function u(e){return encodeURIComponent(e)}l.serialize=s,l.encodeComponent=u,l.deserialize=(e||(e=o("PHPQuerySerializer"))).deserialize,l.decodeComponent=e.decodeComponent}),98);
__d("URIRFC3986",[],(function(t,n,r,o,a,i){"use strict";var e=new RegExp("^([^:/?#]+:)?(//([^\\\\/?#@]*@)?(\\[[A-Fa-f0-9:.]+\\]|[^\\/?#:]*)(:[0-9]*)?)?([^?#]*)(\\?[^#]*)?(#.*)?");function l(t){if(t.trim()==="")return null;var n=t.match(e);if(n==null)return null;var r=n[2]?n[2].substr(2):null,o=n[1]?n[1].substr(0,n[1].length-1):null,a={uri:n[0]?n[0]:null,scheme:o,authority:r,userinfo:n[3]?n[3].substr(0,n[3].length-1):null,host:n[2]?n[4]:null,port:n[5]&&n[5].substr(1)?parseInt(n[5].substr(1),10):null,path:n[6]?n[6]:null,query:n[7]?n[7].substr(1):null,fragment:n[8]?n[8].substr(1):null,isGenericURI:r===null&&!!o};return a}i.parse=l}),66);
__d("URISchemes",["$InternalEnum"],(function(t,n,r,o,a,i){"use strict";var e=new Set(["about","accountscenter","aidemos","aistudio","apk","blob","barcelona","cmms","fb","fba","fbatwork","fb-ama","fb-internal","fb-workchat","fb-workchat-secure","fb-messenger","fb-messenger-public","fb-messenger-group-thread","fb-page-messages","fb-pma","fbcf","fbconnect","fbinternal","fbmobilehome","fbrpc","file","flipper","ftp","gtalk","http","https","mailto","wss","ms-app","intent","itms","itms-apps","itms-services","lasso","market","svn+ssh","fbstaging","tel","sms","pebblejs","sftp","whatsapp","moments","flash","fblite","chrome-extension","webcal","instagram","iglite","fb124024574287414","fb124024574287414rc","fb124024574287414master","fb1576585912599779","fb929757330408142","designpack","fbpixelcloud","fbapi20130214","fb1196383223757595","tbauth","oculus","oculus.store","oculus.feed","fb1680871178595114","fb1543576032349914","fb1635404796768116","fb147781309031234","oculusstore","socialplatform","odh","com.oculus.rd","aria","skype","ms-windows-store","callto","messenger","workchat","fb236786383180508","fb1775440806014337","data","fb-mk","munki","origami-file","fb-nimble-vrsrecorder","fb-nimble-monohandtrackingvis","together","togetherbl","horizonlauncher","horizon","venues","whatsapp-consumer","whatsapp-smb","fb-ide-opener","fb-vscode","fb-vscode-insiders","fb-vscode-dev","editor","spark-studio","spark-player","spark-simulator","meta-spatial-editor","cosmo-player","arstudio","manifold","origami-internal","origami-public","stella","mwa","mattermost","logaggregator","pcoip","cinema","home","oculus360photos","systemux","content","moonstone","hsr-asset-viewer","upi","phonepe","gpay","tez","paytmmp","bhim","q4bconfigurator","q4bnux","fb-viewapp","meta-ai","vibes","x-safari-https","meta-bloks","facebook-horizon","fbboost","ctrl-hub","hsr-editor","assethub","gizmo"]),l=n("$InternalEnum")({EXPLICITLY_ALLOWED_SCHEMES_ONLY:"explicitly_allowed_schemes_only",INCLUDE_DEFAULTS:"include_defaults"});function s(t,n,r){return n===void 0&&(n=l.INCLUDE_DEFAULTS),t==null||t===""?!0:(r==null?void 0:r.has(t.toLowerCase()))||n===l.INCLUDE_DEFAULTS&&e.has(t.toLowerCase())}i.Options=l,i.isAllowed=s}),66);
__d("isSameOrigin",[],(function(t,n,r,o,a,i){"use strict";function e(e,t){return!e.getProtocol()||!e.getDomain()||!t.getProtocol()||!t.getDomain()?!1:e.getOrigin()===t.getOrigin()}i.default=e}),66);
__d("setHostSubdomain",[],(function(t,n,r,o,a,i){"use strict";function e(e,t){var n=e.split(".");return n.length<3?n.unshift(t):n[0]=t,n.join(".")}i.default=e}),66);
__d("URIAbstractBase",["invariant","FBLogger","PHPStrictQuerySerializer","URIRFC3986","URISchemes","isSameOrigin","setHostSubdomain"],(function(t,n,r,o,a,i,l){var e,s,u=new RegExp("[\\x00-\\x2c\\x2f\\x3b-\\x40\\x5c\\x5e\\x60\\x7b-\\x7f\\uFDD0-\\uFDEF\\uFFF0-\\uFFFF\\u2047\\u2048\\uFE56\\uFE5F\\uFF03\\uFF0F\\uFF1F]"),c=new RegExp("^(?:[^/]*:|[\\x00-\\x1f]*/[\\x00-\\x1f]*/)"),d=[],m=(function(){"use strict";function t(r,o,a,i){a===void 0&&(a=(e||(e=n("URISchemes"))).Options.INCLUDE_DEFAULTS),o||l(0,2966),this.$9=o,this.$7="",this.$1="",this.$6="",this.$5="",this.$3="",this.$4=!1,this.$8={},this.$2=!1,this.$12=a,this.$13=i,t.parse(this,r,!0,o),this.$11=!1}t.parse=function(o,a,i,l){if(!a)return!0;if(a instanceof t)return o.setProtocol(a.getProtocol()),o.setDomain(a.getDomain()),o.setPort(a.getPort()),o.setPath(a.getPath()),o.setQueryData(l.deserialize(l.serialize(a.getQueryData()))),o.setFragment(a.getFragment()),o.setIsGeneric(a.getIsGeneric()),o.setForceFragmentSeparator(a.getForceFragmentSeparator()),o.setOriginalRawQuery(a.getOriginalRawQuery()),o.setQueryParamModified(!1),!0;a=a.toString().trim();var r=(s||(s=n("URIRFC3986"))).parse(a)||{fragment:null,scheme:null,query:null};if(!i&&!(e||(e=n("URISchemes"))).isAllowed(r.scheme,o.$12,o.$13)||(o.setProtocol(r.scheme||""),!i&&u.test(r.host||"")))return!1;if(o.setDomain(r.host||""),o.setPort(r.port||""),o.setPath(r.path||""),i)o.setQueryData(l.deserialize(r.query||"")||{});else try{o.setQueryData(l.deserialize(r.query||"")||{})}catch(e){return!1}if(o.setFragment(r.fragment||""),r.fragment===""&&o.setForceFragmentSeparator(!0),o.setIsGeneric(r.isGenericURI||!1),o.setOriginalRawQuery(r.query),o.setQueryParamModified(!1),r.userinfo!==null){if(i)throw new Error("URI.parse: invalid URI (userinfo is not allowed in a URI): "+a);return!1}if(!o.getDomain()&&o.getPath().indexOf("\\")!==-1){if(i)throw new Error("URI.parse: invalid URI (no domain but multiple back-slashes): "+a);return!1}if(!o.getProtocol()&&c.test(a)){if(i)throw new Error("URI.parse: invalid URI (unsafe protocol-relative URLs): "+a+"'");return!1}if(o.getDomain()&&o.getPath()&&!o.getPath().startsWith("/")){if(i)throw new Error("URI.parse: invalid URI (domain and path where path lacks leading slash): "+a);return!1}if(o.getProtocol()&&o.getProtocol()!=="file"&&!o.getIsGeneric()&&!o.getDomain()&&o.getPath()!==""&&(n("FBLogger")("uri").warn('URI.parse: invalid URI (protocol "'+o.getProtocol()+'" with no domain)'),o.enforceProtocolRequiresDomain())){if(i)throw new Error("URI.parse: invalid URI (protocol and path but no domain): "+a);return!1}return!0},t.tryParse=function(n,r,o,a){var e=new t(null,r,o,a);return t.parse(e,n,!1,r)?e:null},t.isValid=function(n,r,o,a){return!!t.tryParse(n,r,o,a)};var r=t.prototype;return r.setProtocol=function(r){return(e||(e=n("URISchemes"))).isAllowed(r,this.$12,this.$13)||l(0,11793,r),this.$7=r,this},r.getProtocol=function(){return(this.$7||"").toLowerCase()},r.setSecure=function(t){return this.setProtocol(t?"https":"http")},r.isSecure=function(){return this.getProtocol()==="https"},r.setDomain=function(t){if(u.test(t))throw new Error("URI.setDomain: unsafe domain specified: "+t+" for url "+this.toString());return this.$1=t,this},r.getDomain=function(){return this.$1},r.setPort=function(t){return this.$6=t,this},r.getPort=function(){return this.$6},r.setPath=function(t){return this.$5=t,this},r.getPath=function(){return this.$5},r.addQueryData=function(t,n){return Object.prototype.toString.call(t)==="[object Object]"?Object.assign(this.$8,t):this.$8[t]=n,this.$11=!0,this},r.setQueryData=function(t){return this.$8=t,this.$11=!0,this},r.getQueryData=function(){return this.$8},r.setQueryString=function(t){return this.setQueryData(this.$9.deserialize(t))},r.getQueryString=function(t,n,r){return t===void 0&&(t=!1),n===void 0&&(n=function(){return!1}),r===void 0&&(r=null),this.$14(!1,t,n,r)},r.$14=function(t,n,r,o){if(t===void 0&&(t=!1),n===void 0&&(n=!1),r===void 0&&(r=function(){return!1}),o===void 0&&(o=null),!this.$11&&(n||r(this.getDomain()))){var e;return(e=this.$10)!=null?e:""}return(t&&o?o:this.$9).serialize(this.getQueryData())},r.removeQueryData=function(t){Array.isArray(t)||(t=[t]);for(var e=0,n=t.length;e<n;++e)delete this.$8[t[e]];return this.$11=!0,this},r.setFragment=function(t){return this.$3=t,this.setForceFragmentSeparator(!1),this},r.getFragment=function(){return this.$3},r.setForceFragmentSeparator=function(t){return this.$2=t,this},r.getForceFragmentSeparator=function(){return this.$2},r.setIsGeneric=function(t){return this.$4=t,this},r.getIsGeneric=function(){return this.$4},r.getOriginalRawQuery=function(){return this.$10},r.setOriginalRawQuery=function(t){return this.$10=t,this},r.setQueryParamModified=function(t){return this.$11=t,this},r.isEmpty=function(){return!(this.getPath()||this.getProtocol()||this.getDomain()||this.getPort()||Object.keys(this.getQueryData()).length>0||this.getFragment())},r.toString=function(t,n){return t===void 0&&(t=function(){return!1}),n===void 0&&(n=null),this.$15(!1,!1,t,n)},r.toStringRawQuery=function(t,n){return t===void 0&&(t=function(){return!1}),n===void 0&&(n=null),this.$15(!0,!1,t,n)},r.toStringPreserveQuery=function(t,n){return t===void 0&&(t=function(){return!1}),n===void 0&&(n=null),this.$15(!1,!0,t,n)},r.toStringStrictQueryEncoding=function(t){return t===void 0&&(t=function(){return!1}),this.$15(!0,!1,t,n("PHPStrictQuerySerializer"))},r.$15=function(t,n,r,o){t===void 0&&(t=!1),n===void 0&&(n=!1),r===void 0&&(r=function(){return!1}),o===void 0&&(o=null);for(var e=this,a=0;a<d.length;a++)e=d[a](e);return e.$16(t,n,r,o)},r.$16=function(t,n,r,o){t===void 0&&(t=!1),n===void 0&&(n=!1),r===void 0&&(r=function(){return!1}),o===void 0&&(o=null);var e="",a=this.getProtocol();a&&(e+=a+":"+(this.getIsGeneric()?"":"//"));var i=this.getDomain();i&&(e+=i);var l=this.getPort();l&&(e+=":"+l);var s=this.getPath();s?e+=s:e&&(e+="/");var u=this.$14(t,n,r,o);u&&(e+="?"+u);var c=this.getFragment();return c?e+="#"+c:this.getForceFragmentSeparator()&&(e+="#"),e},t.registerFilter=function(t){d.push(t)},r.getOrigin=function(){var e=this.getPort();return this.getProtocol()+"://"+this.getDomain()+(e?":"+e:"")},r.isSameOrigin=function(t){return n("isSameOrigin")(this,t)},r.getQualifiedURIBase=function(){return new t(this,this.$9).qualify()},r.qualify=function(){if(!this.getDomain()){var e=new t(window.location.href,this.$9);this.setProtocol(e.getProtocol()).setDomain(e.getDomain()).setPort(e.getPort())}return this},r.setSubdomain=function(t){var e=this.qualify(),r=e.getDomain();return this.setDomain(n("setHostSubdomain")(r,t))},r.getSubdomain=function(){if(!this.getDomain())return"";var e=this.getDomain().split(".");return e.length<=2?"":e[0]},r.isSubdomainOfDomain=function(n){var e=this.getDomain();return t.isDomainSubdomainOfDomain(e,n,this.$9)},t.isDomainSubdomainOfDomain=function(n,r,o){if(r===""||n==="")return!1;if(n.endsWith(r)){var e=n.length,a=r.length,i=e-a-1;if(e===a||n[i]==="."){var l=new t(null,o);return l.setDomain(r),t.isValid(l,o)}}return!1},r.enforceProtocolRequiresDomain=function(){return!0},t})();a.exports=m}),null);
__d("err",["fb-error"],(function(t,n,r,o,a,i,l){"use strict";l.default=r("fb-error").err}),98);
__d("justknobx",["invariant"],(function(t,n,r,o,a,i,l,s){"use strict";var e={},u={getBool:function(t){s(0,47459)},getInt:function(t){s(0,47459)},_:function(n){var t=e[n];return t!=null||s(0,47458,n),t.r},add:function(n,r){for(var t in n)r&&r.entry++,t in e?r&&r.dup_entry++:e[t]=n[t]}},c=u;l.default=c}),98);
__d("URIBase",["ExecutionEnvironment","PHPQuerySerializerNoEncoding","URIAbstractBase","URISchemes","UriNeedRawQuerySVChecker","err","getErrorSafe","justknobx"],(function(t,n,r,o,a,i,l){var e,s;function u(e,t,n,o){try{return r("URIAbstractBase").parse(e,t,n,o)}catch(e){var a=r("getErrorSafe")(e);throw new Error(r("err")(a.message))}}var c=(function(t){function n(e,n,r,a){var i;return r===void 0&&(r=(s||(s=o("URISchemes"))).Options.INCLUDE_DEFAULTS),i=t.call(this,e,n,r,a)||this,i.$URIBase$p_1=n,u(i,e,!0,n),i}babelHelpers.inheritsLoose(n,t),n.tryParse=function(t,r,a,i){a===void 0&&(a=(s||(s=o("URISchemes"))).Options.INCLUDE_DEFAULTS);var e=new n(null,r,a,i);return u(e,t,!1,r)?e:null},n.isValid=function(t,r,a,i){return a===void 0&&(a=(s||(s=o("URISchemes"))).Options.INCLUDE_DEFAULTS),!!n.tryParse(t,r,a,i)};var a=n.prototype;return a.setDomain=function(n){try{t.prototype.setDomain.call(this,n)}catch(t){var e=r("getErrorSafe")(t);throw new Error(r("err")(e.message))}return this},a.getQualifiedURIBase=function(){return new n(this,this.$URIBase$p_1).qualify()},a.qualify=function(){if(!this.getDomain()){var t=(typeof self!="undefined"?self:typeof window!="undefined"?window:{location:{href:""}}).location.href;(e||(e=r("ExecutionEnvironment"))).isInWorker&&t&&t.startsWith("blob:")&&(t=t.substring(5,t.length));var o=new n(t,this.$URIBase$p_1);this.setProtocol(o.getProtocol()).setDomain(o.getDomain()).setPort(o.getPort())}return this},a.isSubdomainOfDomain=function(t){var e=this.getDomain();return n.isDomainSubdomainOfDomain(e,t,this.$URIBase$p_1)},n.isDomainSubdomainOfDomain=function(t,r,o){if(r===""||t==="")return!1;if(t.endsWith(r)){var e=t.length,a=r.length,i=e-a-1;if(e===a||t[i]==="."){var l=new n(null,o);return l.setDomain(r),n.isValid(l,o)}}return!1},a.toString=function(){return t.prototype.toString.call(this,r("UriNeedRawQuerySVChecker").isDomainNeedRawQuery,r("PHPQuerySerializerNoEncoding"))},a.toStringRawQuery=function(){return t.prototype.toStringRawQuery.call(this,r("UriNeedRawQuerySVChecker").isDomainNeedRawQuery,r("PHPQuerySerializerNoEncoding"))},a.toStringPreserveQuery=function(){return t.prototype.toStringPreserveQuery.call(this,r("UriNeedRawQuerySVChecker").isDomainNeedRawQuery,r("PHPQuerySerializerNoEncoding"))},a.toStringStrictQueryEncoding=function(){return t.prototype.toStringStrictQueryEncoding.call(this,r("UriNeedRawQuerySVChecker").isDomainNeedRawQuery)},a.getQueryString=function(n){return n===void 0&&(n=!1),t.prototype.getQueryString.call(this,n,r("UriNeedRawQuerySVChecker").isDomainNeedRawQuery,r("PHPQuerySerializerNoEncoding"))},a.enforceProtocolRequiresDomain=function(){return r("justknobx")._("3414")},n})(r("URIAbstractBase"));l.default=c}),98);
__d("UriNeedRawQuerySVChecker",["PHPQuerySerializer","URIBase","UriNeedRawQuerySVConfig"],(function(t,n,r,o,a,i){"use strict";var e,l,s=["http","https"];function u(t){if(t==null)return!1;var r=t instanceof(e||(e=n("URIBase")))?t:(e||(e=n("URIBase"))).tryParse(t,l||(l=n("PHPQuerySerializer")));if(r==null)return!1;var o=r.getProtocol();return s.includes(o)?c(r.getDomain()):!1}function c(t){return t!=null&&n("UriNeedRawQuerySVConfig").uris.some(function(r){return(e||(e=n("URIBase"))).isDomainSubdomainOfDomain(t,r,l||(l=n("PHPQuerySerializer")))})}a.exports={isUriNeedRawQuery:u,isDomainNeedRawQuery:c}}),null);
__d("isFacebookURI",[],(function(t,n,r,o,a,i){var e=null,l=["http","https"];function s(t){return e||(e=new RegExp("(^|\\.)facebook\\.com$","i")),t.isEmpty()&&t.toString()!=="#"?!1:!t.getDomain()&&!t.getProtocol()?!0:l.indexOf(t.getProtocol())!==-1&&e.test(t.getDomain())}s.setRegex=function(t){e=t},i.default=s}),66);
__d("memoize",["invariant"],(function(t,n,r,o,a,i,l,s){function e(e){var t=e,n;return function(){return!arguments.length||s(0,4494),t&&(n=t(),t=null),n}}l.default=e}),98);
__d("memoizeStringOnly",[],(function(t,n,r,o,a,i){"use strict";function e(e){var t={};return function(n){return Object.prototype.hasOwnProperty.call(t,n)||(t[n]=e.call(this,n)),t[n]}}i.default=e}),66);
__d("unqualifyURI",[],(function(t,n,r,o,a,i){function e(e){return e.setProtocol("").setDomain("").setPort("")}i.default=e}),66);
__d("URI",["Env","FBLogger","PHPQuerySerializer","PHPQuerySerializerNoEncoding","ReloadPage","URIBase","UriNeedRawQuerySVChecker","cr:1078","cr:1080","ifRequired","isFacebookURI","memoize","memoizeStringOnly","unqualifyURI"],(function(t,n,r,o,a,i,l){var e,s,u,c=r("memoize")(function(){return new m(window.location.href)});function d(){return r("ifRequired")("PageTransitions",function(e){if(e.isInitialized())return e})}var m=(function(a){function i(t,n,i){var l=o("UriNeedRawQuerySVChecker").isUriNeedRawQuery(t)?r("PHPQuerySerializerNoEncoding"):e||(e=r("PHPQuerySerializer"));return a.call(this,t,l,n,i)||this}babelHelpers.inheritsLoose(i,a);var l=i.prototype;return l.setPath=function(t){return this.path=t,a.prototype.setPath.call(this,t)},l.getPath=function(){var e=a.prototype.getPath.call(this);return e&&e.replace(/^\/+/,"/")},l.setProtocol=function(t){return this.protocol=t,a.prototype.setProtocol.call(this,t)},l.setDomain=function(t){return this.domain=t,a.prototype.setDomain.call(this,t)},l.setPort=function(t){return this.port=t,a.prototype.setPort.call(this,t)},l.setFragment=function(t){return this.fragment=t,a.prototype.setFragment.call(this,t)},l.stripTrailingSlash=function(){return this.setPath(this.getPath().replace(/\/$/,"")),this},l.addTrailingSlash=function(){var e=this.getPath();return e.length>0&&e[e.length-1]!=="/"&&this.setPath(e+"/"),this},l.valueOf=function(){return this.toString()},l.getRegisteredDomain=function(){if(!this.getDomain())return"";if(!r("isFacebookURI")(this))return null;var e=this.getDomain().split("."),t=e.indexOf("facebook");return t===-1&&(t=e.indexOf("workplace")),e.slice(t).join(".")},l.getUnqualifiedURI=function(){return r("unqualifyURI")(new i(this))},l.getQualifiedURI=function(){return new i(this).qualify()},l.isSameOrigin=function(t){var e=t;return e==null?e=c():e instanceof i||(e=new i(e.toString())),a.prototype.isSameOrigin.call(this,e)},i.goURIOnNewWindow=function(t){i.goURIOnWindow(t,window.open("","_blank"),!0)},i.goURIOnWindow=function(t,n,r,o){r===void 0&&(r=!1),o===void 0&&(o=!1),i.goURIOnWindowWithReference(t,n,r,o)},i.goURIOnWindowWithReference=function(n,a,l,u){l===void 0&&(l=!1),u===void 0&&(u=!1);var e=new i(n),c=l,d=!a||a===window;if((s||(s=r("Env"))).isCQuick&&r("isFacebookURI")(e)&&d){var m={cquick:(s||(s=r("Env"))).iframeKey,ctarget:s.iframeTarget,cquick_token:s.iframeToken};e.addQueryData(m),c=!1}var p=e.toString(),_=a||window,f=window.location.href===p&&_===window;return!c&&t.PageTransitions?t.PageTransitions.go(p,u):f?o("ReloadPage").now():u?_.location.replace(p):_.location.href=p,_},l.go=function(t,r){if(n("cr:1078")){n("cr:1078")(this,t,r);return}n("cr:1080")&&n("cr:1080")("uri.go"),i.go(this,t,r)},i.tryParseURI=function(n){var t=(u||(u=r("URIBase"))).tryParse(n,e||(e=r("PHPQuerySerializer")));return t?new i(t):null},i.isValidURI=function(n){return(u||(u=r("URIBase"))).isValid(n,e||(e=r("PHPQuerySerializer")))},i.getRequestURI=function(t,n){if(t===void 0&&(t=!0),n===void 0&&(n=!1),t){var e=d();if(e)return e.getCurrentURI(!!n).getQualifiedURI()}return new i(window.location.href)},i.getMostRecentURI=function(){var e=d();return e?e.getMostRecentURI().getQualifiedURI():new i(window.location.href)},i.getNextURI=function(){var e=d();return e?e.getNextURI().getQualifiedURI():new i(window.location.href)},i.encodeComponent=function(t){return encodeURIComponent(t).replace(/%5D/g,"]").replace(/%5B/g,"[")},i.decodeComponent=function(t){return decodeURIComponent(t.replace(/\+/g," "))},i.normalize=function(t){return t!=null&&typeof t=="string"?this.normalizeString(t):new i(t).toString()},i})(u||(u=r("URIBase")));m.go=function(e,t,r){n("cr:1080")&&n("cr:1080")("URI.go"),m.goURIOnWindow(e,window,t,r)},m.normalizeString=r("memoizeStringOnly")(function(e){return new m(e).toString()}),m.expression=/(((\w+):\/\/)([^\/:]*)(:(\d+))?)?([^#?]*)(\?([^#]*))?(#(.*))?/,m.arrayQueryExpression=/^(\w+)((?:\[\w*\])+)=?(.*)/,l.default=m}),98);
__d("ResourceTimingsStore",["CircularBuffer","ResourceTypes","TimingAnnotations","URI","performanceAbsoluteNow"],(function(t,n,r,o,a,i){"use strict";var e,l,s=1e3,u=new(n("TimingAnnotations")).EmptyTimingAnnotations,c={},d={};Object.keys(n("ResourceTypes")).forEach(function(e){var t=n("ResourceTypes")[e],r=new(n("CircularBuffer"))(s),o=new Map;r.onEvict(function(e){o.delete(e)}),c[t]={idx:1,entries:r},d[t]=o});function m(t,r,o){var a;switch(t){case"css":case"js":var i=p.parseMakeHasteURL(r),l=i==null?"unknown_resource":i[0];a=o+"_"+l;break;case"xhr":var s=new(e||(e=n("URI")))(r).getQualifiedURI(),u=s.getDomain()+s.getPath();a=o+"_"+u;break;default:a="never here"}return a}var p={getUID:function(t,n){var e=c[t],r=m(t,n,e.idx);return e.entries.write(r),d[t].set(r,{uri:n,uid:r}),e.idx++,r},updateURI:function(t,n,r){var e=d[t].get(n);e!=null&&(e.uri=r)},getMapFor:function(t){return d[t]},parseMakeHasteURL:function(t){var e=t.match(/\/rsrc\.php\/.*\/([^\?]+)/);if(!e)return null;var n=e[1],r="",o=n.match(/\.(\w+)$/);return o&&(r=o[1]),[n,r]},measureRequestSent:function(t,r){var e=d[t],o=e.get(r);o==null||o.requestSent!=null||(o.requestSent=(l||(l=n("performanceAbsoluteNow")))())},measureResponseReceived:function(t,r){var e=d[t],o=e.get(r);o==null||o.requestSent==null||o.responseReceived!=null||(o.responseReceived=(l||(l=n("performanceAbsoluteNow")))())},annotate:function(t,r){var e=d[t],o=e.get(r);if(o){var a=o.annotations;if(a!=null)return a;var i=new(n("TimingAnnotations"));return o.annotations=i,i}else return u},getAnnotationsFor:function(t,n){var e=d[t],r=e.get(n);if(r){var o=r.annotations;return o!=null?o.prepareToSend():null}else return null}};a.exports=p}),null);
__d("TimeSlice",["cr:1126"],(function(t,n,r,o,a,i,l){l.default=n("cr:1126")}),98);
__d("CSSLoader",["CSSLoaderConfig","CSSPoller","ResourceTimingsStore","TimeSlice","ifRequired"],(function(t,n,r,o,a,i,l){var e=r("CSSLoaderConfig").loadEventSupported,s;function u(t){if(!s){s=!0;var n=document.createElement("link");n.onload=function(){e=!0,n.parentNode&&n.parentNode.removeChild(n)},n.rel="stylesheet",n.href="data:text/css;base64,",t.appendChild(n)}}function c(e,t,n,o,a){r("CSSPoller").startCSSPoll(e,n,o,a)}function d(t,n,o,a,i,l,s){s===void 0&&(s=!1);var d=r("ResourceTimingsStore").getUID("css",n);r("ResourceTimingsStore").annotate("css",d).addStringAnnotation("name",t).addStringAnnotation("source",n).addStringAnnotation("caller","CSSLoader.loadStyleSheet"),r("ifRequired")("TimeSliceInteraction",function(e){e.informGlobally("CSSLoader.loadStyleSheet").addStringAnnotation("source",n).addStringAnnotation("name",t)}),r("ResourceTimingsStore").measureRequestSent("css",d);var m=function(){r("ResourceTimingsStore").measureResponseReceived("css",d),a()},p=r("TimeSlice").getGuardedContinuation("CSSLoader link.onresponse");s?c(t,o,m,i,l):e!==!0?(c(t,o,m,i,l),e===void 0&&u(o)):(l.onload=p.bind(void 0,function(){l.onload=l.onerror=null,m()}),l.onerror=p.bind(void 0,function(){l.onload=l.onerror=null,i()}))}var m={loadStyleSheet:function(t,n,r,o,a,i,l){var e=document.createElement("link");e.rel="stylesheet",e.type="text/css",e.href=n,o&&(e.crossOrigin="anonymous"),a!=null&&(e.dataset.btmanifest=a),d(t,n,r,i,l,e),r.appendChild(e)},setupEventListenersForPotentiallyLoadedCSS:function(t,n,r,o,a,i){d(t,n,r,o,a,i,!0)}};i.exports=m}),34);
__d("ClientConsistencyEventEmitter",["BaseEventEmitter"],(function(t,n,r,o,a,i,l){"use strict";var e=new(r("BaseEventEmitter")),s=e;l.default=s}),98);
__d("ClientConsistency",["ClientConsistencyEventEmitter","FBLogger","SiteData","requireWeak"],(function(t,n,r,o,a,i){"use strict";var e=n("SiteData").client_revision,l=!1,s,u={},c=new Set,d=new Set,m=function(t){u={};var e=Object.keys(t).sort().reverse();s==="multiple_revs"&&(s=void 0);var r=function(){var e,r=Number(o),a=(e=t[r])!=null?e:[];if(a.length===0)return p(r),1;a.forEach(function(e){var t;u[e]=Math.max((t=u[e])!=null?t:0,r),!d.has(e)&&(d.add(e),n("requireWeak").call(null,e,function(){u[e]&&p(u[e],e)}))})};for(var o of e)if(r())break},p=function(t,r){t>0&&s==null&&(n("FBLogger")("client_consistency").debug("Consistency action needed: %s:%s",t,String(r)),s="multiple_revs"),t===2&&n("ClientConsistencyEventEmitter").emit("softRefresh","multiple_revs"),t===3&&n("ClientConsistencyEventEmitter").emit("hardRefresh","multiple_revs")},_=function(n){var t=n.actions,r=n.rev;r!==e&&(s==="multiple_revs"&&(s=void 0),t!=null&&m(t))},f={init:function(){l||(n("ClientConsistencyEventEmitter").addListener("newEntry",function(e){_(e)}),n("ClientConsistencyEventEmitter").addListener("softRefresh",function(e){s=e}),n("ClientConsistencyEventEmitter").addListener("hardRefresh",function(e){s=e}),l=!0)},addAdditionalRevision:function(r){r!==e&&(c.add(r),n("ClientConsistencyEventEmitter").emit("newRevision",r))},getAdditionalRevisions:function(){return c},getPendingRefresh:function(){return s}};a.exports=f}),null);
__d("BitMap",[],(function(t,n,r,o,a,i){var e="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-_",l=(function(){function e(){this.$1=[],this.$2=null}var t=e.prototype;return t.set=function(t){return this.$2!=null&&!this.$1[t]&&(this.$2=null),this.$1[t]=1,this},t.toString=function(){for(var e=[],t=0;t<this.$1.length;t++)e.push(this.$1[t]?1:0);return e.length?u(e.join("")):""},t.toCompressedString=function(){if(this.$1.length===0)return"";if(this.$2!=null)return this.$2;for(var e=[],t=1,n=this.$1[0]||0,r=n.toString(2),o=1;o<this.$1.length;o++){var a=this.$1[o]||0;a===n?t++:(e.push(s(t)),n=a,t=1)}return t&&e.push(s(t)),this.$2=u(r+e.join(""))},e})();function s(e){var t=e.toString(2),n="0".repeat(t.length-1);return n+t}function u(t){for(var n=(t+"00000").match(/[01]{6}/g),r="",o=0;n!=null&&o<n.length;o++)r+=e[parseInt(n[o],2)];return r}i.default=l}),66);
__d("HasteBitMap",["BitMap"],(function(t,n,r,o,a,i,l){var e=new Map;function s(t,n){var o;e.has(t)||e.set(t,new(r("BitMap"))),(o=e.get(t))==null||o.set(n)}function u(t){var n,r;return(n=(r=e.get(t))==null?void 0:r.toCompressedString())!=null?n:""}l.add=s,l.toCompressedString=u}),98);
__d("HasteResourceIndexUtil",["invariant"],(function(t,n,r,o,a,i,l,s){var e=0;function u(e){return e.substr(0,1)===":"||s(0,88579,e),e.substr(1).split(",").map(function(e){return parseInt(e,10)})}l.UNKNOWN_RESOURCE_INDEX=e,l.parseResourceIndexes=u}),98);
__d("JSResourceEvents",["performanceAbsoluteNow"],(function(t,n,r,o,a,i,l){var e,s=50,u=new Map;function c(t,n,o){var a=t,i=n!=null?n:"",l=u.get(a);l||u.set(a,l=new Map);var c=l.get(i);c||l.set(i,c=new Map);var d=c.get(o);d||c.set(o,d=[0,[]]),d[1][d[0]++%s]=(e||(e=r("performanceAbsoluteNow")))()}function d(e,t,n){var r=u.get(e);if(!r)return[];var o=[];for(var a of r){var i=a[0],l=a[1];for(var s of l){var c=s[0],d=s[1];for(var m of d[1])m>=t&&m<=n&&o.push({module:e,ref:i||null,type:c,time:m})}}return o.sort(function(e,t){return e.time-t.time})}function m(e,t){var n=new Map;for(var r of u.keys()){var o=d(r,e,t);o.length&&n.set(r,o)}return n}l.notify=c,l.getEvents=d,l.getAllModuleEvents=m}),98);
__d("JSResourceReferenceImpl",["JSResourceEvents","Promise","PromiseAnnotate","ifRequireable","ifRequired"],(function(t,n,r,o,a,i,l){var e,s,u=function(t){return t},c=[],d=null;function m(e){d?e(d):c.push(e)}var p="JSResource: unknown caller",_=(function(){function t(e){this.$1=e}t.setBootloader=function(t){d=t;for(var e of c)e(d);c=[]};var a=t.prototype;return a.getModuleId=function(){var e=this.$1;return e},a.getModuleIdAsRef=function(){return this.$1},a.load=function(){var t=this,r=this.$2;o("JSResourceEvents").notify(this.$1,r,"LOADED");var a=new(s||(s=n("Promise")))(function(e){m(function(n){var a;return n.loadModules([t.getModuleIdAsRef()],function(n){o("JSResourceEvents").notify(t.$1,r,"PROMISE_RESOLVED"),e(n)},(a=t.$2)!=null?a:p)})});return(e||(e=o("PromiseAnnotate"))).setDisplayName(a,"Bootload("+this.getModuleId()+")"),a},a.preload=function(){var e,t=this,n=(e=this.$2)!=null?e:p;m(function(e){return e.loadModules([t.getModuleIdAsRef()],function(){},"preload: "+n)})},a.equals=function(t){return this===t||this.$1==t.$1},a.getModuleIfRequireable=function(){return o("JSResourceEvents").notify(this.$1,this.$2,"ACCESSED"),r("ifRequireable").call(null,this.$1,u)},a.getModuleIfRequired=function(){return o("JSResourceEvents").notify(this.$1,this.$2,"ACCESSED"),r("ifRequired").call(null,this.$1,u)},t.disableForSSR_DO_NOT_USE=function(){this.$3=!1},a.isAvailableInSSR_DO_NOT_USE=function(){return this.constructor.$3},a.__setRef=function(t){return this.$2=t,o("JSResourceEvents").notify(this.$1,this.$2,"CREATED"),this},t.loadAll=function(t,n){var e={},r=!1;for(var a of t){var i=a.$2;i&&(r=!0,e[i]=!0),o("JSResourceEvents").notify(a.$1,i,"LOADED")}m(function(o){return o.loadModules(t.map(function(e){return e.getModuleId()}),n,r?Object.keys(e).join(":"):p)})},t})();_.$3=!0,l.default=_}),98);
__d("MakeHasteTranslationsMap",["invariant"],(function(t,n,r,o,a,i,l,s){"use strict";var e={};function u(t){Object.assign(e,t)}function c(t){return t in e||s(0,62571,t),e[t]}l.setBatch=u,l.get=c}),98);
__d("GHLDetectionUtilsPreludeSafe",[],(function(t,n,r,o,a,i){"use strict";function e(e){return typeof e.replace=="function"?e.replace(/\n/g," ").replace(/\s+/g," "):null}function l(){return typeof JSON.parse=="function"&&!(JSON.parse.toString===JSON.parse.toString.toString&&e(JSON.parse.toString())==="function parse() { [native code] }"&&e(JSON.parse.toString.toString())==="function toString() { [native code] }")}i.normalize=e,i.isJSONParseShimmedImpl=l}),66);
__d("BanzaiLazyQueue",["SimpleHook"],(function(t,n,r,o,a,i,l){var e=[],s=new(o("SimpleHook")).SimpleHook,u={onQueue:s,queuePost:function(n,r,o){e.push([n,r,o]),s.call(n,r,o)},flushQueue:function(){var t=e;return e=[],t}};i.exports=u}),34);
__d("gkx",["invariant","BanzaiLazyQueue","ExecutionEnvironment","emptyFunction"],(function(t,n,r,o,a,i,l,s){"use strict";var e,u={},c={};function d(t){var n=u[t];return n!=null||s(0,11797,t),c[t]||(c[t]=!0,n.hash!=null&&((e||(e=r("ExecutionEnvironment"))).canUseDOM||(e||(e=r("ExecutionEnvironment"))).isInWorker)&&o("BanzaiLazyQueue").queuePost("gk2_exposure",{identifier:t,hash:n.hash})),n.result}d.add=function(e,t){for(var n in e)t&&t.entry++,n in u?t&&t.dup_entry++:u[n]=e[n]},d.addLoggedInternal=function(e){d.add(e);for(var t in e)c[t]=!0};var m=r("emptyFunction");d.getGKs=function(){return null},d.getLogged=function(){return Object.keys(c).map(function(e){return{identifier:e,hash:u[e].hash}})},d.setPass=m,d.setFail=m,d.clear=m;var p=d;l.default=p}),98);
__d("GHLDetectionUtils",["GHLDetectionUtilsPreludeSafe","gkx"],(function(t,n,r,o,a,i,l){"use strict";function e(){return r("gkx")("5415")?!0:o("GHLDetectionUtilsPreludeSafe").isJSONParseShimmedImpl()}function s(e){return r("gkx")("8869")?!0:typeof e=="function"&&!(e.toString===e.toString.toString&&o("GHLDetectionUtilsPreludeSafe").normalize(e.toString())==="function XMLHttpRequest() { [native code] }"&&o("GHLDetectionUtilsPreludeSafe").normalize(e.toString.toString())==="function toString() { [native code] }")}function u(e){return r("gkx")("9063")?!0:typeof e=="function"&&!(e.prototype.fillText.toString===e.prototype.fillText.toString.toString&&o("GHLDetectionUtilsPreludeSafe").normalize(e.prototype.fillText.toString())==="function fillText() { [native code] }"&&o("GHLDetectionUtilsPreludeSafe").normalize(e.prototype.fillText.toString.toString())==="function toString() { [native code] }")}l.isJSONParseShimmed=e,l.isXHRModified=s,l.isCanvasFillTextModified=u}),98);
__d("GHLNetworkLayer",["FBLogger","GHLDetectionUtils","gkx"],(function(t,n,r,o,a,i,l){"use strict";function e(){try{if(r("gkx")("8068")&&o("GHLDetectionUtils").isXHRModified(t.XMLHttpRequest)){var e=Object.getPrototypeOf(t.XMLHttpRequest);if(!o("GHLDetectionUtils").isXHRModified(e))return e}return null}catch(e){return r("FBLogger")("ghl").mustfix("error while getGHLXhr: %s",e.message),null}}l.getGHLXhr=e}),98);
__d("getSameOriginTransport",["ExecutionEnvironment","FBLogger","GHLNetworkLayer","err","getErrorSafe","justknobx"],(function(t,n,r,o,a,i,l){var e,s=null;function u(){if(!(e||(e=r("ExecutionEnvironment"))).canUseDOM&&!(e||(e=r("ExecutionEnvironment"))).isInWorker)throw r("FBLogger")("comet_infra").mustfixThrow("getSameOriginTransport: Same origin transport unavailable in the server environment.");try{if(s==null)try{var n=r("justknobx")._("3323")?o("GHLNetworkLayer").getGHLXhr():null;n!=null?s=n:s=t.XMLHttpRequest}catch(e){r("FBLogger")("ghl").warn("error while getGHLXhr in getSameOriginTransport: %s",r("getErrorSafe")(e).message),s=t.XMLHttpRequest}return new s}catch(e){throw r("err")("getSameOriginTransport: %s",r("getErrorSafe")(e).message)}}l.default=u}),98);
__d("MakeHasteTranslations",["BootloaderConfig","BootloaderRetryTracker","ExecutionEnvironment","FBLogger","MakeHasteTranslationsMap","Promise","TimeSlice","err","fb-error","getErrorSafe","getSameOriginTransport","promiseDone"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u,c,d,m={},p=new(r("BootloaderRetryTracker"))({retries:(e=r("BootloaderConfig").translationRetries)!=null?e:r("BootloaderConfig").jsRetries,abortNum:(s=r("BootloaderConfig").translationRetryAbortNum)!=null?s:r("BootloaderConfig").jsRetryAbortNum,abortTime:(u=r("BootloaderConfig").translationRetryAbortTime)!=null?u:r("BootloaderConfig").jsRetryAbortTime,abortCallback:function(){r("FBLogger")("binary_transparency").warn("Translations retry abort")}});function _(e){var t=JSON.parse(e);if(t!=null&&typeof t=="object"&&typeof t.translations=="object"&&Array.isArray(t.virtual_modules))return t;throw r("err")("Invalid response shape")}function f(e){return new(d||(d=n("Promise")))(function(t,n){var o=r("TimeSlice").getGuardedContinuation("MakeHasteTranslationsFetcher genSendRequest"),a=r("getSameOriginTransport")();a.open("GET",e,!0),a.onreadystatechange=function(i){a.readyState===4&&o(function(){r("fb-error").ErrorXFBDebug.addFromXHR(a);try{if(a.status!==200)throw r("err")("Received non-200 response");t(_(a.responseText))}catch(o){p.maybeScheduleRetry(e,function(){return t(f(e))},function(){return n(r("err")("Error processing response. XHR Error: %s, XHR status: %s, Response Text: %s",r("getErrorSafe")(o).toString(),a.status,a.responseText.length>300?a.responseText.slice(0,300)+"...":a.responseText))})}})},a.send()})}var g="data:application/json;base64";function h(e){if(!e.includes(g))throw r("err")("Invalid data uri mime type");var t=e.split(","),n=t[0],o=t[1];if(o==null)throw r("err")("Data uri contains no contents");return _(atob(o))}function y(e,a){return!(c||(c=r("ExecutionEnvironment"))).isInBrowser||m[e]==="inprogress"||m[e]==="complete"?(d||(d=n("Promise"))).resolve():(m[e]="inprogress",(a.includes(g)?(d||(d=n("Promise"))).resolve(h(a)):f(a)).then(function(n){o("MakeHasteTranslationsMap").setBatch(n.translations),n.virtual_modules.forEach(function(e){return t.define(e,{})}),m[e]="complete"}).catch(function(t){m[e]="failed",r("FBLogger")("binary_transparency","translation_download_error").catching(t).warn("Unable to download and process translation map. Url: %s",a)}))}function C(e){for(var t of Object.entries(e)){var n=t[0],o=t[1];r("promiseDone")(y(n,o))}}l.genFetchAndProcessTranslations=y,l.fetchTranslationsForEarlyFlush=C}),98);
__d("clearTimeout",["cr:3725"],(function(t,n,r,o,a,i,l){"use strict";l.default=n("cr:3725")}),98);
__d("setTimeout",["cr:4344"],(function(t,n,r,o,a,i,l){"use strict";l.default=n("cr:4344")}),98);
__d("NetworkHeartbeat",["clearTimeout","getSameOriginTransport","setTimeout"],(function(t,n,r,o,a,i,l){"use strict";var e="/nw/",s=6400,u=100,c=null,d=0,m=null,p=!1;function _(t,n){m=r("getSameOriginTransport")(),m.open("GET",e,!0),m.onload=function(){m&&m.status===204&&(p=!0),g(t)},m.onerror=function(){h(t,n)},m.ontimeout=function(){h(t,n)},m.send()}function f(){m=null,u=100,d=0,r("clearTimeout")(c)}function g(e){f(),e()}function h(e,t){c=r("setTimeout")(function(){y(e,t,void 0,!0)},u),d++,u<s&&(u=Math.min(u*Math.pow(2,d),s)),t()}function y(e,t,n,r){n===void 0&&(n=function(){return!0}),r===void 0&&(r=!1),p||(r||m==null&&n())&&_(e,t)}function C(){return m!=null}l.maybeStartHeartbeat=y,l.isHeartbeatPending=C}),98);
__d("NetworkStatusImpl",["NetworkHeartbeat","performanceNow"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u=[],c=typeof window!="undefined"?window:self,d=c==null||(e=c.navigator)==null?void 0:e.onLine,m=2,p=5e3,_=[],f=[],g=0,h=!0,y=!1,C=!1,b=function(){L(h,!0)},v=function(){L(y,!0)};function S(){var e=u.slice();e.forEach(function(e){e({online:d})})}function R(e){var t=u.indexOf(e);t>-1&&u.splice(t,1)}function L(e,t){t===void 0&&(t=!1);var n=d===e,r=!t&&e===h&&o("NetworkHeartbeat").isHeartbeatPending();n||r||(C=C||e===y,d=e,d||o("NetworkHeartbeat").maybeStartHeartbeat(b,v),S())}function E(){var e=(s||(s=r("performanceNow")))();return _=_.filter(function(t){return k(t.startTime,e)}),f=f.filter(function(t){return k(t.startTime,e)}),f.length/_.length<m}var k=function(t,n){return t>n-p};function I(){return d}function T(e){u.push(e);var t=!1;return{remove:function(){t||(t=!0,R(e))}}}function D(){var e=(s||(s=r("performanceNow")))();_.push({startTime:e}),o("NetworkHeartbeat").maybeStartHeartbeat(b,v,E)}function x(){var e=(s||(s=r("performanceNow")))();f.push({startTime:e}),k(g,e)||(f=f.filter(function(t){return k(t.startTime,e)}),g=e)}function $(){return C}c.addEventListener("online",function(){L(h)}),c.addEventListener("offline",function(){L(y)}),l.isOnline=I,l.onChange=T,l.reportError=D,l.reportSuccess=x,l.wasOffline=$}),98);
__d("NetworkStatusSham",[],(function(t,n,r,o,a,i){"use strict";function e(){return!0}function l(e){return{remove:function(){}}}function s(){}function u(){}function c(){return!1}i.isOnline=e,i.onChange=l,i.reportError=s,i.reportSuccess=u,i.wasOffline=c}),66);
__d("NetworkStatus",["NetworkStatusImpl","NetworkStatusSham","gkx"],(function(t,n,r,o,a,i,l){"use strict";var e=(r("gkx")("7742")||r("gkx")("20935"))&&r("gkx")("20936")?o("NetworkStatusImpl"):o("NetworkStatusSham"),s=e;l.default=s}),98);
__d("ResourceHasher",["invariant"],(function(t,n,r,o,a,i,l,s){"use strict";var e="placeholder",u=0;function c(e){return"async:"+e}function d(){return"ejs:"+u++}function m(e){return typeof e=="string"||s(0,19551,e),e}l.PLACEHOLDER=e,l.getAsyncHash=c,l.createExternalJSHash=d,l.getValidResourceHash=m}),98);
__d("ServerJsRuntimeEnvironment",["invariant"],(function(t,n,r,o,a,i,l,s){"use strict";var e;function u(t,n){e==null||s(0,71696),e={platform:t,executionContext:n}}function c(){return e!=null}function d(){var t;return(t=e)==null?void 0:t.executionContext}function m(){var t;return(t=e)==null?void 0:t.platform}l.init=u,l.isRunningServerJsRuntime=c,l.getExecutionContext=d,l.getPlatform=m}),98);
__d("TrustedTypesPolicyName",["$InternalEnum"],(function(t,n,r,o,a,i){var e=n("$InternalEnum")({DEFAULT:"default",NOOP_DO_NOT_USE:"noop-do-not-use",UNSAFE_FUNCTION_DO_NOT_USE:"unsafe-function-do-not-use",DDS_INLINE_STYLE:"dds-inline-style",GHL_PLUS_HTML:"ghl-plus-html",LINK_TAG_HTML:"link-tag-html",BOOTLOADER_DATA_URI:"bootloader-data-uri",OC_URI_SCRIPT_URL:"oc-uri-script-urls",FB_URI_SCRIPT_URL:"fb-uri-script-urls",META_URI_SCRIPT_URL:"meta-uri-script-urls",RL_TEALIUM_CDN_URI:"rl-tealium-cdn-uri",SAME_ORIGIN_SCRIPT_URL:"same-origin-script-urls",WEB_WORKER_URL:"web-worker-url",YOUTUBE_IFRAME_URL:"youtube-iframe-uri",IORG_WEB_WORKER_POLICY:"iorg-web-worker-policy",BIG_PIPE_MARKUP:"big-pipe-markup",GOOGLE_ANALYTICS_URL:"google-analytics-url",FBQ_SCRIPT_URL:"fbq-script-url",CBQ_SCRIPT_URL:"cbq-script-url",DOM_IE_FIX:"dom-ie-fix",OZ_PLAYER_XML:"oz-player-xml",CHROMECAST_EXTENSION_URI:"chromecast-extension-uri",TRANSLATED_CMS_HTML:"translated-cms-html",XHP_HTML:"xhp-html",GSAP_SPLIT_TEXT:"gsap-split-test",MARKDOWN_HTML:"markdown-html",BT_MANIFEST:"bt-manifest"}),l=e;i.default=l}),66);
__d("TrustedTypesUtils",["FBLogger"],(function(t,n,r,o,a,i,l){var e=typeof window!="undefined",s=function(t){return t};function u(t){var n=e&&typeof window.origin!="undefined"?window.origin:"undefined";return r("FBLogger")("saf_web_trusted_types_rollout",n).blameToPreviousFrame().blameToPreviousFrame().warn(t),t}function c(t){r("FBLogger")("saf_web").info("[Trusted-Types][%s]: %s",e&&typeof window.origin!="undefined"?window.origin:"undefined",t)}function d(t){r("FBLogger")("saf_web").warn("[Trusted-Types][%s]: %s",e&&typeof window.origin!="undefined"?window.origin:"undefined",t)}function m(t){r("FBLogger")("saf_web").mustfix("[Trusted-Types][%s]: %s",e&&typeof window.origin!="undefined"?window.origin:"undefined",t)}function p(e,t){d("String '"+e.toString().slice(0,15)+"' is flowing to DOM XSS sink. Default Trusted Type policy was executed and removed dangerous elements. "+("Returned string is: '"+t.toString().slice(0,15)+"' If this is breaking your feature, post in ")+"Security Infra group.")}l.isBrowser=e,l.noop=s,l.noopAndLog=u,l.logInfo=c,l.logWarning=d,l.logError=m,l.logDefaultPolicySanitization=p}),98);
__d("TrustedTypes",["Env","TrustedTypesUtils","getErrorSafe"],(function(t,n,r,o,a,i,l){"use strict";var e;function s(){return o("TrustedTypesUtils").isBrowser&&typeof window.trustedTypes!="undefined"}var u=s()?window.trustedTypes:null,c=new Map,d={createHTML:o("TrustedTypesUtils").noop,createScriptURL:o("TrustedTypesUtils").noop,createScript:o("TrustedTypesUtils").noop};function m(t,n){return function(a){for(var i=arguments.length,l=new Array(i>1?i-1:0),s=1;s<i;s++)l[s-1]=arguments[s];if((e||(e=r("Env"))).isTrustedTypesReportOnly)try{return n.apply(void 0,[a].concat(l))}catch(e){return o("TrustedTypesUtils").logError("Exception in policy "+t+": "+r("getErrorSafe")(e).message+", returning original string."),t==="default"?!1:a}return n.apply(void 0,[a].concat(l))}}function p(t,n){if(u==null||!(e||(e=r("Env"))).useTrustedTypes)return d;var a=c.get(t);if(a!=null)return o("TrustedTypesUtils").logWarning("A policy with name "+t+" already exists, returning existing policy."),a;try{var i=u.createPolicy(t,n),l={createHTML:m(t,function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return i.createHTML.apply(i,[e].concat(n))}),createScriptURL:m(t,function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return i.createScriptURL.apply(i,[e].concat(n))}),createScript:m(t,function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return i.createScript.apply(i,[e].concat(n))})};return c.set(t,l),l}catch(e){o("TrustedTypesUtils").logError("Error creating Trusted Types policy: "+r("getErrorSafe")(e).message)}return d}function _(){return c.get("default")}function f(e){var t;return(t=u==null?void 0:u.isHTML(e))!=null?t:!1}function g(e){var t;return(t=u==null?void 0:u.isScriptURL(e))!=null?t:!1}function h(e){var t;return(t=u==null?void 0:u.isScript(e))!=null?t:!1}function y(t){u==null||!(e||(e=r("Env"))).useTrustedTypes||(e||(e=r("Env"))).enableDefaultTrustedTypesPolicy&&p("default",t.policy)}var C={isSupportedNatively:s,isHTML:f,isScript:h,isScriptURL:g,createPolicy:p,getDefaultPolicy:_,createDefaultPolicy:y};l.default=C}),98);
__d("TrustedTypesBootloaderDataURIScriptURLPolicy",["TrustedTypes"],(function(t,n,r,o,a,i,l){"use strict";var e={createScriptURL:function(t){return t}},s=r("TrustedTypes").createPolicy("bootloader-data-uri",e),u=s;l.default=u}),98);
__d("isCdnURI",[],(function(t,n,r,o,a,i){"use strict";function e(e){if(e.getProtocol()!=="http"&&e.getProtocol()!=="https")return!1;var t=Number(e.getPort());return t&&t!==80&&t!==443?!1:e.isSubdomainOfDomain("fbcdn.net")}i.default=e}),66);
__d("isExternalFBURI",[],(function(t,n,r,o,a,i){var e=new RegExp("(^|\\.)externalfb\\.com$","i");function l(t){return e.test(t.getDomain())}i.default=l}),66);
__d("isFacebookDotNetURI",[],(function(t,n,r,o,a,i){"use strict";function e(e){if(e.getProtocol()!=="http"&&e.getProtocol()!=="https")return!1;var t=Number(e.getPort());return t&&t!==80&&t!==443?!1:!!e.isSubdomainOfDomain("facebook.net")}i.default=e}),66);
__d("isInstagramCDNURI",[],(function(t,n,r,o,a,i){var e=null;function l(t){return t.isEmpty()&&t.toString()!=="#"||!t.getDomain()&&!t.getProtocol()||t.getProtocol()!=="https"?!1:(e||(e=new RegExp("^static\\.cdninstagram\\.com$","i")),e.test(t.getDomain()))}i.default=l}),66);
__d("isInstagramURI",[],(function(t,n,r,o,a,i){var e=null;function l(t){return t.isEmpty()&&t.toString()!=="#"||!t.getDomain()&&!t.getProtocol()||t.getProtocol()!=="https"?!1:(e||(e=new RegExp("(^|\\.)instagram\\.com$","i")),e.test(t.getDomain()))}i.default=l}),66);
__d("isInternURI",[],(function(t,n,r,o,a,i){var e=new RegExp("(^|\\.)intern(mc)?\\.facebook\\.com$","i");function l(t){return e.test(t.getDomain())}i.default=l}),66);
__d("isInternalFBURI",[],(function(t,n,r,o,a,i){var e=new RegExp("(^|\\.)internalfb\\.com$","i");function l(t){return e.test(t.getDomain())}i.default=l}),66);
__d("isMetaDotComURI",[],(function(t,n,r,o,a,i){var e=new RegExp("(^|\\.)meta\\.com$","i"),l=["https"];function s(t){return t.isEmpty()&&t.toString()!=="#"?!1:!t.getDomain()&&!t.getProtocol()?!0:l.indexOf(t.getProtocol())!==-1&&e.test(t.getDomain())}i.default=s}),66);
__d("isMetaDotComBlobURI",["URI","isMetaDotComURI"],(function(t,n,r,o,a,i,l){var e;function s(t){if(!t.includes("blob:"))return!1;var n=t.replace("blob:",""),o=(e||(e=r("URI"))).tryParseURI(n);return o!=null&&r("isMetaDotComURI")(o)}l.default=s}),98);
__d("isOculusDotComURI",[],(function(t,n,r,o,a,i){var e=new RegExp("(^|\\.)oculus\\.com$","i"),l=["https"];function s(t){return t.isEmpty()&&t.toString()!=="#"||!t.getDomain()&&!t.getProtocol()?!1:l.indexOf(t.getProtocol())!==-1&&e.test(t.getDomain())}i.default=s}),66);
__d("isWhatsAppCdnURI",[],(function(t,n,r,o,a,i){function e(e){var t=e.getProtocol(),n=e.getDomain();return t==="https"&&n==="static.whatsapp.net"}i.default=e}),66);
__d("TrustedTypesMetaURIScriptURLPolicy",["TrustedTypes","URI","err","isCdnURI","isExternalFBURI","isFacebookDotNetURI","isFacebookURI","isInstagramCDNURI","isInstagramURI","isInternURI","isInternalFBURI","isMetaDotComBlobURI","isOculusDotComURI","isWhatsAppCdnURI"],(function(t,n,r,o,a,i,l){"use strict";var e,s={createScriptURL:function(n){if(r("isMetaDotComBlobURI")(n))return n;var t=(e||(e=r("URI"))).tryParseURI(n);if(t!=null&&(r("isFacebookURI")(t)||r("isCdnURI")(t)||r("isWhatsAppCdnURI")(t)||r("isFacebookDotNetURI")(t)||r("isExternalFBURI")(t)||r("isOculusDotComURI")(t)||r("isInstagramCDNURI")(t)||r("isInstagramURI")(t)||r("isInternURI")(t)||r("isInternalFBURI")(t)))return n;throw r("err")("Violated policy TrustedTypesMetaURIScriptURLPolicy: "+n+" is not a Meta URI.")}},u=r("TrustedTypes").createPolicy("meta-uri-script-urls",s),c=u;l.default=c}),98);
__d("__debug",[],(function(t,n,r,o,a,i){var e={};i.default=e}),66);
__d("objectKeys",[],(function(t,n,r,o,a,i){function e(e){return Object.keys(e)}i.default=e}),66);
__d("setTimeoutAcrossTransitions",["cr:7391"],(function(t,n,r,o,a,i,l){l.default=n("cr:7391")}),98);
__d("Bootloader",["invariant","BootloaderConfig","BootloaderDocumentInserter","BootloaderEndpoint","BootloaderEvents","BootloaderEventsManager","BootloaderPreloader","BootloaderRetryTracker","BootloaderUsageLoggerUtils","CSSLoader","ClientConsistency","ErrorPubSub","ExecutionEnvironment","FBLogger","HasteBitMap","HasteResourceIndexUtil","JSResourceReferenceImpl","MakeHasteTranslations","NetworkStatus","RequireDeferredReference","ResourceHasher","ResourceTimingsStore","ServerJsRuntimeEnvironment","SiteData","TimeSlice","TrustedTypesBootloaderDataURIScriptURLPolicy","TrustedTypesMetaURIScriptURLPolicy","__debug","clearTimeout","cr:696703","err","fb-error","gkx","ifRequireable","ifRequired","nullthrows","objectKeys","objectValues","performanceAbsoluteNow","performanceNow","promiseDone","setTimeoutAcrossTransitions"],(function(t,n,r,o,a,i,l,s){"use strict";var e,u,c,d,m,p=function(){},_=new Set,f=new Set,g=!!(m=r("BootloaderConfig")).deferBootloads,h=[],y=!1,C=[],b=new Map,v=new Set,S=new Set,R=new Map,L=new Map,E=new Map,k=new Map,I=new Map,T=new Map,D=new Map,x=new Map,$=new Set,P=!1,N=new Set,M=!1,w=new(r("BootloaderEventsManager")),A=new Set,F=new(r("BootloaderRetryTracker"))({retries:m.jsRetries,abortNum:m.jsRetryAbortNum,abortTime:m.jsRetryAbortTime,abortCallback:function(){r("FBLogger")("bootloader","js_retry_abort").info("JS retry abort")}}),O=new Set,B=!1,W=null;function q(){if(W==null)try{if(r("gkx")("1174"))if(typeof r("NetworkStatus").isOnline=="function"&&typeof r("NetworkStatus").onChange=="function")B=!r("NetworkStatus").isOnline(),W=r("NetworkStatus").onChange(function(e){var t=e.online,n=B;B=!t,r("FBLogger")("bootloader").info("Network status change: was offline %s, now offline %s",n,B),n&&t&&U()});else throw new Error("Network status API is not available")}catch(e){r("FBLogger")("bootloader").warn("NetworkStatus is failing")}}q();function U(){if(O.size!==0){var e=Array.from(O);O.clear(),r("FBLogger")("bootloader").info("Network back online, retrying %s failed resources",e.length),Ce.loadResources(e)}}function V(e){B&&(O.add(e),r("FBLogger")("bootloader").info("Resource %s failed while offline, will retry when network returns",e))}(e||(e=r("ErrorPubSub"))).unshiftListener(function(e){var t=[];for(var n of R){var r=n[0],o=n[1];if(!L.has(r)){var a=K(r);a.type==="csr"||a.type==="async"||t.push(a.src)}}e.loadingUrls=t});function H(e){for(var t of e)if(f.has(t))return!0;return!1}function G(e){if(g||!M||H(e)&&!y)return!1;for(var t of e){var n=k.get(t);if(!n)return!1;for(var r of[n.r,((o=n.rdfds)==null?void 0:o.r)||[],((a=n.rds)==null?void 0:a.r)||[]]){var o,a;for(var i of r)if(!I.has(i))return!1}}return!0}function z(e){var t=k.get(e);if(!t)throw r("fb-error").TAAL.blameToPreviousFile(r("err")("Bootloader: %s is not in the component map",e));return t}function j(e){var t=z(e);t.be&&(delete t.be,Ce.done(o("ResourceHasher").getAsyncHash(e))),f.add(e)}function K(e){var t=I.get(e);if(!t)throw r("fb-error").TAAL.blameToPreviousFile(r("err")("No resource entry for hash: %s",e));return t}function Q(e,t){var n=o("ResourceHasher").getAsyncHash(e);if(!I.has(n))I.set(n,{type:"async",module:e,blocking:!!t});else{var r=K(n);r.type==="async"||s(0,21557),r.blocking&&!t&&(r.blocking=!1)}return n}function X(e){return!de(e)}function Y(e){if(!X(e))return!1;var t=z(e),n=t.be;return!!n}function J(e){if(!Y(e))return null;var t=o("ResourceHasher").getAsyncHash(e);return w.rsrcDone(t)}function Z(e,t,n){var o=(u||(u=r("performanceAbsoluteNow")))(),a=t.src,i=r("ResourceTimingsStore").getUID("js",a);r("ResourceTimingsStore").annotate("js",i).addStringAnnotation("name",e).addStringAnnotation("source",a),r("ResourceTimingsStore").measureRequestSent("js",i),r("nullthrows")(self.bl_worker_import_wrapper)(a).then(function(){var t=F.getNumRetriesForSource(a);t>0&&r("FBLogger")("bootloader").info("JS retry success [%s] at %s | time: %s | retries: %s",e,a,(u||(u=r("performanceAbsoluteNow")))()-o,t),r("ResourceTimingsStore").measureResponseReceived("js",i),n()}).catch(function(l){r("ResourceTimingsStore").measureResponseReceived("js",i);var s=(u||(u=r("performanceAbsoluteNow")))();F.maybeScheduleRetry(a,function(){Z(e,t,n)},function(){E.set(e,s),r("FBLogger")("bootloader").catching(l).warn("JS loading error [%s] at %s | time: %s | retries: %s | concurrency: %s",e,a,s-o,F.getNumRetriesForSource(a),R.size-L.size),r("NetworkStatus").reportError(),n()})})}function ee(e,t,n,o){if((c||(c=r("ExecutionEnvironment"))).isInWorker){Z(e,t,n);return}var a=r("nullthrows")(o),i=document.createElement("script");t.d?(i.src=r("TrustedTypesBootloaderDataURIScriptURLPolicy").createScriptURL(t.src),i.nonce=r("BootloaderConfig").nonce):i.src=r("TrustedTypesMetaURIScriptURLPolicy").createScriptURL(t.src),i.async=!0,r("BootloaderConfig").enableRetryOnStuckResource&&i.setAttribute("fetchPriority","high"),t.nc||(i.crossOrigin="anonymous"),t.m!=null&&(i.dataset.btmanifest=t.m),t.tsrc!=null&&(i.dataset.tsrc=t.tsrc),i.dataset.bootloaderHashClient=e,te(i,e,t,n),S.add(e),a.appendChild(i)}function te(e,t,n,o){var a=e.src,i=(u||(u=r("performanceAbsoluteNow")))(),l=r("TimeSlice").getGuardedContinuation("Bootloader script.onresponse"),s=r("ResourceTimingsStore").getUID("js",a);r("ResourceTimingsStore").annotate("js",s).addStringAnnotation("name",t).addStringAnnotation("source",a),r("ifRequireable")("TimeSliceInteraction",function(e){e.informGlobally("bootloader._loadJS").addStringAnnotation("source",a).addStringAnnotation("name",t)}),r("ResourceTimingsStore").measureRequestSent("js",s);var c=!1;e.onload=l.bind(void 0,function(){c=!0;var e=F.getNumRetriesForSource(a);e>0&&r("FBLogger")("bootloader").info("JS retry success [%s] at %s | time: %s | retries: %s",t,a,(u||(u=r("performanceAbsoluteNow")))()-i,e),r("ResourceTimingsStore").measureResponseReceived("js",s),o()}),e.onerror=l.bind(void 0,function(){c=!0;var l=(u||(u=r("performanceAbsoluteNow")))();E.set(t,l),r("ResourceTimingsStore").measureResponseReceived("js",s),F.maybeScheduleRetry(a,function(){var r=e.parentNode;r&&(E.delete(t),r.removeChild(e),ee(t,n,o,r))},function(){r("FBLogger")("bootloader").warn("JS loading error [%s] at %s | time: %s | retries: %s | concurrency: %s",t,a,l-i,F.getNumRetriesForSource(a),R.size-L.size),r("NetworkStatus").reportError(),o()})}),r("BootloaderConfig").enableRetryOnStuckResource&&r("setTimeoutAcrossTransitions")(l.bind(void 0,function(){c||F.maybeRetryImmediately(a,function(){var r=e.parentNode;r&&(r.removeChild(e),ee(t,n,o,r))},function(){r("FBLogger")("bootloader").warn("JS loading timeout [%s] at %s | retries: %s | concurrency: %s",t,a,F.getNumRetriesForSource(a),R.size-L.size)})}),1e4)}function ne(e,t,n){return function(){r("FBLogger")("bootloader").warn("CSS timeout [%s] at %s | concurrency: %s",e,t.src,R.size-L.size),E.set(e,(u||(u=r("performanceAbsoluteNow")))()),r("NetworkStatus").reportError(),n()}}function re(e,t,n,r){var o,a,i;if(!t.includes("/rsrc.php")||t.includes("/intern/rsrc.php"))return[];var l=((o=t.match(/(.*\/)([^.]+)(\.)/))!=null?o:[])[2];return l==null?[]:(a=(i=l.match(/.{1,11}/g))==null?void 0:i.filter(function(t,o){return!n.has(o)&&e[o]>r}))!=null?a:[]}function oe(e,t){var n=e.replace(/\/y[a-zA-Z0-9_-]\//,"/");return n.includes("/intern/rsrc.php")||n.includes("/intern/rsrc-translations.php")?n.replace(/(!)(.+)(\.(?:css|js)(?:$|\?))/,function(e,n,r,o){return n+r.split(",").filter(function(e,n){return!t.has(n)}).join(",")+o}):n.includes("/rsrc.php")||n.includes("/rsrc-translations.php")?n.replace(/(.*\/)([^.]+)(\.)/,function(e,n,r,o){return n+r.match(/.{1,11}/g).filter(function(e,n){return!t.has(n)}).join("")+o}):e}function ae(e,t,n,a){if(r("gkx")("15745")){if(R.has(e)&&!E.has(e))return}else if(R.has(e))return;E.has(e)&&E.delete(e),R.set(e,(u||(u=r("performanceAbsoluteNow")))());var i=[];if((t.type==="js"||t.type==="css")&&t.p!=null&&t.d!==1&&r("BootloaderConfig").hypStep4){var l=o("HasteResourceIndexUtil").parseResourceIndexes(t.p),d=new Set,m=0;if(l.forEach(function(t,n){t!==o("HasteResourceIndexUtil").UNKNOWN_RESOURCE_INDEX&&T.get(t)!==e?d.add(n):t>m&&(m=t)}),m>r("BootloaderConfig").btCutoffIndex){var p=re(l,t.src,d,r("BootloaderConfig").btCutoffIndex);i.push(p)}if(d.size===l.length)return;d.size>0&&(t.src=oe(t.src,d),t.type==="js"&&t.tsrc!=null&&t.tsrc.trim()!==""&&(t.tsrc=oe(r("nullthrows")(t.tsrc),d)))}switch(t.type==="js"&&t.tsrc!=null&&t.tsrc.trim()!==""&&r("promiseDone")(o("MakeHasteTranslations").genFetchAndProcessTranslations(e,r("nullthrows")(t.tsrc))),o("BootloaderPreloader").preloadResource(t,n,void 0,void 0),t.type){case"js":ee(e,t,function(){Ce.done(e);for(var t of i)o("BootloaderEvents").notifyResourceInLongTailBTManifest(t,a)},n);break;case"css":var _=function(){return Ce.done(e)};if((c||(c=r("ExecutionEnvironment"))).isInWorker){_();break}r("CSSLoader").loadStyleSheet(e,t.src,r("nullthrows")(n),!t.nc,t.m,_,ne(e,t,_));break;case"async":o("BootloaderEndpoint").BootloaderEndpoint.load(t.module,t.blocking,e);break;default:t.type,s(0,3721)}}function ie(e,t,a,i,l){var u=new Map,c=l!=null?l:o("BootloaderEvents").newResourceMapSet(),d=[],m=[],p=[];for(var _ of pe(e)){var f=_[0],g=_[1],h=void 0;switch(g.type){case"css":h=g.nonblocking?"nonblocking":"blocking";break;case"js":h="default";break;case"async":h=g.blocking?"blocking":"nonblocking";break;default:g.type,s(0,3721)}c[h].set(f,g);var y=w.rsrcDone(f);p.push(y),h!=="nonblocking"&&(m.push(y),h==="blocking"&&d.push(y)),r("gkx")("15745")?(!R.has(f)||E.has(f))&&u.set(f,g):R.has(f)||u.set(f,g)}var C,b;n("cr:696703")?(b=n("cr:696703").scheduleLoggingPriCallback,C=n("cr:696703").getUserBlockingRunAtCurrentPriCallbackScheduler_DO_NOT_USE()):C=b=function(t){return t()};var v=t.onAll,S=t.onBlocking,L=t.onLog;S&&w.registerCallback(function(){C(S)},d),v&&w.registerCallback(function(){C(v)},m),L&&w.registerCallback(function(){b(function(){return L(c)})},p);for(var k of u){var I=k[0],T=k[1];ae(I,T,a,i)}}function le(e,t,n){if(I.set(e,t),!(t.type==="async"||t.type==="csr")){var a=t.p;if(a!=null)for(var i of o("HasteResourceIndexUtil").parseResourceIndexes(a))i!==o("HasteResourceIndexUtil").UNKNOWN_RESOURCE_INDEX&&((!T.has(i)||n)&&T.set(i,e),t.c&&r("BootloaderConfig").csrOn&&o("HasteBitMap").add("__csr",i));se(e)}}function se(e){A.has(e)&&(A.delete(e),Ce.loadResources([e]))}function ue(e,t){var n,a=w.bootload(t);if($.has(a))return[a,null];$.add(a);var i=(u||(u=r("performanceAbsoluteNow")))(),l={ref:e,components:t,timesliceContext:r("TimeSlice").getContext(),startTime:(n=b.get(a))!=null?n:i,fetchStartTime:i,callbackStart:0,callbackEnd:0,tierOne:o("BootloaderEvents").newResourceMapSet(),tierTwo:o("BootloaderEvents").newResourceMapSet(),tierThree:o("BootloaderEvents").newResourceMapSet(),beRequests:new Map};return o("BootloaderEvents").notifyBootloadStart(l),[a,l]}function ce(e){return r("ifRequired").call(null,e,function(){return!0},function(){return!1})}function de(e){return r("ifRequireable").call(null,e,function(){return!0},function(){return!1})}function me(e,t,n,i){x.has(e)||x.set(e,{firstBootloadStart:(u||(u=r("performanceAbsoluteNow")))(),logData:new Set}),i&&r("nullthrows")(x.get(e)).logData.add(i);var l=z(e),s=l.be,c=l.r,d=l.rdfds,m=l.rds,p=X(e)?Q(e,s):null;p==null&&w.notify(w.beDone(e)),ie(p!=null?[p].concat(c):c,{onAll:function(){return w.notify(w.tierOne(e))},onLog:function(){return w.notify(w.tierOneLog(e))}},n,e,i==null?void 0:i.tierOne);var _=(d==null?void 0:d.m)||[],f=function(o){ie((d==null?void 0:d.r)||[],{onBlocking:function(){return r("RequireDeferredReference").unblock(_,"css")},onAll:function(){return w.registerCallback(function(){w.notify(w.tierTwoStart(e)),a.call(null,_.map(r("RequireDeferredReference").getRDModuleName_DO_NOT_USE),function(){return w.notify(w.tierTwo(e))})},[w.tierOne(e),t])},onLog:function(){return w.notify(w.tierTwoLog(e))}},o,e,i==null?void 0:i.tierTwo)};r("BootloaderConfig").tieredLoadingFromTier!=null&&r("BootloaderConfig").tieredLoadingFromTier<=2?w.registerCallback(function(){return o("BootloaderDocumentInserter").batchDOMInsert(f)},[w.tierOne(e)]):f(n);var g=(m==null?void 0:m.m)||[],h=function(n){ie((m==null?void 0:m.r)||[],{onBlocking:function(){return r("RequireDeferredReference").unblock(g,"css")},onAll:function(){return w.registerCallback(function(){w.notify(w.tierThreeStart(e)),a.call(null,g.map(r("RequireDeferredReference").getRDModuleName_DO_NOT_USE),function(){return w.notify(w.tierThree(e))})},[w.tierTwo(e)])},onLog:function(){return w.notify(w.tierThreeLog(e))}},n,e,i==null?void 0:i.tierThree)};r("BootloaderConfig").tieredLoadingFromTier!=null&&r("BootloaderConfig").tieredLoadingFromTier<=3?w.registerCallback(function(){return o("BootloaderDocumentInserter").batchDOMInsert(h)},[w.tierTwo(e)]):h(n)}function pe(e){var t=new Map;for(var n of e){var a=I.get(n);if(!a){A.add(n),r("FBLogger")("bootloader").mustfix("Unable to resolve resource %s.",n);continue}var i=void 0;if(a.type==="csr")i=o("HasteResourceIndexUtil").parseResourceIndexes(a.src);else if(a.p!=null)i=o("HasteResourceIndexUtil").parseResourceIndexes(a.p),i.includes(o("HasteResourceIndexUtil").UNKNOWN_RESOURCE_INDEX)&&t.set(n,a),i=i.filter(function(e){return e!==o("HasteResourceIndexUtil").UNKNOWN_RESOURCE_INDEX});else{t.set(n,a);continue}for(var l of i){v.add(l);var u=T.get(l);if(u==null)throw r("FBLogger")("bootloader").mustfix("SoT hash unavailable for hash %s",l),new Error("Got unexpected null or undefined");var c=K(u);c.type!=="csr"||s(0,20056,u),t.set(u,c)}}return t.entries()}function _e(e){return e.type==="csr"?o("HasteResourceIndexUtil").parseResourceIndexes(e.src).filter(function(e){return e!==o("HasteResourceIndexUtil").UNKNOWN_RESOURCE_INDEX}):e.p!=null?o("HasteResourceIndexUtil").parseResourceIndexes(e.p).filter(function(e){return e!==o("HasteResourceIndexUtil").UNKNOWN_RESOURCE_INDEX}):[]}function fe(e){var t,n=e.getAttribute("data-bootloader-hash");if(n!=null){var a=o("ResourceHasher").getValidResourceHash(n);if(e.id){if(N.has(e.id))return;N.add(e.id)}var i=e.tagName==="SCRIPT"?{src:e.src,type:"js"}:{src:e.href,type:"css"};e.crossOrigin==null&&(i.nc=1),i.type==="js"&&e.dataset.tsrc!=null&&e.dataset.tsrc.trim()!==""&&(i.tsrc=e.dataset.tsrc,r("promiseDone")(o("MakeHasteTranslations").genFetchAndProcessTranslations(a,i.tsrc))),i.type==="css"&&e.getAttribute("data-nonblocking")&&(i.nonblocking=1);var l=e.getAttribute("data-c");l=="1"?i.c=1:l=="2"&&(i.c=2);var s=e.getAttribute("data-p");if(s!=null){i.p=s;var c=o("HasteResourceIndexUtil").parseResourceIndexes(s),d=Math.max.apply(Math,c);d>r("BootloaderConfig").btCutoffIndex&&o("BootloaderEvents").notifyResourceInLongTailBTManifest(re(c,i.src,new Set,r("BootloaderConfig").btCutoffIndex),"pickupPageResource")}var m=e.getAttribute("data-btmanifest");m!=null&&(i.m=m),le(a,i,!0),R.set(a,(u||(u=r("performanceAbsoluteNow")))());var p=function(){return Ce.done(a)},_=i.type==="js"?!e.getAttribute("async"):((t=e.parentNode)==null?void 0:t.tagName)==="HEAD";_||window._btldr&&window._btldr[a]?p():i.type==="js"?te(e,a,i,p):(r("FBLogger")("bootloader").info("Encountered body CSS not handled by BootloaderScriptListener: {\n hash: '%s',\n src: '%s',\n cohort: '%s',\n }",a,i.src,r("SiteData").pkg_cohort),r("CSSLoader").setupEventListenersForPotentiallyLoadedCSS(a,i.src,o("BootloaderDocumentInserter").getDOMContainerNode(),p,ne(a,i,p),e))}}function ge(){P||(P=!0,!(!(c||(c=r("ExecutionEnvironment"))).canUseDOM||(c||(c=r("ExecutionEnvironment"))).isInWorker)&&(Array.from(document.getElementsByTagName("link")).forEach(function(e){return fe(e)}),Array.from(document.getElementsByTagName("script")).forEach(function(e){return fe(e)})))}function he(){if(y){var e=h;h=[],e.forEach(function(e){var t=e[0],n=e[1],o=e[2],a=e[3];a(function(){r("FBLogger")("bootloader").info("Support data is ready, executing immediate bootload:",t.join(", ")),Ce.loadModules.apply(Ce,[t,n,o])})})}}function ye(){M=!0;var e=C;C=[],e.forEach(function(e){var t=e[0],n=e[1],r=e[2],o=e[3];o(function(){Ce.loadModules.apply(Ce,[t,n,r])})}),he()}var Ce={loadModules:function(t,n,i){n===void 0&&(n=p),i===void 0&&(i="loadModules: unknown caller");var e=t,l,s=!1,c=function(){r("clearTimeout")(l),!s&&n.apply(void 0,arguments)},d={remove:function(){s=!0}};if(r("BootloaderConfig").fastPathForAlreadyRequired&&e.every(function(e){return de(e)}))return a.call(null,e,function(){for(var t=arguments.length,n=new Array(t),a=0;a<t;a++)n[a]=arguments[a];var i=r("BootloaderConfig").shouldEnableProxyArgs?o("BootloaderUsageLoggerUtils").getProxyArgs.apply(o("BootloaderUsageLoggerUtils"),[e].concat(n)):n;c.apply(void 0,i)}),d;if(!G(e)){var m,_="Deferred: Bootloader.loadModules",f=r("TimeSlice").getGuardedContinuation(_);H(e)&&!y?(r("FBLogger")("bootloader").info("Support data is not ready, queuing immediate bootload:",e.join()),h.push([e,c,i,f])):C.push([e,c,i,f]);var g=w.bootload(e);return b.set(g,(m=b.get(g))!=null?m:(u||(u=r("performanceAbsoluteNow")))()),d}var v=ue(i,e),S=v[0],R=v[1];if(w.registerCallback(a.bind(null,e,function(){R&&(R.callbackStart=(u||(u=r("performanceAbsoluteNow")))()),c.apply(void 0,arguments),R&&(R.callbackEnd=(u||(u=r("performanceAbsoluteNow")))()),w.notify(S)}),e.map(function(e){return w.tierOne(e)})),o("BootloaderDocumentInserter").batchDOMInsert(function(t){for(var n of e)me(n,S,t,R)}),R){var L=new Set([S]);for(var E of e)L.add(w.beDone(E)),L.add(w.tierThree(E)),L.add(w.tierOneLog(E)),L.add(w.tierTwoLog(E)),L.add(w.tierThreeLog(E));w.registerCallback(function(){o("BootloaderEvents").notifyBootload(R)},Array.from(L));var k=new Set;for(var I of new Set(e))k.add(w.beDone(I)),k.add(w.tierOneLog(I)),k.add(w.tierTwoLog(I)),k.add(w.tierThreeLog(I));var T={bootloaderData:R,erroredResources:new Set,offline:!1};w.registerCallback(function(){if(Ce.getErrorCount()>0){T.erroredResources.clear();var e=function(t){for(var e of r("objectValues")(t))for(var n of e){var o=n[0],a=n[1],i=Ce.getResourceState(o);i.loadError!=null&&(V(o),a.type==="js"||a.type==="css"?T.erroredResources.add(a.src):a.type==="async"&&T.erroredResources.add(a.module))}};e(R.tierOne),e(R.tierTwo),e(R.tierThree);for(var t of R.beRequests.values())e(t.rsrcs);var n=r("gkx")("20935")?!r("NetworkStatus").isOnline():!window.navigator.onLine;n&&(T.offline=!0),o("BootloaderEvents").notifyBootloadError(T)}},Array.from(k)),r("ifRequireable")("TimeSliceInteraction",function(t){t.informGlobally("Bootloader.loadResources").addSetAnnotation("requested_hashes",Array.from(o("BootloaderEvents").flattenResourceMapSet(R.tierOne).keys())).addSetAnnotation("rdfd_requested_hashes",Array.from(o("BootloaderEvents").flattenResourceMapSet(R.tierTwo).keys())).addSetAnnotation("rd_requested_hashes",Array.from(o("BootloaderEvents").flattenResourceMapSet(R.tierThree).keys())).addStringAnnotation("bootloader_reference",i).addSetAnnotation("requested_components",e)}),l=r("setTimeoutAcrossTransitions")(function(){o("BootloaderEvents").notifyBootloaderCallbackTimeout(R)},r("BootloaderConfig").timeout)}return d},loadResources:function(t,n){ge(),o("BootloaderDocumentInserter").batchDOMInsert(function(e){return ie(t.map(function(e){return o("ResourceHasher").getValidResourceHash(e)}),n!=null?n:Object.freeze({}),e,"loadResources")})},loadTieredResources:function(t,n){var e=r("BootloaderConfig").tieredLoadingFromTier!=null&&r("BootloaderConfig").tieredLoadingFromTier<=2,a=r("BootloaderConfig").tieredLoadingFromTier!=null&&r("BootloaderConfig").tieredLoadingFromTier<=3,i=!1,l=!1,s=function(r){var e;ie(((e=t==null?void 0:t.rds)!=null?e:[]).map(function(e){return o("ResourceHasher").getValidResourceHash(e)}),n!=null?n:Object.freeze({}),r,"loadTieredResources")},u=function(r){var n;ie(((n=t==null?void 0:t.rdfds)!=null?n:[]).map(function(e){return o("ResourceHasher").getValidResourceHash(e)}),{onAll:function(){e?o("BootloaderDocumentInserter").batchDOMInsert(s):a&&(l=!0,i&&o("BootloaderDocumentInserter").batchDOMInsert(s))}},r,"loadTieredResources")},c=function(r){var n;ie(((n=t==null?void 0:t.r)!=null?n:[]).map(function(e){return o("ResourceHasher").getValidResourceHash(e)}),{onAll:function(){e?o("BootloaderDocumentInserter").batchDOMInsert(u):a&&(i=!0,l&&o("BootloaderDocumentInserter").batchDOMInsert(s))}},r,"loadTieredResources")};e?o("BootloaderDocumentInserter").batchDOMInsert(c):o("BootloaderDocumentInserter").batchDOMInsert(function(e){c(e),u(e)})},requestJSResource_UNSAFE_NEEDS_REVIEW_BY_SECURITY_AND_XFN:function(t){var e=o("ResourceHasher").createExternalJSHash();le(e,{type:"js",src:t,nc:1},!1),Ce.loadResources([e])},done:function(t){L.set(t,(u||(u=r("performanceAbsoluteNow")))()),w.notify(w.rsrcDone(t))},beDone:function(t,n,r){for(var e of(o=(a=x.get(t))==null?void 0:a.logData)!=null?o:[]){var o,a;e.beRequests.set(n,r)}w.notify(w.beDone(t))},handlePayload:function(t,n){var e,a,i;for(var l of(s=t.rsrcTags)!=null?s:[]){var s;fe(document.getElementById(l))}var u=(e=(a=t.consistency)==null?void 0:a.rev)!=null?e:null;Ce.setResourceMap((i=t.rsrcMap)!=null?i:{},t.sotUpgrades,u,n),t.indexUpgrades&&r("objectKeys")(t.indexUpgrades).forEach(function(e){var n=o("HasteResourceIndexUtil").parseResourceIndexes(r("nullthrows")(t.indexUpgrades)[e]);n.length&&n.forEach(function(t){return o("HasteBitMap").add(e,t)})}),t.compMap&&Ce.enableBootload(t.compMap,n)},enableBootload:function(t,n){for(var e in t)n&&n.comp++,k.has(e)?n&&n.dup_comp++:(k.set(e,t[e]),_.has(e)&&(_.delete(e),j(e)));ge(),g||ye()},undeferBootloads:function(t){t===void 0&&(t=!1),window.location.search.indexOf("&__deferBootloads=")===-1&&(t&&g&&o("BootloaderEvents").notifyDeferTimeout({componentMapSize:k.size,pending:C.map(function(e){var t=e[0],n=e[1],r=e[2],o=e[3];return{components:t,ref:r}}),time:(d||(d=r("performanceNow")))()}),g=!1,k.size&&ye())},markComponentsAsImmediate:function(t){for(var e of t)k.has(e)?j(e):_.add(e)},markSupportDataReadyForImmediateBootloads:function(){y=!0,he()},setResourceMap:function(t,n,a,i){var e=!1;for(var l in t){i&&i.rsrc++,l=o("ResourceHasher").getValidResourceHash(l),a!=null&&D.set(l,a);var s=t[l],u=I.get(l);u?(i&&i.dup_rsrc++,(u.type==="js"&&s.type==="js"||u.type==="css"&&s.type==="css")&&s.d&&!u.d&&(s.type==="js"&&(e=!0),s.nonce!=null&&u.type==="js"&&(u.nonce=s.nonce),u.src=s.src,u.d=1)):(s.type==="js"&&(e=!0),le(l,s,!1))}if(e&&a!=null&&r("ClientConsistency").addAdditionalRevision(a),n)for(var c of n){var d=I.get(c);d&&le(c,d,!0)}},getURLToHashMap:function(){var e=new Map;for(var t of I){var n=t[0],r=t[1];r.type==="async"||r.type==="csr"||e.set(r.src,n)}return e},loadPredictedResourceMap:function(t,n,r){Ce.setResourceMap(t,null,r),Ce.loadResources(Object.keys(t),n)},getCSSResources:function(t){var e=[];for(var n of pe(t)){var r=n[0],o=n[1];o.type==="css"&&e.push(r)}return e},getBootloadPendingComponents:function(){var e=new Map;for(var t of x){var n=t[0];ce(n)||e.set(n,Ce.getComponentDebugState(n))}return e},getComponentDebugState:function(t){var e,n,a=function(t){return!!w.getEventTime(t)};return{phases:{tierOne:a(w.tierOne(t)),tierOneLog:a(w.tierOneLog(t)),tierTwo:a(w.tierTwo(t)),tierTwoLog:a(w.tierTwoLog(t)),tierThree:a(w.tierThree(t)),tierThreeLog:a(w.tierThreeLog(t)),beDone:a(w.beDone(t)),asyncHash:a(w.rsrcDone(o("ResourceHasher").getAsyncHash(t)))},unresolvedDeps:r("__debug").debugUnresolvedDependencies([t]),nonJSDeps:(e=r("__debug").modulesMap[t])==null?void 0:e.nonJSDeps,hasError:(n=r("__debug").modulesMap[t])==null?void 0:n.hasError}},getBootloadedComponents:function(){var e=new Map;for(var t of x){var n=t[0],r=t[1];e.set(n,r.firstBootloadStart)}return e},notifyManuallyLoadedResourcesInWorker:function(t,n){var e=function(){var e=o("ResourceHasher").getValidResourceHash(a),i=t[e];if(i.type==="js"||i.type==="css"){le(e,i,!0),i.type==="js"&&i.tsrc!=null&&i.tsrc.trim()!==""&&r("promiseDone")(o("MakeHasteTranslations").genFetchAndProcessTranslations(e,r("nullthrows")(i.tsrc))),R.set(e,(u||(u=r("performanceAbsoluteNow")))());var l=function(){return Ce.done(e)},s=n[e];i.type==="js"&&s?r("promiseDone")(s,l,function(){Z(e,i,l)}):l()}};for(var a in t)e()},getResourceState:function(t){return{loadStart:R.get(t),loadEnd:L.get(t),loadError:E.get(t)}},getComponentTiming:function(t){var e,n,r,o;return{tierTwoStart:(e=w.getEventTime(w.tierTwoStart(t)))!=null?e:0,tierTwoEnd:(n=w.getEventTime(w.tierTwo(t)))!=null?n:0,tierThreeStart:(r=w.getEventTime(w.tierThreeStart(t)))!=null?r:0,tierThreeEnd:(o=w.getEventTime(w.tierThree(t)))!=null?o:0}},getLoadedResourceCount:function(){return L.size},getErrorCount:function(){return E.size},forceFlush:function(){o("BootloaderEndpoint").BootloaderEndpoint.forceFlush()},__debug:{componentMap:k,DOMAppendedJSHashes:S,requestedRsrcIndex:v,requested:R,resources:I,riMap:T,retries:F.getAllRetryAttempts_FOR_DEBUG_ONLY(),errors:E,loaded:L,bootloaded:x,notAvailableResources:A,queuedToMarkAsImmediate:_,events:w,offlineFailedResources:O,_resolveCSRs:pe,revMap:D,_getQueuedLoadModules:function(){return C},_dequeueLoadModules:function(t){var e=C.splice(t,1);if(e.length){var n=e[0],r=n[0],o=n[1],a=n[2],i=n[3],l=g,s=M;g=!1,M=!0,i(function(){Ce.loadModules.apply(Ce,[r,o,a])}),g=l,M=s}}}};r("JSResourceReferenceImpl").setBootloader(Ce),g&&!t.__comet_ssr_is_server_env_DO_NOT_USE&&!o("ServerJsRuntimeEnvironment").isRunningServerJsRuntime()&&((d||(d=r("performanceNow")))()>15e3?Ce.undeferBootloads(!0):r("setTimeoutAcrossTransitions")(function(){Ce.undeferBootloads(!0)},15e3-(d||(d=r("performanceNow")))()));var be=Ce;l.default=be}),98);
__d("CSRFGuard",[],(function(t,n,r,o,a,i){"use strict";var e="for (;;);",l=/^for ?\(;;\);/,s=e.length;function u(e){return!!e.match(l)}function c(e){var t=e.match(l);return t&&e.substr(t[0].length)}i.regex=l,i.length=s,i.exists=u,i.clean=c}),66);
/**
* License: https://www.facebook.com/legal/license/9KP1UIMf5Ez/
*/
__d("ImmediateImplementation",["ImmediateImplementationExperiments"],(function(t,n,r,o,a,i){(function(e,t){"use strict";var r=1,o={},a={},l=a,s=!1,u=e.document,c,d,m,p="setImmediate$"+Math.random()+"$";function _(){var t=e.event;return t?t.isTrusted&&["change","click","contextmenu","dblclick","mouseup","pointerup","reset","submit","touchend"].includes(t.type)||t.type==="message"&&t.source===e&&typeof t.data=="string"&&t.data.indexOf(p)===0:!1}function f(e){var n=e[0];return e=Array.prototype.slice.call(e,1),o[r]=function(){n.apply(t,e)},l=l.next={handle:r++},l.handle}function g(){for(var e,t;!s&&(e=a.next);)if(a=e,t=o[e.handle]){s=!0;try{t(),s=!1}finally{h(e.handle),s&&(s=!1,a.next&&c(g))}}}function h(e){delete o[e]}function y(){if(e.postMessage&&!e.importScripts){var t=!0,n=function(){t=!1,e.removeEventListener?e.removeEventListener("message",n,!1):e.detachEvent("onmessage",n)};if(e.addEventListener)e.addEventListener("message",n,!1);else if(e.attachEvent)e.attachEvent("onmessage",n);else return!1;return e.postMessage("","*"),t}}function C(){var t=function(n){n.source===e&&typeof n.data=="string"&&n.data.indexOf(p)===0&&g()};e.addEventListener?e.addEventListener("message",t,!1):e.attachEvent("onmessage",t),c=function(){var t=f(arguments);return e.originalPostMessage?e.originalPostMessage(p+t,"*"):e.postMessage(p+t,"*"),t},d=c}function b(){var e=new MessageChannel,t=!1;e.port1.onmessage=function(e){t=!1,g()},c=function(){var n=f(arguments);return t||(e.port2.postMessage(n),t=!0),n},m=c}function v(){var e=u.documentElement;c=function(){var t=f(arguments),n=u.createElement("script");return n.onreadystatechange=function(){n.onreadystatechange=null,e.removeChild(n),n=null,g()},e.appendChild(n),t}}function S(){c=function(){return setTimeout(g,0),f(arguments)}}y()?e.MessageChannel&&n("ImmediateImplementationExperiments").prefer_message_channel?(C(),b(),c=function(){return _()?d.apply(null,arguments):m.apply(null,arguments)}):C():e.MessageChannel?b():u&&u.createElement&&"onreadystatechange"in u.createElement("script")?v():S(),i.setImmediate=c,i.clearImmediate=h})(typeof self=="undefined"?typeof t=="undefined"?this:t:self)}),null);
__d("clearImmediatePolyfill",["ImmediateImplementation"],(function(t,n,r,o,a,i){var e=t.clearImmediate||n("ImmediateImplementation").clearImmediate;i.default=e}),66);
__d("clearImmediate",["clearImmediatePolyfill"],(function(t,n,r,o,a,i,l){function e(e){r("clearImmediatePolyfill")(e)}l.default=e}),98);
__d("currentCometRouterInstance",[],(function(t,n,r,o,a,i){"use strict";var e=null;function l(){return e}function s(t){e=t}i.get_THIS_IS_NOT_WHAT_YOU_WANT=l,i.register=s}),66);
__d("getTopMostRouteInfo",[],(function(t,n,r,o,a,i){"use strict";var e=["depth","key"];function l(t){var n=t.hosted,r=t.main,o=t.pushViewStack;if(o&&o.length>0){var a=o[o.length-1],i=a.depth,l=a.key,s=babelHelpers.objectWithoutPropertiesLoose(a,e);return s}return n||r}i.default=l}),66);
__d("getTopMostRoute",["getTopMostRouteInfo"],(function(t,n,r,o,a,i,l){"use strict";function e(e){return r("getTopMostRouteInfo")(e).route}l.default=e}),98);
__d("CurrentCanonicalRoute",["currentCometRouterInstance","getTopMostRoute"],(function(t,n,r,o,a,i,l){function e(){var e,t=(e=o("currentCometRouterInstance").get_THIS_IS_NOT_WHAT_YOU_WANT())==null?void 0:e.getCurrentRouterState();if(t!=null){var n=r("getTopMostRoute")(t);return n.canonicalRouteName}return null}l.getForGlobalLoggingOnly=e}),98);
__d("isMessengerDotComURI",[],(function(t,n,r,o,a,i){var e=new RegExp("(^|\\.)messenger\\.com$","i"),l=["https"];function s(t){return t.isEmpty()&&t.toString()!=="#"||!t.getDomain()&&!t.getProtocol()?!1:l.indexOf(t.getProtocol())!==-1&&e.test(t.getDomain())}i.default=s}),66);
__d("isWorkplaceDotComURI",[],(function(t,n,r,o,a,i){var e=new RegExp("(^|\\.)workplace\\.com$","i");function l(t){return t.getProtocol()==="https"&&e.test(t.getDomain())}i.default=l}),66);
__d("DTSGUtils",["SprinkleConfig","isCdnURI","isFacebookURI","isInstagramURI","isMessengerDotComURI","isOculusDotComURI","isWorkplaceDotComURI"],(function(t,n,r,o,a,i){"use strict";var e={getNumericValue:function(t){for(var e=0,r=0;r<t.length;r++)e+=t.charCodeAt(r);var o=e.toString();return n("SprinkleConfig").should_randomize?o:n("SprinkleConfig").version+o},shouldAppendToken:function(t){return!n("isCdnURI")(t)&&!t.isSubdomainOfDomain("fbsbx.com")&&(n("isFacebookURI")(t)||n("isInstagramURI")(t)||n("isMessengerDotComURI")(t)||n("isWorkplaceDotComURI")(t)||n("isOculusDotComURI")(t)||t.isSubdomainOfDomain("freebasics.com")||t.isSubdomainOfDomain("discoverapp.com"))}};a.exports=e}),null);
__d("HasteBitMapName",[],(function(t,n,r,o,a,i){var e=Object.freeze({CSR:"__csr",HSDP:"__hsdp",HBLP:"__hblp",SJSP:"__sjsp"});i.default=e}),66);
__d("ge",[],(function(t,n,r,o,a,i){function e(e,t,n){return typeof e!="string"?e:t?l(e,t,n):document.getElementById(e)}function l(e,t,n){var r,o,a;if(s(t)==e)return t;if(t.getElementsByTagName){for(o=t.getElementsByTagName(n||"*"),a=0;a<o.length;a++)if(s(o[a])==e)return o[a]}else for(o=t.childNodes,a=0;a<o.length;a++)if(r=l(e,o[a]),r)return r;return null}function s(e){return e.getAttribute?e.getAttribute("id"):null}i.default=e}),66);
__d("replaceTransportMarkers",["BanzaiLazyQueue","ge","memoize"],(function(t,n,r,o,a,i,l){var e=new Set;function s(t,a,i){var l=i!==void 0?a[i]:a,u;if(Array.isArray(l))for(u=0;u<l.length;u++)s(t,l,u);else if(l&&typeof l=="object")if(l.__m)l.__lazy?a[i]=r("memoize")(n.bind(null,l.__m)):a[i]=n.call(null,l.__m);else if(l.__jsr)a[i]=new(n.call(null,"JSResourceReferenceImpl"))(l.__jsr).__setRef("replaceTransportMarkers");else if(l.__dr)a[i]=new(n.call(null,"RequireDeferredReference"))(l.__dr).__setRef("replaceTransportMarkers");else if(l.__rc)l.__rc[0]===null?a[i]=null:a[i]=n.call(null,l.__rc[0]),l.__rc[1]&&(e.has(l.__rc[1])||(e.add(l.__rc[1]),o("BanzaiLazyQueue").queuePost("require_cond_exposure_logging",{identifier:l.__rc[1]})));else if(l.__e)a[i]=r("ge")(l.__e);else if(l.__rel)a[i]=t.relativeTo;else if(l.__bigPipeContext)a[i]=t.bigPipeContext;else if(l.__bbox)a[i]=l.__bbox;else{for(var c in l)s(t,l,c);if(l.__map)a[i]=new Map(l.__map);else if(l.__set)a[i]=new Set(l.__set);else if(l.__imm){var d=l.__imm,m=d.method,p=d.value;a[i]=n.call(null,"immutable")[m](p)}}}l.default=s}),98);
__d("ServerJSDefine",["BitMap","replaceTransportMarkers"],(function(t,n,r,o,a,i,l){var e=2,s=8,u=new(r("BitMap")),c={getLoadedModuleHash:function(){return u.toCompressedString()},getModuleNameAndHash:function(t){var e=t.split("@");return{hash:e[1],name:e[0]}},handleDefine:function(n,o,a,i,l){i>=0&&u.set(i),define(n,o,function(t,o,s,u,c){var e={data:a};if(r("replaceTransportMarkers")({relativeTo:l},e),i===-42){var d=a!=null&&typeof a=="object"&&a.__throw8367__;throw new Error(n+": "+(typeof d=="string"?d:""))}c.exports=e.data},e|s)},handleDefines:function(t,n){t.forEach(function(e){var t;n!=null?t=[].concat(e,[n]):t=[].concat(e,[null]),c.handleDefine.apply(null,t)})}},d=c;l.default=d}),98);
__d("StaticSiteData",[],(function(t,n,r,o,a,i){var e=Object.freeze({hs_key:"__hs",connection_class_server_guess_key:"__ccg",dpr_key:"dpr",spin_rev_key:"__spin_r",spin_time_key:"__spin_t",spin_branch_key:"__spin_b",spin_mhenv_key:"__spin_dev_mhenv",lite_iframe_locale_override_key:"__ltif_locale",weblite_key:"__wblt",weblite_iframe_key:"__wbltif",force_touch_key:"__fmt",kite_key:"__ktif",kite_legacy_key:"_ktif",haste_session_id_key:"__hsi",jsmod_key:"__dyn",comet_key:"__comet_req",canonical_route_key:"__crn"});i.default=e}),66);
/**
* License: https://www.facebook.com/legal/license/a-T0Nj64ye1/
*/
__d("Alea",[],(function(t,n,r,o,a,i){function e(){var e=4022871197,t=function(n){for(var t=n.toString(),r=0;r<t.length;r++){e+=t.charCodeAt(r);var o=.02519603282416938*e;e=o>>>0,o-=e,o*=e,e=o>>>0,o-=e,e+=o*4294967296}return(e>>>0)*23283064365386963e-26};return t.version="Mash 0.9",t}function l(){for(var t=0,n=0,r=0,o=1,a=arguments.length,i=new Array(a),l=0;l<a;l++)i[l]=arguments[l];var s=i.length>0?i:[new Date],u=e();t=u(" "),n=u(" "),r=u(" ");for(var c=0;c<s.length;c++)t-=u(s[c]),t<0&&(t+=1),n-=u(s[c]),n<0&&(n+=1),r-=u(s[c]),r<0&&(r+=1);u=null;var d=function(){var e=2091639*t+o*23283064365386963e-26;return t=n,n=r,r=e-(o=e|0),r};return d.version="Alea 0.9",d.args=s,d}i.default=l}),66);
__d("Random",["Alea","ServerNonce"],(function(t,n,r,o,a,i){"use strict";var e=4294967296,l=n("ServerNonce").ServerNonce,s;function u(){return s==null&&(s=n("Alea")(l)),s}var c={random:(function(){var n=typeof Uint32Array=="function"?new Uint32Array(1):null,r=t.crypto||t.msCrypto;if(n!=null)try{var o=r==null?void 0:r.getRandomValues;if(typeof o=="function"){var a=o.bind(r);return function(){try{a(n)}catch(e){return u()()}return n[0]/e}}}catch(e){}return u()})(),uint32:function(){return Math.floor(c.random()*e)},intBetween:function(t,n){return Math.floor(c.random()*(n-t+1)+t)},coinflip:(function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t})(function(e){return e===0?!1:e<=1?!0:c.random()*e<=1})};a.exports=c}),null);
__d("WebSessionDefaultTimeoutMs",[],(function(t,n,r,o,a,i){"use strict";var e=35e3;i.default=e}),66);
__d("CookieConsent",["InitialCookieConsent"],(function(t,n,r,o,a,i,l){"use strict";var e,s=new Set((e||(e=r("InitialCookieConsent"))).initialConsent),u=e.shouldShowCookieBanner,c={setConsented:function(){s.add(1),u=!1},shouldShowCookieBanner:function(){return u},shouldWaitForDeferredDatrCookie:function(){return(e||(e=r("InitialCookieConsent"))).shouldWaitForDeferredDatrCookie},isFirstPartyStorageAllowed:function(){return!(e||(e=r("InitialCookieConsent"))).noCookies&&c.hasFirstPartyConsent()},hasFirstPartyConsent:function(){return s.has(1)},hasIndividualThirdPartyIntegrationConsent:function(t){var e,n=c.hasThirdPartyConsent([t]);return(e=n.get(t))!=null?e:!1},hasThirdPartyConsent:function(n){var t=new Map;if(!(e||(e=r("InitialCookieConsent"))).hasGranularThirdPartyCookieConsent){var o=s.has(2);for(var a of n)(e||(e=r("InitialCookieConsent"))).exemptedIntegrations.includes(a)?t.set(a,!0):t.set(a,o);return t}for(var i of n)(e||(e=r("InitialCookieConsent"))).optedInIntegrations.includes(i)?t.set(i,!0):t.set(i,!1);return t},isThirdPartyConsentRequiredForMetaPixel:function(){return(e||(e=r("InitialCookieConsent"))).consentRequiredForMetaPixel},isThirdPartyIntegrationEmbedAllowed:function(n){return(e||(e=r("InitialCookieConsent"))).hasGranularThirdPartyCookieConsent?!(e||(e=r("InitialCookieConsent"))).noCookies&&(e||(e=r("InitialCookieConsent"))).optedInIntegrations.includes(n):(e||(e=r("InitialCookieConsent"))).exemptedIntegrations.includes(n)?!(e||(e=r("InitialCookieConsent"))).noCookies:!(e||(e=r("InitialCookieConsent"))).noCookies&&s.has(2)}},d=c;l.default=d}),98);
__d("isQuotaExceededError",[],(function(t,n,r,o,a,i){"use strict";function e(e){if(!(e instanceof t.DOMException))return!1;var n=e;return n.code===22||n.code===1014||n.name==="QuotaExceededError"||n.name==="NS_ERROR_DOM_QUOTA_REACHED"}function l(t,n){return!!(e(n)&&t&&t.length!==0)}i.isQuotaExceededError=e,i.isStorageQuotaExceededError=l}),66);
__d("WebStorage",["CookieConsent","FBLogger","err","getErrorSafe","isQuotaExceededError"],(function(t,n,r,o,a,i,l){"use strict";var e,s={},u={},c="localStorage",d="sessionStorage",m=!1,p=typeof window!="undefined"?window:self;function _(t,n,o){return(e||(e=r("CookieConsent"))).isFirstPartyStorageAllowed()?(Object.prototype.hasOwnProperty.call(t,o)||(t[o]=n(o)),t[o]):(m||(r("FBLogger")("web_storage").warn("Failed to get %s because of missing cookie consent",o.toString()),m=!0),null)}function f(e){try{return p[e]}catch(e){r("FBLogger")("web_storage").warn("Failed to get storage for read %s",r("getErrorSafe")(e).message)}return null}function g(e){var t=null;try{if(t=p[e],t!=null&&typeof t.setItem=="function"&&typeof t.removeItem=="function"){var n="__test__"+Date.now();t.setItem(n,""),t.removeItem(n)}else return null}catch(n){if(o("isQuotaExceededError").isStorageQuotaExceededError(t,r("getErrorSafe")(n))===!1)return r("FBLogger")("web_storage").catching(r("getErrorSafe")(n)).warn("Failed to get WebStorage of type `%s`",e),null}return t}function h(e){var t=null;try{if(t=p[e],t!=null&&typeof t.setItem=="function"&&typeof t.removeItem=="function"){var n="__test__"+Date.now();t.setItem(n,""),t.removeItem(n)}}catch(e){if(o("isQuotaExceededError").isStorageQuotaExceededError(t,r("getErrorSafe")(e))===!0)return!0}return!1}function y(e){for(var t=[],n=0;n<e.length;n++)t.push(e.key(n)||"");return t}function C(e,t,n){if(e==null)return new Error("storage cannot be null");var o=null;try{e.setItem(t,n)}catch(i){var a=y(e).map(function(t){var n=(e.getItem(t)||"").length;return t+"("+n+")"});o=r("err")("%sStorage quota exceeded while setting %s(%s). Items(length) follows: %s",r("getErrorSafe")(i).name?r("getErrorSafe")(i).name+": ":"",t,n.length,a.join())}return o}var b={getLocalStorage:function(){return _(s,g,c)},getAllowlistedKeyFromLocalStorage:function(t){var e;return(e=_(u,f,c))==null?void 0:e.getItem(t)},getSessionStorage:function(){return _(s,g,d)},getAllowlistedKeyFromSessionStorage:function(t){var e;return(e=_(u,f,d))==null?void 0:e.getItem(t)},getLocalStorageForRead:function(){return _(u,f,c)},getSessionStorageForRead:function(){return _(u,f,d)},isLocalStorageQuotaExceeded:function(){return h(c)},isSessionStorageQuotaExceeded:function(){return h(d)},setItemGuarded:C,setAllowlistedKeyToLocalStorage:function(t,n,r){return C(t,n,r)},clearCaches:function(){s={},u={}}},v=b;l.default=v}),98);
__d("WebSession",["FBLogger","Random","WebSessionDefaultTimeoutMs","WebStorage"],(function(t,n,r,o,a,i,l){"use strict";var e,s=36,u=6,c=Math.pow(s,u);function d(e){return e==null||Number.isFinite(e)===!1||e<=0?null:e}function m(e){if(e==null)return null;var t=parseInt(e,10);return""+t!==e?(r("FBLogger")("web_session").warn("Expected the web session expiry time to parse as an integer. Found `%s`.",String(e)),null):d(t)}function p(e){return e==null?null:e.length!==u?(r("FBLogger")("web_session").warn("Expected the web session id to be a %d character string. It was %d character(s). Received `%s`.",u,e.length,e),null):/^[a-z0-9]+$/.test(e)===!1?(r("FBLogger")("web_session").warn("Expected the web session ID to be a base-%d encoded string. Received `%s`.",s,e),null):e}function _(e){if(e==null)return null;if(typeof e!="string"&&!(e instanceof String))return r("FBLogger")("web_session").warn("A non-string value was passed to `coerceSession`. This should be impossible according to this method's Flow type. The value was `%s`.",e),null;var t=e.split(":"),n=t[0],o=t[1],a=m(o),i=p(n);return a==null||i==null?null:{expiryTime:a,id:i}}function f(){var e=Math.floor(o("Random").random()*c),t=e.toString(s);return"0".repeat(u-t.length)+t}var g=null;function h(){return g==null&&(g=f()),g}function y(t){t===void 0&&(t=Date.now());var n=(e||(e=r("WebStorage"))).getLocalStorageForRead();if(n==null)return null;try{var o=_(n.getItem("Session"));return o&&t<o.expiryTime?o:null}catch(e){return null}}function C(){var t=(e||(e=r("WebStorage"))).getSessionStorageForRead();if(t==null)return null;var n=p(t.getItem("TabId"));if(n==null){var o=(e||(e=r("WebStorage"))).getSessionStorage();if(o==null)return null;var a=f();return e.setItemGuarded(o,"TabId",a),a}return n}function b(t){if(t!==void 0&&d(t)==null){r("FBLogger")("web_session").warn("`WebSession.extend()` was passed an invalid target expiry time `%s`.",t);return}var n=Date.now(),o=t!=null?t:n+r("WebSessionDefaultTimeoutMs"),a=y(n);if(!(a&&a.expiryTime>=o||o<=n)){var i=(e||(e=r("WebStorage"))).getLocalStorage();if(i!=null){var l=a==null?f():a.id;(e||(e=r("WebStorage"))).setItemGuarded(i,"Session",l+":"+o)}}}function v(){var e;return(e=y())==null?void 0:e.id}function S(){var e,t,n=h(),r=(e=v())!=null?e:"",o=(t=C())!=null?t:"";return r+":"+o+":"+n}function R(){return h()}l.getTabId=C,l.extend=b,l.getSessionId=v,l.getId=S,l.getPageId_DO_NOT_USE=R}),98);
__d("asyncParams",[],(function(t,n,r,o,a,i){var e={};function l(t,n){e[t]=n}function s(){return e}function u(t){delete e[t]}i.add=l,i.get=s,i.remove=u}),66);
__d("getAsyncParamsForProfiling",["SiteData"],(function(t,n,r,o,a,i,l){"use strict";var e="__profiler_opts",s=30,u=300;function c(){var t;if(typeof URLSearchParams!="function")return null;var n=new URLSearchParams(window.location.search),o=n.get(e);if(o==null)return null;var a={recursive:"0",t:s,traceid:r("SiteData").polytrace_id};if(o.split(";").forEach(function(e){var t=e.split(/:|=/,2),n=t[0],r=t[1],o=n.toLowerCase();switch(o){case"t":a.t=Math.min(parseInt(r,10)||s,300);break;case"recursive":a.recursive=r==="1"?"1":"0";break;case"uid":case"filter":case"traceid":r&&(a[o]=r);break}}),a.recursive!=="1"||window.performance.now()>(a.t||0)*1e3||a.traceid==null)return null;var i=Object.entries(a).map(function(e){return e.join(":")}).sort().join(";"),l=(t={},t[e]=i,t);return n.forEach(function(e,t){t.endsWith("_sample")&&(l[t]=e)}),l}l.defaultTimeSpan=s,l.maxTimeSpan=u,l.getAsyncParamsForProfiling=c}),98);
__d("getAsyncParamsFromCurrentPageURI",[],(function(t,n,r,o,a,i){"use strict";var e={locale:!0,cxobfus:!0,js_debug:!0,cquick:!0,cquick_token:!0,wdplevel:!0,prod_graphql:!0,sri:!0},l={ctarget:!0,hl:!0,gk_enable:!0,gk_disable:!0,__pwa:!0};function s(){var t={};return window.location.search.slice(1).split("&").forEach(function(n){var r=n.split("="),o=r[0],a=r[1];(o.substr(0,4)==="tfc_"||o.substr(0,4)==="tfi_"||o.substr(0,3)==="mh_"||e[o]>-1||l[o]>-1)&&(l[o]>-1?t[o]=decodeURIComponent(a):t[o]=a)}),t}i.default=s}),66);
__d("CSSCore",["invariant"],(function(t,n,r,o,a,i,l,s){function e(e,t){for(var n=e;n.parentNode;)n=n.parentNode;if(n instanceof Element){var r=n.querySelectorAll(t);return Array.prototype.indexOf.call(r,e)!==-1}return!1}function u(e,t){return!/\s/.test(t)||s(0,11794,t),t&&(e.classList?e.classList.add(t):m(e,t)||(e.className=e.className+" "+t)),e}function c(e,t){return!/\s/.test(t)||s(0,11795,t),t&&(e.classList?e.classList.remove(t):m(e,t)&&(e.className=e.className.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,""))),e}function d(e,t,n){return(n?u:c)(e,t)}function m(e,t){return!/\s/.test(t)||s(0,442),e.classList?!!t&&e.classList.contains(t):(" "+e.className+" ").indexOf(" "+t+" ")>-1}function p(t,n){var r,o,a,i,l=(r=(o=(a=(i=t.matches)!=null?i:t.webkitMatchesSelector)!=null?a:t.mozMatchesSelector)!=null?o:t.msMatchesSelector)!=null?r:function(n){return e(t,n)};return l.call(t,n)}l.addClass=u,l.removeClass=c,l.conditionClass=d,l.hasClass=m,l.matchesSelector=p}),98);
__d("isSocialPlugin",["CSSCore","ExecutionEnvironment"],(function(t,n,r,o,a,i,l){"use strict";var e;function s(){return(e||(e=r("ExecutionEnvironment"))).canUseDOM?!!document.body&&o("CSSCore").hasClass(document.body,"plugin"):!1}l.default=s}),98);
__d("uniqueRequestID",[],(function(t,n,r,o,a,i){var e=36,l=1;function s(){return(l++).toString(e)}i.default=s}),66);
__d("getAsyncParams",["CometPersistQueryParams","CurrentCanonicalRoute","CurrentUserInitialData","DTSGUtils","Env","GetAsyncParamsExtraData","HasteBitMap","HasteBitMapName","JSErrorLoggingConfig","LSD","ServerJSDefine","SiteData","SprinkleConfig","StaticSiteData","WebConnectionClassServerGuess","WebSession","asyncParams","cr:8959","cr:8960","getAsyncParamsForProfiling","getAsyncParamsFromCurrentPageURI","isSocialPlugin","objectValues","requireWeak","uniqueRequestID"],(function(t,n,r,o,a,i,l){var e,s;function u(t,a){var i,l,u;a===void 0&&(a=!1);var c=(i=r("GetAsyncParamsExtraData").extra_data)!=null?i:{},d=babelHelpers.extends({},o("asyncParams").get(),c,(l={__user:(e||(e=r("CurrentUserInitialData"))).USER_ID,__a:1,__req:r("uniqueRequestID")()},l[r("StaticSiteData").hs_key]=r("SiteData").haste_session,l[r("StaticSiteData").dpr_key]=r("SiteData").pr,l[r("StaticSiteData").connection_class_server_guess_key]=r("WebConnectionClassServerGuess").connectionClass,l.__rev=r("SiteData").client_revision,l.__s=o("WebSession").getId(),l[r("StaticSiteData").haste_session_id_key]=r("SiteData").hsi,l));if(a||(d[r("StaticSiteData").jsmod_key]=r("ServerJSDefine").getLoadedModuleHash(),r("objectValues")(r("HasteBitMapName")).forEach(function(e){var t=o("HasteBitMap").toCompressedString(e);t!==""&&(d[e]=t)})),!r("SiteData").wbloks_env&&r("SiteData").comet_env!=null&&r("SiteData").comet_env!==0){var m;d[r("StaticSiteData").comet_key]=(m=r("SiteData").comet_env)!=null?m:1}if(Object.entries(r("CometPersistQueryParams").relative).forEach(function(e){var t=e[0],n=e[1];n!=null&&(d[t]=String(n))}),typeof window!="undefined"&&((u=window)==null?void 0:u.location)!=null&&(Object.assign(d,r("getAsyncParamsFromCurrentPageURI")()),Object.assign(d,o("getAsyncParamsForProfiling").getAsyncParamsForProfiling())),(s||(s=r("Env"))).isCQuick&&!d.cquick&&(d.cquick=(s||(s=r("Env"))).iframeKey,d.ctarget=s.iframeTarget,d.cquick_token=s.iframeToken),t=="POST"){var p=n("cr:8959").getCachedToken?n("cr:8959").getCachedToken():n("cr:8959").getToken();p&&(d.fb_dtsg=p,r("SprinkleConfig").param_name&&(d[r("SprinkleConfig").param_name]=r("DTSGUtils").getNumericValue(p))),r("LSD").token&&(d.lsd=r("LSD").token,r("SprinkleConfig").param_name&&!p&&(d[r("SprinkleConfig").param_name]=r("DTSGUtils").getNumericValue(r("LSD").token)))}if(t=="GET"){var _=n("cr:8960").getCachedToken?n("cr:8960").getCachedToken():n("cr:8960").getToken();_&&(d.fb_dtsg_ag=_,r("SprinkleConfig").param_name&&(d[r("SprinkleConfig").param_name]=r("DTSGUtils").getNumericValue(_)))}if(r("isSocialPlugin")()&&(d.__sp=1),r("SiteData").spin){var f;d[(f=r("StaticSiteData")).spin_rev_key]=r("SiteData")[f.spin_rev_key],d[f.spin_branch_key]=r("SiteData")[f.spin_branch_key],d[f.spin_time_key]=r("SiteData")[f.spin_time_key],r("SiteData")[r("StaticSiteData").spin_mhenv_key]&&(d[r("StaticSiteData").spin_mhenv_key]=r("SiteData")[r("StaticSiteData").spin_mhenv_key])}o("JSErrorLoggingConfig").sampleWeight!=null&&o("JSErrorLoggingConfig").sampleWeightKey!=null&&(d[o("JSErrorLoggingConfig").sampleWeightKey]=o("JSErrorLoggingConfig").sampleWeight);var g=o("CurrentCanonicalRoute").getForGlobalLoggingOnly();return g!=null&&(d[r("StaticSiteData").canonical_route_key]=g),r("requireWeak")("QPLUserFlow",function(e){var t=e.getActiveFlowIDs();t.length>0&&(d.qpl_active_flow_ids=t.sort().join(","))}),r("requireWeak")("MessengerPWAVersionForUserAgent",function(e){var t=e();t!=null&&(d.__pwa=t)}),d}l.default=u}),98);
__d("setImmediatePolyfill",["invariant","ImmediateImplementation","PromiseUsePolyfillSetImmediateGK"],(function(t,n,r,o,a,i,l){var e=t.setImmediate;if(n("PromiseUsePolyfillSetImmediateGK").www_always_use_polyfill_setimmediate||!e){var s=n("ImmediateImplementation");e=s.setImmediate}function u(t){typeof t=="function"||l(0,5912);for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return e.apply(void 0,[t].concat(r))}a.exports=u}),null);
__d("setImmediateAcrossTransitions",["TimeSlice","setImmediatePolyfill"],(function(t,n,r,o,a,i,l){function e(e){for(var t=r("TimeSlice").guard(e,"setImmediate",{propagationType:r("TimeSlice").PropagationType.CONTINUATION,registerCallStack:!0}),n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;a++)o[a-1]=arguments[a];return r("setImmediatePolyfill").apply(void 0,[t].concat(o))}l.default=e}),98);
__d("BootloaderEndpoint",["AdsManagerReadRegions","Bootloader","BootloaderEndpointConfig","CSRFGuard","FBLogger","HasteResponse","TimeSlice","clearImmediate","fb-error","getAsyncParams","getSameOriginTransport","gkx","performanceAbsoluteNow","setImmediateAcrossTransitions"],(function(t,n,r,o,a,i){"use strict";var e,l=n("fb-error").ErrorXFBDebug,s=n("BootloaderEndpointConfig").endpointURI,u=0,c=null,d=null,m=new Map,p=new Map;function _(e,t,n){return{requestStart:e,responseStart:t,serverGenTime:0,uri:n,source:"bootloader_endpoint",sourceDetail:"Invalid response",isFirstIdentical:!1,timesliceContext:null,startTime:e,logTime:t,jsmodsStart:t,jsmodsEnd:t,rsrcs:{blocking:new Map,nonblocking:new Map,default:new Map},payloadStats:{hsdp:{entry:0,dup_entry:0},hblp:{rsrc:0,dup_rsrc:0,comp:0,dup_comp:0},sjsp:{define:0,dup_user_define:0,dup_system_define:0,require:0}}}}function f(t,r,o,a,i){if(n("gkx")("5163")){var l=(e||(e=n("performanceAbsoluteNow")))();for(var s of[t,r])for(var u of s.entries()){var c=u[0],d=u[1];n("Bootloader").done(d),n("Bootloader").beDone(c,o,_(a,l,i))}}}function g(e){return Array.from(e.keys()).join(",")}function h(e,t){var r={};e.size&&(r.modules=g(e)),t.size&&(r.nb_modules=g(t));var o=Object.entries(babelHelpers.extends({},r,n("getAsyncParams")("GET"))).map(function(e){var t=e[0],n=e[1];return encodeURIComponent(t)+"="+encodeURIComponent(String(n))}).join("&");return s+(s.includes("?")?"&":"?")+o}function y(t,r){if(!(t.size===0&&r.size===0)){var o=S._getURL(t,r);R(o)&&(o+="&ads_manager_read_regions=true");var a=n("getSameOriginTransport")(),i=u++,s=(e||(e=n("performanceAbsoluteNow")))();a.open("GET",o,!0);var c=n("TimeSlice").getGuardedContinuation("Bootloader _requestHastePayload");a.onreadystatechange=function(){a.readyState===4&&c(function(){l.addFromXHR(a);var e=a.status===200?JSON.parse(n("CSRFGuard").clean(a.responseText)):null;if(e==null){f(t,r,i,s,o),n("FBLogger")("bootloader").warn('Invalid bootloader response %s, blocking mods: %s; non-blocking mods: %s; "%s"',a.status,g(t),g(r),a.responseText.substr(0,256));return}if(e.error)n("FBLogger")("bootloader").warn("Non-fatal error from bootloader endpoint, blocking mods: %s; non-blocking mods: %s",g(t),g(r));else if(e.__error){f(t,r,i,s,o),n("FBLogger")("bootloader").warn("Fatal error from bootloader endpoint, blocking mods: %s; non-blocking mods: %s",g(t),g(r));return}n("TimeSlice").guard(function(){return C(o,e,t,r,i,s)},"Bootloader receiveEndpointData",{propagationType:n("TimeSlice").PropagationType.CONTINUATION})()})},a.send()}}function C(t,r,o,a,i,l){var s=(e||(e=n("performanceAbsoluteNow")))(),u=r.serverGenTime,c=r.hrp;if(c==null){var d=r;n("FBLogger")("be_null_hrp").mustfix("Found null hrp, blocking mods: %s; non-blocking mods: %s; response error: %s",g(o),g(a),d.error+", summary: "+d.errorSummary+", description: "+d.errorDescription),c=d}n("HasteResponse").handle(c,{source:"bootloader_endpoint",sourceDetail:JSON.stringify({b:Array.from(o.keys()),n:Array.from(a.keys())}),onBlocking:function(){for(var e of[o,a])for(var t of e.values())n("Bootloader").done(t)},onLog:function(r){for(var e of[o,a])for(var c of e.keys())n("Bootloader").beDone(c,i,babelHelpers.extends({requestStart:l,responseStart:s,serverGenTime:u,uri:t},r))}})}function b(){var e=m,t=p;n("clearImmediate")(d),d=null,c=null,m=new Map,p=new Map,y(e,t)}function v(){var e=n("BootloaderEndpointConfig").maxBatchSize;return e<=0?!1:m.size+p.size>=e}var S={load:function(t,r,o){if((r?m:p).set(t,o),n("BootloaderEndpointConfig").debugNoBatching||v()){b();return}d==null&&(c=n("TimeSlice").getGuardedContinuation("Schedule async batch request: Bootloader._loadResources"),d=n("setImmediateAcrossTransitions")(function(){c&&c(function(){return b()})}))},forceFlush:function(){c&&c(function(){return b()})},_getURL:h,_sendRequest:y};function R(e){return!!(window.location.host.includes("adsmanager")&&!n("AdsManagerReadRegions").excluded_endpoints.some(function(t){return e.includes(t)})&&n("BootloaderEndpointConfig").adsManagerReadRegions)}a.exports={BootloaderEndpoint:S,shouldRouteToAMReadRegions:R}}),null);
__d("MetaConfigMap",[],(function(t,n,r,o,a,i){"use strict";var e={},l={add:function(n,r){for(var t in n)r&&r.entry++,t in e?r&&r.dup_entry++:e[t]=n[t]},get:function(n){return e[n]}},s=l;i.default=s}),66);
__d("QPLHasteSupportDataStorage",[],(function(t,n,r,o,a,i){"use strict";var e={},l={add:function(n,r){Object.keys(n).forEach(function(t){if(r&&r.entry++,e[t]==null){var o=n[t];e[t]=o}else r&&r.dup_entry++})},get:function(n){return e[n]}};i.default=l}),66);
__d("bx",["FBLogger"],(function(t,n,r,o,a,i,l){"use strict";var e={};function s(t){var n=e[t];if(!n)throw r("FBLogger")("staticresources").mustfixThrow("bx"+('(...): Unknown file path "'+t+'"'));return n}s.add=function(t,n){var r=!1;for(var o in t)n&&n.entry++,o in e?n&&n.dup_entry++:(t[o].loggingID=o,e[o]=t[o])},s.getURL=function(e){return e.uri},l.default=s}),98);
__d("getFalcoLogPolicy_DO_NOT_USE",["FBLogger"],(function(t,n,r,o,a,i,l){"use strict";var e={r:1},s={};function u(t){var n=s[t];return n==null?(r("FBLogger")("staticresources").mustfix("Failed to find a Haste-supplied log policy for the Falco event ' + 'identified by token `%s`. Failing open (ie. with a sampling rate of 1.0).",t),e):n}u.add=function(e,t){Object.keys(e).forEach(function(n){t&&t.entry++,s[n]==null?s[n]=e[n]:t&&t.dup_entry++})},l.default=u}),98);
__d("ix",["invariant"],(function(t,n,r,o,a,i,l,s){var e={},u=new Set;function c(t){var n=e[t];return n||s(0,11798,t),n}c.add=function(t,n){var r=!1;for(var o in t)n&&n.entry++,o in e?n&&n.dup_entry++:(t[o].loggingID=o,e[o]=t[o])},c.getUsedPaths_ONLY_FOR_REACT_FLIGHT=function(){return t.__flight_execution_mode_DO_NOT_USE==="flight"||s(0,34547),Array.from(u)},c.getAllPaths=function(){var t=new Set;return Object.values(e).map(function(e){if((e==null?void 0:e.sprited)===0)return e.uri;if((e==null?void 0:e.sprited)===1)return e._spi;if((e==null?void 0:e.sprited)===2)return e.spi}).forEach(function(e){return e!=null&&t.add(e)}),t},l.default=c}),98);
__d("qex",["invariant","BanzaiLazyQueue"],(function(t,n,r,o,a,i,l,s){"use strict";var e={},u={},c={_:function(n){var t=e[n];t!=null||s(0,11799,n);var r=t.l,a=t.r;return r!=null&&!u[n]&&(u[n]=!0,o("BanzaiLazyQueue").queuePost("qex",{l:r})),a},add:function(n,r){for(var t in n)r&&r.entry++,t in e?r&&r.dup_entry++:e[t]=n[t]}},d=c;l.default=d}),98);
__d("HasteSupportData",["ix","MetaConfigMap","QPLHasteSupportDataStorage","bx","getFalcoLogPolicy_DO_NOT_USE","gkx","justknobx","qex"],(function(t,n,r,o,a,i,l,s){"use strict";function e(e,t){var n=e.bxData,o=e.clpData,a=e.gkxData,i=e.ixData,l=e.justknobxData,u=e.metaconfigData,c=e.qexData,d=e.qplData;n!=null&&r("bx").add(n,t),o!=null&&r("getFalcoLogPolicy_DO_NOT_USE").add(o,t),a!=null&&r("gkx").add(a,t),i!=null&&s.add(i,t),u!=null&&r("MetaConfigMap").add(u,t),c!=null&&r("qex").add(c,t),d!=null&&r("QPLHasteSupportDataStorage").add(d,t),l!=null&&r("justknobx").add(l,t)}l.handle=e}),98);
__d("Parent",["CSSCore"],(function(t,n,r,o,a,i,l){function e(e,t){t=t.toUpperCase();var n=m(e,function(e){return e.nodeName===t});return n instanceof Element?n:null}function s(e,t){var n=m(e,function(e){return e instanceof Element&&o("CSSCore").hasClass(e,t)});return n instanceof Element?n:null}function u(e,t){var n=e;if(typeof n.matches=="function"){for(;n&&n!==document&&!n.matches(t);)n=n.parentNode;return n instanceof Element?n:null}else if(typeof n.msMatchesSelector=="function"){for(;n&&n!==document&&!n.msMatchesSelector(t);)n=n.parentNode;return n instanceof Element?n:null}else return c(n,t)}function c(e,t){for(var n=e,r=n;r.parentNode;)r=r.parentNode;if(!(r instanceof Element)&&!(r instanceof Document))return null;for(var o=r.querySelectorAll(t);n;){if(Array.from(o).some(function(e){return e===n}))return n instanceof Element?n:null;n=n.parentNode}return n instanceof Element?n:null}function d(e,t){var n=m(e,function(e){return e instanceof Element&&!!e.getAttribute(t)});return n instanceof Element?n:null}function m(e,t){for(var n=e;n;){if(t(n))return n;n=n.parentNode}return null}l.byTag=e,l.byClass=s,l.bySelector=u,l.bySelector_SLOW=c,l.byAttribute=d,l.find=m}),98);
__d("ContextualComponent",["Parent"],(function(t,n,r,o,a,i,l){var e=(function(){function e(e){var t=e.element,n=e.isRoot,r=e.parent;this.$2=n,this.$3=t,this.$4=r,this.$5=new Set,this.$6=[],this.$7=[],this.$8()}e.forNode=function(n){return e.$1.get(n)||null},e.closestToNode=function(n){var t=o("Parent").find(n,function(t){return!!e.forNode(t)});return t?e.forNode(t):null},e.register=function(n){return new e(n)};var t=e.prototype;return t.onCleanup=function(t){this.$6.push(t)},t.onUnmount=function(t){this.$7.push(t)},t.cleanup=function(){this.$5.forEach(function(e){return e.cleanup()}),this.$6.forEach(function(e){return e()}),this.$6=[]},t.unmount=function(){this.cleanup(),this.$5.forEach(function(e){return e.unmount()}),this.$7.forEach(function(e){return e()}),this.$7=[];var t=this.$4;t&&(e.$1.delete(this.$3),t.$9(this))},t.reinitialize=function(){var t=this.$4;t&&(t.$9(this),this.$4=void 0),e.$1.delete(this.$3),this.$8()},t.$8=function(){if(!this.$2&&!this.$4){var t=e.closestToNode(this.$3);t&&(this.$4=t)}this.$4&&this.$4.$10(this),e.$1.set(this.$3,this)},t.$10=function(t){this.$5.add(t)},t.$9=function(t){this.$5.delete(t)},e})();e.$1=new Map,l.default=e}),98);
__d("ServerJS",["ContextualComponent","ErrorGuard","HasteBitMap","HasteResourceIndexUtil","ServerJSDefine","__debug","err","ge","getErrorSafe","replaceTransportMarkers"],(function(t,n,r,o,a,i,l){var e,s=1,u=2,c=16,d=0,m=(function(){function t(){this.$2={},this.$1=null,this.$4={},this.$3=void 0}var i=t.prototype;return i.handle=function(t,n){return this.$5(t,n,_)},i.handleWithCustomApplyEach=function(t,n,r){this.$5(n,r,t)},i.$5=function(t,n,o){if(this.$3=n,t.__guard!=null)throw r("err")("ServerJS.handle called on data that has already been handled");t.__guard=!0,o(t.define||[],this.$6,this),o(t.markup||[],this.$7,this),o(t.elements||[],this.$8,this),this.$9(t.contexts||[]),o(t.instances||[],this.$10,this);var e=o(t.pre_display_requires||[],this.$11,this);return e=e.concat(o(t.require||[],this.$11,this)),t.phd2_indexes!=null&&this.$12(t.phd2_indexes),{cancel:function(){e.forEach(function(e){e&&e.cancel()})}}},i.handlePartial=function(t,n){var e=this;return(t.instances||[]).forEach(function(t){h(e.$2,t)}),(t.markup||[]).forEach(function(t){g(e.$2,t)}),(t.elements||[]).forEach(function(t){g(e.$2,t)}),this.handle(t,n)},i.setRelativeTo=function(t){return this.$1=t,this},i.cleanup=function(o){var t=Object.keys(this.$2);o?a.call(null,t,o.guard(function(){},"SeverJS Cleanup requireLazy",{propagationType:o.PropagationType.ORPHAN})):a.call(null,t,function(){}),this.$2={};function i(e){var t=this.$4[e],o=t[0],a=t[1],i=t[2];delete this.$4[e];var l=a?'JS::call("'+o+'", "'+a+'", ...)':'JS::requireModule("'+o+'")',s=n("__debug").debugUnresolvedDependencies([o,e]);throw p(r("err")("%s did not fire because it has missing dependencies.\n%s",l,s),i)}for(var l in this.$4)(e||(e=r("ErrorGuard"))).applyWithGuard(i,this,[l],{name:"ServerJS:cleanup id: "+l,project:"ServerJSCleanup"})},i.$6=function(n,o,a,i){return(e||(e=r("ErrorGuard"))).applyWithGuard(r("ServerJSDefine").handleDefine,r("ServerJSDefine"),[n,o,a,i,this.$1],{name:"JS::define"})},i.$11=function(n,o,a,i){return(e||(e=r("ErrorGuard"))).applyWithGuard(this.$13,this,[n,o,a,i],{name:o!=null?"JS::call":"JS::requireModule"})},i.$13=function(o,a,i,l){var t=this,m=r("ServerJSDefine").getModuleNameAndHash(o),_=m.hash,f=m.name,g,h;typeof a=="object"?g=a:(g=i,h=a);var y=[f].concat(g||[]),C;h!=null?C="__call__"+f+"."+h:l!=null?C="__call__"+f:C="__requireModule__"+f,C+="__"+d++,this.$4[C]=[f,h,_];var b=this.$3&&this.$3.bigPipeContext,v=(e||(e=r("ErrorGuard"))).guard(function(e){var o=n.call(null,f);if(delete t.$4[C],l&&r("replaceTransportMarkers")({relativeTo:t.$1,bigPipeContext:b},l),h!=null){if(!o[h])throw p(r("err")('Module %s has no method "%s"',f,h),_)}else if(l!=null&&typeof o!="function")throw p(r("err")("Module %s is not a function but was called with args",f),_);var a=h!=null?o[h]:l!=null&&typeof o=="function"?o:null;a!=null&&(a.apply(o,l||[]),v.__SMmeta=a.__SMmeta||{},v.__SMmeta.module=v.__SMmeta.module||f,v.__SMmeta.name=v.__SMmeta.name||h)},{name:h!=null?"JS::call('"+f+"', '"+h+"', ...)":l!=null?"JS::call('"+f+"', ...)":"JS::requireModule('"+f+"')"}),S=define(C,y,v,s|c|u,this,1,this.$3);return S},i.$10=function(n,o,a,i){(e||(e=r("ErrorGuard"))).applyWithGuard(this.$14,this,[n,o,a,i],{name:"JS::instance"})},i.$14=function(t,o,a,i){var e=this,l=null,s=r("ServerJSDefine").getModuleNameAndHash(t),d=s.hash,m=s.name;if(o){var p=this.$3&&this.$3.bigPipeContext;l=function(){var t=n.call(null,o[0]);r("replaceTransportMarkers")({relativeTo:e.$1,bigPipeContext:p},a);var i=Object.create(t.prototype);return t.apply(i,a),i}}define(m,o,l,u|c,null,i)},i.$7=function(n,o,a,i){(e||(e=r("ErrorGuard"))).applyWithGuard(this.$15,this,[n,o,a,i],{name:"JS::markup"})},i.$15=function(t,n,o,a){var e=r("ServerJSDefine").getModuleNameAndHash(t),i=e.hash,l=e.name;define(l,[a],function(t){try{return t.replaceJSONWrapper(n).getRootNode()}catch(e){throw p(r("getErrorSafe")(e),i)}},c,null,o)},i.$8=function(n,o,a,i){(e||(e=r("ErrorGuard"))).applyWithGuard(this.$16,this,[n,o,a,i],{name:"JS::element"})},i.$16=function(t,n,o,a){var e=r("ServerJSDefine").getModuleNameAndHash(t),i=e.hash,l=e.name;if(n===null&&o!=null){define(l,null,null,c,null,o);return}var u=[],d=c,m=o||0;a!=null&&(u.push(a),d|=s,m++),define(l,u,function(t){var e=r("ge")(n,t);if(!e){var o="";throw p(r("err")('Could not find element "%s"%s',n,o),i)}return e},d,null,m)},i.$9=function(n){(e||(e=r("ErrorGuard"))).applyWithGuard(this.$17,this,[n],{name:"ContextualComponents"})},i.$17=function(t){var e=this,n=this.$3&&this.$3.bigPipeContext;t.map(function(t){r("replaceTransportMarkers")({relativeTo:e.$1,bigPipeContext:n},t);var o=t[0];return[t,f(o)]}).sort(function(e,t){return e[1]-t[1]}).forEach(function(e){var t=e[0],n=t[0],o=t[1];r("ContextualComponent").register({element:n,isRoot:o})})},i.$12=function(t){o("HasteResourceIndexUtil").parseResourceIndexes(t).forEach(function(e){return o("HasteBitMap").add("__sjsp",e)})},t})();function p(e,t){return e.serverHash=t,e}function _(e,t,n){return e.map(function(r){return t.apply(n,r)})}function f(e){for(var t=0,n=e;n;)n=n.parentElement,t++;return t}function g(e,t){var n=r("ServerJSDefine").getModuleNameAndHash(t[0]),o=n.name;o in e||(t[2]=(t[2]||0)+1),e[o]=!0}function h(e,t){var n=r("ServerJSDefine").getModuleNameAndHash(t[0]),o=n.name;o in e||(t[3]=(t[3]||0)+1),e[o]=!0}i.exports=m}),34);
__d("HasteResponse",["Bootloader","BootloaderConfig","BootloaderEvents","ClientConsistencyEventEmitter","HasteSupportData","ServerJS","TimeSlice","__debug","fb-error","performanceAbsoluteNow"],(function(t,n,r,o,a,i){"use strict";var e,l=n("fb-error").getSimpleHash,s=new Set,u={handleSRPayload:function(t,r){var e=t.hblp,o=t.hsdp;o&&n("HasteSupportData").handle(o,r==null?void 0:r.hsdp),e&&n("Bootloader").handlePayload(e,r==null?void 0:r.hblp),(e==null?void 0:e.consistency)!=null&&n("ClientConsistencyEventEmitter").emit("newEntry",e.consistency)},handle:function(r,o){var t=r.allResources,a=r.hsrp,i=r.jsmods,c=r.tieredResources,d=o.onAll,m=o.onBlocking,p=o.onLog,_=o.source,f=o.sourceDetail,g=(e||(e=n("performanceAbsoluteNow")))(),h;if(f==null)h=!0;else{var y=l(_,f);s.has(y)?h=!1:(h=!0,s.add(y))}var C={hsdp:{entry:0,dup_entry:0},hblp:{rsrc:0,dup_rsrc:0,comp:0,dup_comp:0},sjsp:{define:0,dup_user_define:0,dup_system_define:0,require:0}};a&&u.handleSRPayload(a,C);var b=0,v=0,S=function(){C.sjsp.require+=((i==null?void 0:i.require)||[]).length,C.sjsp.define+=((i==null?void 0:i.define)||[]).length;var t=n("__debug").getDupCount(),r=t[0],o=t[1];C.sjsp.dup_user_define-=r,C.sjsp.dup_system_define-=o,b=(e||(e=n("performanceAbsoluteNow")))(),new(n("ServerJS"))().handle(i||{}),v=e();var a=n("__debug").getDupCount();r=a[0],o=a[1],C.sjsp.dup_user_define+=r,C.sjsp.dup_system_define+=o,m==null||m()},R=function(r){var t={source:_,sourceDetail:f,isFirstIdentical:h,timesliceContext:n("TimeSlice").getContext(),startTime:g,logTime:(e||(e=n("performanceAbsoluteNow")))(),jsmodsStart:b,jsmodsEnd:v,rsrcs:r,payloadStats:C};p==null||p(t),n("BootloaderEvents").notifyHasteResponse(t)};n("BootloaderConfig").tieredLoadingFromTier<=3&&c!=null?n("Bootloader").loadTieredResources(c,{onBlocking:S,onAll:d,onLog:R}):n("Bootloader").loadResources(t!=null?t:[],{onBlocking:S,onAll:d,onLog:R})}};a.exports=u}),null);
__d("ErrorGuardState",["fb-error"],(function(t,n,r,o,a,i,l){"use strict";l.default=r("fb-error").ErrorGuardState}),98);
__d("ErrorNormalizeUtils",["fb-error"],(function(t,n,r,o,a,i,l){"use strict";l.default=r("fb-error").ErrorNormalizeUtils}),98);
__d("ErrorSerializer",["fb-error"],(function(t,n,r,o,a,i,l){"use strict";l.default=r("fb-error").ErrorSerializer}),98);
__d("ErrorUtils",["ErrorGuard","ErrorGuardState","ErrorNormalizeUtils","ErrorPubSub","ErrorSerializer","getErrorSafe"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u,c,d;u||(u=n("ErrorGuardState")),n("ErrorNormalizeUtils"),c||(c=n("ErrorPubSub")),n("getErrorSafe"),d||(d=n("ErrorGuard")),n("ErrorSerializer"),t.getErrorSafe=r("getErrorSafe"),t.ErrorGuard=e||(e=r("ErrorGuard")),t.ErrorSerializer=r("ErrorSerializer");var m={history:(s||(s=r("ErrorPubSub"))).history,applyWithGuard:function(n,o,a,i,l,s){return(e||(e=r("ErrorGuard"))).applyWithGuard(n,o,a!=null?a:[],{name:l,onNormalizedError:i,deferredSource:s==null?void 0:s.deferredSource})},guard:function(n,o,a){var t=(e||(e=r("ErrorGuard"))).guard(n,o!=null?{name:o}:null);return a!=null&&(t=t.bind(a)),t},normalizeError:function(t){var e;return(e=r("ErrorNormalizeUtils").ifNormalizedError(t))!=null?e:r("ErrorNormalizeUtils").normalizeError(r("getErrorSafe")(t))}};t.ErrorUtils=m;var p=m;typeof __t=="function"&&__t.setHandler&&__t.setHandler((s||(s=r("ErrorPubSub"))).reportError),l.default=p}),99);
__d("PageEvents",[],(function(t,n,r,o,a,i){var e=Object.freeze({NATIVE_ONLOAD:"onload/onload",BIGPIPE_ONLOAD:"onload/onload_callback",AJAXPIPE_ONLOAD:"ajaxpipe/onload_callback",NATIVE_DOMREADY:"onload/dom_content_ready",BIGPIPE_DOMREADY:"onload/domcontent_callback",AJAXPIPE_DOMREADY:"ajaxpipe/domcontent_callback",NATIVE_ONBEFOREUNLOAD:"onload/beforeunload",NATIVE_ONUNLOAD:"onload/unload",AJAXPIPE_ONUNLOAD:"onload/exit",AJAXPIPE_SEND:"ajaxpipe/send",AJAXPIPE_FIRST_RESPONSE:"ajaxpipe/first_response",AJAXPIPE_ONBEFORECLEARCANVAS:"ajaxpipe/onbeforeclearcanvas"});i.default=e}),66);
__d("PageletEventConstsJS",[],(function(t,n,r,o,a,i){var e=Object.freeze({ARRIVE_END:"arrive",ARRIVE_START:"prearrive",CSS_END:"css_load",CSS_START:"css",DISPLAY_END:"display",DISPLAY_START:"display_start",IMAGES_DISPLAYED:"images_displayed",JS_END:"jsdone",JS_START:"jsstart",ONLOAD_END:"onload",ONLOAD_START:"preonload",PAGELET_EVENT:"pagelet_events",PHASE_BEGIN:"phase_begin",SETUP:"setup"});i.default=e}),66);
__d("PageletSet",["Arbiter"],(function(t,n,r,o,a,i,l){var e={};function s(t){return Object.prototype.hasOwnProperty.call(e,t)}function u(t){return e[t]}function c(t){if(!s(t)){var n=new _(t);e[t]=n}return u(t)}function d(){return Object.keys(e)}function m(t){if(s(t)){var n=u(t);delete e[t],n.destroy()}}function p(e,t){return"contains"in e?e.contains(t):!!(e.compareDocumentPosition(t)&16)}var _=(function(){function t(e){var t=this;this.id=e,this.$1=null,this.$2=[],this.addDestructor(function(){r("Arbiter").inform("pagelet/destroy",{id:t.id,root:t.$1})})}var n=t.prototype;return n.getRoot=function(){return this.$1},n.setRoot=function(t){this.$1=t},n.$3=function(){var t=[],n=this.$1;if(!n)return t;for(var r=d(),o=0;o<r.length;o++){var a=r[o];if(a!==this.id){var i=e[a],l=i.getRoot();l&&p(n,l)&&t.push(i)}}return t},n.addDestructor=function(t){this.$2.push(t)},n.destroy=function(){for(var e=this.$3(),t=0;t<e.length;t++){var n=e[t];s(n.id)&&m(n.id)}for(var r=0;r<this.$2.length;r++){var o=this.$2[r]();o&&o()}},t})();l.hasPagelet=s,l.getPagelet=u,l.getOrCreatePagelet=c,l.getPageletIDs=d,l.removePagelet=m}),98);
__d("TrustedTypesBigPipeMarkupPolicy",["TrustedTypes"],(function(t,n,r,o,a,i,l){"use strict";var e={createHTML:function(t){return t}},s=r("TrustedTypes").createPolicy("big-pipe-markup",e),u=s;l.default=u}),98);
__d("TrustedTypesNoOpPolicy_DO_NOT_USE",["TrustedTypes","TrustedTypesUtils"],(function(t,n,r,o,a,i,l){"use strict";var e={createScriptURL:o("TrustedTypesUtils").noop,createHTML:o("TrustedTypesUtils").noop,createScript:o("TrustedTypesUtils").noop},s=r("TrustedTypes").createPolicy("noop-do-not-use",e),u=s;l.default=u}),98);
__d("TrustedTypesUnsafeFunctionScriptPolicy_DO_NOT_USE",["Env","TrustedTypes","err"],(function(t,n,r,o,a,i,l){"use strict";var e,s={createScript:function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),o=1;o<e;o++)n[o-1]=arguments[o];n.forEach(function(e){if(typeof window!="undefined"&&typeof window.trustedTypes!="undefined"&&!window.trustedTypes.isScript(e))throw r("err")("Trusted Function requires TrustedScripts args only.")});var a=n.slice(0,-1).join(","),i=n.pop().toString();return"(function anonymous(\n "+a+"\n ) {\n "+i+"\n })"}},u=r("TrustedTypes").createPolicy("unsafe-function-do-not-use",s);function c(){for(var n=arguments.length,o=new Array(n),a=0;a<n;a++)o[a]=arguments[a];if(r("TrustedTypes").isSupportedNatively()&&(e||(e=r("Env"))).useTrustedTypes){var i=u.createScript.apply(u,[""].concat(o));return t.eval(i)}else return babelHelpers.construct(Function,o)}l.TrustedTypesUnsafeFunctionScriptPolicy_DO_NOT_USE=u,l.createTrustedFunction=c}),98);
__d("UserTimingUtils.shared",["UserTimingUtils","asyncToGeneratorRuntime","performance"],(function(t,n,r,o,a,i,l){"use strict";var e,s=typeof(e||(e=r("performance"))).mark=="function"&&typeof(e||(e=r("performance"))).clearMarks=="function"&&typeof(e||(e=r("performance"))).measure=="function"&&typeof(e||(e=r("performance"))).clearMeasures=="function",u=!1;if(s&&(e||(e=r("performance"))).mark!=null){var c="__v3",d={};Object.defineProperty(d,"startTime",{get:function(){u=!0}});try{(e||(e=r("performance"))).mark(c,d)}catch(e){}finally{(e||(e=r("performance"))).clearMarks(c)}}function m(){return u}function p(t){s&&(e||(e=r("performance"))).mark(t)}function _(t,n,o){if(o===void 0&&(o=!0),s){try{(e||(e=r("performance"))).measure(t,n)}catch(e){""+t+n}o&&(e||(e=r("performance"))).clearMarks(n),(e||(e=r("performance"))).clearMeasures(t)}}function f(t){if(s){try{var n=(e||(e=r("performance"))).getEntriesByName(t,"mark");if(n!=null&&n.length>0)return!0}catch(e){""+t}return!1}}function g(t){if(s)try{(e||(e=r("performance"))).clearMarks(t)}catch(e){""+t}}function h(e,t){return y.apply(this,arguments)}function y(){return y=n("asyncToGeneratorRuntime").asyncToGenerator(function*(t,n){var a=(e||(e=r("performance"))).now(),i=yield n(),l=e.now();return o("UserTimingUtils").measureModern(t,{end:l,start:a}),i}),y.apply(this,arguments)}function C(e,t,n){}function b(e,t){}function v(t,n,a){var i=(e||(e=r("performance"))).now();n();var l=e.now();o("UserTimingUtils").measureModern(t,{end:l,start:i},a)}l.isUserTimingV3Supported=m,l.measureStart=p,l.measureEnd=_,l.hasMark=f,l.clearMarks=g,l.asyncMeasure=h,l.measureReactCommit=C,l.measureReactPostCommit=b,l.measureCallback=v}),98);
__d("UserTimingUtils",["UserTimingUtils.shared","performance","performanceNow"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u;function c(e,t,n,a){if(o("UserTimingUtils.shared").isUserTimingV3Supported()){var i=t;if(n!=null){var l,u,c,d=(l=t==null||(u=t.detail)==null?void 0:u.devtools)!=null?l:void 0;d=d!=null?d:{dataType:"track-entry",track:n,trackGroup:a},d.track=n;var m=(c=t==null?void 0:t.detail)!=null?c:{devtools:d};i=babelHelpers.extends({},t,{detail:m})}try{(s||(s=r("performance"))).measure(e,i),s.clearMeasures(e)}catch(e){}}}function d(e,t,n,a){if(o("UserTimingUtils.shared").isUserTimingV3Supported()){var i=t;if(n!=null){var l;i={startTime:(l=t==null?void 0:t.startTime)!=null?l:(u||(u=r("performanceNow")))(),detail:babelHelpers.extends({},t,{devtools:{dataType:"track-entry",track:n,trackGroup:a}})}}(s||(s=r("performance"))).mark(e,i),s.clearMarks(e)}}l.measureStart=(e=o("UserTimingUtils.shared")).measureStart,l.measureEnd=e.measureEnd,l.hasMark=e.hasMark,l.clearMarks=e.clearMarks,l.asyncMeasure=e.asyncMeasure,l.measureReactCommit=e.measureReactCommit,l.measureReactPostCommit=e.measureReactPostCommit,l.measureModern=c,l.markModern=d}),98);
__d("captureUsageSnapshot",[],(function(t,n,r,o,a,i){"use strict";function e(){var e=window.__bodyWrapper;if(!e.getCodeUsage)return{js_calls:{},document_html:"",stylesheets:{}};var t=babelHelpers.extends({},e.getCodeUsage()),n=String(window.document.body.outerHTML),r={};return Array.from(document.styleSheets).forEach(function(e){e.href&&(r[e.href]=!0)}),{js_calls:t,document_html:n,stylesheets:r}}i.default=e}),66);
__d("fastDeepCopy",[],(function(t,n,r,o,a,i){"use strict";function e(e){return typeof e=="object"&&e!==null?l(e):e}function l(e){var t=typeof e.constructor=="function"?e.constructor():{};if(Array.isArray(e))for(var n=0;n<e.length;++n){var r=e[n];t[n]=typeof r=="object"&&r!==null?l(r):r}else for(var o in e){var a=e[o];t[o]=typeof a=="object"&&a!==null?l(a):a}return t}i.default=e}),66);
__d("BigPipe",["$","Arbiter","BigPipeExperiments","BigPipeInstance","BigPipePlugins","Bootloader","ErrorUtils","FBLogger","HasteResponse","PageEvents","PageletEventConstsJS","PageletSet","ServerJS","TimeSlice","TrustedTypesBigPipeMarkupPolicy","TrustedTypesNoOpPolicy_DO_NOT_USE","TrustedTypesUnsafeFunctionScriptPolicy_DO_NOT_USE","UserTimingUtils","captureUsageSnapshot","clearTimeout","cr:135","fastDeepCopy","ge","getErrorSafe","performanceAbsoluteNow","performanceNow","setTimeout","setTimeoutAcrossTransitions"],(function(t,n,r,o,a,i,l){var e,s,u;t.__bigPipeFactory=(e||(e=r("performanceAbsoluteNow")))();var c=console.timeStamp&&window.location.search.indexOf("pagelet_ts=1")>0;function d(e,t){o("UserTimingUtils").measureStart(e+" "+t)}function m(e,t,n){o("UserTimingUtils").measureEnd("\u26CF "+e+" ["+t+"][phase "+n+"]",e+" "+t)}function p(e,t){if(e)for(var n=0;n<e.length;n++){var a=null,i=e[n],l=i.match(/^\"caller:([^\"]+?)\";(.*)/);l!=null&&(a=l[1],i=l[2]),(s||(s=r("ErrorUtils"))).applyWithGuard(o("TrustedTypesUnsafeFunctionScriptPolicy_DO_NOT_USE").createTrustedFunction(r("TrustedTypesNoOpPolicy_DO_NOT_USE").createScript(i)),t),r("FBLogger")("comet_infra").info("BigPipe eval call",a)}}var _=1,f=(function(){function t(e){var a=this;this._onDisplayDone=function(e){a.arbiter.registerCallback(e,["display_done"])},Object.assign(this,{arbiter:r("Arbiter"),rootNodeID:"content",lid:null,isAjax:!1,domContentCallback:n("cr:135").__domContentCallback,onloadCallback:n("cr:135").__onloadCallback,domContentEvt:r("PageEvents").BIGPIPE_DOMREADY,onloadEvt:r("PageEvents").BIGPIPE_ONLOAD,forceFinish:!1,config:{},_currentPhase:0,_lastPhaseOfLastResponse:-1,_lastPhaseBeforeLastResponse:-1,_livePagelets:{},_phases:{},_orderedPhases:[],_maxPhase:0,_displayDoneFired:!1,_displayDone:!1,_awaitingLIDEventQueue:[]},e),this.config||(this.config={}),this.automatic!=null?this._relevant_instance=o("BigPipeInstance").getCurrentInstance():o("BigPipeInstance").setCurrentInstance_DO_NOT_USE(this),this._serverJS=new(r("ServerJS")),this._informEventExternal(t.Events.init,{arbiter:this.arbiter},r("Arbiter")),this._displayDoneCallback=this.arbiter.registerCallback(function(){var e=r("captureUsageSnapshot")();a._informEventExternal(t.Events.displayed,{rid:a.rid,ajax:a.isAjax,usageSnapshot:e})},["display_done"]);var i=["pagelet_displayed_all"];if(this.config.extra_dom_content_event!=null&&(i.push(this.config.extra_dom_content_event),r("BigPipeExperiments").am_page_load_promise_timeout)){var l=r("setTimeoutAcrossTransitions")(function(){r("Arbiter").inform(a.config.extra_dom_content_event,{pageType:"normal",start:0,tti:0,extras:{all_pagelets_displayed:(u||(u=r("performanceNow")))()}},"state")},3e4);this.arbiter.registerCallback(function(){l!=null&&(r("clearTimeout")(l),l=null)},i)}this.arbiter.registerCallback(this.domContentCallback,i),this._beginPhase(0),this.arbiter.registerCallback(this.onloadCallback,["bigpipe_e2e_reported"]),this._loadedCallback=this.arbiter.registerCallback(function(){a._informEventExternal(t.Events.loaded,{rid:a.rid,ajax:a.isAjax}),a.arbiter.inform("bigpipe_e2e_reported",!0)},["pagelet_displayed_all"]),this.arbiter.registerCallback(function(){return a._serverJS.cleanup(r("TimeSlice"))},[this.onloadEvt,"bigpipe_e2e_reported"])}var a=t.prototype;return a._beginPhase=function(t){var e=this._getOrCreatePhase(t);e.begun=!0,this._informEventExternal("phase_begin",{phase:t}),this.arbiter.inform("phase_begin_"+t,!0,"state")},a._getOrCreatePhase=function(t){if(this._phases[t])return this._phases[t];var e={pagelets:[],begun:!1,complete:!1};this._phases[t]=e;for(var n=0;n<this._orderedPhases.length&&!(t<this._orderedPhases[n]);)n++;return this._orderedPhases.splice(n,0,t),e},a._tryRenderingNextPhase=function(){var e=this._phases[this._currentPhase];if(!(e&&e.begun&&!e.complete))for(var t of this._orderedPhases){var n=this._phases[t];if(n.begun){if(n.complete)continue;return}else{this._currentPhase=t,this._beginPhase(t);return}}},a._displayPageletHandler=function(t){var e=this;this.displayCallback?this.displayCallback(function(){return e._displayPagelet(t)}):this._displayPagelet(t)},a._displayPagelet=function(t){d(t.id,"display"),t.displayStarted=!0,this._informPageletEvent(r("PageletEventConstsJS").DISPLAY_START,t);var e=this._getPagelet(t),n=[],o={};for(var a in t.content){var i=t.content[a];t.append&&(a=this._getPageletRootID(t));var l=r("ge")(a);if(!l||a==null){var s="Root element %s is missing for pagelet %s";t.id;continue}if(a===e.id&&e.setRoot(l),i){if(t.append)y(l,i,n);else if(i.nodeType)l.innerHTML=r("TrustedTypesBigPipeMarkupPolicy").createHTML(""),y(l,i,n);else{var u=g(i);l.innerHTML=r("TrustedTypesBigPipeMarkupPolicy").createHTML(u),o[a]=u,n.push(l)}r("BigPipeExperiments").enable_bigpipe_plugins===!0&&r("BigPipePlugins").runPluginOnPagelet(l)}var c=l.getAttribute("data-referrer");c||l.setAttribute("data-referrer",a)}var p=null;if(t.static_templates){var _=r("ge")("static_templates");_?(p=g(t.static_templates),t.replace_static_templates_if_exists&&(p=C(_,p,n)),y(_,p,n)):t.id}if(this._informPageletDisplayDetails(t.id,t.jsmods,o,p),t.displayed=!0,t.jsmods){var f=this._serverJS.handlePartial(t.jsmods,{pagelet:t.id,bigPipeContext:{onDisplayDone:this._onDisplayDone}});e.addDestructor(f.cancel.bind(f))}var h=[];n.forEach(function(e){if(typeof e.getElementsByTagName=="function")for(var t=e.getElementsByTagName("img"),n=0;n<t.length;n++)h.push(t[n].src)}),h.length>0&&this._informEventExternal("images_displayed",{pagelet:t.id,timeslice:r("TimeSlice").getContext()?r("TimeSlice").getContext().contextID:null,images:h}),this._informPageletEvent(r("PageletEventConstsJS").DISPLAY_END,t),m(t.id,"display",t.phase),this.arbiter.inform(t.id+"_displayed",!0,"state")},a._onPhaseDisplayEnd=function(n){var e=this._getOrCreatePhase(n);if(e.complete=!0,n===this._ttiPhase){var o={},a=r("captureUsageSnapshot")();this._informEventExternal(t.Events.tti,{phase:this._ttiPhase,rid:this.rid,ajax:this.isAjax,metrics:o,usageSnapshot:a}),this.arbiter.inform("tti_pagelet_displayed",!0,"state")}this._isRelevant()&&(n===this._lastPhaseBeforeLastResponse&&this._fireDisplayDone(function(){}),n===this._lastPhaseOfLastResponse&&(this._displayDoneFired||this._fireDisplayDone(function(){}),this.arbiter.inform("pagelet_displayed_all",!0,"state"))),n!==this._lastPhaseOfLastResponse&&this._nextPhase()},a._nextPhase=function(){this.config.flush_pagelets_asap?this._tryRenderingNextPhase():(this._currentPhase++,this._beginPhase(this._currentPhase))},a._fireDisplayDone=function(t){this._displayDoneFired=!0,this.arbiter.inform("display_done",!0),this._displayDone=!0,t(),this.lid!=null&&m("display_done",this.lid,"all")},a._downloadJsForPagelet=function(t){var e=this;this._informPageletEvent(r("PageletEventConstsJS").JS_START,t),r("Bootloader").loadResources(t.allResources||[],{onAll:function(){e._informPageletEvent(r("PageletEventConstsJS").JS_END,t),t.requires=t.requires||[],(!e.isAjax||t.phase>=1)&&t.requires.push("uipage_onload");var n=function(){e._informPageletEvent(r("PageletEventConstsJS").ONLOAD_START,t),e._isRelevantPagelet(t)&&p(t.onload),e._informPageletEvent(r("PageletEventConstsJS").ONLOAD_END,t),e.arbiter.inform("pagelet_onload",!0),t.provides&&e.arbiter.inform(t.provides,!0,"state")},o=function(){e._isRelevantPagelet(t)&&p(t.onafterload)};e.arbiter.registerCallback(n,t.requires),e.arbiter.registerCallback(o,[e.onloadEvt])}})},a._getPagelet=function(t){var e=this._getPageletRootID(t);return o("PageletSet").getPagelet(e)},a._getPageletRootID=function(t){return t.append||Object.keys(t.content)[0]||null},a._isRelevant=function(){var e=o("BigPipeInstance").getCurrentInstance();return this==e||this.automatic!=null&&this._relevant_instance==e||this.jsNonBlock!=null||this.forceFinish||e&&e.allowIrrelevantRequests},a._isRelevantPagelet=function(t){if(!this._isRelevant())return!1;var e=this._getPageletRootID(t);return!!this._livePagelets[e]},a._informEventExternal=function(n,o,a){o=o||{},a=a||this.arbiter,o.ts||(o.ts=(e||(e=r("performanceAbsoluteNow")))()),c&&console.timeStamp&&console.timeStamp(n+" "+(Object.prototype.hasOwnProperty.call(o,"arbiter")?JSON.stringify(babelHelpers.extends({},o,{arbiter:null})):JSON.stringify(o))),this.lid===null?this._awaitingLIDEventQueue.push([a,n,o]):(o.lid=this.lid,a.inform(n,o,"persistent"))},a._informPageletEvent=function(t,n,r){var e={event:t,id:n.id,ts:r};n.phase&&(e.phase=n.phase),n.categories&&(e.categories=n.categories),n.allResources&&(e.allResources=n.allResources),n.displayResources&&(e.displayResources=n.displayResources),this._informEventExternal("pagelet_event",e)},a._informPageletDisplayDetails=function(t,n,o,a){if(this.config.dispatch_pagelet_replayable_actions)try{this._informEventExternal("pagelet_performing_replayable_actions",{id:t,jsmods:r("fastDeepCopy")(n),contentMap:o,staticTemplates:a})}catch(t){var e=r("getErrorSafe")(t);r("FBLogger")("bigpipe_pagelet_replay").catching(e).warn("failed at _informPageletDisplayDetails"),this._informEventExternal("pagelet_performing_replayable_actions_failed",{})}},t.getCurrentInstance=function(){return o("BigPipeInstance").getCurrentInstance()},t})();Object.assign(f.prototype,{beforePageletArrive:function(t,n){var e=this;r("TimeSlice").guard(function(){return e._informPageletEvent(r("PageletEventConstsJS").ARRIVE_START,{id:t},n)},"beforePageletArrive "+t,{root:!0})()},setPageID:function(t){this.lid=t,this._awaitingLIDEventQueue.forEach(function(e){var n=e[0],r=e[1],o=e[2];o.lid=t,n.inform(r,o,"persistent")}),this._awaitingLIDEventQueue=[],this.lid&&d("display_done",this.lid)},onPageletArrive:(s||(s=r("ErrorUtils"))).guard(function(e){var t,n=this;this._informPageletEvent(r("PageletEventConstsJS").ARRIVE_END,e),o("HasteResponse").handleSRPayload((t=e.hsrp)!=null?t:{}),e.content=e.content||{};var a=e.phase;if(e.all_phases)for(var i of e.all_phases)this._getOrCreatePhase(i);var l=this._getOrCreatePhase(a);l.pagelets.push(e.id),this._maxPhase=Math.max(a,this._maxPhase),e.last_in_phase&&this.arbiter.registerCallback(function(){return n._onPhaseDisplayEnd(a)},l.pagelets.map(function(e){return e+"_displayed"}).concat(["phase_begin_"+a]));var s=this._getPageletRootID(e),u=o("PageletSet").getOrCreatePagelet(s);e.last_pagelet&&(this._lastPhaseBeforeLastResponse=this._maxPhase),e.the_end&&(this._lastPhaseOfLastResponse=a),e.tti_phase!==void 0&&(this._ttiPhase=e.tti_phase),this._livePagelets[u.id]=!0,u.addDestructor(function(){delete n._livePagelets[u.id]});var c,d=[];if(e.jsmods){var m=e.jsmods.define,p=e.jsmods.instances,f=e.jsmods.markup,g=e.jsmods.pre_display_requires;delete e.jsmods.define,delete e.jsmods.instances,delete e.jsmods.markup,delete e.jsmods.pre_display_requires;var h=19e3,y=function(){if(e.displayStarted===!0)return r("FBLogger")("BigPipe").warn("registerToBlockDisplayUntilDone_DONOTUSE called after pagelet %s was displayed. This is a no-op.",e.id),function(){};var t,o,a=_+"_preDisplayEvent";return _++,c?n.arbiter.registerCallback(c,[a]):d.push(a),r("TimeSlice").guard(function(){o=!0,r("clearTimeout")(t),n.arbiter.inform(a,!0,"state")},"BigPipeDisplayBlockingEvent "+a,{propagationType:r("TimeSlice").PropagationType.EXECUTION})};this._informPageletDisplayDetails(e.id,{define:m,instances:p,markup:f,pre_display_requires:g},{}),this._serverJS.handlePartial({define:m,instances:p,markup:f,pre_display_requires:g},{pagelet:e.id,bigPipeContext:{onDisplayDone:this._onDisplayDone,registerToBlockDisplayUntilDone_DONOTUSE:y}})}if(this.arbiter.registerCallback(this._loadedCallback,["pagelet_onload"]),this._informPageletEvent(r("PageletEventConstsJS").SETUP,e),e.display_out_of_phase==="asap")d=d.concat(["first_response_displayed",e.id+"_css_end"]);else if(e.display_out_of_phase==="after_tti"){var C=e.id+"_greedy_render";d=d.concat(["first_response_displayed",e.id+"_css_end",C]);var b=!1,v=function(){b||(b=!0,n.arbiter.inform(C,!0,"state"))};this.arbiter.registerCallback(v,["tti_pagelet_displayed"]),this.arbiter.registerCallback(v,["phase_begin_"+a])}else d=d.concat(["phase_begin_"+e.phase,e.id+"_css_end"]);if((e.display_dependency||[]).forEach(function(e){return d.push(e+"_displayed")}),e.display_group)for(var S=document.body.getElementsByClassName("pagelet-group"),R=0;R<S.length;R++){var L=S[R];if(L.id===e.id)break;L.getAttribute("data-display-group")===e.display_group&&d.push(L.id+"_displayed")}c=this.arbiter.registerCallback(function(){e.display_delay_ms===void 0?n._displayPageletHandler(e):r("setTimeout")(function(){return n._displayPageletHandler(e)},e.display_delay_ms)},d);var E=!1,k=function(){if(!E){E=!0,n._informPageletEvent(r("PageletEventConstsJS").CSS_START,e);var t=e.displayResources||[];r("Bootloader").loadResources(t,{onAll:function(){n._informPageletEvent(r("PageletEventConstsJS").CSS_END,e),n.arbiter.inform(e.id+"_css_end",!0,"state")}})}};this.config.flush_pagelets_asap?k():this.arbiter.registerCallback(k,["phase_begin_"+a]);var I=[e.id+"_displayed"];this.jsNonBlock||I.push(this.domContentEvt),this.arbiter.registerCallback(this._downloadJsForPagelet.bind(this,e),I)},"BigPipe#onPageletArrive")}),f.Events=o("BigPipeInstance").Events;function g(e){if(!e||typeof e=="string")return e;if(e.container_id){var t=r("$")(e.container_id);return e=h(t)||"",t.parentNode.removeChild(t),e}return e.nodeType,null}function h(e){if(!e.firstChild||e.firstChild.nodeType!==8)return null;var t=e.firstChild.nodeValue;return t=t.substring(1,t.length-1),t.replace(/\\([\s\S]|$)/g,"$1")}function y(e,t,n){for(var r=b(t),o=0;o<r.childNodes.length;o++)n.push(r.childNodes[o]);e.appendChild(r)}function C(e,t,n){for(var r=b(t),o=document.createDocumentFragment(),a=r.childNodes.length,i=0;i<a;i++){var l=r.firstChild,s=l.id,u=s!=null&&s!==""?document.getElementById(s):null,c=u!=null?u.parentNode:null;c===e?(c.replaceChild(l,u),n.push(l)):o.appendChild(l)}return o}function b(e){if(e.nodeType)return e;var t=document.createDocumentFragment();if(e=g(e),e){var n=document.createElement("div");for(n.innerHTML=e;n.firstChild;)t.appendChild(n.firstChild)}return t}var v=f;l.default=v}),98);
__d("DTSG",["invariant","DTSGInitialData"],(function(t,n,r,o,a,i,l,s){"use strict";var e=o("DTSGInitialData").token||null;function u(){return e}function c(t){e=t}function d(){s(0,5809)}function m(e){s(0,73819)}l.getToken=u,l.setToken=c,l.refresh=d,l.setTokenConfig=m}),98);
__d("DTSG_ASYNC",["DTSGInitData"],(function(t,n,r,o,a,i,l){"use strict";var e=r("DTSGInitData").async_get_token||null;function s(){return e}function u(t){e=t}l.getToken=s,l.setToken=u}),98);
__d("DataStore",["DataStoreConfig","gkx","isEmpty"],(function(t,n,r,o,a,i){"use strict";var e,l=n("DataStoreConfig").expandoKey,s=n("DataStoreConfig").useExpando,u=n("gkx")("25572")&&window.WeakMap?new window.WeakMap:null,c={},d=1;function m(e){if(typeof e=="string")return"str_"+e;var t;return"elem_"+((t=e.__FB_TOKEN)!=null?t:e.__FB_TOKEN=[d++])[0]}function p(e){if(u!=null&&typeof e=="object")return u.get(e)===void 0&&u.set(e,{}),u.get(e);if(s&&typeof e=="object")return e[l]||(e[l]={});var t=m(e);return c[t]||(c[t]={})}var _={set:function(t,n,r){if(!t)throw new TypeError("DataStore.set: namespace is required, got "+typeof t);var e=p(t);return e[n]=r,t},get:function(t,n,r){if(!t)throw new TypeError("DataStore.get: namespace is required, got "+typeof t);var e=p(t),o=e[n];if(o===void 0&&t.getAttribute!=null)if(t.hasAttribute!=null&&!t.hasAttribute("data-"+n))o=void 0;else{var a=t.getAttribute("data-"+n);o=a===null?void 0:a}return r!==void 0&&o===void 0&&(o=e[n]=r),o},remove:function(r,o){if(!r)throw new TypeError("DataStore.remove: namespace is required, got "+typeof r);var t=p(r),a=t[o];return delete t[o],(e||(e=n("isEmpty")))(t)&&_.purge(r),a},purge:function(t){if(u!=null&&typeof t=="object")return u.delete(t);s&&typeof t=="object"?delete t[l]:delete c[m(t)]},_storage:c};a.exports=_}),null);
__d("FBJSON",[],(function(t,n,r,o,a,i){var e=JSON.parse,l=JSON.stringify;i.parse=e,i.stringify=l}),66);
__d("CSS",["$","CSSCore"],(function(t,n,r,o,a,i,l){var e=typeof window!="undefined"?window.CSS:null,s="hidden_elem",u=e&&e.supports.bind(e);function c(e,t){return r("$").fromIDOrElement(e).className=t||"",e}function d(e,t){return e instanceof Document||e instanceof Text?!1:o("CSSCore").hasClass(r("$").fromIDOrElement(e),t)}function m(e,t){return e instanceof Document||e instanceof Text?!1:o("CSSCore").matchesSelector(r("$").fromIDOrElement(e),t)}function p(e,t){return o("CSSCore").addClass(r("$").fromIDOrElement(e),t)}function _(e,t){return o("CSSCore").removeClass(r("$").fromIDOrElement(e),t)}function f(e,t,n){return o("CSSCore").conditionClass(r("$").fromIDOrElement(e),t,!!n)}function g(e,t){return f(e,t,!d(e,t))}function h(e){return!d(e,s)}function y(e){return p(e,s)}function C(e){return _(e,s)}function b(e){return g(e,s)}function v(e,t){return f(e,s,!t)}l.supports=u,l.setClass=c,l.hasClass=d,l.matchesSelector=m,l.addClass=p,l.removeClass=_,l.conditionClass=f,l.toggleClass=g,l.shown=h,l.hide=y,l.show=C,l.toggle=b,l.conditionShow=v}),98);
__d("getActiveElement",[],(function(t,n,r,o,a,i){function e(e){if(e===void 0&&(e=document),e===void 0)return null;try{return e.activeElement||e.body}catch(t){return e.body}}i.default=e}),66);
__d("FocusListener",["Arbiter","CSS","Parent","getActiveElement"],(function(t,n,r,o,a,i){var e={expandInput:function(t){n("CSS").addClass(t,"child_is_active"),n("CSS").addClass(t,"child_is_focused"),n("CSS").addClass(t,"child_was_focused"),n("Arbiter").inform("reflow")}};function l(t,r){if(!r.getAttribute("data-silentfocuslistener")){var o=n("Parent").byClass(r,"focus_target");o&&(t=="focus"||t=="focusin"?e.expandInput(o):(r.value===""&&n("CSS").removeClass(o,"child_is_active"),n("CSS").removeClass(o,"child_is_focused")))}}var s=n("getActiveElement")();s&&l("focus",s);function u(e){e=e||window.event,l(e.type,e.target||e.srcElement)}var c=document.documentElement;c&&(c.addEventListener?(c.addEventListener("focus",u,!0),c.addEventListener("blur",u,!0)):(c.attachEvent("onfocusin",u),c.attachEvent("onfocusout",u))),a.exports=e}),null);
__d("TrustedTypesLinkTagHTMLPolicy",["TrustedTypes","err"],(function(t,n,r,o,a,i,l){"use strict";var e={createHTML:function(t){if(t==="<link />")return t;throw r("err")("Violating Trusted Type policies. Only works for '<link />' strings.")}},s=r("TrustedTypes").createPolicy("link-tag-html",e),u=s;l.default=u}),98);
__d("getMarkupWrap",["invariant","ExecutionEnvironment","TrustedTypesLinkTagHTMLPolicy"],(function(t,n,r,o,a,i,l,s){var e,u=(e||(e=r("ExecutionEnvironment"))).canUseDOM?document.createElement("div"):null,c={},d=[1,'<select multiple="true">',"</select>"],m=[1,"<table>","</table>"],p=[3,"<table><tbody><tr>","</tr></tbody></table>"],_=[1,'<svg xmlns="http://www.w3.org/2000/svg">',"</svg>"],f={"*":[1,"?<div>","</div>"],area:[1,"<map>","</map>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],legend:[1,"<fieldset>","</fieldset>"],param:[1,"<object>","</object>"],tr:[2,"<table><tbody>","</tbody></table>"],optgroup:d,option:d,caption:m,colgroup:m,tbody:m,tfoot:m,thead:m,td:p,th:p},g=["circle","clipPath","defs","ellipse","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","text","tspan"];g.forEach(function(e){f[e]=_,c[e]=!0});function h(e){var t=e;return u||s(0,144),Object.prototype.hasOwnProperty.call(f,t)||(t="*"),Object.prototype.hasOwnProperty.call(c,t)||(t==="*"?u.innerHTML=r("TrustedTypesLinkTagHTMLPolicy").createHTML("<link />"):u.innerHTML="<"+t+"></"+t+">",c[t]=!u.firstChild),c[t]?f[t]:null}l.default=h}),98);
__d("createNodesFromMarkup",["invariant","ExecutionEnvironment","TrustedTypesNoOpPolicy_DO_NOT_USE","getMarkupWrap"],(function(t,n,r,o,a,i,l,s){var e,u=(e||(e=r("ExecutionEnvironment"))).canUseDOM?document.createElement("div"):null,c=/^\s*<(\w+)/;function d(e){var t=e.match(c);return t&&t[1].toLowerCase()}function m(e,t){var n=u;u||s(0,5001);var o=d(e),a=o&&r("getMarkupWrap")(o);if(a){n.innerHTML=a[1]+e+a[2];for(var i=a[0];i--;)n=n.lastChild}else n.innerHTML=r("TrustedTypesNoOpPolicy_DO_NOT_USE").createHTML(e);var l=n.getElementsByTagName("script");l.length&&(t||s(0,5002),Array.from(l).forEach(t));for(var c=Array.from(n.childNodes);n.lastChild;)n.removeChild(n.lastChild);return c}l.default=m}),98);
__d("evalGlobal",[],(function(t,n,r,o,a,i){function e(e){if(typeof e!="string")throw new TypeError("JS sent to evalGlobal is not a string. Only strings are permitted.");if(e){var t=document.createElement("script");try{t.appendChild(document.createTextNode(e))}catch(n){t.text=e}var n=document.getElementsByTagName("head")[0]||document.documentElement;n.appendChild(t),n.removeChild(t)}}i.default=e}),66);
__d("HTML",["invariant","Bootloader","FBLogger","createNodesFromMarkup","emptyFunction","evalGlobal"],(function(t,n,r,o,a,i,l){var e=/(<(\w+)[^>]*?)\/>/g,s={abbr:!0,area:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,link:!0,meta:!0,param:!0},u=(function(){"use strict";function t(e){if(e&&typeof e.__html=="string"&&(e=e.__html),!(this instanceof t))return e instanceof t?e:new t(e);if(e){var r=typeof e;r==="string"||l(0,277,r)}this.$1=e||"",this.$2=!1,this.$3=null,this.$4=n("emptyFunction"),this.$5=null,this.$6=!1}var r=t.prototype;return r.toString=function(){return this.$1},r.getContent=function(){return this.$1},r.getNodes=function(){return this.$7(),this.$3},r.getRootNode=function(){!this.$5||l(0,278);var e=this.getNodes();if(e.length===1)this.$5=e[0];else{for(var t=document.createDocumentFragment(),n=0;n<e.length;n++)t.appendChild(e[n]);this.$5=t}return this.$5},r.getAction=function(){var e=this;this.$7();var t=function(){e.$4()};return this.$2?function(){setTimeout(t,0)}:t},r.$7=function(){if(this.$3===null){if(!this.$1){this.$3=[];return}var t=this.$1.replace(e,function(e,t,n){return s[n.toLowerCase()]?e:t+"></"+n+">"}),r=null,o=n("createNodesFromMarkup")(t,function(e){n("FBLogger")("staticresources").warn("HTML: encountered script node while parsing, hasSrc=%s, type=%s",!!e.src,e.type==null||e.type===""?"<unknown>":e.type),e.type!=="application/ld+json"&&e.type!=="application/json"&&(r=r||[],r.push(e.src?n("Bootloader").requestJSResource_UNSAFE_NEEDS_REVIEW_BY_SECURITY_AND_XFN.bind(n("Bootloader"),e.src):n("evalGlobal").bind(null,e.innerHTML)),e.parentNode.removeChild(e))});r&&(this.$6=!0,this.$4=function(){for(var e=0;e<r.length;e++)r[e]()}),this.$3=o}},r.setDeferred=function(t){return this.$2=!!t,this},r.hasInlineJs=function(){return this.$6},t.isHTML=function(n){return!!n&&(n instanceof t||n.__html!==void 0)},t.replaceJSONWrapper=function(n){return n&&n.__html!==void 0?new t(n.__html):n},t})();a.exports=u}),null);
__d("HardwareCSS",[],(function(t,n,r,o,a,i){function e(){if(window!=null&&window.document&&document.body){var e=document.body,t=e.getAttribute("class")||"";window.navigator&&window.navigator.hardwareConcurrency&&window.navigator.hardwareConcurrency>=4?e.setAttribute("class",t+" cores-gte4"):e.setAttribute("class",t+" cores-lt4")}}var l={init:function(){e(),l.init=function(){}}};a.exports=l}),null);
__d("hyperionGlobals",[],(function(t,n,r,o,a,i){var e=typeof globalThis=="object"?globalThis:typeof t=="object"?t:typeof window=="object"?window:typeof self=="object"?self:{},l={getCallStack:function(){return[]},logger:console};function s(e){var t;l.getCallStack=(t=e.getCallStack)!=null?t:l.getCallStack,l.logger=e.logger}function u(){return l.logger}function c(e,t,n){if(!e){var r,o,a=(r=n==null?void 0:n.getCallStack)!=null?r:l.getCallStack,i=(o=n==null?void 0:n.logger)!=null?o:l.logger,s=a(2);s&&s.length>0?i.error(t,s):i.error(t)}}var d={};function m(){return d}function p(e){d=e}i.assert=c,i.getFlags=m,i.getLogger=u,i.globalScope=e,i.setAssertLoggerOptions=s,i.setFlags=p}),66);
__d("hyperionHook",[],(function(t,n,r,o,a,i){var e=function(){},l=(function(){function t(){this.call=e}var n=t.prototype;return n.hasCallback=function(n){if(this.$1){var t=this.$1;return t.length>0&&(!n||t.some(function(e){return e===n||e.$2===n}))}else return n?this.call===n:this.call!==e},n.createMultiCallbackCall=function(t){var e=function(){for(var e=t,n=0,r=e.length;n<r;++n)e[n].apply(this,arguments)};return e},n.add=function(n,r){var t=n;if(r){var o=this,a=function(){return o.remove(a),n.apply(this,arguments)};a.$2=n,t=a}return this.call===e?this.call=t:this.$1?this.$1.push(t):(this.$1=[this.call,t],this.call=this.createMultiCallbackCall(this.$1)),n},n.remove=function(t){return this.removeIf(function(e){return e===t})},n.removeIf=function(n){if(this.$1){var t=this.$1.filter(function(e){return!n(e)}),r=this.$1.length>t.length;return r&&(this.$1=t,this.call=this.createMultiCallbackCall(this.$1)),r}else return n(this.call)?(this.call=e,!0):!1},n.clear=function(){this.call===e||!this.$1?this.call=e:this.$1.length=0},t})();i.Hook=l}),66);
__d("hyperionCore",["Promise","__debug","hyperionGlobals","hyperionHook"],(function(t,n,r,o,a,i,l){var e,s,u,c,d,m=(function(){function e(e){this.status=0,this.name=e}var t=e.prototype;return t.interceptObjectOwnProperties=function(t){},e})();function p(e,t){for(var n;e&&!n;)n=Object.getOwnPropertyDescriptor(e,t),n&&(n.container=e),e=Object.getPrototypeOf(e);return n}function _(e,t,n){try{Object.defineProperty(e,t,n)}catch(e){}}var f=Object.prototype.hasOwnProperty;function g(e,t){return f.call(e,t)}function h(e,t,n){if(!(!e||!t)){for(var r=Object.getOwnPropertyNames(e),a=0,i=r.length;a<i;++a){var l=r[a];if(!(l in t)){var s=Object.getOwnPropertyDescriptor(e,l);o("hyperionGlobals").assert(s!=null,"Unexpected situation, we should have own property for "+l);try{Object.defineProperty(t,l,s)}catch(e){}}}{t.toString=function(){return e.toString()},Object.prototype.hasOwnProperty.call(e,"valueOf")&&(t.valueOf=function(){return e.valueOf()}),t.prototype=e.prototype;var u=Object.getOwnPropertyDescriptor(e,"name");try{Object.defineProperty(t,"name",u)}catch(e){}}}}var y="__ext",C="__sproto",b=0,v=[];function S(e){return v.push(e),function(){var t=v.indexOf(e);t>-1&&v.splice(t,1)}}function R(e){var t=Object.getOwnPropertyDescriptor(e,C);return t==null?void 0:t.value}function L(e,t){return Object.defineProperty(e,C,{value:t}),t}var E={};function k(e){var t=typeof e;return e&&(t==="object"||t==="function")}function I(e){return g(e,y)}function T(e,t){if(k(e)&&!I(e)){for(var n=t,r=0;!n&&r<v.length;++r)n=v[r](e);if(n||(n=e[C]),n){var o={virtualPropertyValues:{},shadowPrototype:n,id:b++};E.value=o,Object.defineProperty(e,y,E),n.interceptObject(e)}}return e}function D(e,t){var n=e[y];return!n&&t&&(T(e),n=e[y]),n}function x(e,t){var n=D(e,!0);return n==null?void 0:n.virtualPropertyValues[t]}function $(e,t,n){var r=D(e,!0);return r?r.virtualPropertyValues[t]=n:o("hyperionGlobals").assert(!!r,"Could not get extension for the object"),n}var P="__ext",N=function(){},M=(function(e){function t(){return e.apply(this,arguments)||this}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.createMultiCallbackCall=function(t){return function(e){for(var n=e,r=0,o=t.length;r<o;++r)n=t[r].call(this,n);return n}},t})((d||(d=o("hyperionHook"))).Hook),w=(function(e){function t(){return e.apply(this,arguments)||this}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.createMultiCallbackCall=function(t){return function(){for(var e=!1,n=0,r=t.length;n<r;++n){var o=t[n];e=o.apply(this,arguments)||e}return e}},t})(d.Hook),A=(function(e){function t(){return e.apply(this,arguments)||this}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.createMultiCallbackCall=function(t){return function(e){for(var n=e,r=0,o=t.length;r<o;++r)n=t[r].call(this,n);return n}},t})(d.Hook),F=(function(e){function t(){return e.apply(this,arguments)||this}return babelHelpers.inheritsLoose(t,e),t})(d.Hook),O=(function(e){function t(){return e.apply(this,arguments)||this}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.createMultiCallbackCall=function(t){return function(){for(var e=[],n=0,r=t.length;n<r;++n){var o=t[n];e.push(o.apply(this,arguments))}return function(t){for(var n=t,r=0,o=e.length;r<o;++r){var a=e[r];n=a.call(this,n)}return n}}},t})(d.Hook),B=(function(e){function t(t,n,r){var o;n===void 0&&(n=N),r===void 0&&(r=!1),o=e.call(this,t)||this,o.original=N;var a=o;return o.interceptor=r?function(){var e=a.dispatcherFunc.apply(this,arguments);return T(e)}:function(){var e=a.dispatcherFunc.apply(this,arguments);return e},q(o.interceptor,o),o.implementation=n,o.dispatcherFunc=o.original,o.setOriginal(n),o}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.getOriginal=function(){return this.original},n.setOriginal=function(t){this.original!==t&&(this.original=t,this.customFunc||(this.implementation=t),h(t,this.interceptor),q(t,this),this.updateDispatcherFunc())},n.setCustom=function(t){this.customFunc=t,this.implementation=t,this.updateDispatcherFunc()},n.updateDispatcherFunc=function(){var e=0;e|=this.onBeforeCallMapper?8:0,e|=this.onBeforeCallObserver?4:0,e|=this.onAfterCallMapper?2:0,e|=this.onAfterCallObserver?1:0,e|=this.onBeforeAndAterCallMapper?16:0;var n=t.dispatcherCtors[e];o("hyperionGlobals").assert(!!n,"unhandled interceptor state "+e),this.dispatcherFunc=n(this)},n.onBeforeCallMapperAdd=function(t){return this.onBeforeCallMapper||(this.onBeforeCallMapper=new M,this.updateDispatcherFunc()),this.onBeforeCallMapper.add(t)},n.onBeforeCallMapperRemove=function(t){var e;return(e=this.onBeforeCallMapper)!=null&&e.remove(t)&&(this.onBeforeCallMapper.hasCallback()||(this.onBeforeCallMapper=null),this.updateDispatcherFunc()),t},n.onBeforeCallObserverAdd=function(t){return this.onBeforeCallObserver||(this.onBeforeCallObserver=new w,this.updateDispatcherFunc()),this.onBeforeCallObserver.add(t)},n.onBeforeCallObserverRemove=function(t){var e;return(e=this.onBeforeCallObserver)!=null&&e.remove(t)&&(this.onBeforeCallObserver.hasCallback()||(this.onBeforeCallObserver=null),this.updateDispatcherFunc()),t},n.onAfterCallMapperAdd=function(t){return this.onAfterCallMapper||(this.onAfterCallMapper=new A,this.updateDispatcherFunc()),this.onAfterCallMapper.add(t)},n.onAfterCallMapperRemove=function(t){var e;return(e=this.onAfterCallMapper)!=null&&e.remove(t)&&(this.onAfterCallMapper.hasCallback()||(this.onAfterCallMapper=null),this.updateDispatcherFunc()),t},n.onAfterCallObserverAdd=function(t){return this.onAfterCallObserver||(this.onAfterCallObserver=new F,this.updateDispatcherFunc()),this.onAfterCallObserver.add(t)},n.onAfterCallObserverRemove=function(t){var e;return(e=this.onAfterCallObserver)!=null&&e.remove(t)&&this.updateDispatcherFunc(),t},n.onBeforeAndAfterCallMapperAdd=function(t){return this.onBeforeAndAterCallMapper||(this.onBeforeAndAterCallMapper=new O,this.updateDispatcherFunc()),this.onBeforeAndAterCallMapper.add(t)},n.onBeforeAndAfterCallMapperRemove=function(t){var e;return(e=this.onBeforeAndAterCallMapper)!=null&&e.remove(t)&&(this.onBeforeAndAterCallMapper.hasCallback()||(this.onBeforeAndAterCallMapper=null),this.updateDispatcherFunc()),t},n.getData=function(t){var e;return(e=this.data)==null?void 0:e[t]},n.setData=function(t,n){this.data||(this.data={}),this.data[t]=n},n.testAndSet=function(t){var e=this.getData(t)||!1;return e||this.setData(t,!0),e},t})(m);B.dispatcherCtors=(function(e){var t=(e={},e[0]=function(t){var e;return(e=t.customFunc)!=null?e:t.original},e[1]=function(t){return function(){var e;return e=t.implementation.apply(this,arguments),t.onAfterCallObserver.call.call(this,e),e}},e[2]=function(t){return function(){var e;return e=t.implementation.apply(this,arguments),e=t.onAfterCallMapper.call.call(this,e),e}},e[3]=function(t){return function(){var e;return e=t.implementation.apply(this,arguments),e=t.onAfterCallMapper.call.call(this,e),t.onAfterCallObserver.call.call(this,e),e}},e[4]=function(t){return function(){var e;return t.onBeforeCallObserver.call.apply(this,arguments)||(e=t.implementation.apply(this,arguments)),e}},e[5]=function(t){return function(){var e;return t.onBeforeCallObserver.call.apply(this,arguments)||(e=t.implementation.apply(this,arguments),t.onAfterCallObserver.call.call(this,e)),e}},e[6]=function(t){return function(){var e;return t.onBeforeCallObserver.call.apply(this,arguments)||(e=t.implementation.apply(this,arguments),e=t.onAfterCallMapper.call.call(this,e)),e}},e[7]=function(t){return function(){var e;return t.onBeforeCallObserver.call.apply(this,arguments)||(e=t.implementation.apply(this,arguments),e=t.onAfterCallMapper.call.call(this,e),t.onAfterCallObserver.call.call(this,e)),e}},e[8]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments);return e=t.implementation.apply(this,n),e}},e[9]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments);return e=t.implementation.apply(this,n),t.onAfterCallObserver.call.call(this,e),e}},e[10]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments);return e=t.implementation.apply(this,n),e=t.onAfterCallMapper.call.call(this,e),e}},e[11]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments);return e=t.implementation.apply(this,n),e=t.onAfterCallMapper.call.call(this,e),t.onAfterCallObserver.call.call(this,e),e}},e[12]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments);return t.onBeforeCallObserver.call.apply(this,n)||(e=t.implementation.apply(this,n)),e}},e[13]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments);return t.onBeforeCallObserver.call.apply(this,n)||(e=t.implementation.apply(this,n),t.onAfterCallObserver.call.call(this,e)),e}},e[14]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments);return t.onBeforeCallObserver.call.apply(this,n)||(e=t.implementation.apply(this,n),e=t.onAfterCallMapper.call.call(this,e)),e}},e[15]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments);return t.onBeforeCallObserver.call.apply(this,n)||(e=t.implementation.apply(this,n),e=t.onAfterCallMapper.call.call(this,e),t.onAfterCallObserver.call.call(this,e)),e}},e[16]=function(t){return function(){var e,n=t.onBeforeAndAterCallMapper.call.call(this,arguments);return e=t.implementation.apply(this,arguments),e=n.call(this,e),e}},e[17]=function(t){return function(){var e,n=t.onBeforeAndAterCallMapper.call.call(this,arguments);return e=t.implementation.apply(this,arguments),t.onAfterCallObserver.call.call(this,e),e=n.call(this,e),e}},e[18]=function(t){return function(){var e,n=t.onBeforeAndAterCallMapper.call.call(this,arguments);return e=t.implementation.apply(this,arguments),e=t.onAfterCallMapper.call.call(this,e),e=n.call(this,e),e}},e[19]=function(t){return function(){var e,n=t.onBeforeAndAterCallMapper.call.call(this,arguments);return e=t.implementation.apply(this,arguments),e=t.onAfterCallMapper.call.call(this,e),t.onAfterCallObserver.call.call(this,e),e=n.call(this,e),e}},e[20]=function(t){return function(){var e;if(!t.onBeforeCallObserver.call.apply(this,arguments)){var n=t.onBeforeAndAterCallMapper.call.call(this,arguments);e=t.implementation.apply(this,arguments),e=n.call(this,e)}return e}},e[21]=function(t){return function(){var e;if(!t.onBeforeCallObserver.call.apply(this,arguments)){var n=t.onBeforeAndAterCallMapper.call.call(this,arguments);e=t.implementation.apply(this,arguments),t.onAfterCallObserver.call.call(this,e),e=n.call(this,e)}return e}},e[22]=function(t){return function(){var e;if(!t.onBeforeCallObserver.call.apply(this,arguments)){var n=t.onBeforeAndAterCallMapper.call.call(this,arguments);e=t.implementation.apply(this,arguments),e=t.onAfterCallMapper.call.call(this,e),e=n.call(this,e)}return e}},e[23]=function(t){return function(){var e;if(!t.onBeforeCallObserver.call.apply(this,arguments)){var n=t.onBeforeAndAterCallMapper.call.call(this,arguments);e=t.implementation.apply(this,arguments),e=t.onAfterCallMapper.call.call(this,e),t.onAfterCallObserver.call.call(this,e),e=n.call(this,e)}return e}},e[24]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments),r=t.onBeforeAndAterCallMapper.call.call(this,arguments);return e=t.implementation.apply(this,n),e=r.call(this,e),e}},e[25]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments),r=t.onBeforeAndAterCallMapper.call.call(this,arguments);return e=t.implementation.apply(this,n),t.onAfterCallObserver.call.call(this,e),e=r.call(this,e),e}},e[26]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments),r=t.onBeforeAndAterCallMapper.call.call(this,arguments);return e=t.implementation.apply(this,n),e=t.onAfterCallMapper.call.call(this,e),e=r.call(this,e),e}},e[27]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments),r=t.onBeforeAndAterCallMapper.call.call(this,arguments);return e=t.implementation.apply(this,n),e=t.onAfterCallMapper.call.call(this,e),t.onAfterCallObserver.call.call(this,e),e=r.call(this,e),e}},e[28]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments);if(!t.onBeforeCallObserver.call.apply(this,n)){var r=t.onBeforeAndAterCallMapper.call.call(this,arguments);e=t.implementation.apply(this,n),e=r.call(this,e)}return e}},e[29]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments);if(!t.onBeforeCallObserver.call.apply(this,n)){var r=t.onBeforeAndAterCallMapper.call.call(this,arguments);e=t.implementation.apply(this,n),t.onAfterCallObserver.call.call(this,e),e=r.call(this,e)}return e}},e[30]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments);if(!t.onBeforeCallObserver.call.apply(this,n)){var r=t.onBeforeAndAterCallMapper.call.call(this,arguments);e=t.implementation.apply(this,n),e=t.onAfterCallMapper.call.call(this,e),e=r.call(this,e)}return e}},e[31]=function(t){return function(){var e,n=t.onBeforeCallMapper.call.call(this,arguments);if(!t.onBeforeCallObserver.call.apply(this,n)){var r=t.onBeforeAndAterCallMapper.call.call(this,arguments);e=t.implementation.apply(this,n),e=t.onAfterCallMapper.call.call(this,e),t.onAfterCallObserver.call.call(this,e),e=r.call(this,e)}return e}},e);return t})();function W(e){return e==null?void 0:e[P]}function q(e,t){Object.defineProperty(e,P,{value:t,writable:!1,enumerable:!1,configurable:!1})}function U(e,t,n,r){t===void 0&&(t=!1),r===void 0&&(r="_annonymous"),o("hyperionGlobals").assert(typeof e=="function","cannot intercept non-function input");var a=W(e);return a||(a=n?new n(r,e,t):new B(r,e,t)),a}var V=(function(e){function t(t,n,r,o){var a;return r===void 0&&(r=!1),a=e.call(this,t,void 0,r)||this,a.interceptProperty(n.targetPrototype,!1,o),a.status!==1&&n.addPendingPropertyInterceptor(a),a}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.interceptProperty=function(t,n,r){if(r=r!=null?r:p(t,this.name),n){var e;r?r.writable&&(r.value||Object.prototype.hasOwnProperty.call(r,"value"))&&(e=r.value,delete r.value,delete r.writable,r.get=function(){return e},r.set=function(t){e=t},r.configurable=!0):r={get:function(){return e},set:function(n){e=n},enumerable:!0,configurable:!0,container:t}}if(r)if(r.value)this.setOriginal(r.value),r.value=this.interceptor,_(r.container,this.name,r),this.status=1;else if(r.get||r.set){var o=this,a=r,i=a.get,l=a.set;i&&(r.get=function(){var e=i.call(this);return typeof e!="function"?e:(e!==o.interceptor&&o.setOriginal(e),o.interceptor)},q(r.get,o)),l&&(r.set=function(e){return l.call(this,o.interceptor),e!==o.interceptor&&e!==o.original&&o.setOriginal(e),o.interceptor},q(r.set,o)),_(r.container,this.name,r),this.status=r.configurable?1:4}else Object.prototype.hasOwnProperty.call(r,"value")&&(this.status=1);else this.status=2},n.interceptObjectOwnProperties=function(t){this.interceptProperty(t,!0)},t})(B);function H(e,t){var n=p(t.targetPrototype,e),r;if(n){if(r=W(n.value),!r){var a=W(n.get),i=W(n.set);o("hyperionGlobals").assert(!(a&&i)||a===i,"Getter/Setter of method "+e+" have differnt interceptors"),r=a!=null?a:i}n.interceptor=r}return n}function G(e,t,n,r){var o;n===void 0&&(n=!1);var a=H(e,t);return(o=a==null?void 0:a.interceptor)!=null?o:new(r!=null?r:V)(e,t,n,a)}function z(e){var t=function(){var t;switch(arguments.length){case 0:t=new e;break;case 1:t=new e(arguments[0]);break;case 2:t=new e(arguments[0],arguments[1]);break;case 3:t=new e(arguments[0],arguments[1],arguments[2]);break;case 4:t=new e(arguments[0],arguments[1],arguments[2],arguments[3]);break;case 5:t=new e(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4]);break;case 6:t=new e(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4],arguments[5]);break;default:throw"Unsupported case!"}return t};return h(e,t),t}var j=(function(e){function t(t,n){var r;return r=e.call(this,t,n,!0)||this,r.ctorInterceptor=null,r}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.setOriginal=function(n){return this.ctorInterceptor=z(n),e.prototype.setOriginal.call(this,this.ctorInterceptor)},t})(B);function K(e,t){return t===void 0&&(t="_annonymousCtor"),U(e,!0,j,t)}var Q=(function(e){function t(t,n,r){var o;return o=e.call(this,t,n,!0,r)||this,o.ctorInterceptor=null,o}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.setOriginal=function(n){return this.ctorInterceptor=z(n),e.prototype.setOriginal.call(this,this.ctorInterceptor)},t})(V);function X(e,t){var n,r=H(e,t);return(n=r==null?void 0:r.interceptor)!=null?n:new Q(e,t,r)}function Y(e,t){return t!=null&&t.useCaseInsensitivePropertyName?(""+e).toLocaleLowerCase():e}var J=(function(){function e(e,t){var n;if(this.onBeforInterceptObj=new(d||(d=o("hyperionHook"))).Hook,this.onAfterInterceptObj=new d.Hook,this.targetPrototype=e,this.parentShadowPrototype=t,this.extension=Object.create((n=t==null?void 0:t.extension)!=null?n:null),this.parentShadowPrototype){for(var r=this.targetPrototype,a=this.parentShadowPrototype.targetPrototype,i=!1;r&&!i;)i=r===a,r=Object.getPrototypeOf(r);o("hyperionGlobals").assert(i,"Invalid prototype chain")}}var t=e.prototype;return t.callOnBeforeInterceptObject=function(t){var e,n;(e=this.parentShadowPrototype)==null||e.callOnBeforeInterceptObject(t),(n=this.onBeforInterceptObj)==null||n.call(t)},t.callOnAfterInterceptObject=function(t){var e,n;(e=this.parentShadowPrototype)==null||e.callOnAfterInterceptObject(t),(n=this.onAfterInterceptObj)==null||n.call(t)},t.interceptObjectItself=function(t){var e;if((e=this.parentShadowPrototype)==null||e.interceptObjectItself(t),this.pendingPropertyInterceptors)for(var n of this.pendingPropertyInterceptors)n.interceptObjectOwnProperties(t)},t.interceptObject=function(t){this.callOnBeforeInterceptObject(t),this.interceptObjectItself(t),this.callOnAfterInterceptObject(t)},t.addPendingPropertyInterceptor=function(t){this.pendingPropertyInterceptors||(this.pendingPropertyInterceptors=[]),this.pendingPropertyInterceptors.push(t)},t.getVirtualProperty=function(t){var e=this.extension,n=Y(t,e);return e[n]},t.setVirtualProperty=function(t,n){var e=this.extension,r=Y(t,e);return e[r]=n,n},t.removeVirtualPropery=function(t,n){var e=this.extension,r=Y(t,e);e[r]===n?delete e[r]:""+t},e})(),Z=(function(){function e(){}var t=e.prototype;return t.getExports=function(t){return null},t.updateExports=function(t,n,r,o){},e})(),ee=(function(e){function t(t){var n;return n=e.call(this)||this,n.$WebpackModuleRuntime1=t,n}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.getExports=function(t){var e=this,n=new RegExp(t+"(?:/index)?[.]js$"),r=Object.keys(this.$WebpackModuleRuntime1).filter(function(e){return n.test(e)}).map(function(t){return e.$WebpackModuleRuntime1[t]});return r[0].exports},t})(Z),te=(function(e){function t(t){var n;return n=e.call(this)||this,n.$MetaModuleRuntime1=t,n}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.updateExports=function(t,n,r,o){r.default!=null&&(this.$MetaModuleRuntime1.modulesMap[t].defaultExport=n.default)},t})(Z),ne=(function(){if(typeof __webpack_module_cache__=="object")return new ee(__webpack_module_cache__);if(typeof n=="function")try{var e=n("__debug");if(typeof e=="object")return new te(e)}catch(e){}return new Z})();function re(e,t,n,r){var o=t,a=ne.getExports(e);a&&a!==o&&(o=a);for(var i=new J(o,null),l={},s=0;s<n.length;++s){var u=n[s];l[u]=G(u,i)}return ne.updateExports(e,t,l,r),oe(e,t,l,r),l}function oe(e,t,n,r){if(Array.isArray(r)){for(var a=Object.keys(n),i=0;i<a.length;++i){var l=a[i];t[l]!==n[l].interceptor&&r.push(l)}o("hyperionGlobals").assert(r.length===0,r.map(function(t){return"could not intercept "+e+"."+t}).join("\n"))}}var ae=Object.freeze({__proto__:null,interceptModuleExports:re,validateModuleInterceptor:oe}),ie=(e=R(o("hyperionGlobals").globalScope))!=null?e:new J(o("hyperionGlobals").globalScope,null),le=G("setInterval",ie),se=G("setTimeout",ie),ue=X("Promise",ie),ce=Object.freeze({__proto__:null,IPromiseConstructor:ue,setInterval:le,setTimeout:se}),de=Object.getPrototypeOf((c||(c=n("Promise"))).resolve()),me=(s=R(de))!=null?s:L(de,new J(de,null)),pe=ue,_e=G("then",me),fe=G("catch",me),ge=G("finally",me),he=(u=R(c||(c=n("Promise"))))!=null?u:L(c||(c=n("Promise")),new J(c||(c=n("Promise")),null)),ye=G("all",he),Ce=G("allSettled",he),be=G("any",he),ve=G("race",he),Se=G("reject",he),Re=G("resolve",he),Le=Object.freeze({__proto__:null,Catch:fe,Finally:ge,IPromisePrototype:me,all:ye,allSettled:Ce,any:be,constructor:pe,race:ve,reject:Se,resolve:Re,then:_e}),Ee="__attributeInterceptor",ke=(function(e){function t(t,n,r){var o;return o=e.call(this,t)||this,o.getter=new B(t,n),o.setter=new B(t,r),o.getter.setData(Ee,o),o.setter.setData(Ee,o),o}return babelHelpers.inheritsLoose(t,e),t})(m),Ie=(function(e){function t(t,n,r){var o;return o=e.call(this,t)||this,o.interceptProperty(n.targetPrototype,!1,r),o.status!==1&&n.addPendingPropertyInterceptor(o),o}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.interceptProperty=function(t,n,r){if(r=r!=null?r:p(t,this.name),n){var e,o=function(){return e},a=function(n){e=n};r?r.value&&r.writable&&(e=r.value,delete r.value,delete r.writable,r.get=o,r.set=a,r.configurable=!0):r={get:o,set:a,enumerable:!0,configurable:!0,container:t}}if(r)if(r.get||r.set){var i=r,l=i.get,s=i.set;l&&(this.getter.setOriginal(l),r.get=this.getter.interceptor),s&&(this.setter.setOriginal(s),r.set=this.setter.interceptor),_(r.container,this.name,r),this.status=r.configurable?1:4}else r.value&&(""+this.name,this.status=3);else this.status=2},n.interceptObjectOwnProperties=function(t){return this.interceptProperty(t,!0)},t})(ke);function Te(e,t){var n=p(t.targetPrototype,e);if(n){var r=W(n.get),a=W(n.set),i=r==null?void 0:r.getData(Ee),l=a==null?void 0:a.getData(Ee);o("hyperionGlobals").assert(!(i&&l)||i===l,"Getter/Setter of attribute "+e+" have differnt interceptors"),n.interceptor=i!=null?i:l}return n}function De(e,t,n){var r,o=Te(e,t);return(r=o==null?void 0:o.interceptor)!=null?r:new n(e,t,o)}function xe(e,t){return De(e,t,Ie)}l.AttributeInterceptor=Ie,l.AttributeInterceptorBase=ke,l.Catch=fe,l.IGlobalThis=ce,l.IPromise=Le,l.IPromisePrototype=me,l.IRequire=ae,l.ShadowPrototype=J,l.all=ye,l.allSettled=Ce,l.any=be,l.constructor=pe,l.getFunctionInterceptor=W,l.getObjectExtension=D,l.getOwnShadowPrototypeOf=R,l.getVirtualPropertyValue=x,l.intercept=T,l.interceptAttribute=xe,l.interceptAttributeBase=De,l.interceptConstructor=K,l.interceptConstructorMethod=X,l.interceptFunction=U,l.interceptMethod=G,l.interceptModuleExports=re,l.race=ve,l.registerShadowPrototype=L,l.registerShadowPrototypeGetter=S,l.reject=Se,l.resolve=Re,l.setInterval=le,l.setTimeout=se,l.setVirtualPropertyValue=$,l.then=_e,l.validateModuleInterceptor=oe}),98);
__d("hyperionDOM",["hyperionCore","hyperionGlobals"],(function(t,n,r,o,a,i,l){var e,s=new Map,u=new Map;(e||(e=o("hyperionCore"))).registerShadowPrototypeGetter(function(e){if(e instanceof Node){var t;return(t=u.get(e.nodeName))!=null?t:s.get(e.nodeType)}return null});var c=(function(t){function n(n,r,a){var i,l,c=(i=a==null?void 0:a.targetPrototype)!=null?i:n==null?void 0:n.prototype;if(!c&&a){var m=a.sampleObject,p=a.nodeName,_=a.nodeType,f=m;if(!f&&_)switch(_){case window.document.DOCUMENT_NODE:f=window.document;break;case window.document.ELEMENT_NODE:f=d;break;default:o("hyperionGlobals").assert(!1,"Unsupported and unexpected nodeType "+_);break}!f&&p&&(f=window.document.createElement(p)),f&&(c=Object.getPrototypeOf(f))}if(o("hyperionGlobals").assert(c&&typeof c=="object","Cannot create shadow prototype for undefined"),l=t.call(this,c,r)||this,a){var g=a.nodeName,h=a.nodeType;g&&u.set(g.toUpperCase(),l),h&&s.set(h,l)}if(a!=null&&a.registerOnPrototype&&c)try{(e||(e=o("hyperionCore"))).registerShadowPrototype(c,l)}catch(e){}return l}return babelHelpers.inheritsLoose(n,t),n})(e.ShadowPrototype),d=window.document.head;function m(t,n){var r,a=(r=(e||(e=o("hyperionCore"))).getObjectExtension(t,!0))==null?void 0:r.shadowPrototype;return a?a.getVirtualProperty(n):null}var p=new c(Event,null,{sampleObject:new Event("tmp"),registerOnPrototype:!0}),_=e.interceptMethod("stopPropagation",p),f=Object.freeze({__proto__:null,IEventPrototype:p,stopPropagation:_}),g=new c(EventTarget,null,{sampleObject:d}),h=e.interceptMethod("addEventListener",g),y=e.interceptMethod("dispatchEvent",g),C=e.interceptMethod("removeEventListener",g),b=Object.freeze({__proto__:null,IEventTargetPrototype:g,addEventListener:h,dispatchEvent:y,removeEventListener:C}),v=new c(Node,g,{sampleObject:d}),S=e.interceptMethod("appendChild",v),R=e.interceptMethod("cloneNode",v,!0),L=e.interceptMethod("insertBefore",v),E=e.interceptMethod("removeChild",v),k=e.interceptMethod("replaceChild",v),I=Object.freeze({__proto__:null,INodePrototype:v,appendChild:S,cloneNode:R,insertBefore:L,removeChild:E,replaceChild:k}),T=new c(CSSStyleDeclaration,null,{sampleObject:d.style});T.extension.useCaseInsensitivePropertyName=!0;var D=e.interceptMethod("getPropertyValue",T),x=e.interceptMethod("removeProperty",T),$=e.interceptMethod("setProperty",T),P=Object.freeze({__proto__:null,ICSSStyleDeclarationPrototype:T,getPropertyValue:D,removeProperty:x,setProperty:$}),N=new c(Attr,v,{sampleObject:d.attributes[0],nodeType:document.ATTRIBUTE_NODE}),M=e.interceptAttribute("value",N);function w(){M.getter.setCustom(function(){var e=this,t=e.ownerElement;if(t){var n=m(t,e.name);if(n){var r=n.getRawValue(t);if(r!=null)return r}}return M.getter.getOriginal().call(e)}),M.setter.setCustom(function(e){var t=this,n=t.ownerElement;if(n){var r=m(n,t.name);if(r)return r.setRawValue(n,e)}return M.setter.getOriginal().call(t,e)})}var A=new c(Element,v,{sampleObject:d,nodeType:document.ELEMENT_NODE});A.extension.useCaseInsensitivePropertyName=!0;var F=e.interceptMethod("getAttribute",A),O=e.interceptMethod("getAttributeNS",A),B=e.interceptMethod("setAttribute",A),W=e.interceptMethod("setAttributeNS",A),q=e.interceptMethod("setAttributeNode",A),U=e.interceptMethod("setAttributeNodeNS",A);function V(){F.setCustom(function(e){var t=m(this,e);if(t){var n=t.getRawValue(this);if(n!==null)return n}return F.getOriginal().apply(this,arguments)}),B.setCustom(function(e,t){var n=m(this,e);return n?n.setRawValue(this,t):B.getOriginal().apply(this,arguments)}),O.setCustom(function(e,t){var n=m(this,t);if(n){var r=n.getRawValue(this);if(r!==null)return r}return O.getOriginal().apply(this,arguments)}),W.setCustom(function(e,t,n){var r=m(this,t);return r?r.setRawValue(this,n):W.getOriginal().apply(this,arguments)});function e(e){return function(t){var n,r=!t.ownerElement,o=m(this,t.name);if(r&&o){var a=t.value;n=e.call(this,t),o.setRawValue(this,a)}else n=e.call(this,t);return n}}q.setCustom(e(q.getOriginal())),U.setCustom(e(U.getOriginal()))}var H=(function(){function e(e,t){this.rawValue=e,this.processedValue=t}var t=e.prototype;return t.getRawValue=function(t){return this.rawValue.getter.interceptor.call(t)},t.setRawValue=function(t,n){return this.rawValue.setter.interceptor.call(t,n)},t.getProcessedValue=function(t){return this.processedValue.getter.interceptor.call(t)},t.setProcessedValue=function(t,n){return this.processedValue.setter.interceptor.call(t,n)},e})(),G=function(){w(),V(),G=function(){}},z=(function(t){function n(n,r,a){var i;return i=t.call(this,n,r,a)||this,i.raw=new(e||(e=o("hyperionCore"))).AttributeInterceptorBase(n,function(){return F.getOriginal().call(this,n)},function(e){return B.getOriginal().call(this,n,e)}),A.setVirtualProperty(n,new H(i.raw,i)),G(),i}return babelHelpers.inheritsLoose(n,t),n})(e.AttributeInterceptor);function j(t,n){return(e||(e=o("hyperionCore"))).interceptAttributeBase(t,n,z)}var K=A,Q=e.interceptMethod("after",K),X=e.interceptMethod("append",K),Y=e.interceptMethod("before",K),J=e.interceptMethod("getAttributeNames",K),Z=e.interceptMethod("getAttributeNode",K,!0),ee=e.interceptMethod("getAttributeNodeNS",K,!0),te=e.interceptMethod("getBoundingClientRect",K),ne=e.interceptMethod("getClientRects",K),re=e.interceptMethod("getElementsByClassName",K),oe=e.interceptMethod("getElementsByTagName",K),ae=e.interceptMethod("getElementsByTagNameNS",K),ie=e.interceptMethod("hasAttribute",K),le=e.interceptMethod("hasAttributeNS",K),se=e.interceptMethod("hasAttributes",K),ue=e.interceptMethod("insertAdjacentElement",K),ce=e.interceptMethod("insertAdjacentHTML",K),de=e.interceptMethod("insertAdjacentText",K),me=e.interceptMethod("prepend",K),pe=e.interceptMethod("remove",K),_e=e.interceptMethod("removeAttribute",K),fe=e.interceptMethod("removeAttributeNode",K),ge=e.interceptMethod("removeAttributeNS",K),he=e.interceptMethod("replaceChildren",K),ye=e.interceptMethod("replaceWith",K),Ce=e.interceptMethod("toggleAttribute",K),be=j("id",K),ve=e.interceptAttribute("innerHTML",K),Se=Object.freeze({__proto__:null,IElementtPrototype:K,after:Q,append:X,before:Y,getAttribute:F,getAttributeNS:O,getAttributeNames:J,getAttributeNode:Z,getAttributeNodeNS:ee,getBoundingClientRect:te,getClientRects:ne,getElementsByClassName:re,getElementsByTagName:oe,getElementsByTagNameNS:ae,hasAttribute:ie,hasAttributeNS:le,hasAttributes:se,id:be,innerHTML:ve,insertAdjacentElement:ue,insertAdjacentHTML:ce,insertAdjacentText:de,prepend:me,remove:pe,removeAttribute:_e,removeAttributeNS:ge,removeAttributeNode:fe,replaceChildren:he,replaceWith:ye,setAttribute:B,setAttributeNS:W,setAttributeNode:q,setAttributeNodeNS:U,toggleAttribute:Ce}),Re=new c(HTMLElement,K,{sampleObject:d,nodeType:document.ELEMENT_NODE}),Le=e.interceptAttribute("style",Re),Ee=Object.freeze({__proto__:null,IHTMLElementtPrototype:Re,style:Le}),ke=new c(HTMLInputElement,Re,{sampleObject:document.createElement("input"),nodeType:document.ELEMENT_NODE}),Ie=e.interceptAttribute("checked",ke),Te=Object.freeze({__proto__:null,IHTMLInputElementPrototype:ke,checked:Ie}),De=(function(e){function t(){return e.apply(this,arguments)||this}return babelHelpers.inheritsLoose(t,e),t})(e.AttributeInterceptor);function xe(t,n){return(e||(e=o("hyperionCore"))).interceptAttributeBase(t,n,De)}var $e=new c(Window,g,{targetPrototype:window,registerOnPrototype:!0}),Pe=e.interceptMethod("fetch",$e),Ne=e.interceptMethod("requestAnimationFrame",$e),Me=e.interceptMethod("requestIdleCallback",$e),we=e.interceptConstructorMethod("IntersectionObserver",$e),Ae=e.interceptConstructorMethod("MutationObserver",$e),Fe=xe("onerror",$e),Oe=xe("ondevicemotion",$e),Be=xe("ondeviceorientation",$e),We=xe("onorientationchange",$e),qe=Object.freeze({__proto__:null,IWindowPrototype:$e,IntersectionObserver:we,MutationObserver:Ae,fetch:Pe,ondevicemotion:Oe,ondeviceorientation:Be,onerror:Fe,onorientationchange:We,requestAnimationFrame:Ne,requestIdleCallback:Me}),Ue=new c(History,null,{sampleObject:window.history,registerOnPrototype:!0}),Ve=e.interceptMethod("back",Ue),He=e.interceptMethod("forward",Ue),Ge=e.interceptMethod("go",Ue),ze=e.interceptMethod("pushState",Ue),je=e.interceptMethod("replaceState",Ue),Ke=Object.freeze({__proto__:null,IHistoryPrototype:Ue,back:Ve,forward:He,go:Ge,pushState:ze,replaceState:je}),Qe=new c(XMLHttpRequest,g,{sampleObject:new XMLHttpRequest,registerOnPrototype:!0}),Xe=e.interceptConstructorMethod("XMLHttpRequest",$e),Ye=e.interceptMethod("open",Qe),Je=e.interceptMethod("send",Qe),Ze=xe("onabort",Qe),et=xe("onerror",Qe),tt=xe("onload",Qe),nt=xe("onloadend",Qe),rt=xe("onloadstart",Qe),ot=xe("onprogress",Qe),at=xe("readystatechange",Qe),it=xe("ontimeout",Qe);l.ICSSStyleDeclaration=P,l.IElement=Se,l.IElementtPrototype=K,l.IEvent=f,l.IEventTarget=b,l.IHTMLElement=Ee,l.IHTMLInputElement=Te,l.IHistory=Ke,l.INode=I,l.IWindow=qe,l.addEventListener=h,l.after=Q,l.append=X,l.appendChild=S,l.before=Y,l.checked=Ie,l.constructor=Xe,l.fetch=Pe,l.innerHTML=ve,l.insertAdjacentElement=ue,l.insertBefore=L,l.interceptElementAttribute=j,l.onabort=Ze,l.onerror=et,l.onload=tt,l.onloadend=nt,l.onloadstart=rt,l.onprogress=ot,l.ontimeout=it,l.open=Ye,l.prepend=me,l.pushState=ze,l.readystatechange=at,l.remove=pe,l.removeChild=E,l.removeEventListener=C,l.replaceChild=k,l.replaceChildren=he,l.replaceState=je,l.replaceWith=ye,l.requestAnimationFrame=Ne,l.requestIdleCallback=Me,l.send=Je,l.stopPropagation=_}),98);
__d("Hyperion",["Env","ExecutionEnvironment","hyperionCore","hyperionDOM"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u,c;(u||(u=r("ExecutionEnvironment"))).isInBrowser&&!(u||(u=r("ExecutionEnvironment"))).isInWorker&&(c||(c=r("Env"))).loadHyperion===!0&&(e||(e=o("hyperionCore"))).intercept(t,(s||(s=o("hyperionDOM"))).IWindow.IWindowPrototype)}),34);
__d("InitialJSLoader",["Arbiter","Bootloader","PageEvents"],(function(t,n,r,o,a,i,l){var e="BOOTLOAD/JSREADY";function s(t,n){r("Arbiter").subscribe(r("PageEvents").BIGPIPE_DOMREADY,function(){function o(){r("Bootloader").loadResources(t,{onAll:function(){r("Arbiter").inform(e,!0,"state")}})}n!=null&&n>0?window.setTimeout(o,n):o()})}l.INITIAL_JS_READY=e,l.loadOnDOMContentReady=s}),98);
__d("DOMEvent",["invariant"],(function(t,n,r,o,a,i,l,s){var e=(function(){function e(e){this.event=e||window.event,typeof this.event.srcElement!="unknown"||s(0,5798),this.target=this.event.target||this.event.srcElement}var t=e.prototype;return t.preventDefault=function(){var e=this.event;return e.preventDefault?(e.preventDefault(),"defaultPrevented"in e||(e.defaultPrevented=!0)):e.returnValue=!1,this},t.isDefaultPrevented=function(){var e=this.event;return"defaultPrevented"in e?e.defaultPrevented:e.returnValue===!1},t.stopPropagation=function(){var e=this.event;return e.stopPropagation?e.stopPropagation():e.cancelBubble=!0,this},t.kill=function(){return this.stopPropagation().preventDefault(),this},e.killThenCall=function(n){return function(t){return new e(t).kill(),n()}},e})();l.default=e}),98);
__d("dedupString",[],(function(t,n,r,o,a,i){"use strict";function e(e){var t;return Object.keys((t={},t[e]=0,t))[0]}i.default=e}),66);
__d("passiveEventListenerUtil",[],(function(t,n,r,o,a,i){"use strict";var e=!1;try{var l=Object.defineProperty({},"passive",{get:function(){e=!0}});window.addEventListener("test",null,l)}catch(e){}var s=e;function u(e){return s||typeof e=="boolean"?e:e.capture||!1}i.isPassiveEventListenerSupported=s,i.makeEventOptions=u}),66);
__d("wrapFunction",[],(function(t,n,r,o,a,i){var e={};function l(t,n,r){var o=n in e?e[n](t,r):t;return function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return o.apply(this,t)}}l.setWrapper=function(t,n){e[n]=t},i.default=l}),66);
__d("DOMEventListener",["invariant","dedupString","emptyFunction","passiveEventListenerUtil","wrapFunction"],(function(t,n,r,o,a,i,l){var e=n("passiveEventListenerUtil").isPassiveEventListenerSupported,s,u;window.addEventListener?(s=function(r,o,a,i){i===void 0&&(i=!1),a.wrapper=n("wrapFunction")(a,"entry",n("dedupString")("DOMEventListener.add "+o)),r.addEventListener(o,a.wrapper,e?i:!1)},u=function(n,r,o,a){a===void 0&&(a=!1),n.removeEventListener(r,o.wrapper,e?a:!1)}):window.attachEvent?(s=function(t,r,o,a){a===void 0&&(a=!1),o.wrapper=n("wrapFunction")(o,"entry","DOMEventListener.add "+r),t.attachEvent||l(0,2798),t.attachEvent("on"+r,o.wrapper)},u=function(t,n,r,o){o===void 0&&(o=!1),t.detachEvent||l(0,2799),t.detachEvent("on"+n,r.wrapper)}):u=s=n("emptyFunction");var c={add:function(t,n,r,o){return o===void 0&&(o=!1),s(t,n,r,o),{remove:function(){u(t,n,r,typeof o=="boolean"?o:o.capture)}}},remove:u};a.exports=c}),null);
__d("isNode",[],(function(t,n,r,o,a,i){function e(e){var t,n,r=e!=null?(t=e.ownerDocument)!=null?t:e:document,o=(n=r.defaultView)!=null?n:window;return e!=null&&(typeof o.Node=="function"?e instanceof o.Node:typeof e=="object"&&typeof e.nodeType=="number"&&typeof e.nodeName=="string")}i.default=e}),66);
__d("isTextNode",["isNode"],(function(t,n,r,o,a,i,l){function e(e){return r("isNode")(e)&&e.nodeType==3}l.default=e}),98);
__d("containsNode",["isTextNode"],(function(t,n,r,o,a,i,l){function e(t,n){return!t||!n?!1:t===n?!0:r("isTextNode")(t)?!1:r("isTextNode")(n)?e(t,n.parentNode):"contains"in t?t.contains(n):t.compareDocumentPosition?!!(t.compareDocumentPosition(n)&16):!1}l.default=e}),98);
__d("createArrayFromMixed",["invariant"],(function(t,n,r,o,a,i,l,s){function e(e){var t=e.length;if(!Array.isArray(e)&&(typeof e=="object"||typeof e=="function")||s(0,3914),typeof t=="number"||s(0,3915),t===0||t-1 in e||s(0,3916),typeof e.callee!="function"||s(0,3917),e.hasOwnProperty)try{return Array.prototype.slice.call(e)}catch(e){}for(var n=Array(t),r=0;r<t;r++)n[r]=e[r];return n}function u(e){return!!e&&(typeof e=="object"||typeof e=="function")&&"length"in e&&!("setInterval"in e)&&typeof e.nodeType!="number"&&(Array.isArray(e)||"callee"in e||"item"in e)}function c(t){return u(t)?Array.isArray(t)?t.slice():e(t):[t]}l.default=c}),98);
__d("createObjectFrom",[],(function(t,n,r,o,a,i){"use strict";function e(t,n){if(n===void 0)return e(t,!0);var r={};if(Array.isArray(n))for(var o=t.length-1;o>=0;o--)r[t[o]]=n[o];else for(var a=t.length-1;a>=0;a--)r[t[a]]=n;return r}i.default=e}),66);
__d("isElementNode",["isNode"],(function(t,n,r,o,a,i){function e(e){return n("isNode")(e)&&e.nodeType==1}a.exports=e}),null);
__d("DOMQuery",["CSS","FBLogger","containsNode","createArrayFromMixed","createObjectFrom","ge","ifRequired","isElementNode","isNode"],(function(t,n,r,o,a,i,l){var e=/^\.-?[_a-zA-Z]+[\w-]*$/;function s(e,t){return e.hasAttribute?e.hasAttribute(t):e.getAttribute(t)!==null}function u(e,t){var n=d(e,t);return n[0]}function c(e,t,n){var r=d(e,t),o=d(e,n),a;return r.length===1&&o.length===1&&r[0]===o[0]?a=r:a=r.concat(o),a[0]}function d(t,n){if(!t||!t.getElementsByTagName)return[];for(var a=n.split(" "),i=[t],l=0;l<a.length&&i.length!==0;l++)if(a[l]!==""){var u=a[l],c=a[l],d=[],m=!1;if(u.charAt(0)==="^")if(l===0)m=!0,u=u.slice(1);else return[];u=u.replace(/\[(?:[^=\]]*=(?:\"[^\"]*\"|\'[^\']*\'))?|[.#]/g," $&");var p=u.split(" "),_=p[0]||"*",f=_=="*",g=p[1]&&p[1].charAt(0)==="#";if(g){var h=r("ge")(p[1].slice(1),t,_);if(h&&(f||h.tagName.toLowerCase()==_)){for(var y=0;y<i.length;y++)if(m&&r("containsNode")(h,i[y])){d=[h];break}else if(document==i[y]||r("containsNode")(i[y],h)&&i[y]!==h){d=[h];break}}}else{for(var C=[],b=i.length,v,S=!m&&c.indexOf("[")<0&&document.querySelectorAll,R=0;R<b;R++){if(m){v=[];for(var L=i[R].parentNode;r("isElementNode")(L);)(f||L.tagName.toLowerCase()==_)&&v.push(L),L=L.parentNode}else S?e.test(c)?v=i[R].getElementsByClassName(c.substring(1)):v=i[R].querySelectorAll(c):v=i[R].getElementsByTagName(_);for(var E=v.length,k=0;k<E;k++)C.push(v[k])}if(!S)for(var I=1;I<p.length;I++){var T=p[I],D=T.charAt(0)===".",x=T.substring(1);for(R=0;R<C.length;R++){var $=C[R];if(!(!$||$.nodeType!==1))if(D){o("CSS").hasClass($,x)||delete C[R];continue}else{var P=T.slice(1,T.length-1),N=P.indexOf("=");if(N<0){if(!s($,P)){delete C[R];continue}}else{var M=P.substr(0,N),w=P.substr(N+1);if(w=w.slice(1,w.length-1),$.getAttribute(M)!=w){delete C[R];continue}}}}}for(R=0;R<C.length&&!(C[R]&&(d.push(C[R]),m));R++);}i=d}return i}function m(){var e=window.getSelection;if(e!=null)return e()+"";var t=document.selection;return t!=null?t.createRange().text:null}function p(e,t){return(typeof e=="string"||typeof t=="string")&&r("FBLogger")("dom_query").info("Support for node IDs is deprecated. Use containsNode(ge(<id1>), ge(<id2>)) instead"),r("containsNode")(r("ge")(e),r("ge")(t))}function _(){var e=r("ifRequired")("Quickling",function(e){return e.isActive()?r("ge")("content"):null});return e||document.body}function f(e,t){var n=r("createArrayFromMixed")(t).join("|").toUpperCase().split("|"),o=r("createObjectFrom")(n);return r("isNode")(e)&&e.nodeName in o}function g(e){return f(e,["input","textarea"])||e.contentEditable==="true"}l.find=u,l.findPushSafe=c,l.scry=d,l.getSelection=m,l.contains=p,l.getRootElement=_,l.isNodeOfType=f,l.isInputNode=g}),98);
__d("Scroll",[],(function(t,n,r,o,a,i){function e(e,t){return!!t&&(e===t.documentElement||e===t.body)}function l(t){var n,r;if(t==null)return 0;var o=t.ownerDocument;return e(t,o)?(o==null||(n=o.body)==null?void 0:n.scrollTop)||(o==null||(r=o.documentElement)==null?void 0:r.scrollTop)||0:t.scrollTop||0}function s(t,n){if(t!=null){var r=t.ownerDocument;e(t,r)?(r!=null&&r.body&&(r.body.scrollTop=n||0),r!=null&&r.documentElement&&(r.documentElement.scrollTop=n||0)):t.scrollTop=n||0}}function u(t){var n,r,o=t.ownerDocument;return e(t,o)?(o==null||(n=o.body)==null?void 0:n.scrollLeft)||(o==null||(r=o.documentElement)==null?void 0:r.scrollLeft)||0:t.scrollLeft||0}function c(t,n){var r=t.ownerDocument;e(t,r)?(r!=null&&r.body&&(r.body.scrollLeft=n||0),r!=null&&r.documentElement&&(r.documentElement.scrollLeft=n||0)):t.scrollLeft=n||0}i.getTop=l,i.setTop=s,i.getLeft=u,i.setLeft=c}),66);
__d("VersionRange",["invariant"],(function(t,n,r,o,a,i,l,s){"use strict";var e=/\./,u=/\|\|/,c=/\s+\-\s+/,d=/^(<=|<|=|>=|~>|~|>|)?\s*(.+)/,m=/^(\d*)(.*)/;function p(e,t){var n=e.split(u);return n.length>1?n.some(function(e){return x.contains(e,t)}):_(n[0].trim(),t)}function _(e,t){var n=e.split(c);if(n.length>0&&n.length<=2||s(0,11800),n.length===1)return f(n[0],t);var r=n[0],o=n[1];return L(r)&&L(o)||s(0,11801),f(">="+r,t)&&f("<="+o,t)}function f(t,n){var r=t.trim();if(r==="")return!0;var o=n.split(e),a=S(r),i=a.modifier,l=a.rangeComponents;switch(i){case"<":return g(o,l);case"<=":return h(o,l);case">=":return C(o,l);case">":return b(o,l);case"~":case"~>":return v(o,l);default:return y(o,l)}}function g(e,t){return D(e,t)===-1}function h(e,t){var n=D(e,t);return n===-1||n===0}function y(e,t){return D(e,t)===0}function C(e,t){var n=D(e,t);return n===1||n===0}function b(e,t){return D(e,t)===1}function v(e,t){var n=t.slice(),r=t.slice();r.length>1&&r.pop();var o=r.length-1,a=parseInt(r[o],10);return R(a)&&(r[o]=a+1+""),C(e,n)&&g(e,r)}function S(t){var n=t.split(e),r=n[0].match(d);return r||s(0,3074),{modifier:r[1],rangeComponents:[r[2]].concat(n.slice(1))}}function R(e){return!isNaN(e)&&isFinite(e)}function L(e){return!S(e).modifier}function E(e,t){for(var n=e.length;n<t;n++)e[n]="0"}function k(e,t){var n=e.slice(),r=t.slice();E(n,r.length);for(var o=0;o<r.length;o++){var a=r[o].match(/^[x*]$/i);if(a&&(r[o]=n[o]="0",a[0]==="*"&&o===r.length-1))for(var i=o;i<n.length;i++)n[i]="0"}return E(r,n.length),[n,r]}function I(e,t){var n=e.match(m),r=t.match(m),o=n&&n[1],a=r&&r[1],i=parseInt(o,10),l=parseInt(a,10);return R(i)&&R(l)&&i!==l?T(i,l):T(e,t)}function T(e,t){return typeof e==typeof t||s(0,11802),typeof e=="string"&&typeof t=="string"||typeof e=="number"&&typeof t=="number"?e>t?1:e<t?-1:0:(typeof e==typeof t||s(0,11802),0)}function D(e,t){for(var n=k(e,t),r=n[0],o=n[1],a=0;a<o.length;a++){var i=I(r[a],o[a]);if(i)return i}return 0}var x={contains:function(t,n){return p(t.trim(),n.trim())}},$=x;l.default=$}),98);
__d("UserAgent",["UserAgentData","VersionRange","memoizeStringOnly"],(function(t,n,r,o,a,i,l){"use strict";var e;function s(e,t,n,o){if(e===n)return!0;if(!n.startsWith(e))return!1;var a=n.slice(e.length);return t!=null?(a=o?o(a):a,r("VersionRange").contains(a,t)):!1}function u(e){return r("UserAgentData").platformName==="Windows"?e.replace(/^\s*NT/,""):e}var c={isBrowser:(e=r("memoizeStringOnly"))(function(e){return s(r("UserAgentData").browserName,r("UserAgentData").browserFullVersion,e)}),isBrowserArchitecture:e(function(e){return s(r("UserAgentData").browserArchitecture,null,e)}),isDevice:e(function(e){return s(r("UserAgentData").deviceName,null,e)}),isEngine:e(function(e){return s(r("UserAgentData").engineName,r("UserAgentData").engineVersion,e)}),isEngine_DEPRECATED_DANGEROUS:e(function(e){return s(r("UserAgentData").engineName,r("UserAgentData").engineVersion,e)}),isPlatform:e(function(e){return s(r("UserAgentData").platformName,r("UserAgentData").platformFullVersion,e,u)}),isPlatformArchitecture:e(function(e){return s(r("UserAgentData").platformArchitecture,null,e)})},d=c;l.default=d}),98);
__d("FlowMigrationUtilsForLegacyFiles",["FBLogger"],(function(t,n,r,o,a,i,l){"use strict";var e="flow_typing_for_legacy_code";function s(t){return r("FBLogger")(e).blameToPreviousFile().event(e+".bad_call").mustfix(t),new Error("["+e+"] "+t)}l.invariantViolation=s}),98);
__d("getDocumentScrollElement",["FlowMigrationUtilsForLegacyFiles"],(function(t,n,r,o,a,i,l){"use strict";var e=typeof navigator!="undefined"&&navigator.userAgent.indexOf("AppleWebKit")>-1;function s(t){var n=t||document;if(n.scrollingElement)return n.scrollingElement;var r=!e&&n.compatMode==="CSS1Compat"?n.documentElement:n.body;return r||o("FlowMigrationUtilsForLegacyFiles").invariantViolation("null result in getDocumentScrollElement"),r}l.default=s}),98);
__d("getObjectValues",[],(function(t,n,r,o,a,i){function e(e){var t=[];for(var n in e)t.push(e[n]);return t}i.default=e}),66);
__d("Event",["$","Arbiter","DOMEvent","DOMEventListener","DOMQuery","DataStore","ErrorGuard","ExecutionEnvironment","FBLogger","Parent","Scroll","TimeSlice","UserAgent","dedupString","fb-error","getDocumentScrollElement","getObjectValues"],(function(t,n,r,o,a,i){var e,l,s=n("fb-error").TAAL,u="Event.listeners";Event.prototype||(Event.prototype={});function c(e){(e.type==="click"||e.type==="mouseover"||e.type==="keydown")&&n("Arbiter").inform("Event/stop",{event:e})}var d=(function(){"use strict";function e(e,t,n){this.cancelBubble=!1,this.target=e,this.type=t,this.data=n}var t=e.prototype;return t.getData=function(){return this.data=this.data||{},this.data},t.stop=function(){return Event.stop(this)},t.prevent=function(){return Event.prevent(this)},t.isDefaultPrevented=function(){return Event.isDefaultPrevented(this)},t.kill=function(){return Event.kill(this)},t.getTarget=function(){return new(n("DOMEvent"))(this).target||null},e})();function m(e){if(e instanceof d)return e;if(e||(!window.addEventListener&&document.createEventObject?e=window.event?document.createEventObject(window.event):{}:e={}),!e._inherits_from_prototype)for(var t in Event.prototype)try{e[t]=Event.prototype[t]}catch(e){}return e}Object.assign(Event.prototype,{_inherits_from_prototype:!0,getRelatedTarget:function(){var e=this.relatedTarget||(this.fromElement===this.srcElement?this.toElement:this.fromElement);return e&&e.nodeType?e:null},getModifiers:function(){var e={control:!!this.ctrlKey,shift:!!this.shiftKey,alt:!!this.altKey,meta:!!this.metaKey};return e.access=n("UserAgent").isPlatform("Mac OS X")?e.control:e.alt,e.any=e.control||e.shift||e.alt||e.meta,e},isRightClick:function(){return this.which?this.which===3:this.button&&this.button===2},isMiddleClick:function(){return this.which?this.which===2:this.button&&this.button===4},isDefaultRequested:function(){return this.getModifiers().any||this.isMiddleClick()||this.isRightClick()}},d.prototype);var p={listen:function(r,o,a,i,l){if(typeof a=="function"&&(a=n("TimeSlice").guard(a,n("dedupString")("Event.js "+o+" handler"))),!l||typeof l=="boolean"?l={passive:!1}:l={passive:l.passive||!1},!(e||(e=n("ExecutionEnvironment"))).canUseDOM)return new R(r,a,null,o,i,null,l);if(typeof r=="string"&&(r=n("$")(r)),typeof i=="undefined"&&(i=Event.Priority.NORMAL),typeof o=="object"){var t={};for(var c in o)t[c]=Event.listen(r,c,o[c],i,l);return t}if(o.match(/^on/i))throw new TypeError("Bad event name `"+o+"': use `click', not `onclick'.");if(!r){var d=s.blameToPreviousFrame(new Error("Cannot listen to an undefined element."));throw n("FBLogger")("event").catching(d).mustfix("Tried to listen to element of type %s",o),d}if(r.nodeName=="LABEL"&&o=="click"){var m=r.getElementsByTagName("input");r=m.length===1?m[0]:r}else if(r===window&&o==="scroll"){var p=n("getDocumentScrollElement")();p!==document.documentElement&&p!==document.body&&(r=p)}var _=n("DataStore").get(r,u,{}),f=g[o];f&&(o=f.base,f.wrap&&(a=f.wrap(a))),C(r,_,o,l);var h=_[o];i in h||(h[i]=[]);var b=h[i].length,v=new R(r,a,_,o,i,b,l);return h[i][b]=v,h.numHandlers++,l.passive||(h.numNonPassiveHandlers++,y(r,_[o],o)),v},stop:function(t){var e=new(n("DOMEvent"))(t).stopPropagation();return c(e.event),t},prevent:function(t){return new(n("DOMEvent"))(t).preventDefault(),t},isDefaultPrevented:function(t){return new(n("DOMEvent"))(t).isDefaultPrevented(t)},kill:function(t){var e=new(n("DOMEvent"))(t).kill();return c(e.event),!1},getKeyCode:function(t){if(t=new(n("DOMEvent"))(t).event,!t)return!1;switch(t.keyCode){case 63232:return 38;case 63233:return 40;case 63234:return 37;case 63235:return 39;case 63272:case 63273:case 63275:return null;case 63276:return 33;case 63277:return 34}if(t.shiftKey)switch(t.keyCode){case 33:case 34:case 37:case 38:case 39:case 40:return null}return t.keyCode},getPriorities:function(){if(!_){var e=n("getObjectValues")(Event.Priority);e.sort(function(e,t){return e-t}),_=e}return _},fire:function(t,n,r){var e=new d(t,n,r),o;do{var a=Event.__getHandler(t,n);a&&(o=a(e)),t=t.parentNode}while(t&&o!==!1&&!e.cancelBubble);return o!==!1},__fire:function(t,n,r){var e=Event.__getHandler(t,n);if(e)return e(m(r))},__getHandler:function(t,r){var e=n("DataStore").get(t,u);return e&&e[r]?e[r].domHandler:t["on"+r]},getPosition:function(t){t=new(n("DOMEvent"))(t).event;var e=n("getDocumentScrollElement")(),r=t.clientX+n("Scroll").getLeft(e),o=t.clientY+n("Scroll").getTop(e);return{x:r,y:o}}};Object.assign(Event,p);var _=null,f=function(t){return function(e){if(!n("DOMQuery").contains(this,e.getRelatedTarget()))return t.call(this,e)}},g;if(window.navigator.msPointerEnabled?g={mousedown:{base:"MSPointerDown"},mousemove:{base:"MSPointerMove"},mouseup:{base:"MSPointerUp"},mouseover:{base:"MSPointerOver"},mouseout:{base:"MSPointerOut"},mouseenter:{base:"MSPointerOver",wrap:f},mouseleave:{base:"MSPointerOut",wrap:f}}:g={mouseenter:{base:"mouseover",wrap:f},mouseleave:{base:"mouseout",wrap:f}},n("UserAgent").isBrowser("Firefox < 52")){var h=function(t,n){n=m(n);for(var e=n.getTarget();e;)Event.__fire(e,t,n),e=e.parentNode};document.documentElement.addEventListener("focus",h.bind(null,"focusin"),!0),document.documentElement.addEventListener("blur",h.bind(null,"focusout"),!0)}var y=function(t,r,o){var e=r.numNonPassiveHandlers==0;e!=r.options.passive&&(r.domHandlerRemover.remove(),r.options.passive=e,r.domHandlerRemover=n("DOMEventListener").add(t,o,r.domHandler,{passive:e}))},C=function(t,r,o,a){if(!(o in r)){var e=n("TimeSlice").guard(S.bind(t,o),n("dedupString")("Event listenHandler "+o));r[o]={numHandlers:0,numNonPassiveHandlers:0,domHandlerRemover:n("DOMEventListener").add(t,o,e,a),domHandler:e,options:a};var i="on"+o;if(t[i]){var l=t===document.documentElement?Event.Priority._BUBBLE:Event.Priority.TRADITIONAL,s=t[i];t[i]=null,Event.listen(t,o,s,l,a)}}};function b(e){return e.href.endsWith("#")?e.href===document.location.href||e.href===document.location.href+"#":!1}function v(e,t){return e.nodeName==="INPUT"&&e.type===t}var S=function(t,r){var e=m(r);if(!n("DataStore").get(this,u))throw new Error("Bad listenHandler context.");var o=n("DataStore").get(this,u)[t];if(!o)throw new Error("No registered handlers for `"+t+"'.");if(t=="click"||t=="contextmenu"||t=="mousedown"&&e.which==2){var a=e.getTarget(),i=n("Parent").byTag(a,"a");i instanceof HTMLAnchorElement&&i.href&&b(i)&&!v(a,"file")&&!v(a,"submit")&&e.prevent()}for(var l=Event.getPriorities(),s=0;s<l.length;s++){var c=l[s];if(c in o){for(var d=o[c],p=0;p<d.length;p++)if(d[p]){var _=d[p].fire(this,e);if(_===!1)return e.kill();e.cancelBubble&&e.stop()}}}return e.returnValue};Event.Priority={URGENT:-20,TRADITIONAL:-10,NORMAL:0,_BUBBLE:1e3};var R=(function(){"use strict";function t(e,t,n,r,o,a,i){this.$1=e,this.$2=t,this.$3=n,this.$7=r,this.$6=o,this.$4=a,this.$5=i}var r=t.prototype;return r.isRemoved=function(){return!this.$3},r.remove=function(){if((e||(e=n("ExecutionEnvironment"))).canUseDOM){if(this.isRemoved()){n("FBLogger")("Event").warn("Event handler has already been removed");return}var t=this.$3[this.$7];t.numHandlers<=1?(t.domHandlerRemover.remove(),delete this.$3[this.$7]):(delete t[this.$6][this.$4],t.numHandlers--,this.$5.passive||(t.numNonPassiveHandlers--,y(this.$1,this.$3[this.$7],this.$7))),this.$3=null}},r.fire=function(r,o){return(e||(e=n("ExecutionEnvironment"))).canUseDOM?(l||(l=n("ErrorGuard"))).applyWithGuard(this.$2,r,[o],{name:"eventhandler:"+o.type+":"+(typeof r.name=="string"?r.name:r.id)}):!0},t})();t.$E=Event.$E=m,a.exports=Event}),null);
__d("getSurfaceAwareContainer",["ge"],(function(t,n,r,o,a,i,l){"use strict";function e(){var e=r("ge")("workGalahadWebChromeEntity");return e||document.body}l.default=e}),98);
__d("cx",[],(function(t,n,r,o,a,i){function e(e){throw new Error("cx: Unexpected class transformation.")}i.default=e}),66);
__d("snowliftLoadingSpinner",["cx","CSS"],(function(t,n,r,o,a,i,l,s){"use strict";function e(e){return o("CSS").addClass(e,"_1m42"),function(){o("CSS").removeClass(e,"_1m42")}}l.default=e}),98);
__d("PhotoSnowliftLoader",["Arbiter","Bootloader","PageEvents","getSurfaceAwareContainer","ifRequired","snowliftLoadingSpinner"],(function(t,n,r,o,a,i,l){"use strict";function e(e,t,n){return e&&e.offer_bypass_snowlift==="1"?(h(n),r("Bootloader").loadModules(["AsyncRequest"],function(e){new e().setURI(t).send()},"PhotoSnowliftLoader"),!0):!1}function s(e,t,n){return e&&e.offerx_bypass_snowlift==="1"?(h(n),r("Bootloader").loadModules(["AsyncRequest","XOfferController"],function(t,n){var r=n.getURIBuilder().setFBID("offer_id",e.offerx_id).setEnum("referrer",e.offerx_referrer).setStringVector("__xts__",e.__xts__).setString("__tn__",e.__tn__).getURI();new t().setURI(r).send()},"PhotoSnowliftLoader"),!0):!1}var u=function(){};r("Arbiter").subscribe("PhotoSnowlift.OPEN",function(){u()}),r("Arbiter").subscribe("SalesPromoDetails.OPEN",function(){u()}),r("Arbiter").subscribe("OfferDetails.OPEN",function(){u()});var c=!1,d="",m={x:960,y:960},p=360,_={x:82,y:42};function f(e,t,n){r("Bootloader").loadModules(["URI"],function(o){d="",u(),u=r("snowliftLoadingSpinner")(t);var a=!0,i=String(o.getMostRecentURI().getQueryData().viewas),l=new o(e).getQueryData();if(a=y(l,e,t,i),a){var s;t.getAttribute("data-ploi")&&(s=new Image,s.src=new o(C(t))),g(e,t,i,n)}},"PhotoSnowliftLoader")}function g(e,t,n,o){h(n),r("Bootloader").loadModules(["PhotoTagApproval","PhotoTagger","PhotoTags","TagTokenizer"],function(){},"PhotoSnowliftLoader"),r("Bootloader").loadModules(["PhotoSnowlift"],function(n){n.bootstrap(e,t)},o)}var h=function(t){if(!c){c=!0;var e=t?{viewas:t}:{}}};function y(t,n,r,o){var a=e(t,n,o),i=s(t,n,o);return!a&&!i}function C(e){return d===""&&r("ifRequired")("URI",function(t){var n=e.getAttribute("data-ploi"),r=e.getAttribute("data-plsi"),o=new t(e.getAttribute("ajaxify")).getQueryData().size.split(",");r&&!b({hasSmallImage:!!r,dimensions:{x:o[0],y:o[1]}})?d=r:n?d=n:d=""}),d}function b(e){return r("ifRequired")("Vector",function(t){if(!e.hasSmallImage)return!1;var n=v(e.dimensions);if(n){n=S(n);var r=R(e.dimensions,n);if(r)return r.x>m.x||r.y>m.y}return!1}),!1}function v(e){r("ifRequired")("Vector",function(t){var n=t.getViewportDimensions(),r=new t(e.x,e.y),o,a;o=Math.min(r.x,n.x-p-_.x);var i=n.y-_.y;if(a=Math.min(r.y,i),o===0&&a===0)return new t(0,0);var l=o/a,s=r.x/r.y;return l<s?new t(o,Math.round(o/s)):new t(Math.round(a*s),a)})}function S(e){return r("ifRequired")("Vector",function(t){window.devicePixelRatio&&window.devicePixelRatio>1&&(e=new t(e.x*window.devicePixelRatio,e.y*window.devicePixelRatio))}),e}function R(e,t){r("ifRequired")("Vector",function(n){var r=e.x,o=e.y;if(r>=t.x||o>=t.y){var a=t.x/t.y,i=r/o;a<i?(r=t.x,o=Math.round(r/i)):a>i?(o=t.y,r=Math.round(o*i)):(r=t.x,o=t.y)}return new n(r,o)})}var L=function(){r("Arbiter").subscribe(r("PageEvents").BIGPIPE_ONLOAD,function(){var e=r("getSurfaceAwareContainer")();(e&&e.classList.contains("home")||e&&e.classList.contains("timelineLayout"))&&r("ifRequired")("requestIdleCallback",function(e){e(function(){h()})},function(){h()})})};l.STAGE_NORMAL_MAX=m,l.SIDEBAR_SIZE_MAX=p,l.STAGE_CHROME=_,l.load=f,l.loadWithSnowLift=g,l.loadFrame=h,l.shouldUseSnowlift=y,l.getImageURL=C,l.shouldShowHiRes=b,l.getStageSize=v,l.adjustStageSizeForPixelRatio=S,l.getImageSizeInStage=R,l.preload=L}),98);
__d("uniqueID",[],(function(t,n,r,o,a,i){var e="js_",l=36,s=0;function u(t){return t===void 0&&(t=e),t+(s++).toString(l)}i.default=u}),66);
__d("PrimerInlineHandlers",["Bootloader","Parent","cr:6108","nullthrows","uniqueID"],(function(t,n,r,o,a,i,l){"use strict";var e={},s=new Map;function u(t,o){var a=r("nullthrows")(t.id);a in e||(e[a]=0),e[a]===0&&n("cr:6108").addClass(t,"bootloading"),e[a]+=o}function c(t){var o=r("nullthrows")(t.id);e[o]--,e[o]===0&&n("cr:6108").removeClass(t,"bootloading")}function d(e,t,n,r){var o=r!==void 0?n[r]:n,a;if(Array.isArray(o))for(a=0;a<o.length;a++)d(e,t,o,a);else if(o&&typeof o=="object")if(o.__elem)n[r]=e;else if(o.__event)n[r]=t;else for(var i in o)d(e,t,o,i)}function m(e,t,n){var a=o("Parent").byClass(e,"stat_elem")||e;a.id||a.setAttribute("id",r("uniqueID")());var i=JSON.parse(e.getAttribute(n));u(a,i.length),i.forEach(function(n){var o=Array.isArray(n)?p(n):_(n),i=o.args,l=o.logicalKey,u=o.methodName,m=o.moduleName;d(e,t,i);var f=r("Bootloader").loadModules.call(r("Bootloader"),[m],function(e){c(a),e[u].apply(e,i)},"Primer: addEventHandler");if(l!=null){var g=s.get(l);g!==void 0&&g(),s.set(l,function(){f.remove(),c(e)})}})}function p(e){var t=e[0],n=e[1],r=babelHelpers.arrayLikeToArray(e).slice(2);return{moduleName:t,methodName:n,args:r}}function _(e){var t=e.a,n=e.k,r=e.meth,o=e.mod;return{logicalKey:n,moduleName:o,methodName:r,args:t}}function f(e,t,n){var r=o("Parent").byAttribute(e,n);if(!r)return null;do m(r,t,n);while(r=o("Parent").byAttribute(r.parentNode,n));return!1}l.run=f}),98);
__d("ReactServerPrimer",["FBLogger","Parent"],(function(t,n,r,o,a,i,l){"use strict";var e=new Map;function s(e){for(;e&&e instanceof Node&&!(e instanceof HTMLElement&&e.getAttribute("data-sr-before"));){var t=e.previousSibling;t?e=t:e=e.parentNode}return e instanceof HTMLElement?e:(r("FBLogger")("ServerCallables").mustfix("Failed to find wrapping data-sr-before mount"),null)}function u(t,n,r){var o=s(n);if(!o)return null;var a=e.get(o);return a||(a=[],e.set(o,a)),a.push(function(){var e=new t.constructor(t.type,t),o=r===void 0?n:r;o.dispatchEvent(e)}),!1}function c(e,t,n){var r=o("Parent").byAttribute(n,e);return r?u(t,r,n):null}l.handleEvent=c}),98);
__d("clickRefAction",["Arbiter"],(function(t,n,r,o,a,i){var e=function(t,n,r,o,a){"use strict";var e=this;this.set_namespace=function(t){return e.ns=t,e},this.coalesce_namespace=function(t){return e.ns===null&&(e.ns=t),e},this.add_event=function(){return e};var i=t+"/"+n;this.ue=i,this.ue_ts=t,this.ue_count=n,this.context=r,this.ns=null,this.node=o,this.type=a},l=0,s=[],u=Date.now()+6e4;function c(t,r,o,a,i){var c=Date.now(),d=o&&o.type;i=i||{},!r&&o&&(r=o.getTarget());var m=50;if(r&&a!="FORCE"){for(var p=s.length-1;p>=0&&c-s[p].ue_ts<m;--p)if(s[p].node==r&&s[p].type==d)return s[p]}var _=new e(c,l,t,r,d);for(s.push(_);s[0].ue_ts+m<c||s.length>10;)s.shift();var f=c<u?"persistent":"event";return t=="contextmenu"?n("Arbiter").inform("ClickRefAction/contextmenu",{cfa:_,node:r,mode:a,event:o,extra_data:i},f):t=="middleclick"?n("Arbiter").inform("ClickRefAction/middleclick",{cfa:_,node:r,mode:a,event:o,extra_data:i},f):n("Arbiter").inform("ClickRefAction/new",{cfa:_,node:r,mode:a,event:o,extra_data:i},f),l++,_}a.exports=t.clickRefAction=c}),null);
__d("firstClickTimestamp",["DataStore"],(function(t,n,r,o,a,i,l){"use strict";var e="first-click-timestamp";function s(t,n){var r=o("DataStore").get(t,e);r||o("DataStore").set(t,e,n.toString())}function u(t){var n=o("DataStore").get(t,e);return Number(n)}l.setIfFirstClick=s,l.get=u}),98);
__d("CookieStore",["CookieCoreLoggingConfig","FBLogger","Random","performanceNow"],(function(t,n,r,o,a,i,l){"use strict";var e,s=window.I_AM_CORE_COOKIE_INFRASTRUCTURE_AND_NEED_TO_ACCESS_COOKIES!=null?window.I_AM_CORE_COOKIE_INFRASTRUCTURE_AND_NEED_TO_ACCESS_COOKIES():null,u={set:function(t){document.cookie=t},get:function(){return document.cookie}};function c(){return s!=null?s:u}function d(e,t,n,r,o,a,i,l){return t+"="+encodeURIComponent(n)+"; "+(a!==0&&a!==void 0&&a!==null?"expires="+new Date(e+a).toUTCString()+"; ":"")+"path="+r+"; domain="+o+(i?"; secure":"")+(l?"; SameSite="+l:"")}function m(e,t,n){return e+"=; expires=Thu, 01-Jan-1970 00:00:01 GMT; path="+t+"; domain="+n}function p(){if(r("CookieCoreLoggingConfig").sampleRate>0){var t=(e||(e=r("performanceNow")))(),n=c().get(),o=e()-t,a=o>r("CookieCoreLoggingConfig").maximumIgnorableStallMs&&r("Random").coinflip(1/r("CookieCoreLoggingConfig").sampleRate);return a&&r("FBLogger")("cookie_infra").addMetadata("COOKIE_INFRA","WALL_TIME",String(o)).warn("Cookie read exceeded %s milliseconds.",r("CookieCoreLoggingConfig").maximumIgnorableStallMs),n}else return c().get()}var _=(function(){function e(){this.$1=0}var t=e.prototype;return t.setCookie=function(t,n,r,o,a,i,l,s){c().set(d(t,n,r,o,a,i,l,s))},t.clearCookie=function(t,n,r){c().set(m(t,n,r))},t.getCookie=function(t){var e;this.$1++;var n=(e=p())==null?void 0:e.match("(?:^|;\\s*)"+t+"=(.*?)(?:;|$)");return n?decodeURIComponent(n[1]):null},e})(),f=10*1e3,g=(function(){function e(){this.$1={},this.$2=0,this.$3=0,this.$4=0}var t=e.prototype;return t.setCookie=function(t,n,r,o,a,i,l,s){c().set(d(t,n,r,o,a,i,l,s)),this.$1[n]={value:r,updated:t}},t.clearCookie=function(t,n,r){c().set(m(t,n,r)),this.$1[t]={value:null,updated:Date.now()}},t.getCookie=function(t){var e=this.$5(t),n=e.cookie;return n},t.$5=function(t){var e=Date.now(),n=this.$1[t];return n?n.updated+f<e?(this.$6(),{cookie:this.$5(t).cookie,hit:!1}):(this.$3++,{cookie:n.value,hit:!0}):this.$2+f<e?(this.$6(),{cookie:this.$5(t).cookie,hit:!1}):(this.$3++,{cookie:null,hit:!0})},t.$6=function(){var e,t;this.$4++;var n=(e=(t=p())==null?void 0:t.split(";"))!=null?e:[];this.$2=Date.now(),this.$1={};for(var r of n){var o=r.match("\\s*([^=]+)=(.*)");o&&(this.$1[o[1]]={value:decodeURIComponent(o[2]),updated:this.$2})}},e})();function h(){return new _}l.newCookieStore=h,l.CookieCacheForTest=g,l.CookieStoreSlowForTest=_}),98);
__d("CookieCore",["CookieCoreConfig","CookieDomain","CookieStore"],(function(t,n,r,o,a,i,l){var e=/_js_(.*)/,s;function u(){return s||(s=o("CookieStore").newCookieStore()),s}function c(){return"."+r("CookieDomain").domain}function d(e){return window.self===window.top}function m(e,t){v(e)&&_(e,t,R(e),L(e),S(e),E(e))}function p(e,t,n){v(e)&&_(e,t,R(e),L(e),S(e),E(e),n)}function _(e,t,n,r,o,a,i){var l=Date.now(),s=n;if(s!=null){if(s>l)s-=l;else if(s===1){h(e,r,i);return}}u().setCookie(l,e,t,r,i!=null?i:c(),s,o,a)}function f(e,t){d(e)&&m(e,t)}function g(e,t,n,r,o,a){d(e)&&_(e,t,n,r,o,null,a)}function h(e,t,n){t===void 0&&(t="/");var r=t||"/";u().clearCookie(e,r,n!=null?n:c())}function y(e){return v(e)?u().getCookie(e):null}function C(e){return{insecure:e.i||!1,path:e.p||"/",ttlSeconds:e.t||0,sameSite:e.s||"None"}}function b(t){if(r("CookieCoreConfig")[t]!==void 0)return C(r("CookieCoreConfig")[t]);var n=t.match(e);return n&&n.length>1?b(n[1]):null}function v(e){return b(e)!==null}function S(e){var t=b(e);return t==null?!0:!t.insecure}function R(e){var t=b(e);return t==null?null:t.ttlSeconds*1e3}function L(e){var t=b(e);return t==null?"/":t.path}function E(e){var t=b(e);return t==null||t.sameSite==null?null:t.sameSite}l.set=m,l.setWithDomain_FOR_MESSENGER_LS_ONLY=p,l.setWithoutChecks=_,l.setIfFirstPartyContext=f,l.setWithoutChecksIfFirstPartyContext=g,l.clear=h,l.get=y}),98);
__d("OdsWebBatchFalcoEvent",["FalcoLoggerInternal","getFalcoLogPolicy_DO_NOT_USE"],(function(t,n,r,o,a,i,l){"use strict";var e=r("getFalcoLogPolicy_DO_NOT_USE")("1838142"),s=o("FalcoLoggerInternal").create("ods_web_batch",e),u=s;l.default=u}),98);
__d("FalcoConsentChecker",[],(function(t,n,r,o,a,i){"use strict";function e(t,n,r,o){var a,i;switch(typeof o){case"string":return a=t[String(o)],a?a<=n:!1;case"number":return e(t,n,r,r[Number(o)]);default:if(i=!1,Array.isArray(o)){for(var l=o[0],s=1;s<o.length;s++)if(i=e(t,n,r,o[s]),i){if(l==="or")return!0}else if(l==="and")return!1}return i}}i.default=e}),66);
__d("ServerTime",["ServerTimeData"],(function(t,n,r,o,a,i,l){var e,s=0,u=0,c=null,d=(e=(typeof window!="undefined"?window:self).performance)==null?void 0:e.timing;if(d){var m=d.requestStart,p=d.domLoading;if(m&&p){var _=r("ServerTimeData").timeOfResponseStart-r("ServerTimeData").timeOfRequestStart,f=p-m-_;u=f/2;var g=p-r("ServerTimeData").timeOfResponseStart-u,h=Math.max(50,f*.8);Math.abs(g)>h&&(s=g,c=Date.now())}}else b(r("ServerTimeData").serverTime);function y(){return Date.now()-s}function C(){return s}function b(e){var t=Date.now()-e;Math.abs(s-t)>6e4&&(s=t,c=Date.now())}function v(){return c===null?null:Date.now()-c}var S=y,R=C;l.getMillis=y,l.getOffsetMillis=C,l.update=b,l.getMillisSinceLastUpdate=v,l.get=S,l.getSkew=R}),98);
__d("FalcoLoggerInternal",["AnalyticsCoreData","FBLogger","FalcoConsentChecker","FalcoLoggerInternalState","FalcoUtils","Promise","Random","ServerTime","WebSession","justknobx","performanceAbsoluteNow"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u,c=o("FalcoUtils").getTaggedBitmap(0),d=o("FalcoUtils").getTaggedBitmap(37),m=500*1024*.6,p={};function _(){try{var e;if(r("justknobx")._("1276")&&window.self!==window.top&&(e=window.top)!=null&&e.require){var t=window.top.require("FalcoLoggerInternalState");if(t!=null)return r("FBLogger")("falco","iframe_handling").warn("Successfully delegated internal state to top frame"),t.getInstance()}}catch(e){}return r("FalcoLoggerInternalState").getInstance()}var f=_();function g(e,t,n){var a=r("Random").coinflip(t.r);if(!a)return o("FalcoUtils").bumpODSMetrics(n,"event.filters.sampling",1),!1;var i=t.c;if(i!=null&&(s||(s=r("AnalyticsCoreData"))).consents!=null){var l=h(i,(s||(s=r("AnalyticsCoreData"))).consents,e);if(!l)return o("FalcoUtils").bumpODSMetrics(n,"event.filters.consent",1),!1}return!0}function h(e,t,n){var o=p[e];return o==null&&(o=p[e]=JSON.parse(e)),r("FalcoConsentChecker")(t,n,o,o[0])}function y(){return(u||(u=r("performanceAbsoluteNow")))()-o("ServerTime").getOffsetMillis()}function C(e,t,n,o,a,i){if((s||(s=r("AnalyticsCoreData"))).enable_observer){var l=babelHelpers.extends({name:e,time:t,sampled:n,getData:a,policy:o},i&&{getPrivacyContext:i});L.emit("event",l)}}function b(e,t,n,a,i,l){var u=JSON.stringify(i);if(u.length>m){o("FalcoUtils").bumpODSMetrics(e,"event.filters.exceeded_size",1),r("FBLogger")("falco","oversized_message:"+e).warn('Dropping event "%s" due to exceeding the max size %s at %s',e,m,u.length);return}var p=o("FalcoUtils").xorBitmap([0,0],c);p=o("FalcoUtils").xorBitmap(p,d);var _={name:e,policy:t,time:n,extra:u,privacyContext:a,tags:p,sessionId:o("WebSession").getId(),deviceId:(s||(s=r("AnalyticsCoreData"))).device_id,appVersion:s.app_version};l.wrapAndEnqueueItem(_),o("FalcoUtils").bumpODSMetrics(e,"event.captured",1)}function v(e,t,n,r,a){try{var i=y();o("FalcoUtils").bumpODSMetrics(e,"event.logged",1);var l=g(i,t,e);if(l){var s=r(),u=n&&n();b(e,t,i,u,s,a)}C(e,i,l,t,r,n)}catch(e){R(e)}}function S(t,r,a,i,l){try{var s=y();o("FalcoUtils").bumpODSMetrics(t,"event.logged",1);var u=g(s,r,t);if(u){var c=i(),d=(e||(e=n("Promise"))).resolve(a&&a());return e.all([c,d]).then(function(e){var n=e[0],o=e[1];b(t,r,s,o,n,l),C(t,s,u,r,function(){return n},o&&function(){return o})})}else return C(t,s,u,r,i,a),(e||(e=n("Promise"))).resolve()}catch(t){return(e||(e=n("Promise"))).reject(t)}}function R(e){var t=r("FBLogger")("falco");e instanceof Error?t.catching(e).warn("Error while attempting to log to Falco"):t.warn("Caught non-error while attempting to log to Falco: %s",JSON.stringify(e))}var L=f.observable;function E(e,t){var n=f.logCriticalQueue,r=f.logImmediatelyQueue,o=f.logQueue;return{log:function(r,a){v(e,t,a,r,o)},logAsync:function(r,a){S(e,t,a,r,o).catch(R)},logImmediately:function(o,a){v(e,t,a,o,r)},logCritical:function(o,a){v(e,t,a,o,n)},logRealtimeEvent:function(o,a){v(e,t,a,o,n)}}}l.observable=L,l.create=E}),98);
__d("Run",["cr:310"],(function(t,n,r,o,a,i,l){"use strict";var e;l.__domContentCallback=(e=n("cr:310")).__domContentCallback,l.__onloadCallback=e.__onloadCallback,l.onAfterLoad=e.onAfterLoad,l.onAfterUnload=e.onAfterUnload,l.onBeforeUnload=e.onBeforeUnload,l.maybeOnBeforeUnload=e.maybeOnBeforeUnload,l.onLeave=e.onLeave,l.onLoad=e.onLoad,l.onUnload=e.onUnload}),98);
__d("pageID",["WebSession"],(function(t,n,r,o,a,i,l){"use strict";var e=o("WebSession").getPageId_DO_NOT_USE();l.default=e}),98);
__d("WebStorageMutex",["WebStorage","clearTimeout","pageID","setTimeout"],(function(t,n,r,o,a,i,l){"use strict";var e,s=null,u=!1,c=r("pageID");function d(){return u||(u=!0,s=(e||(e=r("WebStorage"))).getLocalStorage()),s}var m=(function(){function t(e){this.name=e}t.testSetPageID=function(t){c=t};var n=t.prototype;return n.$2=function(){var e=d();if(!e)return c;var t=e.getItem("mutex_"+this.name);return t=(t!=null?t:"").split(":"),t&&parseInt(t[1],10)>=Date.now()?t[0]:null},n.$3=function(n){var t=d();if(t){var o=n==null?1e3:n,a=Date.now()+o;(e||(e=r("WebStorage"))).setItemGuarded(t,"mutex_"+this.name,c+":"+a)}},n.hasLock=function(){return this.$2()===c},n.lock=function(t,n,o){var e=this;this.$1&&r("clearTimeout")(this.$1),c===(this.$2()||c)&&this.$3(o),this.$1=r("setTimeout")(function(){e.$1=null;var r=e.hasLock()?t:n;r&&r(e)},0)},n.unlock=function(){this.$1&&r("clearTimeout")(this.$1);var e=d();e&&this.hasLock()&&e.removeItem("mutex_"+this.name)},t})();l.default=m}),98);
__d("guid",[],(function(t,n,r,o,a,i){function e(){if(typeof crypto=="object"&&typeof crypto.getRandomValues=="function"&&typeof String.prototype.padStart=="function"){var e=crypto.getRandomValues(new Uint32Array(2));return"f"+e[0].toString(16).padStart(8,"0")+e[1].toString(16).padStart(8,"0")}return"f"+(Math.random()*(1<<30)).toString(16).replace(".","")}i.default=e}),66);
__d("TimerStorage",[],(function(t,n,r,o,a,i){var e={ANIMATION_FRAME:"ANIMATION_FRAME",IDLE_CALLBACK:"IDLE_CALLBACK",IMMEDIATE:"IMMEDIATE",INTERVAL:"INTERVAL",TIMEOUT:"TIMEOUT"},l={};Object.keys(e).forEach(function(e){return l[e]={}});var s=babelHelpers.extends({},e,{set:function(t,n){l[t][n]=!0},unset:function(t,n){delete l[t][n]},clearAll:function(t,n){Object.keys(l[t]).forEach(n),l[t]={}},getStorages:function(){return{}}}),u=s;i.default=u}),66);
__d("nativeRequestAnimationFrame",[],(function(t,n,r,o,a,i){var e=t.__fbNativeRequestAnimationFrame||t.requestAnimationFrame||t.webkitRequestAnimationFrame||t.mozRequestAnimationFrame||t.oRequestAnimationFrame||t.msRequestAnimationFrame,l=e;i.default=l}),66);
__d("requestAnimationFramePolyfill",["ExecutionEnvironment","nativeRequestAnimationFrame","performanceNow"],(function(t,n,r,o,a,i,l){var e,s,u=0,c=r("nativeRequestAnimationFrame");if((e||(e=r("ExecutionEnvironment"))).isInWorker&&c!=null)try{c(function(){})}catch(e){c=null}var d=c||function(e){var n=(s||(s=r("performanceNow")))(),o=Math.max(0,16-(n-u));return u=n+o,t.setTimeout(function(){e((s||(s=r("performanceNow")))())},o)},m=d;l.default=m}),98);
__d("requestAnimationFrameAcrossTransitions",["TimeSlice","requestAnimationFramePolyfill"],(function(t,n,r,o,a,i,l){function e(e){var t=r("TimeSlice").guard(e,"requestAnimationFrame",{propagationType:r("TimeSlice").PropagationType.CONTINUATION});return r("requestAnimationFramePolyfill")(t)}l.default=e}),98);
__d("requestAnimationFrame",["TimeSlice","TimerStorage","requestAnimationFrameAcrossTransitions"],(function(t,n,r,o,a,i,l){function e(e){function t(t){r("TimerStorage").unset(r("TimerStorage").ANIMATION_FRAME,n),e(t)}r("TimeSlice").copyGuardForWrapper(e,t),t.__originalCallback=e;var n=r("requestAnimationFrameAcrossTransitions")(t);return r("TimerStorage").set(r("TimerStorage").ANIMATION_FRAME,n),n}l.default=e}),98);
__d("PersistedQueue",["AnalyticsCoreData","BaseEventEmitter","ExecutionEnvironment","Run","WebStorage","WebStorageMutex","cr:8958","err","guid","nullthrows","performanceAbsoluteNow","requestAnimationFrame"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u,c,d=864e5,m=30*1e3,p=new(r("BaseEventEmitter")),_;function f(t){if(t===void 0&&(t=!1),_===void 0){var n;if((n=(e||(e=r("AnalyticsCoreData"))).queue_activation_experiment)!=null&&n&&t)try{return(s||(s=r("WebStorage"))).getLocalStorageForRead()}catch(e){return null}var o="check_quota";try{var a=(s||(s=r("WebStorage"))).getLocalStorage();a?(a.setItem(o,o),a.removeItem(o),_=a):_=null}catch(e){_=null}}return _}function g(e){var t=e.prev,n=e.next;n&&(n.prev=t),t&&(t.next=n),e.next=null,e.prev=null}function h(e){return{item:e,next:null,prev:null}}function y(e,t){var n;return e+"^$"+((n=t==null?void 0:t.queueNameSuffix)!=null?n:"")}var C={},b={},v={},S=!1,R=(function(){function e(e,t){var n,o=this;if(this.$7=0,this.$3=e,this.$5=(n=t==null?void 0:t.queueNameSuffix)!=null?n:"",this.$4=y(e,t),this.$11=this.$4+"^$"+r("guid")(),this.$14=!1,t){var a;this.$8=(a=t.max_age_in_ms)!=null?a:d,this.$12=t.migrate,this.$13=t.onLoad}else this.$8=d;this.$9=[p.addListener("active",function(){(o.$10!=null||!o.$14)&&(o.$14=!0,o.$10=null,o.$15())}),p.addListener("inactive",function(){o.$10==null&&(o.$10=Date.now(),o.$16())})],((u||(u=r("ExecutionEnvironment"))).canUseDOM||(u||(u=r("ExecutionEnvironment"))).isInWorker)&&r("requestAnimationFrame")(function(){return o.$15()})}var t=e.prototype;return t.isActive=function(){var e=this.$10;return e==null?!0:Date.now()-e>m?(this.$10=null,p.emit("active",null),!0):!1},t.$15=function(){this.$17(),this.$18()},t.$16=function(){this.$19()},t.getFullName=function(){return this.$4},t.getQueueNameSuffix=function(){return this.$5},e.isQueueActivateExperiment=function(){return S},e.setOnQueueActivateExperiment=function(){S=!0},e.create=function(n,o){var t=y(n,o);if(t in C)throw r("err")("Duplicate queue created: "+n);var a=new e(n,o);C[t]=a,v[n]?v[n].push(a):v[n]=[a];var i=b[n];return i&&a.setHandler(i),a},e.setHandler=function(t,n){if(v[t]){var e=v[t];for(var r of e)r.setHandler(n)}b[t]=n},t.destroy=function(){this.$9.forEach(function(e){return e.remove()})},e.destroy=function(t,n){var e=y(t,n);C[e].destroy(),delete C[e]},t.setHandler=function(t){return this.$6=t,this.$18(),this},t.$18=function(){this.$7>0&&this.$6&&this.$6(this)},t.length=function(){return this.$7},t.enumeratedLength=function(){return this.$20().length},e.isPersistenceAllowed=function(){var e=f();return!!e},e.getSuffixesForKey=function(t){var e=[];try{var n=f(!0);if(!n)return e;for(var r=t+"^$",o=0;o<n.length;o++){var a=n.key(o);if(typeof a=="string"&&a.startsWith("mutex_falco_"))n.removeItem(a);else if(typeof a=="string"&&a.startsWith(r)){var i=a.split("^$");if(i.length>2){var l=i[1];e.push(l)}else e.push("")}}}catch(e){}return e},t.$17=function(){var e=this,t=f(!0);if(t){var o=this.$4+"^$",a=new(r("WebStorageMutex"))(o),i=this.$12,l=this.$13;a.lock(function(a){var s=Date.now()-e.$8;try{for(var u=0;u<t.length;u++){var c=t.key(u);if(typeof c=="string"&&c.startsWith(o)){var d=t.getItem(c);if(t.removeItem(c),d!=null&&d.startsWith("{")){var m=n("cr:8958").parse(r("nullthrows")(d));if(m.ts>s)try{for(var p of m.items){var _=i!=null?i(p):p;_=l!=null?l(p):p,e.$21(_)}}catch(e){}}}}}catch(e){}a.unlock(),e.$18()})}},t.$19=function(){var e=f();if(e){var t=this.$20();if(t.length===0){e.getItem(this.$11)!=null&&e.removeItem(this.$11);return}(s||(s=r("WebStorage"))).setItemGuarded(e,this.$11,n("cr:8958").stringify({items:t.map(function(e){return e}),ts:(c||(c=r("performanceAbsoluteNow")))()}))}},t.$20=function(){var e=this.$1,t=[];if(!e)return t;do t.push(e.item);while(e=e.prev);return t.reverse()},t.markItemAsCompleted=function(t){var e=t.prev;g(t),this.$1===t&&(this.$1=e),this.$7--,this.isActive()||this.$19()},t.markItemAsFailed=function(t){g(t);var e=this.$2;if(e){var n=e.prev;n&&(n.next=t,t.prev=n),t.next=e,e.prev=t}this.$2=t,this.isActive()&&this.$18()},t.markItem=function(t,n){n?this.markItemAsCompleted(t):this.markItemAsFailed(t)},t.$21=function(t){var e=h(t),n=this.$1;n&&(n.next=e,e.prev=n),this.$1=e,this.$2||(this.$2=e),this.$7++},t.wrapAndEnqueueItem=function(t){this.$21(t),this.isActive()?this.$18():this.$19()},t.dequeueItem=function(){if(this.$10!=null)return null;var e=this.$2;return e?(this.$2=e.next,e):null},e})();if(R.eventEmitter=p,(u||(u=r("ExecutionEnvironment"))).canUseDOM){var L=o("Run").maybeOnBeforeUnload(function(){p.emit("inactive",null),L==null||L.remove()},!1);if(!L)var E=o("Run").onUnload(function(){p.emit("inactive",null),E.remove()})}l.default=R}),98);
__d("FalcoUtils",["AnalyticsCoreData","ODS","PersistedQueue","nullthrows"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u="ods_web_batch",c=p(33);function d(e){var t;return e.tags=_((t=e.tags)!=null?t:[0,0],c),e}function m(e){if(e){var t=e.appScopedIdentity,n=e.claim,r=e.fbIdentity,o="";if(r){var a=r.accountId,i=r.actorId;o=a+"^#"+i+"^#"}else t!==void 0&&(o="^#^#"+t);return o+"^#"+n}return""}function p(e){return e>30?[0,1<<e-30]:[1<<e,0]}function _(e,t){return[e[0]|t[0],e[1]|t[1]]}function f(t,n,a){var i;t!==u&&(s||(s=o("ODS"))).bumpEntityKey(7173,"entities.ff_js_web."+t+"."+(e||(e=r("AnalyticsCoreData"))).app_id+"."+((i=(e||(e=r("AnalyticsCoreData"))).app_version)!=null?i:"0").split(".")[0]+"."+e.push_phase,n,a)}function g(e,t,n){var o,a=(o=r("PersistedQueue").getSuffixesForKey(e))!=null?o:[];a.push(t);for(var i of a){var l=e+"^$"+i;if(!n.has(l)){var s=r("PersistedQueue").create(e,{onLoad:d,queueNameSuffix:i});n.set(l,s)}}return r("nullthrows")(n.get(e+"^$"+t))}l.identityToString=m,l.getTaggedBitmap=p,l.xorBitmap=_,l.bumpODSMetrics=f,l.createQueue=g}),98);
__d("FalcoLoggerInternalState",["AnalyticsCoreData","BaseEventEmitter","FalcoUtils"],(function(t,n,r,o,a,i,l){"use strict";var e,s=(function(){function t(){var t;this.queuesMap=new Map;var n=(t=o("FalcoUtils")).identityToString((e||(e=r("AnalyticsCoreData"))).identity);this.observable=new(r("BaseEventEmitter")),this.logQueue=o("FalcoUtils").createQueue("falco_queue_log",n,this.queuesMap),this.logImmediatelyQueue=o("FalcoUtils").createQueue("falco_queue_immediately",n,this.queuesMap),this.logCriticalQueue=o("FalcoUtils").createQueue("falco_queue_critical",n,this.queuesMap)}return t.getInstance=function(){return t.$1||(t.$1=new t),t.$1},t})();s.$1=null,l.default=s}),98);
__d("ODS",["ExecutionEnvironment","FBLogger","OdsWebBatchFalcoEvent","Random","Run","clearTimeout","gkx","setTimeout"],(function(t,n,r,o,a,i,l){var e,s,u=(e||(e=r("ExecutionEnvironment"))).canUseDOM||(e||(e=r("ExecutionEnvironment"))).isInWorker,c={};function d(e,t,n,r,o){var a;r===void 0&&(r=1),o===void 0&&(o=1);var i=(a=c[t])!=null?a:null;if(!(i!=null&&i<=0)){s=s||{};var l=s[e]||(s[e]={}),u=l[t]||(l[t]={}),d=u[n]||(u[n]={n:0,d:null}),m=Number(r),_=Number(o);if(i>0&&(m/=i,_/=i),!(!isFinite(m)||!isFinite(_))){if(d.n+=m,arguments.length>=5){var f=d.d;f==null&&(f=0),d.d=f+_}p()}}}var m;function p(){m==null&&(m=r("setTimeout")(function(){h()},r("gkx")("20935")?13e3/2:5e3))}function _(e,t){u&&(c[e]=o("Random").random()<t?t:0)}function f(e,t,n,r){r===void 0&&(r=1),u&&d(e,t,n,r)}function g(e,t,n,r,o){r===void 0&&(r=1),o===void 0&&(o=1),u&&d(e,t,n,r,o)}function h(e){if(e===void 0&&(e="normal"),!u||(r("clearTimeout")(m),m=null,s==null))return;var t=s;s=null;function n(){return{batch:t}}e==="critical"?r("OdsWebBatchFalcoEvent").logCritical(n):r("OdsWebBatchFalcoEvent").log(n)}u&&o("Run").onUnload(function(){h("critical")}),l.setEntitySample=_,l.bumpEntityKey=f,l.bumpFraction=g,l.flush=h}),98);
__d("Cookie",["CookieConsent","CookieCore","InitialCookieConsent","ODS"],(function(t,n,r,o,a,i,l){var e,s,u,c;function d(e){return(c||(c=r("CookieConsent"))).hasFirstPartyConsent()?!0:((s||(s=o("ODS"))).bumpEntityKey(798,"defer_cookies","set."+e),!1)}function m(){return!(u||(u=r("InitialCookieConsent"))).noCookies}function p(e,t){!m()||!d(e)||o("CookieCore").set(e,t)}function _(e,t){m()&&o("CookieCore").set(e,t)}function f(e,t,n,r,a,i){!m()||!d(e)||o("CookieCore").setWithoutChecks(e,t,n,r,a,null,i)}var g={clear:(e=o("CookieCore")).clear,get:e.get,set:p,setIfFirstPartyContext:e.setIfFirstPartyContext,setWithoutCheckingUserConsent_DANGEROUS:_,setWithoutChecks:f,setWithoutChecksIfFirstPartyContext:e.setWithoutChecksIfFirstPartyContext};l.default=g}),98);
__d("trackReferrer",["Cookie","Parent"],(function(t,n,r,o,a,i){var e=/^(?:(?:[^:\/?#]+):)?(?:\/\/(?:[^\/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?/;function l(t){var n;return((n=e.exec(t))==null?void 0:n[1])||""}function s(e,t){var r=n("Parent").byAttribute(e,"data-referrer");if(r){var o,a=l(t);if(!a)return;var i=a+"|"+((o=r.getAttribute("data-referrer"))!=null?o:"");n("Cookie").set("x-src",i)}}a.exports=s}),null);
__d("Primer",["invariant","Bootloader","CSS","Env","Event","Parent","PhotoSnowliftLoader","PrimerInlineHandlers","ReactServerPrimer","TimeSlice","clickRefAction","firstClickTimestamp","ifRequired","performanceNow","requireDeferred","trackReferrer"],(function(t,n,r,o,a,i,l,s){var e,u,c=r("requireDeferred")("AsyncRequest").__setRef("Primer"),d=null,m=/async(?:-post)?|dialog(?:-post)?|theater|toggle/,p=document.documentElement;p!=null||s(0,2301);function _(t,n,a,i,l){o("firstClickTimestamp").setIfFirstClick(n,(e||(e=r("performanceNow")))());var d=n.getAttribute("ajaxify"),p=n.href,_=i!=null&&i!==""?i:d||p;if(_&&r("clickRefAction")("a",n,t).coalesce_namespace("primer"),d&&p&&!/#$/.test(p)){var f=t.which&&t.which===2,g=t.altKey||t.ctrlKey||t.metaKey||t.shiftKey;if(f||g)return}var h=o("PrimerInlineHandlers").run(a,t,"data-onclick");r("trackReferrer")(n,_);var y=l||n.rel;y=y&&y.match(m),y=y&&y[0];var C="Primer: "+y;switch(y){case"dialog":case"dialog-post":r("Bootloader").loadModules(["AsyncDialog"],function(e){e.bootstrap(_,n,y)},C);break;case"async":case"async-post":c.loadImmediately(function(e){e.bootstrap(_,n,y==="async-post")});break;case"theater":(u||(u=r("Env"))).isCQuick?r("ifRequired")("PageTransitions",function(e){e.go(_)}):o("PhotoSnowliftLoader").load(_,n,C);break;case"toggle":var b=n.parentNode;b!=null||s(0,2302),o("CSS").toggleClass(b,"openToggler"),r("Bootloader").loadModules(["Toggler"],function(e){n.parentNode!=null&&e.bootstrap(n)},C);break;default:return r("ifRequired")("PageTransitionsRegistrar",function(e){e.__onClick(t)},function(){}),h}return!1}r("Event").listen(document,"click",function(e){var t=null;if(e=e||window.event,!(e.button>=2)){d=e.target||e.srcElement;var n=o("Parent").byTag(d,"A");return n instanceof HTMLAnchorElement?t=_(e,n,d):t=o("PrimerInlineHandlers").run(d,e,"data-onclick"),t==null&&(t=o("ReactServerPrimer").handleEvent("data-sr-onclick",e,d)),t}},r("Event").Priority._BUBBLE),r("Event").listen(document,"submit",function(e){var t=e.getTarget(),n=t&&t.getAttribute("action"),o=t&&t.getAttribute("data-react-action")==="true";if(!(n!=null&&o)){var a=t&&t.getAttribute("rel");if(t&&t.nodeName=="FORM"&&(a=="async"||a==="dialog")){r("clickRefAction")("f",t,e).coalesce_namespace("primer");var i=d;switch(a){case"async":r("Bootloader").loadModules(["FormSubmit"],function(e){e.send(t,i)},"Primer: async");break;case"dialog":r("Bootloader").loadModules(["FormSubmit","AsyncDialog"],function(e,n){var r=e.buildRequest(t,i);r&&n.send(r)},"Primer: form dialog");break}return!1}else return r("ifRequired")("PageTransitionsRegistrar",function(t){return t.__onSubmit(e,d)})}},r("Event").Priority._BUBBLE);var f=null,g=function(t,n){n=n||window.event,f=n.target||n.srcElement;var e=o("PrimerInlineHandlers").run(f,n,"data-on"+t);y(),t==="mouseover"&&(C(),e==null&&f&&(e=o("ReactServerPrimer").handleEvent("data-sr-onmouseover",n,f)))},h=function(t,n){n=n||window.event,f=n.relatedTarget||n.toElement},y=function(){var e=f,t=o("Parent").byAttribute(f,"data-hover");if(t){switch(t.getAttribute("data-hover")){case"tooltip":r("Bootloader").loadModules(["Tooltip"],function(n){f===e&&n.process(t,f)},"Primer: tooltip");break}return}},C=function(){var e=f,t=o("Parent").byAttribute(e,"data-hovercard");t&&r("Bootloader").loadModules(["Hovercard"],function(n){f===e&&n.processNode(t)},"Primer: hovercard")};p.onmouseover=r("TimeSlice").guard(g.bind(null,"mouseover"),"Primer mouseover"),p.onmouseout=r("TimeSlice").guard(h.bind(null,"mouseout"),"Primer mouseout");var b=r("TimeSlice").guard(g.bind(null,"focus"),"Primer focus");p.addEventListener?p.addEventListener("focus",b,!0):p.attachEvent("onfocusin",b);var v=r("TimeSlice").guard(g.bind(null,"keypress"),"Primer keypress");p.addEventListener&&p.addEventListener("keypress",v,!0),l.primerHandleAjaxify=_}),98);
__d("PromiseImpl",["ErrorPubSub","TimeSlice","err","setImmediateAcrossTransitions","setTimeoutAcrossTransitions"],(function(t,n,r,o,a,i){"use strict";var e;function l(){}var s=null,u={};function c(e){try{return e.then}catch(e){return s=e,u}}function d(e,t){try{return e(t)}catch(e){return s=e,u}}function m(e,t,n){try{e(t,n)}catch(e){return s=e,u}}function p(e){if(typeof this!="object")throw new TypeError("Promises must be constructed via new");if(typeof e!="function")throw new TypeError("not a function");this._state=0,this._value=null,this._deferreds=[],e!==l&&b(e,this)}p._noop=l,p.prototype.then=function(e,t){if(this.constructor!==p)return _(this,e,t);var n=new p(l);return f(this,new C(e,t,n)),n};function _(e,t,n){return new e.constructor(function(r,o){var a=new p(l);a.then(r,o),f(e,new C(t,n,a))})}function f(e,t){for(;e._state===3;)e=e._value;if(e._state===0){e._deferreds.push(t);return}n("setImmediateAcrossTransitions")(function(){var n=e._state===1?t.onFulfilled:t.onRejected;if(n===null){t.continuation(function(){}),e._state===1?g(t.promise,e._value):h(t.promise,e._value);return}var r=d(t.continuation.bind(null,n),e._value);r===u?h(t.promise,s):g(t.promise,r)})}function g(e,t){if(t===e)return h(e,new TypeError("A promise cannot be resolved with itself."));if(t&&(typeof t=="object"||typeof t=="function")){var n=c(t);if(n===u)return h(e,s);if(n===e.then&&t instanceof p){e._state=3,e._value=t,y(e);return}else if(typeof n=="function"){b(n.bind(t),e);return}}e._state=1,e._value=t,y(e)}function h(e,t){e._state=2,e._value=t,y(e)}function y(e){for(var t=0;t<e._deferreds.length;t++)f(e,e._deferreds[t]);e._deferreds=null}function C(e,t,r){this.onFulfilled=typeof e=="function"?e:null,this.onRejected=typeof t=="function"?t:null,this.continuation=n("TimeSlice").getGuardedContinuation("Promise Handler"),this.promise=r}function b(e,t){var n=!1,r=m(e,function(e){n||(n=!0,g(t,e))},function(e){n||(n=!0,h(t,e))});!n&&r===u&&(n=!0,h(t,s))}var v=I(!0),S=I(!1),R=I(null),L=I(void 0),E=I(0),k=I("");function I(e){var t=new p(p._noop);return t._state=1,t._value=e,t}p.resolve=function(e){if(e instanceof p)return e;if(e===null)return R;if(e===void 0)return L;if(e===!0)return v;if(e===!1)return S;if(e===0)return E;if(e==="")return k;if(typeof e=="object"||typeof e=="function")try{var t=e.then;if(typeof t=="function")return new p(t.bind(e))}catch(e){return new p(function(t,n){n(e)})}return I(e)},p.all=function(e){Array.isArray(e)||(e=[p.reject(new TypeError("Promise.all must be passed an array."))]);var t=Array.prototype.slice.call(e);return new p(function(e,n){if(t.length===0)return e([]);var r=t.length;function o(a,i){if(i&&(typeof i=="object"||typeof i=="function"))if(i instanceof p&&i.then===p.prototype.then){for(;i._state===3;)i=i._value;if(i._state===1)return o(a,i._value);i._state===2&&n(i._value),i.then(function(e){o(a,e)},n);return}else{var l=i.then;if(typeof l=="function"){var s=new p(l.bind(i));s.then(function(e){o(a,e)},n);return}}t[a]=i,--r===0&&e(t)}for(var a=0;a<t.length;a++)o(a,t[a])})},p.reject=function(e){return new p(function(t,n){n(e)})},p.race=function(e){return new p(function(t,n){e.forEach(function(e){p.resolve(e).then(t,n)})})},p.prototype.catch=function(e){return this.then(null,e)},p.prototype.done=function(t,r){(e||(e=n("ErrorPubSub"))).reportError(n("err")("Promise.done is deprecated. Please use promiseDone."));var o=new Error("Promise.done"),a=arguments.length?this.then.apply(this,arguments):this;a.then(null,function(e){n("setTimeoutAcrossTransitions")(function(){throw e instanceof Error?e:(o.message=""+e,o)},0)})},a.exports=p}),null);
__d("createCancelableFunction",["emptyFunction"],(function(t,n,r,o,a,i,l){"use strict";function e(e){var t=e,n=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.apply(this,n)};return n.cancel=function(){t=r("emptyFunction")},n}l.default=e}),98);
__d("RunBlue",["Arbiter","BigPipeInstance","ContextualComponent","ExecutionEnvironment","PageEvents","TimeSlice","createCancelableFunction","emptyFunction","performanceAbsoluteNow"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u="onunloadhooks",c="onafterunloadhooks";function d(e){var n=t.PageHooks;return window.domready&&n?(n.runHook(e,"domreadyhooks:late"),{remove:r("emptyFunction")}):C("domreadyhooks",e)}function m(e){var n=t.PageHooks;if(window.loaded&&n){var r=t.setTimeout(function(){n.runHook(e,"onloadhooks:late")},0);return{remove:function(){return t.clearTimeout(r)}}}else return C("onloadhooks",e)}function p(e,t){var n=t===void 0?!window.loading_page_chrome:t;return C(n?"onbeforeleavehooks":"onbeforeunloadhooks",e)}function _(e,t){return window.onunload||(window.onunload=r("TimeSlice").guard(function(){r("Arbiter").inform(r("PageEvents").NATIVE_ONUNLOAD,!0,"state")},"window.onunload")),C(e,t)}function f(e){return _(u,e)}function g(e){return _(c,e)}function h(e){return C("onleavehooks",e)}function y(e,t){var n=r("createCancelableFunction")(t),o=function(){n(),n.cancel()},a=r("ContextualComponent").closestToNode(e);return a&&a.onCleanup(o),window.onleavehooks=(window.onleavehooks||[]).concat(o),{remove:function(){n.cancel()}}}function C(e,t){var n=r("createCancelableFunction")(t);return window[e]=(window[e]||[]).concat(n),{remove:function(){n.cancel()}}}function b(e){window[e]=[]}var v=r("TimeSlice").guard(function(){r("Arbiter").inform(r("PageEvents").NATIVE_DOMREADY,!0,"state")},"DOMContentLoaded");t._domcontentready=v;function S(){var e=document,n=window;if(e.addEventListener){var o=/AppleWebKit.(\d+)/.exec(navigator.userAgent);if(o&&o[1]<525)var a=t.setInterval(function(){/loaded|complete/.test(e.readyState)&&(v(),t.clearInterval(a))},10);else e.addEventListener("DOMContentLoaded",v,!0)}else{var i=n.location.protocol==="https:"?"//:":"javascript:void(0)";e.write('<script onreadystatechange="if (this.readyState==\'complete\') {this.parentNode.removeChild(this);_domcontentready();}" defer="defer" src="'+i+'"></'),e.write("script>")}var l=n.onload;n.onload=r("TimeSlice").guard(function(){l&&l(),r("Arbiter").inform(r("PageEvents").NATIVE_ONLOAD,!0,"state")},"window.onload"),n.onbeforeunload=r("TimeSlice").guard(function(e){var t={};if(r("Arbiter").inform(r("PageEvents").NATIVE_ONBEFOREUNLOAD,t,"state"),t.warn||r("Arbiter").inform(r("PageEvents").AJAXPIPE_ONUNLOAD,{transition_type:"normal"}),t.warn!==void 0){var n=t.warn.body!=null?t.warn.body:t.warn;return e&&(e.returnValue=n),n}else return},"window.onbeforeunload")}function R(){var t,n=(e||(e=r("performanceAbsoluteNow")))();(t=window.console)!=null&&t.timeStamp&&window.console.timeStamp('perf_trace {"name": "e2e", "parent": "PageEvents.BIGPIPE_ONLOAD"}'),r("Arbiter").inform(r("PageEvents").BIGPIPE_ONLOAD,{ts:n},"state")}var L=r("Arbiter").registerCallback(function(){o("BigPipeInstance").getCurrentInstance()?r("Arbiter").subscribeOnce(o("BigPipeInstance").Events.displayed,R):R()},[r("PageEvents").NATIVE_ONLOAD]),E=r("Arbiter").registerCallback(function(){var e={timeTriggered:Date.now()};r("Arbiter").inform(r("PageEvents").BIGPIPE_DOMREADY,e,"state")},[r("PageEvents").NATIVE_DOMREADY]);(s||(s=r("ExecutionEnvironment"))).canUseDOM&&S();function k(){return{remove:function(){}}}l.onLoad=d,l.onAfterLoad=m,l.onBeforeUnload=p,l.onUnload=f,l.onAfterUnload=g,l.onLeave=h,l.onCleanupOrLeave=y,l.__removeHook=b,l.__onloadCallback=L,l.__domContentCallback=E,l.maybeOnBeforeUnload=k}),98);
__d("RunWWW",["cr:925100"],(function(t,n,r,o,a,i,l){"use strict";var e;l.__domContentCallback=(e=n("cr:925100")).__domContentCallback,l.__onloadCallback=e.__onloadCallback,l.__removeHook=e.__removeHook,l.onAfterLoad=e.onAfterLoad,l.onAfterUnload=e.onAfterUnload,l.onBeforeUnload=e.onBeforeUnload,l.maybeOnBeforeUnload=e.maybeOnBeforeUnload,l.onCleanupOrLeave=e.onCleanupOrLeave,l.onLeave=e.onLeave,l.onLoad=e.onLoad,l.onUnload=e.onUnload}),98);
__d("SubmitOnEnterListener",["Bootloader","CSS"],(function(t,n,r,o,a,i){document.documentElement.onkeydown=function(e){e=e||window.event;var t=e.target||e.srcElement,r=e.keyCode==13&&!e.altKey&&!e.ctrlKey&&!e.metaKey&&!e.shiftKey&&n("CSS").hasClass(t,"enter_submit");if(r)return n("Bootloader").loadModules(["DOM","Input","trackReferrer","Form"],function(e,n,r,o){if(!n.isEmpty(t)){var a=t.form,i=e.scry(a,".enter_submit_target")[0]||e.scry(a,'[type="submit"]')[0];if(i){var l=o.getAttribute(a,"ajaxify")||o.getAttribute(a,"action");l&&r(a,l),i.click()}}},"SubmitOnEnterListener"),!1}}),null);
__d("IntervalTrackingBoundedBuffer",["CircularBuffer","ErrorPubSub"],(function(t,n,r,o,a,i,l){"use strict";var e,s=5e3,u=(function(){function t(e){var t=this;if(this.$6=0,e!=null){if(e<=0)throw new Error("Size for a buffer must be greater than zero.")}else e=s;this.$4=e,this.$1=new(r("CircularBuffer"))(e),this.$1.onEvict(function(){t.$6++}),this.$2=[],this.$3=1,this.$5=0}var n=t.prototype;return n.open=function(){var e=this,t=this.$3++,n=!1,r,o=this.$5,a={id:t,startIdx:o,hasOverflown:function(){return a.getOverflowSize()>0},getOverflowSize:function(){return r!=null?r:Math.max(e.$6-o,0)},close:function(){return n?[]:(n=!0,r=e.$6-o,e.$7(t))}};return this.$2.push(a),a},n.pushElement=function(t){return this.$2.length>0&&(this.$1.write(t),this.$5++),this},n.isActive=function(){return this.$2.length>0},n.$8=function(t){return Math.max(t-this.$6,0)},n.$7=function(n){for(var t,o,a,i,l=0;l<this.$2.length;l++){var s=this.$2[l],u=s.id,c=s.startIdx;u===n?(a=l,i=c):(o==null||c<o)&&(o=c),(t==null||c<t)&&(t=c)}if(a==null||t==null||i==null)return(e||(e=r("ErrorPubSub"))).reportError(new Error("messed up state inside IntervalTrackingBoundedBuffer")),[];this.$2.splice(a,1);var d=this.$8(i),m=this.$1.read().slice(d),p=this.$8(o==null?this.$5:o)-this.$8(t);return p>0&&(this.$1.dropFirst(p),this.$6+=p),m},t})();l.default=u}),98);
__d("WorkerUtils",[],(function(t,n,r,o,a,i){"use strict";function e(){try{return"WorkerGlobalScope"in t&&t instanceof t.WorkerGlobalScope}catch(e){return!1}}function l(){try{return"SharedWorkerGlobalScope"in t&&t instanceof t.SharedWorkerGlobalScope}catch(e){return!1}}i.isWorkerContext=e,i.isSharedWorkerContext=l}),66);
__d("getReusableTimeSliceContinuation",[],(function(t,n,r,o,a,i){"use strict";function e(e,t,n){var r=!1,o=e.getGuardedContinuation(n),a=function(a){o(function(){r||(o=e.getGuardedContinuation(n)),a()})};a.last=function(e){var t=o;i(),t(e)},a[t]={};function i(){r=!0,o=function(t){t()}}return a}i.default=e}),66);
__d("TimeSliceImpl",["invariant","Env","ErrorGuard","FBLogger","IntervalTrackingBoundedBuffer","WorkerUtils","getReusableTimeSliceContinuation","performanceAbsoluteNow","wrapFunction"],(function(t,n,r,o,a,i,l){var e,s,u,c,d=[],m=[],p="key"+Math.random(),_=1,f=!1,g=(e||(e=n("Env"))).timesliceBufferSize;g==null&&(g=5e3);var h=new(n("IntervalTrackingBoundedBuffer"))(g),y=[],C=[],b=[];function v(){return S(y)}function S(e){return e.length>0?e[e.length-1]:null}function R(e,t){var r={};(s||(s=n("ErrorGuard"))).applyWithGuard(k,null,[e,t,r]),s.applyWithGuard(I,null,[e,t,r]),y.push(e),C.push(t),b.push(r)}function L(e,t,n){d.forEach(function(r){var o=r.onNewContextCreated(v(),t,n);e[r.getBeforeID()]=o})}function E(e,t,n){m.forEach(function(r){r.onAfterContextEnded(e,t[r.getBeforeID()],n[r.getBeforeID()],e.meta)})}function k(e,t,n){d.forEach(function(r){var o=r.onBeforeContextStarted(e,t[r.getBeforeID()],e.meta);n[r.getBeforeID()]=o})}function I(e,t,n){d.forEach(function(r){var o=r.onAfterContextStarted(e,t[r.getBeforeID()],n[r.getBeforeID()],e.meta);n[r.getBeforeID()]=o})}function T(){var e=v(),t=S(C),r=S(b);if(e==null||t==null||r==null){n("FBLogger")("TimeSlice").mustfix("popped too many times off the timeslice stack"),f=!1;return}(s||(s=n("ErrorGuard"))).applyWithGuard(E,null,[e,t,r]),f=!e.isRoot,y.pop(),C.pop(),b.pop()}var D={PropagationType:{CONTINUATION:0,EXECUTION:1,ORPHAN:2},guard:function(t,r,o){typeof t=="function"||l(0,3725),typeof r=="string"||l(0,3726);var e=x(o);if(t[p])return t;var a;f&&(a=v());var i={},d=0,m=function(){var o=(u||(u=n("performanceAbsoluteNow")))(),l=_++,m={contextID:l,name:r,isRoot:!f,executionNumber:d++,meta:e,absBeginTimeMs:o};if(R(m,i),a!=null){var p=!!e.isContinuation;a.isRoot?(m.indirectParentID=a.contextID,m.isEdgeContinuation=p):(m.indirectParentID=a.indirectParentID,m.isEdgeContinuation=!!(p&&a.isEdgeContinuation))}var g=(c||(c=n("WorkerUtils"))).isWorkerContext();f=!0;try{for(var y=arguments.length,C=new Array(y),b=0;b<y;b++)C[b]=arguments[b];return!m.isRoot||g?t.apply(this,C):(s||(s=n("ErrorGuard"))).applyWithGuard(t,this,C,{name:"TimeSlice"+(r?": "+r:"")})}finally{var S=v();if(S==null)n("FBLogger")("TimeSlice").mustfix("timeslice stack misaligned, not logging the block"),f=!1;else{var L=S.contextID,E=S.indirectParentID,k=S.isEdgeContinuation,I=S.isRoot,D=(u||(u=n("performanceAbsoluteNow")))();if(S.absEndTimeMs=D,I&&o!=null){var x={begin:o,end:D,id:L,indirectParentID:E,representsExecution:!0,isEdgeContinuation:a&&k,guard:r};if(t.__SMmeta!=null){var $=t.__SMmeta.name,P=t.__SMmeta.module;$!=null&&(x.name=$),P!=null&&(x.module=P)}h.pushElement(x)}T()}}};return m[p]={},(s||(s=n("ErrorGuard"))).applyWithGuard(L,null,[i,r,e]),m},copyGuardForWrapper:function(t,n){return t&&t[p]&&(n[p]=t[p]),n},getContext:function(){return v()},getGuardedContinuation:function(t){function e(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e.apply(this,n)}return D.guard(e,t,{propagationType:D.PropagationType.CONTINUATION})},getReusableContinuation:function(t){return n("getReusableTimeSliceContinuation")(D,p,t)},getPlaceholderReusableContinuation:function(){var e=function(t){return t()};return e.last=e,e},getGuardNameStack:function(){return y.map(function(e){return e.name})},registerExecutionContextObserver:function(t){for(var e=!1,n=0;n<d.length;n++)if(d[n].getBeforeID()>t.getBeforeID()){d.splice(n,0,t),e=!0;break}e||d.push(t);for(var r=0;r<m.length;r++)if(m[r].getAfterID()>t.getAfterID()){m.splice(r,0,t);return}m.push(t)},catchUpOnDemandExecutionContextObservers:function(t){for(var e=0;e<y.length;e++){var n=y[e],r=C[e],o=b[e]||{},a=t.onBeforeContextStartedWhileEnabled(n,r[t.getBeforeID()],n.meta);o[t.getBeforeID()]=a,b[e]=o}},getBuffer:function(){return h}};function x(e){var t={};switch(e&&e.propagateCounterAttribution!==void 0&&(t.propagateCounterAttribution=e.propagateCounterAttribution),e&&e.root!==void 0&&(t.root=e.root),e&&e.propagationType){case D.PropagationType.CONTINUATION:t.isContinuation=!0,t.extendsExecution=!0;break;case D.PropagationType.ORPHAN:t.isContinuation=!1,t.extendsExecution=!1;break;case D.PropagationType.EXECUTION:default:t.isContinuation=!1,t.extendsExecution=!0}return t}n("wrapFunction").setWrapper(function(e,t){return D.guard(e,t,{registerCallStack:!0})},"entry"),t.TimeSlice=D,a.exports=D}),6);
__d("TimeSliceSham",["Env","ErrorGuard","IntervalTrackingBoundedBuffer"],(function(t,n,r,o,a,i){var e,l,s=(e||(e=n("Env"))).timesliceBufferSize;s==null&&(s=5e3);var u=new(n("IntervalTrackingBoundedBuffer"))(s),c={PropagationType:{CONTINUATION:0,EXECUTION:1,ORPHAN:2},guard:function(t,r){return(l||(l=n("ErrorGuard"))).guard(t,{name:"TimeSlice"+(r?": "+r:"")})},copyGuardForWrapper:function(t,n){return t},checkCoverage:function(){},setLogging:function(t,n){},getContext:function(){return null},getGuardedContinuation:function(t){function e(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e.apply(this,n)}return e},getReusableContinuation:function(t){return c.getPlaceholderReusableContinuation()},getPlaceholderReusableContinuation:function(){var e=function(t){return t()};return e.last=e,e},getGuardNameStack:function(){return[]},registerExecutionContextObserver:function(t){},catchUpOnDemandExecutionContextObservers:function(t){},getBuffer:function(){return u}};t.TimeSlice=c,a.exports=c}),6);
__d("TrustedTypesSecurityInfraLoggingDefaultPolicy_FOR_ROLLOUT_ONLY_DO_NOT_USE",["TrustedTypesUtils"],(function(t,n,r,o,a,i,l){"use strict";var e={name:"security_infra_logging_FOR_ROLLOUT_ONLY_DO_NOT_USE",policy:{createScriptURL:function(t,n){return o("TrustedTypesUtils").noopAndLog(t)},createHTML:function(t,n){return o("TrustedTypesUtils").noopAndLog(t)},createScript:function(t,n){return o("TrustedTypesUtils").noopAndLog(t)}}},s=e;l.default=s}),98);
__d("TrustedTypesDefaultPolicy",["Env","TrustedTypes","TrustedTypesSecurityInfraLoggingDefaultPolicy_FOR_ROLLOUT_ONLY_DO_NOT_USE","TrustedTypesUtils"],(function(t,n,r,o,a,i,l){"use strict";var e;(e||(e=r("Env"))).defaultTrustedTypesPolicyName==="security_infra_logging_FOR_ROLLOUT_ONLY_DO_NOT_USE"&&(o("TrustedTypesUtils").logInfo("A default Trusted Types policy for rollout is in use. To view violations see project `saf_web_trusted_types_rollout` in LogView."),r("TrustedTypes").createDefaultPolicy(r("TrustedTypesSecurityInfraLoggingDefaultPolicy_FOR_ROLLOUT_ONLY_DO_NOT_USE")))}),35);
__d("URLFragmentPrelude",["URLFragmentPreludeConfig","requireWeak"],(function(t,n,r,o,a,i){var e=/^(?:(?:[^:\/?#]+):)?(?:\/\/(?:[^\/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?/,l=/^[^\/\\#!\.\?\*\&\^=]+$/;window.location.href.replace(e,function(e,t,r,o){var a,i,s;if(a=i=t+(r?"?"+r:""),o){var u=o.replace(/^(!|%21)/,"");if(s=u.charAt(0),s!=="/"&&s!=="\\"&&n("URLFragmentPreludeConfig").hashtagRedirect){var c=o.match(l);c&&!r&&t=="/"&&(a="/hashtag/"+o)}}a!=i&&(n("requireWeak")("ODS",function(e){e.bumpEntityKey(4,"url_fragment_prelude","blue_redirected")}),window.location.replace(a))})}),null);
__d("Visibility",["BaseEventEmitter","ExecutionEnvironment","TimeSlice"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u;(e||(e=r("ExecutionEnvironment"))).canUseDOM&&(document.hidden!==void 0?(s="hidden",u="visibilitychange"):document.mozHidden!==void 0?(s="mozHidden",u="mozvisibilitychange"):document.msHidden!==void 0?(s="msHidden",u="msvisibilitychange"):document.webkitHidden!==void 0&&(s="webkitHidden",u="webkitvisibilitychange"));var c=(function(t){function n(){for(var e,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return e=t.call.apply(t,[this].concat(r))||this,e.HIDDEN="hidden",e.VISIBLE="visible",e.hiddenKey=s,e.hiddenEvent=u,babelHelpers.assertThisInitialized(e)||babelHelpers.assertThisInitialized(e)}babelHelpers.inheritsLoose(n,t);var o=n.prototype;return o.isHidden=function(){return s?document[s]:!1},o.isSupported=function(){return(e||(e=r("ExecutionEnvironment"))).canUseDOM&&document.addEventListener&&u!==void 0},n})(r("BaseEventEmitter")),d=new c;d.isSupported()&&document.addEventListener(d.hiddenEvent,r("TimeSlice").guard(function(t){d.emit(d.isHidden()?d.HIDDEN:d.VISIBLE,{changeTime:t.timeStamp})},"visibility change"));var m=d;l.default=m}),98);
__d("VisibilityListener",["Visibility","performanceNow"],(function(t,n,r,o,a,i,l){"use strict";var e,s=Date.now()-(e||(e=r("performanceNow")))(),u=[],c=!1,d=1e4;u.push({key:s,value:r("Visibility").isHidden()});function m(e,t){if(c||u.length>d){c=!0;return}u.push({key:e+s,value:t})}r("Visibility").addListener(r("Visibility").VISIBLE,function(e){m(e.changeTime,!1)}),r("Visibility").addListener(r("Visibility").HIDDEN,function(e){m(e.changeTime,!0)});function p(e,t){if(c)return null;for(var n,o=u.length-1;o>=0;o--)if(u[o].key<=t){n=u.slice(0,o+1);break}return n===void 0?null:(n[n.length-1].value!==r("Visibility").isHidden()&&(n[n.length]={key:t,value:r("Visibility").isHidden()}),n)}function _(e,t){var n=p(e,t);if(!n)return null;if(n.length<2)return r("Visibility").isHidden()?t-e:0;var o=n.length-1,a=n[o].value?t-n[o].key:0;for(--o;o>0&&n[o].key>e;o--)n[o].value&&(a+=n[o+1].key-n[o].key);return n[o].value&&(a=n[o+1].key-e),a}function f(){return!0}l.getHiddenTimings=p,l.getHiddenTime=_,l.supported=f}),98);
__d("performanceNavigationStart",["performance"],(function(t,n,r,o,a,i){var e,l=typeof window!="undefined"?window:self,s;if((e||(e=n("performance"))).now)if((e||(e=n("performance"))).timing&&(e||(e=n("performance"))).timing.navigationStart)s=function(){return(e||(e=n("performance"))).timing.navigationStart};else{if(typeof l._cstart=="number")s=function(){return l._cstart};else{var u=Date.now();s=function(){return u}}s.isPolyfilled=!0}else s=function(){return 0},s.isPolyfilled=!0;a.exports=s}),null);
__d("bootstrapWebSession",["WebSession","WebSessionDefaultTimeoutMs","performanceNavigationStart"],(function(t,n,r,o,a,i,l){"use strict";function e(e){var t=r("performanceNavigationStart")()||e;return Number.isInteger(t)?t:null}var s=!1;function u(t){if(s!==!0){s=!0;var n=e(t);n!=null&&n>0&&o("WebSession").extend(n+r("WebSessionDefaultTimeoutMs"))}}l.default=u}),98);
__d("clearIntervalBlue",[],(function(t,n,r,o,a,i){var e=t.__fbNativeClearTimeout||t.clearTimeout;function l(t){e(t)}i.default=l}),66);
__d("clearIntervalWWW",["cr:1003267"],(function(t,n,r,o,a,i,l){l.default=n("cr:1003267")}),98);
__d("clearTimeoutBlue",[],(function(t,n,r,o,a,i){var e=t.__fbNativeClearTimeout||t.clearTimeout;function l(t){e(t)}i.default=l}),66);
__d("clearTimeoutWWW",["cr:806696"],(function(t,n,r,o,a,i,l){"use strict";l.default=n("cr:806696")}),98);
__d("clearTimeoutWWWOrMobile",["cr:7386"],(function(t,n,r,o,a,i,l){l.default=n("cr:7386")}),98);
__d("goURIWWW",["URI"],(function(t,n,r,o,a,i,l){"use strict";var e;l.default=(e||(e=r("URI"))).go}),98);
__d("legacy:arbiter",["Arbiter"],(function(t,n,r,o,a,i){t.Arbiter=n("Arbiter")}),3);
__d("legacy:bootloader",["Bootloader"],(function(t,n,r,o,a,i){t.Bootloader=n("Bootloader")}),3);
__d("mapObject",[],(function(t,n,r,o,a,i){"use strict";function e(e,t,n){if(!e)return null;for(var r={},o=Object.keys(e),a=o.length,i=0;i<a;i++){var l=o[i];r[l]=t.call(n,e[l],l,e)}return r}function l(t,n,r){return e(t,n,r)}function s(t,n,r){return e(t,n,r)}function u(t,n,r){return e(t,n,r)}e.untyped=l,e.shape=s,e.self=u,i.default=e}),66);
__d("legacy:css",["CSS","mapObject"],(function(t,n,r,o,a,i){var e,l=t.CSS,s=(e||(e=n("mapObject")))(l,function(e){return typeof e=="function"?e.bind(l):e}),u=e(n("CSS"),function(e){return typeof e=="function"?e.bind(n("CSS")):e});t.CSS=babelHelpers.extends({},u,s)}),3);
__d("legacy:dom-core",["$","ge"],(function(t,n,r,o,a,i){t.$=t.$||n("$"),t.ge=n("ge")}),3);
__d("legacy:emptyFunction",["emptyFunction"],(function(t,n,r,o,a,i){t.emptyFunction=n("emptyFunction")}),3);
__d("goURI",["cr:8906"],(function(t,n,r,o,a,i,l){"use strict";l.default=n("cr:8906")}),98);
__d("legacy:goURI",["goURI"],(function(t,n,r,o,a,i){t.goURI=n("goURI")}),3);
__d("legacy:onload",["PageEvents","Run"],(function(t,n,r,o,a,i){var e;t.PageEvents=n("PageEvents"),t.onloadRegister_DEPRECATED=(e=n("Run")).onLoad,t.onloadRegister=function(){return n("Run").onLoad.apply(this,arguments)},t.onafterloadRegister_DEPRECATED=e.onAfterLoad,t.onafterloadRegister=function(){return n("Run").onAfterLoad.apply(this,arguments)},t.onleaveRegister=e.onLeave,t.onbeforeunloadRegister=e.onBeforeUnload,t.onunloadRegister=e.onUnload}),3);
__d("legacy:parent",["Parent"],(function(t,n,r,o,a,i){t.Parent=n("Parent")}),3);
__d("markJSEnabled",[],(function(t,n,r,o,a,i){var e=document.documentElement;e.className=e.className.replace("no_js","")}),null);
__d("setIntervalAcrossTransitionsBlue",["TimeSlice"],(function(t,n,r,o,a,i,l){var e=t.__fbNativeSetInterval||t.setInterval;function s(n,o){for(var a=r("TimeSlice").guard(n,"setInterval"),i=arguments.length,l=new Array(i>2?i-2:0),s=2;s<i;s++)l[s-2]=arguments[s];return Function.prototype.apply.call(e,t,[a,o].concat(l))}l.default=s}),98);
__d("setIntervalAcrossTransitionsWWW",["cr:896462"],(function(t,n,r,o,a,i,l){l.default=n("cr:896462")}),98);
__d("setTimeoutAcrossTransitionsBlue",["TimeSlice"],(function(t,n,r,o,a,i,l){var e=t.__fbNativeSetTimeout||t.setTimeout;function s(n,o){for(var a=r("TimeSlice").guard(n,"setTimeout",{propagationType:r("TimeSlice").PropagationType.CONTINUATION,registerCallStack:!0}),i=arguments.length,l=new Array(i>2?i-2:0),s=2;s<i;s++)l[s-2]=arguments[s];return Function.prototype.apply.call(e,t,[a,o].concat(l))}l.default=s}),98);
__d("setTimeoutAcrossTransitionsWWW",["cr:986633"],(function(t,n,r,o,a,i,l){l.default=n("cr:986633")}),98);
__d("setTimeoutBlue",["TimeSlice","TimerStorage","setTimeoutAcrossTransitions"],(function(t,n,r,o,a,i,l){function e(e,t){var n,o=function(){r("TimerStorage").unset(r("TimerStorage").TIMEOUT,n);for(var t=arguments.length,o=new Array(t),a=0;a<t;a++)o[a]=arguments[a];Function.prototype.apply.call(e,this,o)};r("TimeSlice").copyGuardForWrapper(e,o);for(var a=arguments.length,i=new Array(a>2?a-2:0),l=2;l<a;l++)i[l-2]=arguments[l];return n=r("setTimeoutAcrossTransitions").apply(void 0,[o,t].concat(i)),r("TimerStorage").set(r("TimerStorage").TIMEOUT,n),n}l.default=e}),98);
__d("setTimeoutWWW",["cr:807042"],(function(t,n,r,o,a,i,l){l.default=n("cr:807042")}),98);
__d("setTimeoutWWWOrMobile",["cr:7390"],(function(t,n,r,o,a,i,l){l.default=n("cr:7390")}),98);
__d("unexpectedUseInComet",["FBLogger","gkx"],(function(t,n,r,o,a,i,l){"use strict";function e(e){if(r("gkx")("20935")){var t=e+" called unexpectedly. This is not supported in Comet!",n=r("FBLogger")("comet_infra").blameToPreviousFrame().blameToPreviousFrame();n.mustfix(t)}}l.default=e}),98);