;/*FB_PKG_DELIM*/ __d("DOMContainer.react",["invariant","isNode","react"],(function(t,n,r,o,a,i,l,s){var e=["children","display"],u,c=u||(u=o("react")),d=(function(t){function n(){for(var e,n=arguments.length,r=new Array(n),o=0;o=0&&e[t].splice(r,1),e[t].length===0&&delete e[t]}}function c(t){var n=t.getTarget();if(e[n.id]&&e[n.id].length>0){var r=t.type==="focusin"||t.type==="focus";e[n.id].forEach(function(e){e(r)})}}function d(){s||(r("Event").listen(document.documentElement,"focusout",c),r("Event").listen(document.documentElement,"focusin",c),s=!0)}function m(t,n,a){var i;a===void 0&&(a={cleanupOnLeave:!0}),d();var l=r("getOrCreateDOMID")(t);e[l]||(e[l]=[]),e[l].push(n);var s=!1;function c(){s||(u(l,n),m&&(m.remove(),m=null),s=!0)}var m=((i=a)==null?void 0:i.cleanupOnLeave)===!0?o("Run").onLeave(function(){r("ge")(l)||c()}):null;return{remove:function(){c()}}}l.listen=m}),98); __d("KeyStatus",["Event","ExecutionEnvironment"],(function(t,n,r,o,a,i,l){var e,s=null,u=null;function c(){u||(u=r("Event").listen(window,"blur",function(){s=null,d()}))}function d(){u&&(u.remove(),u=null)}function m(e){s=r("Event").getKeyCode(e),c()}function p(){s=null,d()}if((e||(e=r("ExecutionEnvironment"))).canUseDOM){var _=document.documentElement;if(_){if("addEventListener"in _)_.addEventListener("keydown",m,!0),_.addEventListener("keyup",p,!0);else if(_.attachEvent){var f=_.attachEvent;f("onkeydown",m),f("onkeyup",p)}}}function g(){return!!s}function h(){return s}l.isKeyDown=g,l.getKeyDownCode=h}),98); __d("getElementText",["isElementNode","isTextNode"],(function(t,n,r,o,a,i,l){var e=null;function s(t){if(r("isTextNode")(t))return t.data;if(r("isElementNode")(t)){if(e===null){var n=document.createElement("div");e=n.textContent!=null?"textContent":"innerText"}return e==="textContent"?t.textContent||"":t.innerText||""}else return""}l.default=s}),98); __d("tooltipPropsFor",[],(function(t,n,r,o,a,i){"use strict";function e(e,t,n){if(!e)return{};var r={"data-tooltip-content":e,"data-hover":"tooltip"};return t&&(r["data-tooltip-position"]=t),n&&(r["data-tooltip-alignh"]=n),r}i.default=e}),66); __d("TooltipData",["DOM","DataStore","FBLogger","URI","getElementText","ifRequired","isStringNullOrEmpty","isTextNode","tooltipPropsFor"],(function(t,n,r,o,a,i,l){var e=["content"],s;function u(t){var n,o,a=t.getAttribute("data-tooltip-delay"),i=a?parseInt(a,10)||1e3:250,l=(n=r("DataStore").get(t,"tooltip"))!=null?n:{},s=l.content,u=babelHelpers.objectWithoutPropertiesLoose(l,e),c=t.getAttribute("data-tooltip-content");return!r("isStringNullOrEmpty")(s)&&!r("isStringNullOrEmpty")(c)&&r("FBLogger")("tooltip").warn('Getting DataStore tooltip content on an element that has both a "data-tooltip-content" attribute value (set to %s) and a value coming from the DataStore',t.getAttribute("data-tooltip-content")),babelHelpers.extends({className:t.getAttribute("data-tooltip-root-class"),delay:i,position:t.getAttribute("data-tooltip-position")||"above",alignH:t.getAttribute("data-tooltip-alignh")||"left",offsetY:t.getAttribute("data-tooltip-offsety")||0,suppress:!1,overflowDisplay:t.getAttribute("data-tooltip-display")==="overflow",persistOnClick:t.getAttribute("data-pitloot-persistonclick"),textDirection:t.getAttribute("data-tooltip-text-direction"),content:(o=c!=null?c:s)!=null?o:null},u)}function c(e,t){var n,o=u(e);(typeof t.content!="string"||!r("isStringNullOrEmpty")(t.content))&&!r("isStringNullOrEmpty")(e.getAttribute("data-tooltip-content"))&&r("FBLogger")("tooltip").warn('Setting DataStore tooltip content on an element that already has the "data-tooltip-content" attribute (set to %s) is invalid',e.getAttribute("data-tooltip-content")),r("DataStore").set(e,"tooltip",{content:t.content||((n=r("DataStore").get(e,"tooltip"))!=null?n:{}).content,position:t.position||o.position,alignH:t.alignH||o.alignH,suppress:t.suppress!==void 0?t.suppress:o.suppress,overflowDisplay:t.overflowDisplay||o.overflowDisplay,persistOnClick:t.persistOnClick||o.persistOnClick})}function d(e,t){c(e,t),e.setAttribute("data-hover","tooltip")}function m(e,t){}var p={remove:function(t,n){var e=n===void 0?{}:n,o=e.onlyCleanupDataStore,a=o===void 0?!1:o;r("DataStore").remove(t,"tooltip"),a||(t.removeAttribute("data-hover"),t.removeAttribute("data-tooltip-position"),t.removeAttribute("data-tooltip-alignh"),r("ifRequired")("Tooltip",function(e){e.isActive(t)&&e.hide()}))},set:function(t,n,o,a){n instanceof(s||(s=r("URI")))?(t.setAttribute("data-tooltip-uri",n.toString()),r("ifRequired")("Tooltip",function(e){e.isActive(t)&&e.fetchIfNecessary(t)})):(t.removeAttribute("data-tooltip-content"),p._store({context:t,content:n,position:o,alignH:a}),p.refreshIfActive(t))},refreshIfActive:function(t){r("ifRequired")("Tooltip",function(e){e.isActive(t)&&e.show(t)})},_store:function(t){var e=t.alignH,n=t.content,o=t.context,a=t.position,i=n;r("isTextNode")(i)&&i instanceof Element&&(i=r("getElementText")(i));var l=!1;typeof i!="string"?i=r("DOM").create("div",{},i):l=i==="";var s={alignH:e,content:i,position:a,suppress:l};return d(o,s),s},propsFor:r("tooltipPropsFor"),enableDisplayOnOverflow:function(t){t.removeAttribute("data-tooltip-display"),d(t,{overflowDisplay:!0})},enablePersistOnClick:function(t){t.removeAttribute("data-pitloot-persistOnClick"),d(t,{persistOnClick:!0})},suppress:function(t,n){c(t,{suppress:n})},_get:u};i.exports=p}),34); __d("Focus",["cx","CSS","Event","FocusEvent","KeyStatus","TooltipData","ifRequired"],(function(t,n,r,o,a,i,l,s){function e(e,t){if(t===void 0&&(t=!1),e){var n=r("ifRequired")("VirtualCursorStatus",function(e){return e.isVirtualCursorTriggered()},function(){return!1});t||o("KeyStatus").isKeyDown()||n?m(e):u(e)}}function u(e){if(e){o("CSS").addClass(e,"_5f0v");var t=r("Event").listen(e,"blur",function(){e&&o("CSS").removeClass(e,"_5f0v"),t.remove()});o("TooltipData").suppress(e,!0),m(e),o("TooltipData").suppress(e,!1)}}function c(e,t,n){return n===void 0&&(n={cleanupOnLeave:!0}),o("CSS").addClass(e,"_5f0v"),o("FocusEvent").listen(e,function(){for(var n=arguments.length,r=new Array(n),o=0;o=2&&t%10<=4&&(t%100<12||t%100>14)?r("IntlVariations").NUMBER_FEW:r("IntlVariations").NUMBER_MANY}},s=e;l.default=s}),98); __d("IntlCLDRNumberType30",["IntlVariations"],(function(t,n,r,o,a,i,l){"use strict";var e={getVariation:function(t){return t%10===1&&t%100!==11?r("IntlVariations").NUMBER_ONE:t%10>=2&&t%10<=4&&(t%100<12||t%100>14)?r("IntlVariations").NUMBER_FEW:r("IntlVariations").NUMBER_MANY}},s=e;l.default=s}),98); __d("isContentEditable",[],(function(t,n,r,o,a,i){"use strict";function e(e){for(var t=e;t instanceof HTMLElement;){if(t.contentEditable==="true"||t.contentEditable==="plaintext-only")return!0;t=t.parentElement}return!1}i.default=e}),66); __d("isElementInteractive",["isContentEditable"],(function(t,n,r,o,a,i,l){"use strict";var e=new Set(["EMBED","INPUT","OBJECT","SELECT","TEXTAREA"]),s=new Set(["button","checkbox","radio","submit"]);function u(t){if(!t instanceof HTMLElement)return!1;var n=r("isContentEditable")(t),o=e.has(t.nodeName),a=t instanceof HTMLInputElement&&s.has(t.type);return(n||o)&&!a}l.default=u}),98); __d("KeyEventController",["Bootloader","DOMQuery","Event","FBLogger","Run","emptyFunction","getElementText","isContentEditable","isElementInteractive","isEmpty"],(function(t,n,r,o,a,i,l){var e,s,u=null,c={BACKSPACE:[8],TAB:[9],RETURN:[13],ALT:[18],ESCAPE:[27],LEFT:[37,63234],UP:[38,63232],RIGHT:[39,63235],DOWN:[40,63233],NUMPAD_ADD:[43],NUMPAD_SUBSTRACT:[45],DELETE:[46],COMMA:[188],PERIOD:[190],SLASH:[191],"`":[192],"[":[219],"]":[221],PAGE_UP:[33],PAGE_DOWN:[34],END:[35],HOME:[36],SPACE:[32],KP_DOT:[46,110],"-":[189],"=":[187],FORWARD_SLASH:[191]},d=(e={},e[8]=1,e[9]=1,e[13]=1,e[27]=1,e[32]=1,e[37]=1,e[63234]=1,e[38]=1,e[63232]=1,e[39]=1,e[63235]=1,e[40]=1,e[63233]=1,e[46]=1,e),m=(function(){function e(){var e=this;this.handlers={};var t=["keyup","keydown","keypress"];t.forEach(function(t){return document.addEventListener(t,e.onkeyevent.bind(e,"on"+t))})}var t=e.prototype;return t.mapKey=function(t){var e=t;if(/^[0-9]$/.test(e+""))return typeof e!="number"&&(e=e.charCodeAt(0)-48),[48+e,96+e];e+="";var n=c[e.toUpperCase()];return n||[e.toUpperCase().charCodeAt(0)]},t.onkeyevent=function(t,n){var e=n;e=r("Event").$E(e);var o=this.handlers[e.keyCode]||this.handlers[e.which];if(o){for(var a=function(){var n=o[l].callback,a=o[l].filter;try{if(!a||a(e,t)){var i=n(e,t),s=e.which||e.keyCode;if(r("Bootloader").loadModules(["KeyEventTypedLogger"],function(t){new t().setAction("key_shortcut").setKey(e.key||"").setKeyChar(String.fromCharCode(s)).setKeyCode(s).addToExtraData("is_trusted",e.isTrusted).log()},"KeyEventController"),i===!1)return{v:r("Event").kill(e)}}}catch(e){r("FBLogger")("KeyEventController").mustfix("Uncaught exception in key handler: %s",String(e))}},i,l=0;l=0&&c.handlers[e].splice(t,1)}delete m[e]}}}},e.registerKeyForButtonCallback=function(n,r){return e.registerKey(n,function(){return r.click(),!1})},e})();l.default=m}),98); __d("getOpacityStyleName",[],(function(t,n,r,o,a,i){var e=!1,l=null;function s(){if(!e){if(document.body&&"opacity"in document.body.style)l="opacity";else{var t=document.createElement("div");t.style.filter="alpha(opacity=100)",t.style.filter&&(l="filter")}e=!0}return l}i.default=s}),66); __d("StyleCore",["invariant","camelize","containsNode","err","getOpacityStyleName","getStyleProperty","hyphenate"],(function(t,n,r,o,a,i,l,s){function e(e,t){var n=_.get(e,t);return n==="auto"||n==="scroll"}var u=new RegExp("\\s*([^\\s:]+)\\s*:\\s*([^;('\"]*(?:(?:\\([^)]*\\)|\"[^\"]*\"|'[^']*')[^;(?:'\"]*)*)(?:;|$)","g");function c(e){var t={};return e.replace(u,function(e,n,r){return t[n]=r,r}),t}function d(e){var t="";for(var n in e)e[n]&&(t+=n+":"+e[n]+";");return t}function m(e){return e!==""?"alpha(opacity="+e*100+")":""}function p(e,t,n){switch(r("hyphenate")(t)){case"font-weight":case"line-height":case"opacity":case"z-index":case"animation-iteration-count":case"-webkit-animation-iteration-count":break;case"width":case"height":var o=parseInt(n,10)<0;!o||s(0,11849,e,t,n);default:isNaN(n)||!n||n==="0"||s(0,11850,e,t,n,n+"px");break}}var _={set:function(t,n,o){if(p("Style.set",n,o),t!=null){var e=t.style;switch(n){case"opacity":r("getOpacityStyleName")()==="filter"?e.filter=m(o):e.opacity=o;break;case"float":e.cssFloat=e.styleFloat=o||"";break;default:try{e[r("camelize")(n)]=o}catch(e){throw r("err")('Style.set: "%s" argument is invalid: %s',n,o)}}}},apply:function(t,n){var e;for(e in n)p("Style.apply",e,n[e]);"opacity"in n&&r("getOpacityStyleName")()==="filter"&&(n.filter=m(n.opacity),delete n.opacity);var o=c(t.style.cssText);for(e in n){var a=n[e];delete n[e];var i=r("hyphenate")(e);for(var l in o)(l===i||l.indexOf(i+"-")===0)&&delete o[l];n[i]=a}Object.assign(o,n),t.style.cssText=d(o)},get:r("getStyleProperty"),getFloat:function(t,n){return parseFloat(_.get(t,n),10)},getOpacity:function(t){if(r("getOpacityStyleName")()==="filter"){var e=_.get(t,"filter");if(e){var n=/(\d+(?:\.\d+)?)/.exec(e);if(n)return parseFloat(n.pop())/100}}return _.getFloat(t,"opacity")||1},isFixed:function(t){for(;r("containsNode")(document.body,t);){if(_.get(t,"position")==="fixed")return!0;t=t.parentNode}return!1},getScrollParent:function(n){if(!n)return null;for(;n&&n!==document.body;){if(e(n,"overflow")||e(n,"overflowY")||e(n,"overflowX"))return n;n=n.parentNode}return window}},f=_;l.default=f}),98); __d("Style",["$","FBLogger","StyleCore"],(function(t,n,r,o,a,i,l){var e=babelHelpers.extends({},r("StyleCore"),{get:function(t,n){return typeof t=="string"&&(r("FBLogger")("Style").mustfix("Style.get: Support for node IDs is deprecated."),t=r("$")(t)),r("StyleCore").get(t,n)},getFloat:function(t,n){return typeof t=="string"&&(r("FBLogger")("Style").mustfix("Style.getFloat: Support for node IDs is deprecated."),t=r("$")(t)),r("StyleCore").getFloat(t,n)}}),s=e;l.default=s}),98); __d("TabbableElements",["Style"],(function(t,n,r,o,a,i,l){function e(e){if(e.tabIndex<0)return!1;if(e.tabIndex>0||e.tabIndex===0&&e.getAttribute("tabIndex")!==null)return!0;var t=e;switch(e.tagName){case"A":var n=t;return!!n.href&&n.rel!="ignore";case"INPUT":var r=t;return r.type!="hidden"&&r.type!="file"&&!r.disabled;case"BUTTON":case"SELECT":case"TEXTAREA":var o=t;return!o.disabled}return!1}function s(e){for(var t=e;t&&t!==document&&r("Style").get(t,"visibility")!="hidden"&&r("Style").get(t,"display")!="none";)t=t.parentNode;return t===document}function u(e){return Array.from(e.getElementsByTagName("*")).filter(m)}function c(e){return Array.from(e.getElementsByTagName("*")).find(m)}function d(e){for(var t=Array.from(e.getElementsByTagName("*")),n=t.length-1;n>=0;n--)if(m(t[n]))return t[n];return null}function m(t){return e(t)&&s(t)}function p(e){return s(e)}l.find=u,l.findFirst=c,l.findLast=d,l.isTabbable=m,l.isVisible=p}),98); __d("WAUINavHeaderVariant",["$InternalEnum"],(function(t,n,r,o,a,i){var e=n("$InternalEnum")({WHATSAPP_BUSINESS:"WhatsApp For Business",WHATSAPP:"WhatsApp"}),l=e;i.default=l}),66); __d("cssVar",[],(function(t,n,r,o,a,i){function e(e){var t=new Error('cssVar("'+e+'"): Unexpected class transformation.');throw t.stack,t}i.default=e}),66); __d("csx",[],(function(t,n,r,o,a,i){function e(e){var t=new Error("csx: Unexpected class selector transformation.");throw t.stack,t}i.default=e}),66); __d("setImmediate",["TimeSlice","TimerStorage","setImmediateAcrossTransitions"],(function(t,n,r,o,a,i,l){function e(e){var t,n=function(){r("TimerStorage").unset(r("TimerStorage").IMMEDIATE,t);for(var n=arguments.length,o=new Array(n),a=0;a1?o-1:0),i=1;i