(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[71129,53685,88544],{53685:function(e,n,t){"use strict";var o=t(67294),i=t(23131),d=t(621);n.Z=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],n=(0,o.useState)(e),t=n[0],l=n[1];return(0,o.useEffect)((function(){"undefined"!==typeof document&&l("IN"===(0,d.ej)(i.zb))}),[]),t}},71129:function(e,n,t){"use strict";t.r(n),t.d(n,{default:function(){return W}});var o=t(26042),i=t(69396),d=t(85893),l=t(5152),a=t.n(l),s=t(67294),u=t(85518),r=t(21286),c=t(11003),v=t(39480),p=t(31838),m=t(48691),f=t(94341),g=t(39866),_=t(55786),w=t(9008),h=t.n(w),k=t(4298),b=t.n(k),y=t(25891),A=t(621),C=t(66181),H=t(83919),T=function(e){var n=e.section,t=e.subSection,o=e.author,i=e.headline,l=void 0===i?"":i;(0,C.Z)("https://static.chartbeat.com/js/chartbeat_mab.js",!1,!1),(0,C.Z)("https://static.chartbeat.com/js/chartbeat_video.js",!1,!1);var a=H.Z.get(),s=a.isBangla,u=a.isTelugu,r=s?"bangla":u?"telugu":n;return(0,d.jsx)(d.Fragment,{children:(0,d.jsx)("script",{type:"text/javascript",dangerouslySetInnerHTML:{__html:"\n\t\t\t\t\twindow._sf_async_config = window._sf_async_config || {};\n\t\t\t\t\twindow._sf_async_config.flickerControl = false;\n\t\t\t\t\twindow._sf_async_config.uid = 63228;\n\t\t\t\t\twindow._sf_async_config.useCanonical = true;\n\t\t\t\t\twindow._sf_async_config.domain = 'hindustantimes.com';\n\t\t\t\t\twindow._sf_async_config.sections = '".concat(r).concat(t?",".concat(t):"","';\n\t\t\t\t\twindow._sf_async_config.authors = '").concat(o||"No author entered","';\n\t\t\t\t\twindow._sf_async_config.title = '").concat(l,"';\n\t\t\t\t\twindow._cbq = window._cbq || [];\n\n\t\t\t\t\tconst loadChartbeat = () => {\n\t\t\t\t\t\tconst script = document.createElement('script');\n\t\t\t\t\t\tscript.type = 'text/javascript';\n\t\t\t\t\t\tscript.defer = true;\n\t\t\t\t\t\tscript.src = '//static.chartbeat.com/js/chartbeat.js';\n\t\t\t\t\t\tdocument\n\t\t\t\t\t\t\t.getElementsByTagName('script')[0]\n\t\t\t\t\t\t\t.parentNode.insertBefore(script, null);\n\t\t\t\t\t};\n\n\t\t\t\t\tloadChartbeat();\n\t\t\t\t\t")}})})},j=function(){return(0,d.jsx)("script",{id:"consent-script",dangerouslySetInnerHTML:{__html:"\nwindow.googlefc = window.googlefc || {};\nwindow.googlefc.callbackQueue = window.googlefc.callbackQueue || [];\nwindow.googlefc.ccpa = window.googlefc.ccpa || {};\n\nvar optOutCookieName = \"optout\";\nvar optOutCookieAge = 365;\nvar dateOneTrust = new Date();\nvar urlParamsCmp = new URLSearchParams(window.location.search);\n\nfunction attachGoogleCMPListners() {\n window.googlefc.callbackQueue.push({\n 'CONSENT_DATA_READY':\n () => __tcfapi('addEventListener', 2.2, (consentData, success) => { \n // 1. Check if GDPR applies\n if (consentData.gdprApplies === true) {\n // 2. Check if the consent process was completed successfully\n if (consentData.eventStatus === 'useractioncomplete' || consentData.eventStatus === 'tcloaded') {\n // 3. Check if the user has consented to personalized ads (Purpose 1)\n if (consentData.purpose && consentData.purpose.consents && consentData.purpose.consents[\"3\"] === true) {\n // User has consented to personalized ads, unset the opt out cookie\n setOnAcceptOptOut();\n } else {\n // User did not consent to personalized ads, set the opt out cookie\n setOnRejectOptOut();\n }\n } else {\n // Consent process was not completed\n setOnRejectOptOut();\n }\n\n } else {\n // GDPR doesn't apply, proceed with standard behavior or do not require consent\n setOnAcceptOptOut();\n }\n })\n });\n\n // Queue the callback on the callbackQueue.\n window.googlefc.callbackQueue.push({\n 'INITIAL_CCPA_DATA_READY':\n () => {\n switch (googlefc.ccpa.getInitialCcpaStatus()) {\n case googlefc.ccpa.InitialCcpaStatusEnum.CCPA_DOES_NOT_APPLY:\n setOnAcceptOptOut();\n break;\n case googlefc.ccpa.InitialCcpaStatusEnum.NOT_OPTED_OUT:\n setOnRejectOptOut();\n break;\n case googlefc.ccpa.InitialCcpaStatusEnum.OPTED_OUT:\n setOnAcceptOptOut();\n break;\n }\n }\n });\n}\n\nfunction setOnAcceptOptOut() {\n setCMPCookie(optOutCookieName, '0' , window.location.host ,optOutCookieAge);\n setCMPCookie('ckns_policyV2', '1', window.location.host, 365);\n if (localStorage) {\n localStorage.setItem('ccpaGdprPopupShown', '1');\n }\n}\n\nfunction setOnRejectOptOut() {\n setCMPCookie(optOutCookieName, '1' , window.location.host ,optOutCookieAge);\n setCMPCookie('ckns_policyV2', null , window.location.host, 365);\n if (localStorage) {\n localStorage.setItem('ccpaGdprPopupShown', '1');\n }\n}\n\nfunction setCMPCookie(e, t, n, o) {\n var d = new Date;\n d.setTime(d.getTime() + 24 * o * 60 * 60 * 1e3);\n var a = \"expires=\" + d.toUTCString();\n document.cookie = e + \"=\" + (t === null ? '' : t) + \";\" + a + \";path=/;domain=\" + n;\n}\n "}})},D=t(34388),S=function(e){var n=e.pageData,t=e.section;return(0,d.jsx)("script",{dangerouslySetInnerHTML:{__html:"\n var hostname = window.location.hostname.toString();\n var analyticsDomain =\n 'https://analytics.htmedia.in/analytics-js/tracker.js';\n var cHost = 'dap.hindustantimes.com';\n if (\n hostname == 'stg-www.hindustantimes.com' ||\n hostname == 'qa-www.hindustantimes.com' ||\n hostname == 'react-www.hindustantimes.com'\n ) {\n analyticsDomain = 'https://analytics.dev.htmedia.in/app/tracker.js';\n cHost = 'dap.dev.hindustantimes.com';\n }\n var configObject = {\n appId: 'nht',\n collectorHost: cHost,\n pageViewRequired: true,\n syncRequired: true,\n userIdCookie: '_ht_clientid',\n pltRequired: false,\n existingImpressionCapture: false,\n existingLinkClickCapture: false".concat((null===n||void 0===n?void 0:n.containAffiliateEmbed)?",story_type: '".concat((0,D.H1)(n)||"null","'"):"","\n };\n (function (p, l, o, w, i, k, n, g) {\n if (!p[i]) {\n p.GlobalSnowplowNamespace = p.GlobalSnowplowNamespace || [];\n p.GlobalSnowplowNamespace.push(i);\n p[i] = function () {\n (p[i].q = p[i].q || []).push(arguments);\n };\n p[i].q = p[i].q || [];\n n = l.createElement(o);\n g = l.getElementsByTagName(o)[0];\n n.defer = 1;\n n.src = w;\n g.parentNode.insertBefore(n, g);\n n.onload = function () {\n window.dapTracker = new window.dapDataTracker();\n dapTracker.init(k);\n window?.dapTracker?.track(\n 'page_view_manual',\n {\n pageType: '").concat(null===n||void 0===n?void 0:n.pageType,"',\n section: '").concat(t,"',\n platform: findDeviceType('large') ? 'web' : 'mweb',\n property: 'HT',\n url: window.location.href,\n event_trigger_time: '").concat((new Date).getTime(),"',\n },\n 'event'\n );\n const sendDelayedTracking = (timer) => {\n window?.dapTracker?.track(\n 'time_spent',\n {\n pageType: '").concat(null===n||void 0===n?void 0:n.pageType,"',\n section: '").concat(t,"',\n platform: findDeviceType('large') ? 'web' : 'mweb',\n property: 'HT',\n url: window.location.href,\n type: timer + '_sec',\n },\n 'event'\n );\n }\n const timers = [5, 10]; // in seconds\n timers.forEach((timer) => {\n setTimeout(() => {\n sendDelayedTracking(timer);\n }, timer * 1000);\n })\n };\n }\n })(window, document, 'script', analyticsDomain, 'snowplow', configObject);\n ")}})},x=(0,s.memo)(S),E=function(){return(0,d.jsx)("script",{dangerouslySetInnerHTML:{__html:'\n function q(c, r) {\n apstag._Q.push([c, r]);\n };\n var apstag = {\n init: function() {\n q("i", arguments);\n },\n fetchBids: function() {\n q("f", arguments);\n },\n setDisplayBids: function() {},\n _Q: [],\n };\n\n apstag.init({\n pubID: \'04490307-82e6-4a26-8a03-ce88452d8ffd\',\n adServer: \'googletag\'\n });\n \n window.googletag = window.googletag || {cmd: []};\n window.PWT = window.PWT || {};\n var PWT = window.PWT || window.PWT || {};\n googletag.cmd.push(function() {\n function setWithExpiryCDP(key, value, ttl) {\n const now = new Date();\n const item = {\n value: value,\n expiry: now.getTime() + ttl,\n };\n let localStorage = window?.localStorage;;\n localStorage?.setItem(key, JSON.stringify(item));\n }\n function getWithExpiryCDP(key) {\n let localStorage = window?.localStorage;;\n const itemStr = localStorage?.getItem(key);\n if (!itemStr) {\n return null;\n }\n const item = JSON.parse(itemStr);\n const now = new Date();\n if (now.getTime() > item.expiry) {\n localStorage?.removeItem(key);\n return null;\n }\n return item.value;\n }\n function getCookie(e){\n for (var t = e + "=", n = document.cookie.split(";"), o = 0; o < n.length; o++) {\n for (var a = n[o];\n " " == a.charAt(0);) a = a.substring(1, a.length);\n if (0 == a.indexOf(t)) return a.substring(t.length, a.length)\n }\n return null; \n }\n function setCookie(e, t, n) {\n var o = new Date;\n o.setTime(o.getTime() + 24 * n * 60 * 60 * 1e3);\n var a = "expires=" + o.toUTCString();\n document.cookie = e + "=" + t + ";" + a + ";path=/"\n }\n var cookieValue = getCookie("_ht_fp");\n var htCdp = getWithExpiryCDP("ht_cdp");\n var requestUrl ="https://www.hindustantimes.com/cdp/api/adserve/ht?user=" + cookieValue;\n if (!htCdp && cookieValue) {\n var xhr = new XMLHttpRequest();\n xhr.open("GET", requestUrl);\n xhr.timeout = 700;\n xhr.responseType = "json";\n xhr.onload = function () {\n var campaigns = "";\n if(parseInt(xhr.status) === 200){\n var jsonData = xhr.response;\n if (jsonData !== "" && jsonData.campaigns !== undefined) {\n campaigns = jsonData.campaigns;\n setWithExpiryCDP("ht_cdp", JSON.stringify(campaigns), 86400000);\n googletag.pubads().setTargeting("cdpcampaign", campaigns);\n }\n }\n };\n xhr.send(null);\n } else {\n googletag.pubads().setTargeting("cdpcampaign", JSON.parse(htCdp));\n }\n });\n '}})},I=function(){return(0,d.jsx)("script",{id:"loadable",strategy:"afterInteractive",dangerouslySetInnerHTML:{__html:"\n const htGTMGA4 = () => {\n (function (w, d, s, l, i) {\n w[l] = w[l] || [];\n w[l].push({\n 'gtm.start': new Date().getTime(),\n event: 'gtm.js',\n });\n var f = d.getElementsByTagName(s)[0],\n j = d.createElement(s),\n dl = l != 'dataLayer' ? '&l=' + l : '';\n j.defer = true;\n j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;\n f.parentNode.insertBefore(j, f);\n })(window, document, 'script', 'dataLayer', 'GTM-MXGJR36');\n };\n htGTMGA4();\n "}})},M=a()((function(){return t.e(86497).then(t.bind(t,79745))}),{loadableGenerated:{webpack:function(){return[79745]}},ssr:!1}),V=a()((function(){return t.e(8705).then(t.bind(t,8705))}),{loadableGenerated:{webpack:function(){return[8705]}},ssr:!1,loading:function(){return null}}),O=a()((function(){return t.e(83874).then(t.bind(t,83874))}),{loadableGenerated:{webpack:function(){return[83874]}},ssr:!1,loading:function(){return null}});var z=function(e){var n,t,o,i,l,a=(null===e||void 0===e?void 0:e.sectionName)||"",u=(null===e||void 0===e?void 0:e.subSectionItem)||"",r=(null===e||void 0===e?void 0:e.pageData)||{},c=(null===r||void 0===r?void 0:r.title)||"",v=!1!==e.showHeaderFooter,p=((0,s.useContext)(_.gb)||{}).htConfigData,m=(null===g.d||void 0===g.d?void 0:g.d.includes(null===e||void 0===e?void 0:e.pageType))?null===(l=p.loadChartbeat)||void 0===l||l:"my-ht"!==(null===a||void 0===a?void 0:a.toLowerCase());return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsxs)(h(),{children:[(0,d.jsx)("meta",{httpEquiv:"X-UA-Compatible",content:"ie=edge"}),(0,d.jsx)("script",{dangerouslySetInnerHTML:{__html:"window.dataLayer = window.dataLayer || []; dataLayer?.push({'category': '".concat((null===e||void 0===e||null===(n=e.sectionItem)||void 0===n?void 0:n.toLowerCase())||a,"', 'subcategory': '").concat(u,"' });")}})]}),(0,d.jsx)(b(),{strategy:"afterInteractive",src:"https://www.googletagmanager.com/gtag/js?id=".concat(y.D1)}),v?(0,d.jsx)(V,{gutterAd:e.gutterAd,pageType:(null===e||void 0===e?void 0:e.pageType)||(null===r||void 0===r?void 0:r.pageType),matchCenter:null===e||void 0===e?void 0:e.matchCenter,hideGutterAd:null===e||void 0===e?void 0:e.hideGutterAd,tracking:{pageType:(null===e||void 0===e?void 0:e.dataPage)?"datapage":null===e||void 0===e?void 0:e.pageType,pageTypeTracking:(null===e||void 0===e?void 0:e.pageTypeTracking)||"",section:(null===a||void 0===a?void 0:a.toLowerCase())||"",subSection:(null===e||void 0===e?void 0:e.subSection)||"",pageId:(null===e||void 0===e?void 0:e.pageId)||"",articleTitle:c||""},containAffiliateEmbed:null===e||void 0===e?void 0:e.containAffiliateEmbed,collapseArticle:null===e||void 0===e||null===(t=e.storyDetails)||void 0===t||null===(o=t.metadata)||void 0===o?void 0:o.collapseArticle}):null,(0,d.jsx)(E,{}),(0,d.jsx)(I,{}),(0,d.jsx)(j,{}),(0,d.jsx)(x,{pageData:r,section:a}),(0,d.jsx)(M,{props:e}),(0,d.jsx)(O,{props:e}),m&&(0,d.jsx)(T,{section:a,subSection:u,author:e.authors,headline:c?(0,A.av)(null===(i=null===c||void 0===c?void 0:c.replaceAll("'",""))||void 0===i?void 0:i.replaceAll('"',"")):""})]})},P=function(e){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,o=(0,s.useState)(!1),i=o[0],d=o[1];return(0,s.useEffect)((function(){if(n){var o=function(e){var n=document.createElement("script");n.async=!0,n.type="text/javascript",n.src=e,n.onload=function(){d(!0)},n.onerror=function(){return console.error("Failed to load ".concat(e))};var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(n,t)},i=function(){window.scrollY>=t&&(Array.isArray(e)?e.forEach((function(e){return o(e)})):o(e),window.removeEventListener("scroll",i))};return window.addEventListener("scroll",i),function(){window.removeEventListener("scroll",i)}}}),[e,n,t]),i},L=t(53685),N=t(73304),G=a()((function(){return t.e(16504).then(t.bind(t,16504))}),{loadableGenerated:{webpack:function(){return[16504]}}}),B=a()((function(){return t.e(41530).then(t.bind(t,41530))}),{loadableGenerated:{webpack:function(){return[41530]}}}),F=a()((function(){return t.e(32521).then(t.bind(t,32521))}),{loadableGenerated:{webpack:function(){return[32521]}}}),X=a()((function(){return t.e(35800).then(t.t.bind(t,35800,23)).then((function(e){return e.ErrorBoundary}))}),{loadableGenerated:{webpack:function(){return[35800]}}}),Z=a()((function(){return Promise.all([t.e(46019),t.e(39083)]).then(t.bind(t,82048))}),{loadableGenerated:{webpack:function(){return[82048]}}}),q=a()((function(){return Promise.all([t.e(46019),t.e(78642)]).then(t.bind(t,78642))}),{loadableGenerated:{webpack:function(){return[78642]}}}),R=a()((function(){return t.e(98972).then(t.bind(t,98972))}),{loadableGenerated:{webpack:function(){return[98972]}}});function W(e){var n,l,a,w=e.children,h=e.hamburgerItems,k=e.footerItems,b=e.weatherData,y=e.pageProps,A=e.getAdDataFromPage,T=void 0!==A&&A,j=(0,s.useContext)(_.gb),D=j.showAdFree,S=H.Z.get(),x=S.isLanguages,E=S.isBangla,I=S.isTelugu,M=u.tq,V=(0,L.Z)(),O=(j||{}).htConfigData,W=y.pageType,U=(null===y||void 0===y?void 0:y.sectionPage)||!1,K=y.sectionName,Q=y.subSection,Y=y.headerFooter,J=y.hideHeaderFooterMobile,$=y.healthCheck,ee=null===(a=null===y||void 0===y?void 0:y.showTopAd)||void 0===a||a,ne=y.containAffiliateEmbed,te=(null===y||void 0===y||null===(n=y.storyDetails)||void 0===n||null===(l=n.metadata)||void 0===l?void 0:l.iabTagging)||"",oe=ee&&!D&&"story"===W&&!(null===O||void 0===O?void 0:O.toggleAdCode)&&!y.Adsize90,ie=(null===O||void 0===O?void 0:O.sdkRemovalSections)||[],de="story"===W&&K&&ie.includes(K.toLowerCase()),le=(null===y||void 0===y?void 0:y.oldStory)||!1,ae=(null===y||void 0===y?void 0:y.hideSideSticky)||!1,se=(0,s.useMemo)((function(){var e,n,o,i,d,l,a,s,u=[],c=null===(e=p.jA.ads)||void 0===e?void 0:e.mobileView.stickyAd[0],v=null,_="/1055314/Hindustantimes_Desktop_Section/HT_Desk_Section_Gutter",w=D?r._.premium:r._[null===y||void 0===y||null===(n=y.sectionName)||void 0===n?void 0:n.toLowerCase()]||r._.default;if(E)u=null===(w=f.VK.default)||void 0===w||null===(o=w.ads)||void 0===o||null===(i=o.mobileView)||void 0===i?void 0:i.topAds[0],c=null===w||void 0===w||null===(d=w.ads)||void 0===d||null===(l=d.mobileView)||void 0===l?void 0:l.stickyAd[0],v=(null===w||void 0===w||null===(a=w.ads)||void 0===a||null===(s=a.mobileView)||void 0===s?void 0:s.stickyAd)||null;else if(I){var h,k,b,A,C,H;u=null===(w=f.Q6.default)||void 0===w||null===(h=w.ads)||void 0===h||null===(k=h.mobileView)||void 0===k?void 0:k.topAds[0],c=null===w||void 0===w||null===(b=w.ads)||void 0===b||null===(A=b.mobileView)||void 0===A?void 0:A.stickyAd[0],v=(null===w||void 0===w||null===(C=w.ads)||void 0===C||null===(H=C.mobileView)||void 0===H?void 0:H.stickyAd)||null}if(T)return{topAd:u,stickyAd:c,stickyAds:v,gutterAd:_};var j=null;if("section"===W&&U){var S=function(){try{return{sectionAdCodes:t(25199).sectionAdCodes}}catch(e){return console.error("Failed to load sectionad.config:",e),{sectionAdCodes:{}}}}().sectionAdCodes;j=(null===S||void 0===S?void 0:S[K])||(null===S||void 0===S?void 0:S.default)}if(M){var x,V,O,z,P,L;if("homepage"===W)c=null===(x=m.G.ads)||void 0===x||null===(V=x.mobileView)||void 0===V?void 0:V.stickyAd[0];else if(g.d.includes(W)){var N,G;c=null===w||void 0===w||null===(N=w.ads)||void 0===N||null===(G=N.mobileView)||void 0===G?void 0:G.stickyAd[0]}else if("section"===W&&1==U){var B,F;c=null===j||void 0===j||null===(B=j.ads)||void 0===B||null===(F=B.mobileView)||void 0===F?void 0:F.stickyAd[0]}else if("ipl"===K||"ipl"===Q){var X,Z;c=null===p.Xj||void 0===p.Xj||null===(X=p.Xj.ads)||void 0===X||null===(Z=X.mobileView)||void 0===Z?void 0:Z.stickyAd[0]}else if("cricket"===W){var q,R;c=null===p.Xj||void 0===p.Xj||null===(q=p.Xj.ads)||void 0===q||null===(R=q.mobileView)||void 0===R?void 0:R.stickyAd[0]}else if("cricket_detail"===W)u=p.Yh[0],c=p.yP[0];else if("world-cup"===W||"asia-cup"===W){var Y,J;c=null===p.Xj||void 0===p.Xj||null===(Y=p.Xj.ads)||void 0===Y||null===(J=Y.mobileView)||void 0===J?void 0:J.stickyAd[0]}else if("Education"===W)c=p.Ku[0];else if("wimbledon"===W||"sports"===W){var $,ee;c=null===p.Xj||void 0===p.Xj||null===($=p.Xj.ads)||void 0===$||null===(ee=$.mobileView)||void 0===ee?void 0:ee.stickyAd[0]}else if("scoreboard"===W)u=p.sd[0],_="/1055314/Hindustantimes_Desktop_Scoreboard/HT_Desk_Scoreboard_Gutter";else if("games"===W){var ne,te;c=null===p.jA||void 0===p.jA||null===(ne=p.jA.ads)||void 0===ne||null===(te=ne.mobileView)||void 0===te?void 0:te.stickyAd[0]}else if("game-details"===W){var oe,ie;c=null===p.pb||void 0===p.pb||null===(oe=p.pb.ads)||void 0===oe||null===(ie=oe.mobileView)||void 0===ie?void 0:ie.stickyAd[0]}else if("elections"===W){var de,le;c=null===(de=p.BD.ads)||void 0===de||null===(le=de.mobileView)||void 0===le?void 0:le.stickyAd[0]}else if("US-news"===W){var ae,se;c=null===p.KI||void 0===p.KI||null===(ae=p.KI.ads)||void 0===ae||null===(se=ae.mobileView)||void 0===se?void 0:se.stickyAd[0]}else{var ue,re;u=null===(ue=p.jA.ads)||void 0===ue||null===(re=ue.mobileView)||void 0===re?void 0:re.topAds[0]}if(E)u=null===(w=f.VK.default)||void 0===w||null===(O=w.ads)||void 0===O||null===(z=O.mobileView)||void 0===z?void 0:z.topAds[0],c=null===w||void 0===w||null===(P=w.ads)||void 0===P||null===(L=P.mobileView)||void 0===L?void 0:L.stickyAd[0];else if(I){var ce,ve,pe,me;u=null===(w=f.Q6.default)||void 0===w||null===(ce=w.ads)||void 0===ce||null===(ve=ce.mobileView)||void 0===ve?void 0:ve.topAds[0],c=null===w||void 0===w||null===(pe=w.ads)||void 0===pe||null===(me=pe.mobileView)||void 0===me?void 0:me.stickyAd[0]}}else{var fe,ge,_e,we,he,ke,be,ye;if("homepage"===W)u=null===(fe=m.G.ads)||void 0===fe||null===(ge=fe.desktopView)||void 0===ge?void 0:ge.topAds[0],_=null===(_e=m.G.ads)||void 0===_e||null===(we=_e.desktopView)||void 0===we?void 0:we.gutterAds;else if("story"===W||"liveblog"===W||"gallery"===W){var Ae,Ce,He,Te;u=null===w||void 0===w||null===(Ae=w.ads)||void 0===Ae||null===(Ce=Ae.desktopView)||void 0===Ce?void 0:Ce.topAds[0],_=null===w||void 0===w||null===(He=w.ads)||void 0===He||null===(Te=He.desktopView)||void 0===Te?void 0:Te.gutterAds}else if("section"===W&&1==U){var je,De,Se,xe;u=null===j||void 0===j||null===(je=j.ads)||void 0===je||null===(De=je.desktopView)||void 0===De?void 0:De.topAds[0],_=null===j||void 0===j||null===(Se=j.ads)||void 0===Se||null===(xe=Se.desktopView)||void 0===xe?void 0:xe.gutterAds}else if("ipl"===K||"ipl"===Q){var Ee,Ie;u=null===p.Xj||void 0===p.Xj||null===(Ee=p.Xj.ads)||void 0===Ee||null===(Ie=Ee.desktopView)||void 0===Ie?void 0:Ie.topAds[0],"/cricket/ipl"===(null===y||void 0===y?void 0:y.pageUrl)&&(_="/1055314/Hindustantimes_Desktop_Cricket/HT_Desk_Cricket_Gutter")}else if("cricket"===W){var Me,Ve;u=null===p.Xj||void 0===p.Xj||null===(Me=p.Xj.ads)||void 0===Me||null===(Ve=Me.desktopView)||void 0===Ve?void 0:Ve.topAds[0],_="/1055314/Hindustantimes_Desktop_Cricket/HT_Desk_Cricket_Gutter"}else if("world-cup"===W||"asia-cup"===W){var Oe,ze;u=null===p.Xj||void 0===p.Xj||null===(Oe=p.Xj.ads)||void 0===Oe||null===(ze=Oe.desktopView)||void 0===ze?void 0:ze.topAds[0],_="/1055314/Hindustantimes_Desktop_Cricket/HT_Desk_Cricket_Gutter"}else if("cricket_detail"===W)u=p.g6[0],_="/1055314/Hindustantimes_Desktop_Cricket/HT_Desk_Cricket_Gutter";else if("Education"===W)u=p.hO[0],_="/1055314/Hindustantimes_Desktop_Education/HT_Desk_Education_Gutter";else if("wimbledon"===W||"sports"===W){var Pe,Le;u=null===p.Xj||void 0===p.Xj||null===(Pe=p.Xj.ads)||void 0===Pe||null===(Le=Pe.desktopView)||void 0===Le?void 0:Le.topAds[0],_="/1055314/Hindustantimes_Desktop_Cricket/HT_Desk_Cricket_Gutter"}else if("elections"===W){var Ne,Ge;u=null===(Ne=p.BD.ads)||void 0===Ne||null===(Ge=Ne.desktopView)||void 0===Ge?void 0:Ge.topAds[0],_="/1055314/Hindustantimes_Desktop_News/HT_Desk_News_Gutter"}else if("games"===W){var Be,Fe,Xe,Ze;u=null===p.jA||void 0===p.jA||null===(Be=p.jA.ads)||void 0===Be||null===(Fe=Be.desktopView)||void 0===Fe?void 0:Fe.topAds[0],_=null===p.jA||void 0===p.jA||null===(Xe=p.jA.ads)||void 0===Xe||null===(Ze=Xe.desktopView)||void 0===Ze?void 0:Ze.gutterAds}else if("game-details"===W){var qe,Re,We,Ue;u=null===p.pb||void 0===p.pb||null===(qe=p.pb.ads)||void 0===qe||null===(Re=qe.desktopView)||void 0===Re?void 0:Re.topAds[0],_=null===p.pb||void 0===p.pb||null===(We=p.pb.ads)||void 0===We||null===(Ue=We.desktopView)||void 0===Ue?void 0:Ue.gutterAds}else if("US-news"===W){var Ke,Qe;u=null===p.KI||void 0===p.KI||null===(Ke=p.KI.ads)||void 0===Ke||null===(Qe=Ke.desktopView)||void 0===Qe?void 0:Qe.topAds[0]}else{var Ye,Je;u=null===(Ye=p.jA.ads)||void 0===Ye||null===(Je=Ye.desktopView)||void 0===Je?void 0:Je.topAds[0]}if(E)u=null===(w=f.VK.default)||void 0===w||null===(he=w.ads)||void 0===he||null===(ke=he.desktopView)||void 0===ke?void 0:ke.topAds[0],c=null===w||void 0===w||null===(be=w.ads)||void 0===be||null===(ye=be.mobileView)||void 0===ye?void 0:ye.stickyAd[0];else if(I){var $e,en,nn,tn;u=null===(w=f.Q6.default)||void 0===w||null===($e=w.ads)||void 0===$e||null===(en=$e.desktopView)||void 0===en?void 0:en.topAds[0],c=null===w||void 0===w||null===(nn=w.ads)||void 0===nn||null===(tn=nn.mobileView)||void 0===tn?void 0:tn.stickyAd[0]}}return{topAd:u,stickyAd:c,stickyAds:v,gutterAd:_}}),[M,W,K,Q,null===y||void 0===y?void 0:y.pageUrl,T]),ue=se.topAd,re=se.stickyAd,ce=se.stickyAds,ve=se.gutterAd,pe=(0,s.useRef)(!1),me=(0,s.useCallback)((function(){if(!pe.current&&(pe.current=!0,"undefined"!==typeof document)){var e=document.getElementsByClassName("tempStickyAd");e.length>0&&M&&(e[0].style.display="none")}}),[M]);(0,s.useEffect)((function(){if(!pe.current)return requestAnimationFrame((function(){pe.current||window.addEventListener("scroll",me,{passive:!0})})),function(){window.removeEventListener("scroll",me)}}),[me]),(0,s.useEffect)((function(){if(M&&"undefined"!==typeof document&&pe.current){var e=document.querySelector(".liveBlogSticky");if(e){var n=setTimeout((function(){e.style.transition="transform 1s ease-in-out",e.style.transform="translateY(calc(100% - 50px))",e.style.transform="translateY(-50px)"}),100);return function(){return clearTimeout(n)}}}}),[pe,M]);var fe=(0,s.useCallback)((function(){var e=(0,c.ej)("token"),n=(0,c.ej)("_ht_clientid"),t=(0,c.ej)("name"),o=(0,c.ej)("ht_token");if(!de&&(!e||e&&e.includes("amp-")||!n||n&&n.includes("amp-"))){var i=document.createElement("script");i.async=!0,i.type="text/javascript",i.src=v.BHt,document.head.appendChild(i)}e&&(0,c.d8)("token",e,365),n&&(0,c.d8)("_ht_clientid",n,365),t&&(0,c.d8)("name",t,365),o&&(0,c.d8)("ht_token",o,365)}),[de]);(0,s.useEffect)((function(){var e;if(!M)return"complete"===document.readyState?fe():(e=function(){requestAnimationFrame(fe)},window.addEventListener("load",e)),function(){e&&window.removeEventListener("load",e)}}),[fe]);var ge=function(){window&&(null===window||void 0===window?void 0:window.initGoogleOneTap)&&(null===window||void 0===window||window.initGoogleOneTap(!0))},_e=(0,s.useCallback)((function(e,n,t){var o=document.createElement("script");o.async=!0,o.type="text/javascript",o.src=e,n&&(o.onload=n),t&&(o.onerror=t),document.head.appendChild(o)}),[]);(0,s.useEffect)((function(){if(de&&!le){var e=setTimeout((function(){_e(v.CX4,ge,ge)}),1e3);return function(){return clearTimeout(e)}}}),[de,_e,le]);de||((0,C.Z)(v.hZC,!1,!0,null,null,!1,!0),(0,C.Z)(v.Srz,!1,!0,null,null,!1,!0),le||(0,C.Z)(v.CX4,!1,!1,ge),(0,C.Z)(v.sjj,!0,!0,null,(function(){var e=document.getElementById("mWebSubcBtn");e&&window.loyaltyCoins.render({element:e,client:"HT",funnel_entry:"top_Header"})}),!0,!1,!1),(0,C.Z)(v.kbM,!0,!0)),"story"!==W&&"liveblog"!==W||!N.Mv.includes(null===K||void 0===K?void 0:K.toLowerCase())||((0,C.Z)(v.cew,!1,!1,null,null,!1,!1),(0,C.Z)(v.ItG,!1,!1,null,null,!1,!1)),P(v.Dqg,ne),(0,C.Z)(v.g6B,!0,!1,null,(function(){HTWebPush.init({autoPrompt:!0}).then((function(){})).catch((function(e){}))}),!1,!1);var we=(0,s.useMemo)((function(){return{adData:re,containerClass:"bottomFixAd",innerIdDivClass:"bottomStickyAd",sectionName:K,subSection:Q,autoRefresh:!1,autoRefreshTime:V?null===O||void 0===O?void 0:O.bottomStickyAdRefreshTimeInMs:45e3,landingAd:!0,iabValue:te}}),[re,K,Q,V,null===O||void 0===O?void 0:O.bottomStickyAdRefreshTimeInMs,te]),he=(0,s.useMemo)((function(){return{adData:ue,containerClass:"",sectionName:K,subSection:Q,showToPremiumUser:!1,landingAd:!0,iabValue:te}}),[ue,K,Q,te]),ke=(0,s.useMemo)((function(){return(0,i.Z)((0,o.Z)({showHeaderFooter:y.headerFooter},y),{gutterAd:ve})}),[y,ve]),be=(0,s.useMemo)((function(){var e,n;return{footerData:null===k||void 0===k?void 0:k.footer,footerLogo:null===k||void 0===k?void 0:k.footerLogo,footerStaticLinks:null===k||void 0===k?void 0:k.footerStaticLinks,newsLetter:null===k||void 0===k?void 0:k.newsLetter,topIndianPlayers:null===k||void 0===k?void 0:k.topIndianPlayers,latestNews:null===k||void 0===k?void 0:k.latestNews,latestAutoLiveblogs:null===k||void 0===k?void 0:k.latestAutoLiveblogs,educationDataPages:null===k||void 0===k?void 0:k.educationDataPages,sectionName:null===k||void 0===k?void 0:k.sectionName,hideBottomAd:y.hideBottomAd,pageType:(null===y||void 0===y?void 0:y.matchCenter)?"match center":(null===y||void 0===y?void 0:y.dataPage)?"datapage":(null===y||void 0===y||null===(e=y.pageData)||void 0===e?void 0:e.pageType)||null,subSection:(null===y||void 0===y||null===(n=y.subSectionItem)||void 0===n?void 0:n.toLowerCase())||null}}),[k,y]),ye=(0,s.useMemo)((function(){return{hamburgerItems:h,weatherData:b,makeLogoHeadingInH2:y.makeLogoHeadingInH2,pageProps:y}}),[h,b,y]);return(0,s.useEffect)((function(){"undefined"!==typeof document&&(oe||document.body.classList.remove("desktopAdSticky"))}),[oe]),(0,d.jsxs)(s.Fragment,{children:[$&&(0,d.jsx)(d.Fragment,{children:w}),!$&&!1!==Y&&!(M&&J)&&(0,d.jsxs)("div",{className:"layout home",children:[ee&&(0,d.jsx)(X,{fallbackRender:function(e){var n=e.error,t=e.resetErrorBoundary;return(0,d.jsxs)("div",{children:[(0,d.jsxs)("h2",{children:["An error occurred: ",n.message]}),(0,d.jsx)("button",{onClick:t,children:"Try again"})]})},children:!D&&(0,d.jsx)("div",{id:"desktopAdDiv",children:(0,d.jsx)("div",{className:(null===O||void 0===O?void 0:O.toggleAdCode)||y.Adsize90?"desktopAd dh90 noAdLabel":"desktopAd dh250 noAdLabel",style:oe?{top:0,zIndex:10}:{},children:!M&&(0,d.jsx)(Z,(0,o.Z)({},he))})})}),(0,d.jsx)(G,(0,o.Z)({},ye)),w,!y.fromStoryPage&&!y.hideFooter&&!x&&(0,d.jsx)(B,(0,o.Z)({},be)),!y.fromStoryPage&&!y.hideFooter&&x&&(0,d.jsx)(F,(0,o.Z)({},be)),M&&pe.current&&!y.hideBottomAd&&(0,d.jsx)(d.Fragment,{children:x&&(null===ce||void 0===ce?void 0:ce.length)>1?(0,d.jsx)(R,{stickyAds:ce,containerClass:"bottomFixAd",innerIdDivClass:"bottomStickyAd",sectionName:K,subSection:Q,iabValue:te}):(0,d.jsx)(q,(0,o.Z)({},we))}),(0,d.jsx)(z,(0,o.Z)({},ke)),!D&&(0,d.jsx)("div",{id:"div-gpt-ad-gutterAds-0"}),!D&&(0,d.jsx)("div",{id:"div-gpt-ad-interstitial-popup"})]}),(!1===Y||M&&J)&&(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("div",{className:"layout home web-view ".concat(y.customClass||""),children:w}),(0,d.jsx)(z,(0,o.Z)({},ke))]}),(0,d.jsx)("div",{id:"loginIntervention"}),(0,d.jsx)("div",{id:"GOTpopupEcho",style:{display:"none"}}),(0,d.jsx)("div",{id:"onBoardingDiv"}),(0,d.jsx)("div",{id:"htEchoVoucher"}),(0,d.jsx)("div",{id:"loginDivForEng"}),(0,d.jsx)("div",{id:"cirSdkDiv"}),V&&!ae&&(0,d.jsx)("div",{id:"ECH_HT_MWEB_ALL_SIDE_BUT_ATF",className:"openAppButtonEcho dHide"})]})}},34388:function(e,n,t){"use strict";t.d(n,{H1:function(){return l},K:function(){return o},Xx:function(){return s},h6:function(){return d},m3:function(){return u},mR:function(){return i},sn:function(){return a},wz:function(){return r}});var o=function(e){if(e){var n,t,o,i,l,a,s,u,r,c=(null===e||void 0===e?void 0:e.headline)||(null===e||void 0===e?void 0:e.mobileHeadline),v=null===e||void 0===e||null===(n=e.metadata)||void 0===n?void 0:n.aiContent,p=null===e||void 0===e?void 0:e.id,m=null===e||void 0===e||null===(t=e.metadata)||void 0===t?void 0:t.section,f=null===e||void 0===e||null===(o=e.metadata)||void 0===o?void 0:o.url,g=(null===e||void 0===e||null===(i=e.metadata)||void 0===i||null===(l=i.typeOfFormat)||void 0===l?void 0:l.toLowerCase().replace(" ","-"))||"",_=null===e||void 0===e||null===(a=e.metadata)||void 0===a||null===(s=a.authorsList)||void 0===s||null===(u=s[0])||void 0===u?void 0:u.name,w=d(null===e||void 0===e?void 0:e.listElement,"flipkartAds"),h=d(null===e||void 0===e?void 0:e.listElement,"amazonAds"),k=d(null===e||void 0===e?void 0:e.listElement,"cromaAds"),b=d(null===e||void 0===e?void 0:e.listElement,"flipkartAds25"),y=d(null===e||void 0===e?void 0:e.listElement,"d2cBrandsAds");return{title:c,automated:v,section:m,storyId:p,storyUrl:f,domain:"HT",formatType:g,author:_,subSection:null===e||void 0===e||null===(r=e.metadata)||void 0===r?void 0:r.subSection,flipkartIds:w,amazonIds:h,ajioIds:k,flipkart25Ids:b,d2cBrandsIds:y}}return null},i=function(e,n){var t=null===e||void 0===e?void 0:e.filter((function(e){return"embed"===(null===e||void 0===e?void 0:e.type)}));return null===t||void 0===t?void 0:t.flatMap((function(e){var t;return"embed"===(null===e||void 0===e?void 0:e.type)&&(null===e||void 0===e||null===(t=e[n])||void 0===t?void 0:t.length)?null===e||void 0===e?void 0:e[n]:[]}))},d=function(e,n){var t=null===e||void 0===e?void 0:e.filter((function(e){return"embed"===(null===e||void 0===e?void 0:e.type)}));return null===t||void 0===t?void 0:t.flatMap((function(e){var t,o;return"embed"===(null===e||void 0===e?void 0:e.type)&&(null===e||void 0===e||null===(t=e[n])||void 0===t?void 0:t.length)?null===e||void 0===e||null===(o=e[n])||void 0===o?void 0:o.flatMap((function(e){return(null===e||void 0===e?void 0:e.value)||[]})):[]}))},l=function(e){var n,t;if(!(null===e||void 0===e?void 0:e.containAffiliateEmbed))return"";var o=(null===e||void 0===e||null===(n=e.metadata)||void 0===n?void 0:n.typeOfFormat)?"-"+e.metadata.typeOfFormat.toLowerCase().replaceAll(" ","-"):"",i=(null===e||void 0===e||null===(t=e.metadata)||void 0===t?void 0:t.selectedStream)?"-"+e.metadata.selectedStream.toLowerCase():"";return"affiliate-listicle".concat(o).concat(i)},a=function(e){var n;if("liveblog"===(null===e||void 0===e?void 0:e.type)&&(null===e||void 0===e?void 0:e.containAffiliateEmbed))return"amazon";if(null===e||void 0===e||null===(n=e.listElement)||void 0===n?void 0:n.length){var t,o,i,d,l,a=[];if((null===e||void 0===e||null===(t=e.metadata)||void 0===t?void 0:t.embedSnapdealCount)>0){var s=e.listElement.find((function(e){var n;return"embed"===(null===e||void 0===e?void 0:e.type)&&"emeritus"===(null===e||void 0===e?void 0:e.subType)&&(null===e||void 0===e||null===(n=e.embed)||void 0===n?void 0:n.body)})),u=e.listElement.find((function(e){var n;return(null===e||void 0===e||null===(n=e.snapdealAds)||void 0===n?void 0:n.length)>0}));if(s){var r,c,v=s.embed.body;if(v.includes("college-vidya"))a.push("college vidya");else if(v.includes("vc-now"))a.push("vcnow");else if(v.includes("symbiosis"))a.push("symbiosis");else if(v.includes("ct-university"))a.push("ct-university");else if(v.includes("larsen-toubro"))a.push("larsentoubro");else if((null===u||void 0===u||null===(r=u.snapdealAds)||void 0===r?void 0:r.length)>0&&(null===(c=null===u||void 0===u?void 0:u.snapdealAds[0])||void 0===c?void 0:c.key)){var p;a.push(null===(p=u.snapdealAds[0])||void 0===p?void 0:p.key)}else a.push("emeritus")}}return(null===e||void 0===e||null===(o=e.metadata)||void 0===o?void 0:o.embedAmazonCount)>0&&a.push("amazon"),(null===e||void 0===e||null===(i=e.metadata)||void 0===i?void 0:i.embedFlipkartCount)>0&&a.push("myntra"),(null===e||void 0===e||null===(d=e.metadata)||void 0===d?void 0:d.embedCromaCount)>0&&a.push("ajio"),(null===e||void 0===e||null===(l=e.metadata)||void 0===l?void 0:l.embedFlipkart25Count)>0&&a.push("flipkart"),a.join(",")}return null},s=function(e,n){if(!n)return"";var t=e.embedAmazonCount,o=e.embedCromaCount,i=e.embedFlipkartCount,d=e.embedSnapdealCount,l=e.embedFlipkart25Count;return"{embed_amazon_count: ".concat(t||0,",embed_flipkart_count: ").concat(i||0,",embed_snapdeal_count: ").concat(d||0,",embed_croma_count: ").concat(o||0,",embed_flipkart25_count: ").concat(l||0,",embed_rest_count: ").concat(0,"}")},u=function(e){if("string"===typeof e)try{return JSON.parse(e)}catch(n){return{items:[]}}return e},r=function(e){if(!e)return 0;var n=e.embedAmazonCount,t=e.embedCromaCount,o=e.embedD2CBrandsCount,i=e.embedFlipkart25Count;return n+e.embedFlipkartCount+i+t+e.embedSnapdealCount+o}},48691:function(e,n,t){"use strict";t.d(n,{G:function(){return o}});var o={ads:{desktopView:{topAds:[{adCode:"/1055314/Hindustantimes_Desktop_Home/HT_Desk_Home_Header_Multisize",adSize:[[728,90],[970,90],[1100,250],[1100,90],[980,90],[970,90],[980,250],[980,200],[970,250]],slotId:"div-gpt-ad-1522659065797"}],middleAds:[{adCode:"/1055314/Hindustantimes_Desktop_Home/HT_Desk_Home_A_Multisize",adSize:[[728,90],[970,90],[1100,250],[1100,90],[980,90],[970,90],[980,250],[980,200],[970,250]]},{adCode:"/1055314/Hindustantimes_Desktop_Home/HT_Desk_Home_B_Multisize",adSize:[[728,90],[970,90],[1100,250],[1100,90],[980,90],[970,90],[980,250],[980,200],[970,250]]},{adCode:"/1055314/Hindustantimes_Desktop_Home/HT_Desk_Home_C_Multisize",adSize:[[728,90],[970,90],[1100,250],[1100,90],[980,90],[970,90],[980,250],[980,200],[970,250]]},{adCode:"/1055314/Hindustantimes_Desktop_Home/HT_Desk_Home_D_Multisize",adSize:[[728,90],[970,90],[1100,250],[1100,90],[980,90],[970,90],[980,250],[980,200],[970,250]]}],rightAds:[{adCode:"/1055314/Hindustantimes_Desktop_Home/HT_Desk_Home_Top_Multisize",adSize:[300,250],slotId:"div-gpt-ad-1341380965417-4"},{adCode:"/1055314/Hindustantimes_Desktop_Home/HT_Desk_Home_Middle_Multisize",adSize:[[300,250],[300,600]],slotId:"div-gpt-ad-1341380965417"},{adCode:"/1055314/Hindustantimes_Desktop_Home/HT_Desk_Home_Middle_A_Multisize",adSize:[[300,250],[300,600]],slotId:"div-gpt-ad-1341380965417"},{adCode:"/1055314/Hindustantimes_Desktop_Home/HT_Desk_Home_Middle_B_Multisize",adSize:[[300,250],[300,600]],slotId:"div-gpt-ad-1341380965417"},{adCode:"/1055314/Hindustantimes_Desktop_Home/HT_Desk_Home_Middle_D_Multisize",adSize:[[300,250],[300,600]],slotId:"div-gpt-ad-1341380965417"},{adCode:"/1055314/Hindustantimes_Desktop_Home/HT_Desk_Home_Bottom_Multisize",adSize:[[300,250],[300,600]],slotId:"div-gpt-ad-1341380965417"}],gutterAds:"/1055314/Hindustantimes_Desktop_Home/HT_Desk_Home_Gutter",sponsorAds:[{adCode:"/1055314/HT_Desk_Home_BS_A_Native",adSize:["fluid",[530,196]],slotId:"div-gpt-ad-1522659065797"},{adCode:"/1055314/HT_Desk_Home_BS_B_Native",adSize:["fluid",[530,196]],slotId:"div-gpt-ad-1522659065797"}]},mobileView:{topAds:[{adCode:"/1055314/Hindustantimes_Mweb_Home/HT_WAP_Home_Masthead_Multisize",adSize:[[300,250],[336,280],[250,250]],slotId:"div-gpt-ad-1524814893923"}],middleAds:[{adCode:"/1055314/Hindustantimes_Mweb_Home/HT_WAP_Home_A_Multisize",adSize:[[300,250],[336,280],[250,250]]},{adCode:"/1055314/Hindustantimes_Mweb_Home/HT_WAP_Home_B_Multisize",adSize:[[300,250],[336,280],[250,250]]},{adCode:"/1055314/Hindustantimes_Mweb_Home/HT_WAP_Home_C_Multisize",adSize:[[300,250],[336,280],[250,250]]},{adCode:"/1055314/Hindustantimes_Mweb_Home/HT_WAP_Home_D_Multisize",adSize:[[300,250],[336,280],[250,250]]}],stickyAd:[{adCode:"/1055314/Hindustantimes_Mweb_Home/HT_WAP_Home_Sticky_Multisize",adSize:[[320,50],[300,50]]}],sponsorAds:[{adCode:"/1055314/HT_WAP_Home_BS_A_Native",adSize:["fluid",[391,359]],slotId:"div-gpt-ad-1522659065797"},{adCode:"/1055314/HT_WAP_Home_BS_B_Native",adSize:["fluid",[391,359]],slotId:"div-gpt-ad-1522659065797"}]}}}},4298:function(e,n,t){e.exports=t(20699)}}]);