(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1841],{61902:function(e,t,n){"use strict";n.r(t),n.d(t,{NotificationsHandler:function(){return NotificationsHandler},showNotification:function(){return showNotification}});var o=n(35944);n(67294);var r=n(42471),a=n(33575),i=n(42937),s=n.n(i),l=n(35949),d=n.n(l),c=n(59133),u=n.n(c),p=n(96721),h=n.n(p);function NotificationsHandler(){return(0,o.tZ)(r.T,{position:"top-right",zIndex:2077,autoClose:5e3})}let showNotification=e=>{let{type:t,title:n,...r}=e,i={success:"green",danger:"red",warning:"yellow",info:"blue",firebase:"gray"},l={success:(0,o.tZ)(u(),{width:20,height:20}),danger:(0,o.tZ)(s(),{width:20,height:20}),warning:(0,o.tZ)(h(),{width:20,height:20}),info:(0,o.tZ)(d(),{width:20,height:20}),firebase:""},c=l[t];a.N9.show({title:(0,o.tZ)("b",{children:n}),icon:c,withCloseButton:!0,closeButtonProps:{label:"Close alert"},...r,styles:e=>{let n=i[t]||"blue";return{root:{backgroundColor:e.colors[n][0],borderColor:e.colors[n][0],"&::before":{backgroundColor:e.white}},title:{color:e.colors[n][8]},description:{color:e.black},closeButton:{color:e.black,"&:hover":{backgroundColor:e.colors[n][0]}},icon:{backgroundColor:"transparent",padding:0}}}})}},89181:function(e,t,n){"use strict";n.d(t,{A:function(){return GTMScript}});var o=n(35944),r=n(4298),a=n.n(r);let GTMScript=e=>{let{servicePageTrackingParams:t}=e;return(0,o.tZ)(a(),{strategy:"lazyOnload",async:!0,id:"gtm-mount-script",dangerouslySetInnerHTML:{__html:"\n window.dataLayer = window.dataLayer || [];\n ".concat((null==t?void 0:t.audienceId)?"\n window.dataLayer.push({\n audience_name: '".concat(t.audienceId||"","',\n user_funnel: '").concat((null==t?void 0:t.funnelId)||"","',\n project_id: '").concat((null==t?void 0:t.pageId)||"","'\n });\n "):"","\n function gtag(){dataLayer.push(arguments);}\n\n (function(w,d,s,l,i){w[l]=w[l]||[];\n w[l].push({'gtm.start':\n new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n 'https://www.googletagmanager.com/gtm.js?id='+i+dl;d.head.appendChild(j);\n })(window,document,'script','dataLayer','").concat("GTM-WDHZFL","');")}},"gtm-mount-script")}},11841:function(e,t,n){"use strict";n.r(t),n.d(t,{default:function(){return AppWrapper}});var o=n(35944),r=n(67294),a=n(36965),i=n(5152),s=n.n(i),l=n(82191),d=n(95386),c=n(40650),u=n(11163),p=n.n(u),h=n(74865),g=n.n(h),f=n(86896),m=n(50667),w=n(61902),v=n(24612),y=n(29017),k=n(36808),b=n.n(k),E=n(71216);let I={isLoggedIn:!1,authorizing:!0,isMobileSsr:!0,userInfo:void 0,openLogoutPopup:!1,newBookmark:[],isOpenDueDatePopup:!1,dueDateRedirectLink:"",dueDate:"",currentDomain:"",articlePlayingId:-1,showConfirmLeavePagePopup:null,chatwootWebsiteToken:"",zaloConfig:null,showFooter:!1,collectingAction:[],cartNumber:0},appReducer=function(){var e,t,n,o;let r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:I,a=arguments.length>1?arguments[1]:void 0,{DEPLOY_ENV:i}=v.ENV;switch(a.type){case E.H.LOGIN:return{...r,authorizing:!1,userInfo:a.payload,isLoggedIn:!0};case E.H.INIT_USER:return{...r,userInfo:void 0===r.userInfo?null:r.userInfo};case E.H.LOGOUT:return b().remove(v.Ud,{path:"/",domain:"development"===i?"localhost":a.payload.domain}),{...r,authorizing:!1,userInfo:null,isLoggedIn:!1};case E.H.ADD_BOOKMARKS:if(!a.payload.bookmarks||!r.userInfo)return r;let s=Array.from(new Set([...r.newBookmark,a.payload.bookmarkId]));return{...r,newBookmark:s,userInfo:{...r.userInfo,bookmarks:Array.from(new Set((r.userInfo.bookmarks||[]).concat(a.payload.bookmarks))),total_bookmark:((null===(e=r.userInfo)||void 0===e?void 0:e.total_bookmark)||0)+1,first_time_bookmark:!!a.payload.isFirstTimeBookmark}};case E.H.REMOVE_BOOKMARKS:if(!a.payload.bookmarks||!r.userInfo)return r;let l=r.newBookmark.filter(e=>e!==a.payload.bookmarkId);return{...r,newBookmark:l,userInfo:{...r.userInfo,bookmarks:(r.userInfo.bookmarks||[]).filter(e=>!a.payload.bookmarks.includes(e)),total_bookmark:((null===(t=r.userInfo)||void 0===t?void 0:t.total_bookmark)||0)-(r.newBookmark.includes(a.payload.bookmarkId)?1:0)}};case E.H.SET_IS_MOBILE_SSR:return{...r,isMobileSsr:a.payload.isMobileSsr};case E.H.SET_OPEN_LOGOUT_POPUP:return{...r,openLogoutPopup:a.payload.openLogoutPopup};case E.H.SET_COMMENT_FOCUS:return{...r,focusCommentId:a.payload.focusCommentId};case E.H.SET_OPEN_DUE_DATE_POPUP:return{...r,isOpenDueDatePopup:a.payload.isOpenDueDatePopup,dueDateRedirectLink:null===(n=a.payload)||void 0===n?void 0:n.dueDateRedirectLink,dueDate:null===(o=a.payload)||void 0===o?void 0:o.dueDate};case E.H.PLAY_ARTICLE:return{...r,articlePlayingId:a.payload.id};case E.H.SET_OPEN_CONFIRM_LEAVE_PAGE_POPUP:return{...r,showConfirmLeavePagePopup:a.payload};case E.H.SET_CHATWOOT_WEBSITE_TOKEN:return{...r,chatwootWebsiteToken:a.payload||""};case E.H.SET_ZALO_CONFIG:return{...r,zaloConfig:a.payload};case E.H.SET_COLLECTING_ACTION:return{...r,collectingAction:a.payload};case E.H.SET_HEALTH_INFO:return{...r,healthInfo:a.payload};case E.H.UPDATE_CART:return{...r,cartNumber:a.payload};default:return r}};var T=n(5882);function AppContextWrapper(e){let{pageProps:t,children:n}=e,{locale:a,router:i}=(0,d.h)(),{isMobileSsr:s=!1,userInfo:l}=t||{},u={...I,isMobileSsr:s,userInfo:l||void 0,isLoggedIn:!!(null==l?void 0:l.id),newBookmark:[],currentDomain:(0,m.UC)(a)},{formatMessage:h}=(0,f.Z)(),[k,b]=(0,r.useReducer)(appReducer,u);return(0,r.useEffect)(()=>{g().configure({showSpinner:!1}),setTimeout(()=>{p().events.on("routeChangeStart",()=>g().start())},100),p().events.on("routeChangeComplete",()=>g().done()),p().events.on("routeChangeError",()=>g().done())},[]),(0,r.useEffect)(()=>{var e;(null===(e=v.P8||[])||void 0===e?void 0:e.includes(a))&&(window.consentListeners=[],window.addConsentListenerExample=e=>{window.consentListeners.push(e)})},[]),(0,o.tZ)(y.I.Provider,{value:{state:k,dispatch:b},children:(0,o.tZ)(c.a,{userInfo:l,locale:a,router:i,pushNotifications:w.showNotification,sanitizeFunction:T.Nw,env:{togetherBasePath:"/community",publicSSO:"https://id.hellobacsi.blog/",togetherBaseApiUrl:"https://together.hellohealthgroup.com/",discoverBaseApiUrl:"https://wp.hellobacsi.blog/",discoverBaseProdApiUrl:"https://wp.hellobacsi.blog/",marryBabyApiUrl:"https://wp.marrybaby.vn/",marryBabyProdApiUrl:"https://wp.marrybaby.vn/",careBaseApiUrl:"https://health-care.hellohealthgroup.com/",subotApiUrl:"https://subot.hellohealthgroup.com/frontend/api/",leadApiUrl:"https://lead.hellohealthgroup.com/"},formatMessage:h,children:n})})}var C=n(67189),L=n(1647),_=n(11343),P=n(89181),S=n(27484),O=n.n(S),D=n(21692),A=n(84110),Z=n.n(A);O().extend(Z());let getAge=function(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"DD/MM/YYYY";return(null===(t=O()(e,n).toNow(!0).match(/\d+/))||void 0===t?void 0:t[0])||"0"},getGender=e=>void 0!==e?0===e?"female":"male":"";var N=n(71009);let B=(0,r.memo)(function(){let{locale:e}=(0,d.h)(),{state:{userInfo:t}}=(0,r.useContext)(y.I),n=JSON.parse(b().get(v.kO)||"{}");return((0,r.useEffect)(()=>{if(null==t?void 0:t.id){let e=(null==n?void 0:n.cycle_length_days)&&(null==n?void 0:n.period_duration_days)&&!(null==t?void 0:t.is_new)&&(0,N.kw)(new Date,O()(n.menstrual_from_date).toDate(),n.cycle_length_days,n.period_duration_days),o=window.googletag||{cmd:[]};o.cmd.push(function(){(null==t?void 0:t.birthday)&&o.pubads().setTargeting("age",[getAge(null==t?void 0:t.birthday,"YYYY-MM-DD")]),o.pubads().setTargeting("gender",[getGender(null==t?void 0:t.gender)]),o.pubads().setTargeting("ovulation",[e?"yes":"no"])})}},[n,null==t?void 0:t.id,null==t?void 0:t.is_new]),D.d.includes(e))?(0,o.tZ)("script",{id:"inskin-script",dangerouslySetInnerHTML:{__html:'\n var fn_pageskin = "false";\n if (screen.width >= 1280) {\n fn_pageskin = "true";\n }\n window.googletag = window.googletag || { cmd: [] };\n googletag.cmd.push(function () {\n googletag.pubads().setTargeting("inskin_yes",fn_pageskin);\n });'}}):null});var H=n(9008),M=n.n(H),W=n(32482),j=n(83015),pwtWrapper=e=>{let{testAdpushup:t}=e,n=(0,j.d)(),{locale:i,query:s}=(0,d.h)(),{isPregnancy:l,isParenting:c}=(0,W.b)(),u=(0,r.useMemo)(()=>{let e=s.pwtv||"",t="//ads.pubmatic.com/AdServer/js/pwt/158621/".concat(n?v.L6[i].mobile:v.L6[i].desktop),o="";return e&&(o="/"+e),t+o+"/pwt.js"},[n,s]);return i===a.L.Indonesia&&(l||c)?(0,o.tZ)(M(),{children:(0,o.tZ)("script",{async:!0,src:"https://securepubads.g.doubleclick.net/tag/js/gpt.js"})}):(0,o.tZ)(o.HY,{children:(0,o.BX)(M(),{children:[(0,o.tZ)("link",{rel:"preload",href:"https://securepubads.g.doubleclick.net/tag/js/gpt.js",as:"script"}),(0,o.tZ)("script",{type:"text/javascript",async:!0,dangerouslySetInnerHTML:{__html:"\n window._mgPubmaticExists = true;\n var PWT={}; //Initialize Namespace\n var googletag = googletag || {};\n googletag.cmd = googletag.cmd || [];\n var gptRan = false;\n PWT.jsLoaded = function(){ //PubMatic pwt.js on load callback is used to load GPT\n loadGPT();\n };\n var loadGPT = function(afterPWTRun) {\n // Check the gptRan flag\n if (!gptRan) {\n gptRan = true;\n var gads = document.createElement('script');\n var useSSL = 'https:' == document.location.protocol;\n gads.src = (useSSL ? 'https:' : 'http:') + '//securepubads.g.doubleclick.net/tag/js/gpt.js';\n var node = document.getElementsByTagName('script')[0];\n node.parentNode.insertBefore(gads, node);\n }\n };\n // Failsafe to call gpt\n setTimeout(loadGPT, 500);\n "}},"pwt-pre-setup"),(0,o.tZ)("script",{src:u,async:!0,type:"text/javascript"},"pwt-script"),t&&(0,o.BX)(o.HY,{children:[(0,o.tZ)("script",{async:!0,"data-cfasync":"false",type:"text/javascript",dangerouslySetInnerHTML:{__html:"(function(w, d) { var s = d.createElement('script'); s.src = '//cdn.adpushup.com/45367/adpushup.js'; s.crossOrigin='anonymous'; s.type = 'text/javascript'; s.async = true; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); w.adpushup = w.adpushup || {que:[]}; })(window, document);"}}),(0,o.tZ)("script",{async:!0,type:"text/javascript",dangerouslySetInnerHTML:{__html:"!function(w,d){\n var adpushup = w.adpushup = w.adpushup || {que:[]};\n adpushup.que.push(function(){\n adpushup.init();\n })\n }(window, document);"}})]})]})})},x=n(95692);let R=s()(()=>n.e(215).then(n.bind(n,60215)).then(e=>e.AppCustomScripts),{loadableGenerated:{webpack:()=>[60215]}}),G=s()(()=>n.e(9012).then(n.bind(n,99012)).then(e=>e.MatchTag),{loadableGenerated:{webpack:()=>[99012]},ssr:!1}),U=s()(()=>n.e(9046).then(n.bind(n,19046)).then(e=>e.AppCustomHooksWrapper),{loadableGenerated:{webpack:()=>[19046]},ssr:!1}),F=s()(()=>n.e(8170).then(n.bind(n,18170)).then(e=>e.GoogleOneTap),{loadableGenerated:{webpack:()=>[18170]},ssr:!1}),V=s()(()=>n.e(9741).then(n.bind(n,19741)).then(e=>e.ZaloChat),{loadableGenerated:{webpack:()=>[19741]},ssr:!1}),Y=s()(()=>n.e(8513).then(n.bind(n,18513)).then(e=>e.default),{loadableGenerated:{webpack:()=>[18513]},ssr:!1}),z=s()(()=>Promise.resolve().then(n.bind(n,61902)).then(e=>e.NotificationsHandler),{loadableGenerated:{webpack:()=>[61902]},ssr:!1}),q=s()(()=>Promise.all([n.e(429),n.e(1786),n.e(9084)]).then(n.bind(n,49084)).then(e=>e.AppMantineProvider),{loadableGenerated:{webpack:()=>[49084]}}),J=s()(()=>Promise.all([n.e(3824),n.e(8473),n.e(429),n.e(3534),n.e(1786),n.e(1930),n.e(8373),n.e(1221),n.e(3379),n.e(7621),n.e(7206),n.e(6380),n.e(7499),n.e(5513),n.e(2751),n.e(1237),n.e(6580)]).then(n.bind(n,76580)).then(e=>e.QuickBookingDrawer),{loadableGenerated:{webpack:()=>[76580]},ssr:!1});function AppWrapper(e){let{pageProps:t,children:n}=e,[i,s]=(0,r.useState)(!1);(0,r.useEffect)(()=>{s(!function(){try{return window.self!==window.top}catch(e){return!0}}())},[]);let{locale:c}=(0,d.h)();return(0,o.BX)(L.V,{children:[(0,o.tZ)(pwtWrapper,{testAdpushup:c===a.L.PhilippinesEnglish||c===a.L.PhilippinesTagalog}),(0,o.tZ)(G,{}),(null==t?void 0:t.page)!=="dynamicSpotlight"&&(0,o.tZ)(P.A,{servicePageTrackingParams:(0,x.PG)()}),(0,o.tZ)(_.z,{children:(0,o.BX)(AppContextWrapper,{pageProps:t,children:[(0,o.tZ)(U,{}),(0,o.tZ)(B,{}),i&&(0,o.BX)(o.HY,{children:[(0,o.tZ)(R,{}),(0,o.tZ)(F,{})]}),(0,o.tZ)(q,{customComponentTheme:null==t?void 0:t.customComponentTheme,children:(0,o.BX)(C.p,{children:[(0,o.tZ)(l.Z,{whenIdle:!0,children:(0,o.tZ)(J,{})}),n,(0,o.tZ)(l.Z,{whenIdle:!0,children:(0,o.tZ)(z,{})}),(0,o.tZ)(V,{}),(0,o.tZ)(Y,{})]})})]})})]})}},95692:function(e,t,n){"use strict";n.d(t,{FI:function(){return getSessionsColor},PG:function(){return getServicePageParams},dy:function(){return addPageCookies},oI:function(){return getPageCookies},rE:function(){return handleScrollToBlock},ww:function(){return setAudienceTermId}});var o=n(36808),r=n.n(o),a=n(24612),i=n(50176);let getPageCookies=e=>{var t;return null===(t=JSON.parse(r().get(a.VE)||"[]").filter(t=>t.pageId===e))||void 0===t?void 0:t[0]},addPageCookies=e=>{let{pageId:t,audienceId:n="",audienceTermId:o="",funnelId:i=""}=e,s=JSON.parse(r().get(a.VE)||"[]"),l=s.findIndex(e=>e.pageId===t);-1===l?s.push({pageId:t,audienceId:n,audienceTermId:o,funnelId:i}):s[l]={pageId:t,audienceId:n,audienceTermId:o,funnelId:i},r().set(a.VE,JSON.stringify(s))},setAudienceTermId=(e,t)=>{let n=JSON.parse(r().get(a.VE)||"[]"),o=n.findIndex(t=>t.pageId===e);n[o]&&(n[o].audienceTermId=t),r().set(a.VE,JSON.stringify(n))},s=["primary","secondary","tertiary","quaternary","tertiary"],getSessionsColor=(e,t)=>e.map((e,n)=>t[s[n%s.length]]),getServicePageParams=()=>JSON.parse(r().get(a.Lk)||"{}"),customScrollTo=(e,t)=>{let n=e.toFixed(),onScroll=function(){window.pageYOffset.toFixed()===n&&(window.removeEventListener("scroll",onScroll),null==t||t())};window.addEventListener("scroll",onScroll),onScroll(),window.scrollTo({top:e,behavior:"smooth"})},handleScrollToBlock=e=>{let{hash:t,isMobile:n,callback:o}=e,r=n?0:69;t&&i.E.measure(()=>{var e;let n=null===(e=document)||void 0===e?void 0:e.querySelector('[data-hashtag="'.concat(t,'"]')),a=Number((null==n?void 0:n.getAttribute("data-gap"))||0);n&&customScrollTo(window.scrollY+n.getBoundingClientRect().top-r-a,o)})}},71009:function(e,t,n){"use strict";n.d(t,{Yv:function(){return getPeriodEndDate},kw:function(){return isDateInCycleForAd},rw:function(){return getOvulationDate},wu:function(){return createOvulationEvents},xP:function(){return getFertileDates}});var o,r,a=n(27484),i=n.n(a);n(24612);var s=n(45683),l=n(50667);let getPeriodEndDate=(e,t)=>i()(e).add(t-1,"day").toDate(),getOvulationDate=e=>i()(e).subtract(14,"day").toDate(),getFertileDates=e=>{let t=i()(e).subtract(5,"day").toDate(),n=i()(e).add(1,"day").toDate();return{fertileDateStart:t,fertileDateEnd:n}},isDateInCycleForAd=(e,t,n,o)=>{let r=i()(t).startOf("day").toDate(),a=i()(e).startOf("day").toDate(),s=i()(e).isBefore(i()(t));for(;;){let e=getPeriodEndDate(r,o);if(i()(a).isBetween(i()(r).subtract(8,"day"),i()(e),"day","[]"))return!0;if(s&&i()(e).isBefore(i()(a))||!s&&i()(a).isBefore(i()(r).subtract(8,"day")))return!1;e=getPeriodEndDate(r=i()(r).add(s?-1*n:n,"day").toDate(),o)}};(o=r||(r={}))[o.normal=1]="normal",o[o.fertile=2]="fertile",o[o.ovulation=3]="ovulation",o[o.period=4]="period";let createOvulationEvents=e=>{let{token:t,cycle:n,day:o,user_id:r,period:a,method:i}=e;return(0,l.fu)(s.y.HEALTH_TOOL.OVULATION_CREATE_EVENT,{method:i,day:o,cycle:n,period:a,token:t,user_id:r})}},32482:function(e,t,n){"use strict";n.d(t,{b:function(){return useCategory}});var o=n(67294),r=n(24612),a=n(95386);let useCategory=()=>{let{asPath:e,locale:t}=(0,a.h)(),n=(0,o.useMemo)(()=>(function(e,t){let n=e.split("/");for(let e in t){let o=t[e];if(n.includes(o))return e}return null})(e,r.po[t]),[e,t]);return{isPregnancy:"pregnancy"===n,isParenting:"parenting"===n,type:n}}},21692:function(e,t,n){"use strict";n.d(t,{d:function(){return r}});var o=n(36965);let r=[o.L.Thailand,o.L.Taiwan,o.L.India,o.L.Indonesia,o.L.Malaysia,o.L.PhilippinesEnglish,o.L.PhilippinesTagalog,o.L.Cambodia,o.L.Myanmar,o.L.Vietnam]},5882:function(e,t,n){"use strict";n.d(t,{Nw:function(){return sanitize},Tn:function(){return decodeMention},aD:function(){return a},rz:function(){return decodePostUrl}});var o=n(29238),r=n.n(o);n(24612);let sanitize=e=>e?r().sanitize(e,{ADD_ATTR:["name","target","data-url"],FORBID_ATTR:["style"],ADD_TAGS:["mention"]}):"",getAnchorHtml=e=>{let{url:t,text:n,method:o}=e,r=n.indexOf(n.trimStart()),a=n.trimEnd().length,i=n.substring(0,r),s=n.substring(r,a),l=n.substring(a);return"edit"===o?"".concat(i,'').concat(s,"").concat(l):"display"===o&&(t.startsWith("http://")||t.startsWith("https://"))?"".concat(i,'').concat(s,"").concat(l):n},decodePostUrl=(e,t)=>e.replace(/\[a\+href="([^<"]+)"(?:\+text=\"([^<"]+)")?\]/gim,(e,n,o)=>{let r=o||n;return getAnchorHtml({text:r,url:n,method:t})}).replace(/]*href="([^>"]+)"[^>]*>([^<]+)<\/a>/gim,(e,n,o)=>{let r=o||n;return getAnchorHtml({text:r,url:n,method:t})}),decodeMention=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.replace(/\[mention\+id="([^<"]+)"([^\]]*)\]/gim,(e,n,o)=>{let r=t.find(e=>String(e.id)===n);if(!r){if(!o)return"";let e="";return o.replace(/\+name="([^<"]+)"/i,(t,n)=>(e=n,t)),'').concat(e,"")}return'').concat(r.name,"")})},a=["hellobacsi.blog","hellosehat.com","hellodoktor.com","hellokrupet.com","hellodoctor.com.ph","hellokhunmor.com","hellosayarwon.com","helloyishi.com.tw","helloswasthya.com","marrybaby.vn"]},4298:function(e,t,n){e.exports=n(85354)},82191:function(e,t,n){"use strict";var o=n(87462),r=n(63366),a=n(67294),i=a.useLayoutEffect;function reducer(){return!0}t.Z=function(e){var t=(0,a.useRef)(null),n=(0,a.useReducer)(reducer,!1),s=n[0],l=n[1],d=e.noWrapper,c=e.ssrOnly,u=e.whenIdle,p=e.whenVisible,h=e.promise,g=e.on,f=void 0===g?[]:g,m=e.children,w=e.didHydrate,v=(0,r.Z)(e,["noWrapper","ssrOnly","whenIdle","whenVisible","promise","on","children","didHydrate"]);i(function(){t.current.hasChildNodes()||l()},[]),(0,a.useEffect)(function(){s&&w&&w()},[s]),(0,a.useEffect)(function(){if(!c&&!s){var e=t.current,n=[];if(h&&h.then(l,l),p){var o=d?e:e.firstElementChild;if(!o||"undefined"==typeof IntersectionObserver)return l();var r="object"==typeof p?p:{rootMargin:"250px"},a=new IntersectionObserver(function(e){e.forEach(function(e){(e.isIntersecting||e.intersectionRatio>0)&&l()})},r);a.observe(o),n.push(function(){a.disconnect()})}if(u){if("undefined"!=typeof requestIdleCallback){var i=requestIdleCallback(l,{timeout:500});n.push(function(){cancelIdleCallback(i)})}else{var g=setTimeout(l,2e3);n.push(function(){clearTimeout(g)})}}return[].concat(f).forEach(function(t){e.addEventListener(t,l,{once:!0,passive:!0}),n.push(function(){e.removeEventListener(t,l,{})})}),function(){n.forEach(function(e){e()})}}},[s,f,c,u,p,w,h,d]);var y="string"==typeof d?d:"div";return s?d?m:(0,a.createElement)(y,(0,o.Z)({ref:t,style:{display:"contents"}},v),m):(0,a.createElement)(y,(0,o.Z)({},v,{ref:t,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:""}}))}},35949:function(e,t,n){var o=n(67294);function Info(e){return o.createElement("svg",e,[o.createElement("path",{d:"M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14Z",fill:"#2D87F3",key:0}),o.createElement("path",{d:"M8 11V8",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",key:1}),o.createElement("path",{d:"M8 5H8.01",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",key:2})])}Info.defaultProps={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},e.exports=Info,Info.default=Info},42937:function(e,t,n){var o=n(67294);function Danger(e){return o.createElement("svg",e,[o.createElement("path",{d:"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",fill:"#262626",key:0}),o.createElement("path",{d:"M14.8286 9.17163L9.17176 14.8285",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",key:1}),o.createElement("path",{d:"M9.17139 9.17163L14.8282 14.8285",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",key:2})])}Danger.defaultProps={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"},e.exports=Danger,Danger.default=Danger},59133:function(e,t,n){var o=n(67294);function Success(e){return o.createElement("svg",e,[o.createElement("path",{d:"M10.0001 18.3334C14.6025 18.3334 18.3334 14.6024 18.3334 10C18.3334 5.39765 14.6025 1.66669 10.0001 1.66669C5.39771 1.66669 1.66675 5.39765 1.66675 10C1.66675 14.6024 5.39771 18.3334 10.0001 18.3334Z",fill:"#00B16A",key:0}),o.createElement("path",{d:"M13.8333 7.5L8.33325 12.5L5.83325 10.2273",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",key:1})])}Success.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",fill:"none"},e.exports=Success,Success.default=Success},96721:function(e,t,n){var o=n(67294);function Warning(e){return o.createElement("svg",e,o.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 1.66666C5.4 1.66666 1.66667 5.39999 1.66667 9.99999C1.66667 14.6 5.4 18.3333 10 18.3333C14.6 18.3333 18.3333 14.6 18.3333 9.99999C18.3333 5.39999 14.6 1.66666 10 1.66666ZM10 10.8333C9.54167 10.8333 9.16667 10.4583 9.16667 9.99999V6.66666C9.16667 6.20832 9.54167 5.83332 10 5.83332C10.4583 5.83332 10.8333 6.20832 10.8333 6.66666V9.99999C10.8333 10.4583 10.4583 10.8333 10 10.8333ZM9.16667 12.5V14.1667H10.8333V12.5H9.16667Z",fill:"#FE921D"}))}Warning.defaultProps={width:"20",height:"20",viewBox:"0 0 20 20",fill:"none"},e.exports=Warning,Warning.default=Warning}}]);