"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1500],{"964S":function(e,t,a){a.d(t,{I:function(){return T}});var i=a("vEfc"),n=a("q1tI"),l=a("Eso5"),r=a("xXM3"),o=a.n(r),s=a("Wgwc"),c=a.n(s),d=a("NXxl"),u=a("AeFk"),p=a("rBCA"),h=a("iBNF"),m=a("4BRW"),g=a("W9Px"),f=a("uzh1");let v=/^([0-9]*)$/,b={DD:"Day",MM:"Month",YYYY:"Year"},x={DD:(e,t)=>{if(!e)return null==t||t(""),"";let a=parseInt(e);if(a>31)return null==t||t(e[0]),e[0];if(a>=4){let e=String(a).padStart(2,"0");return null==t||t(e),e}return null==t||t(e),e},MM:(e,t)=>{if(!e)return null==t||t(""),"";let a=parseInt(e);if(a>12)return null==t||t(e[0]),e[0];if(a>=2){let e=String(a).padStart(2,"0");return null==t||t(e),e}return null==t||t(e),e},YYYY:(e,t)=>e?(null==t||t(e),e):(null==t||t(""),"")},C=[!1,!0,!0],getInputDateInputDisabled=e=>e.map((t,a)=>0!==a&&(0===a||!e[a-1])),y=u.iv`
max-width: 100%;
// color: ${h.r.colors.gray800};
// font-size: var(--input-font-size, 16px);
// font-weight: 400;
// line-height: calc(var(--input-height, 56px) * 24 / 56);
opacity: 0;
transition: 0.3s linear opacity;
vertical-align: middle;
&::placeholder {
color: transparent;
font-weight: 400;
}
`,E=u.iv`
opacity: 1;
line-height: calc(var(--input-height, 56px) * 24 / 56);
transition: 0.3 linear opacity;
`,w=u.iv`
position: absolute;
top: calc(var(--input-height, 56px) / 2);
left: var(--input-padding, 16px);
letter-spacing: -0.3px;
transform: translateY(-50%);
transition: 0.125s linear all;
vertical-align: middle;
`,k=u.iv`
top: calc(var(--input-height, 56px) * 7 / 56);
line-height: calc(var(--input-height, 56px) * 18 / 56);
transform: translateY(0);
transition: 0.125s linear all;
`,S=p.Z.div`
--input-gap: 8px;
--input-height: 56px;
--input-max-width: 320px;
--input-font-size: 15px;
--input-line-height: 24px;
--input-padding-x: 16px;
--input-padding-y: 16px;
--input-border-radius: 8px;
--input-border-color: ${h.r.colors.gray200};
display: flex;
gap: var(--input-gap, 8px);
max-width: var(--input-max-width, 320px);
font-weight: 400;
* {
box-sizing: border-box;
}
.input_date-input_container {
position: relative;
display: flex;
align-items: center;
width: 100%;
height: var(--input-height, 56px);
max-width: calc((100% / 3) - (var(--input-gap, 8px) * 2 / 3));
line-height: var(--input-line-height, 24px);
padding: var(--input-padding-y, 16px) var(--input-padding-x, 16px);
border-radius: var(--input-border-radius, 8px);
border: 1px solid var(--input-border-color, ${h.r.colors.gray200});
.input_date-input_placeholder {
${w}
}
.input_date-input {
${y}
}
&:has([disabled]) {
pointer-events: none;
}
&.input_date-input_shrink {
--input-padding-y: 7px;
align-items: flex-end;
.input_date-input_placeholder {
${k}
}
.input_date-input {
${E}
}
}
&.input_date-input_active {
border-color: ${h.r.colors.primary600};
box-shadow: 0px 0px 5px ${h.r.colors.primary400};
transition: 0.25s linear all;
}
&.input_date-input_error {
border-color: ${h.r.colors.red600};
}
}
`,I=a("+QaA");c().extend(I);let{BACKSPACE:D,SPACEBAR:M,ZERO:V}={BACKSPACE:8,SPACEBAR:32,ZERO:48},formatInputDateValue=(e,t)=>{if(void 0===e)return null;if("string"==typeof e){let a=c()(e,t,!0);return a.isValid()?a.toDate():null}let a=c()(e);return a.isValid()?a.toDate():null},formatInputDateValueString=(e,t)=>{if(!e)return[void 0,void 0,void 0];let a=c()(e);return a.format(t).split("/")},T=(0,n.forwardRef)((e,t)=>{let{id:a,name:r,locale:s=m.L.Vietnam,className:u,style:p,defaultValue:h,value:y,onChange:E,error:w,disabled:k,labelTuples:I,placeholderTuples:T,onFocus:N,onBlur:z,autoComplete:_="off"}=e,j=(0,i.a)(e,["id","name","locale","className","style","defaultValue","value","onChange","error","disabled","labelTuples","placeholderTuples","onFocus","onBlur","autoComplete"]),[O,$]=(0,n.useState)(-1),F=(0,n.useRef)([]),[B,L]=(0,n.useState)(formatInputDateValue(h||y,g.I[s].dateFormat)),[A,H]=(0,n.useState)(["","",""]),[Z,P]=(0,n.useState)(()=>getInputDateInputDisabled(formatInputDateValueString(h||y,g.I[s].dateFormat))),{dateFormat:W}=(0,n.useMemo)(()=>(null===g.I||void 0===g.I?void 0:g.I[s])||g.I["vi-VN"],[s]),R=(0,n.useMemo)(()=>W.split("/"),[W]),Y=(0,n.useMemo)(()=>formatInputDateValueString(h,W),[h,W]),q=(0,n.useMemo)(()=>R.map((e,t)=>(null==I?void 0:I[t])||b[e]),[I]),U=(0,n.useMemo)(()=>R.map((e,t)=>(null==T?void 0:T[t])||e),[T]),G=(0,n.useCallback)(()=>{var e,t;if(0===O||-1===O)return;let a=null===(e=F.current)||void 0===e?void 0:e[O];a&&a.blur();let i=null===(t=F.current)||void 0===t?void 0:t[O-1];i&&i.focus()},[O]),K=(0,n.useCallback)(()=>{var e,t;if(O===R.length-1)return;let a=null===(e=F.current)||void 0===e?void 0:e[O];a&&a.blur();let i=null===(t=F.current)||void 0===t?void 0:t[O+1];i&&i.focus()},[O,R]),J=(0,n.useCallback)(()=>{let e=0;requestAnimationFrame(function changeFocus(){let t=F.current[O],a=F.current[O+1],i=Z[O+1];a&&1!==e&&(i&&(requestAnimationFrame(changeFocus),e++),t.value.length===t.maxLength&&K())})},[...Z,O,K]),Q=(0,n.useCallback)(e=>{let t=e||A,a=R.map((e,a)=>{let i=t[a];return i}).filter(Boolean).join("/"),i=c()(a,W,!0);i.isValid()?(L(i.toDate()),null==E||E(i.toDate(),a)):(L(null),null==E||E(a,a))},[R,W,...A]),X=(0,n.useCallback)(e=>t=>{let a=t.target.value,i=[...A];if(!a){i[e]="",H(i),Q(i),0===e&&P(C);return}if(!a.trim().match(v))return;let n=R[e];x[n](a,t=>{i[e]=t,P(getInputDateInputDisabled(i)),H(i),J()}),Q(i)},[...A,R,J,Q]),ee=(0,n.useCallback)(e=>{let t=e.target,a=F.current.findIndex(e=>e===t);-1!==a&&$(a),0===a&&(null==N||N(e))},[...A,R,N]),et=(0,n.useCallback)(e=>{$(-1);let t=e.target,a=F.current.findIndex(e=>e===t);if(-1!==a){let e=t.value,i=[...A];""!==e&&(i[a]=String(e).padStart(t.maxLength,"0"),P(getInputDateInputDisabled(i)),H(i),Q(i))}(2===a||0===a&&(!(null==A?void 0:A[0])||A.every(Boolean))||1===a&&(!(null==A?void 0:A[1])||A.every(Boolean)))&&requestAnimationFrame(()=>{null==z||z(e)})},[...A,O,R,B,z]),ea=(0,n.useCallback)(e=>{let t=F.current[O];"0"===t.value&&(e.keyCode===V||"0"===e.key)&&e.preventDefault(),e.keyCode!==D&&"Backspace"!==e.key||t.value||G(),(e.keyCode===M||" "===e.key||"Spacebar"===e.key||"Space"===e.key)&&e.preventDefault()},[O,G,K]),ei=(0,n.useCallback)(e=>{let t=e.target,a=F.current.findIndex(e=>e===t);if(-1===a){let e=""!==A.join("")?F.current.length-1:0;F.current[e].focus(),$(e);return}F.current[a].focus(),$(a)},[...A,F.current,Y]);return(0,n.useEffect)(()=>{L(formatInputDateValue(y,W))},[y,W]),(0,n.useEffect)(()=>{if(B){let e=formatInputDateValueString(B,W);H(e),P(getInputDateInputDisabled(e))}},[B,W]),(0,n.useImperativeHandle)(t,()=>F.current[0],[]),n.createElement(S,Object.assign({className:u,style:p,onClick:ei},j),R.map((e,t)=>{let i=q[t],s=null==Y?void 0:Y[t],c=A[t],u=Z[t],p=U[t],h=e.length;return n.createElement(l.x,{key:e,className:o()("input_date-input_container",{"input_date-input_active":O===t,"input_date-input_shrink":!!c,"input_date-input_error":w}),sx:e=>({input:Object.assign(Object.assign({},(0,d.G)(e)[d.C.LEADGEN].p2),{fontWeight:d.F.halfBold,color:e.colors.gray[9]})})},n.createElement(f.T,{className:"input_date-input_placeholder",as:"span",size:c?"p3":"p2",variant:"secondary",weight:"halfBold"},i),n.createElement("input",{ref:e=>F.current[t]=e,name:`${a||""}-${r||""}-${e}`,type:"text",inputMode:"numeric",defaultValue:s,value:c,maxLength:h,disabled:k||u,placeholder:p,onChange:X(t),onBlur:et,onFocus:ee,onKeyDown:ea,className:"input_date-input",autoComplete:_}))}))})},IlJR:function(e,t,a){a.d(t,{L:function(){return LastPeriod}});var i=a("vEfc"),n=a("q1tI");let LastPeriod=e=>{var{isMarryBaby:t,size:a=24}=e,l=(0,i.a)(e,["isMarryBaby","size"]);let r=Object.assign({width:a,height:a},l);return t?n.createElement("svg",Object.assign({viewBox:"0 0 33 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r),n.createElement("path",{d:"M26.954 27.37H8.18a2.353 2.353 0 0 1-2.347-2.347V8.597A2.353 2.353 0 0 1 8.181 6.25l11.803 2.347 6.97-2.347A2.354 2.354 0 0 1 29.3 8.597v16.426a2.353 2.353 0 0 1-2.346 2.347",fill:"#E0E9FB"}),n.createElement("path",{d:"M22.706 22.677H6.256c-1.337 0-2.229-1.338-1.736-2.582l1.314-3.285V8.597A2.353 2.353 0 0 1 8.181 6.25h16.426a2.353 2.353 0 0 1 2.346 2.347v8.213l-1.642 4.107a2.81 2.81 0 0 1-2.605 1.76",fill:"#FFE9F1"}),n.createElement("path",{d:"M24.607 28.074H8.18a3.044 3.044 0 0 1-3.05-3.05c0-.4.304-.705.703-.705.4 0 .704.305.704.704 0 .915.728 1.643 1.643 1.643h16.426c.915 0 1.643-.728 1.643-1.643v-2.346c0-.4.305-.704.703-.704.4 0 .704.305.704.704v2.346c0 1.69-1.36 3.05-3.05 3.05",fill:"#202135"}),n.createElement("path",{d:"M24.607 5.547h-.47v-.47A1.883 1.883 0 0 0 22.26 3.2a1.883 1.883 0 0 0-1.877 1.877v2.347c0 1.032.845 1.877 1.877 1.877a.69.69 0 0 0 .704-.704.69.69 0 0 0-.704-.704.47.47 0 0 1-.469-.47V5.078a.47.47 0 0 1 .47-.47.47.47 0 0 1 .469.47V6.25c0 .4.305.704.704.704h1.173c.915 0 1.643.728 1.643 1.643v6.406a8.8 8.8 0 0 1-.61 3.215l-.963 2.417a2.14 2.14 0 0 1-1.97 1.337H6.256c-.4 0-.751-.187-.962-.516a1.22 1.22 0 0 1-.118-1.103l.657-1.619c.47-1.197.728-2.464.728-3.754V8.597c0-.915.727-1.643 1.642-1.643h1.174a.69.69 0 0 0 .704-.704.69.69 0 0 0-.704-.703H8.204a3.044 3.044 0 0 0-3.05 3.05v6.406a8.8 8.8 0 0 1-.61 3.215l-.657 1.62c-.329.797-.211 1.689.258 2.416a2.59 2.59 0 0 0 2.135 1.127h16.45a3.49 3.49 0 0 0 3.261-2.206l.962-2.417c.47-1.197.728-2.464.728-3.755V8.597a3.08 3.08 0 0 0-3.074-3.05",fill:"#202135"}),n.createElement("path",{d:"M12.874 9.301a.69.69 0 0 0 .704-.704.69.69 0 0 0-.704-.704.47.47 0 0 1-.469-.47V5.078a.47.47 0 0 1 .47-.47.47.47 0 0 1 .469.47V6.25c0 .4.305.704.704.704h4.693a.69.69 0 0 0 .704-.704.69.69 0 0 0-.704-.703h-3.99v-.47A1.883 1.883 0 0 0 12.875 3.2a1.883 1.883 0 0 0-1.877 1.877v2.347c0 1.032.845 1.877 1.877 1.877",fill:"#202135"}),n.createElement("path",{d:"M21.087 16.81a1.16 1.16 0 0 1-1.173-1.173c0-.657.516-1.174 1.173-1.174s1.174.517 1.174 1.174-.517 1.173-1.174 1.173",fill:"#E85388"}),n.createElement("path",{d:"M11.7 13.29a1.16 1.16 0 0 1-1.172-1.173c0-.657.516-1.173 1.173-1.173s1.173.516 1.173 1.173-.516 1.173-1.173 1.173m4.694 0a1.16 1.16 0 0 1-1.173-1.173c0-.657.516-1.173 1.173-1.173s1.173.516 1.173 1.173-.516 1.173-1.173 1.173m4.693 0a1.16 1.16 0 0 1-1.173-1.173c0-.657.516-1.173 1.173-1.173s1.174.516 1.174 1.173-.517 1.173-1.174 1.173m-9.386 3.52a1.16 1.16 0 0 1-1.173-1.173c0-.657.516-1.174 1.173-1.174s1.173.517 1.173 1.174-.516 1.173-1.173 1.173m4.693 0a1.16 1.16 0 0 1-1.173-1.173c0-.657.516-1.174 1.173-1.174s1.173.517 1.173 1.174-.516 1.173-1.173 1.173m3.778 3.403c-.657 0-1.08-.47-.962-1.056.117-.587.727-1.056 1.384-1.056s1.08.469.963 1.056c-.118.586-.728 1.056-1.385 1.056m-4.693 0c-.657 0-1.08-.47-.962-1.056.117-.587.727-1.056 1.384-1.056s1.08.469.962 1.056c-.117.586-.727 1.056-1.384 1.056m-5.655-1.056c-.118.586.305 1.056.962 1.056s1.267-.47 1.384-1.056c.118-.587-.305-1.056-.962-1.056s-1.267.469-1.384 1.056",fill:"#9898A9"})):n.createElement("svg",Object.assign({viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r),n.createElement("rect",{y:"2.235",width:"22.05",height:"17.15",rx:"2",fill:"#E3F2FF"}),n.createElement("path",{d:"M0 4.235a2 2 0 0 1 2-2h18.05a2 2 0 0 1 2 2V5.91H0z",fill:"#2D87F3"}),n.createElement("path",{d:"M17.135 1h-.05c-.553 0-1.001.449-1.001 1.002v1.637a1 1 0 0 0 1.001 1.001h.05c.553 0 1.002-.448 1.002-1.001V2.002c0-.553-.449-1.002-1.002-1.002M4.275 4.64h.05c.553 0 1.002-.448 1.002-1.001V2.002C5.327 1.449 4.878 1 4.325 1h-.05c-.553 0-1.002.449-1.002 1.002v1.637c0 .553.449 1.001 1.002 1.001",fill:"#284A75"}),n.createElement("path",{d:"M4.717 9.752H3.96a.627.627 0 0 0-.627.627v.894c0 .346.28.627.627.627h.757a.627.627 0 0 0 .627-.627v-.894a.627.627 0 0 0-.627-.627m4.17 0h-.758a.627.627 0 0 0-.627.627v.894c0 .346.281.627.627.627h.758a.627.627 0 0 0 .627-.627v-.894a.627.627 0 0 0-.627-.627m4.168 0h-.757a.627.627 0 0 0-.627.627v.894c0 .346.28.627.627.627h.757a.627.627 0 0 0 .627-.627v-.894a.627.627 0 0 0-.627-.627m4.434 0h-.758a.627.627 0 0 0-.626.627v.894c0 .346.28.627.626.627h.758a.627.627 0 0 0 .627-.627v-.894a.627.627 0 0 0-.627-.627M4.675 13.635h-.757a.627.627 0 0 0-.627.627v.894c0 .346.28.627.627.627h.757c.346 0 .627-.28.627-.627v-.894a.627.627 0 0 0-.627-.627m4.169 0h-.757a.627.627 0 0 0-.627.627v.894c0 .346.28.627.627.627h.757c.346 0 .627-.28.627-.627v-.894a.627.627 0 0 0-.627-.627m4.169 0h-.757a.627.627 0 0 0-.627.627v.894c0 .346.28.627.627.627h.757c.346 0 .627-.28.627-.627v-.894a.627.627 0 0 0-.627-.627m4.434 0h-.757a.627.627 0 0 0-.627.627v.894c0 .346.28.627.627.627h.757c.346 0 .627-.28.627-.627v-.894a.627.627 0 0 0-.627-.627",fill:"#2B62CD"}),n.createElement("path",{d:"M20.36 13.836c-.734-.081-.88 1.444-1.905 2.66-.6.713-1.388 1.914-1.49 2.978-.097 1.02.186 3.508 3.23 3.704q.52.03 1.038-.037c3.027-.562 2.92-3.343 2.63-4.326-.3-1.026-1.272-2.093-1.879-2.66-1.122-1.045-.936-2.244-1.624-2.32",fill:"#FF6F4D"}),n.createElement("path",{d:"M22.14 17.4c.057.214-.222.393-.387.059-.14-.284-.08-.38.029-.404.114-.026.31.168.358.345",fill:"#fff"}))}},"4BRW":function(e,t,a){var i,n;a.d(t,{L:function(){return i}}),(n=i||(i={})).Vietnam="vi-VN",n.Indonesia="id-ID",n.Malaysia="ms-MY",n.Cambodia="km-KH",n.PhilippinesEnglish="en-PH",n.PhilippinesTagalog="tl-PH",n.Thailand="th-TH",n.Myanmar="my-MM",n.Taiwan="zh-TW",n.India="hi-IN",n.Singapore="zh-SG"},CkW8:function(e,t,a){a.d(t,{M:function(){return MobileBottomNavigationIcon},S:function(){return h}});var i=a("vEfc"),n=a("q1tI"),l=a("uzh1"),r=a("iBNF"),o=a("AeFk"),s=a("rBCA"),c=a("CL9C");let d=o.F4`
from {
transform: translateY(100%);
visibility: visible;
}
to {
transform: translateY(0);
}
`,u=o.F4`
from {
transform: translate(0, 0);
}
to {
visibility: hidden;
transform: translate(0, 100%);
}
`,p=s.Z.div`
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
justify-items: center;
gap: 4px;
.mobile-navigation-label {
font-weight: 500;
font-size: 10px;
line-height: 16px;
color: ${r.r.colors.gray600};
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 60px;
text-align: center;
${c.M.mbDown} {
max-width: 60px;
}
}
.mobile-navigation-icon {
position: relative;
height: 24px;
&[data-no-label='true'] {
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0px;
gap: 16px;
width: 40px;
height: 40px;
}
}
&[data-is-special='true'] {
display: flex;
flex-direction: row;
align-items: center;
padding: 4px 12px 4px 6px;
gap: 4px;
min-width: 152px;
height: 32px;
/* Neutral/Neutral-50 */
background: ${r.r.colors.primary50};
border-radius: 20px;
flex-grow: 1;
.mobile-navigation-icon {
&[data-no-label='true'] {
width: 24px;
height: 24px;
}
}
.mobile-navigation-label {
max-width: max-content;
color: ${r.r.colors.primaryBase};
}
}
&[data-is-active='true'] {
.mobile-navigation-label {
color: ${r.r.colors.primaryBase};
}
}
&[data-is-disabled='true'] {
opacity: 0.2;
}
`,h=s.Z.div`
z-index: 100;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
max-height: ${({height:e})=>e}px;
min-height: ${({height:e})=>e}px;
display: flex;
height: 100%;
align-items: center;
justify-content: space-evenly;
background-color: ${r.r.colors.white};
@supports (padding-bottom: env(safe-area-inset-bottom)) {
min-height: calc(${({height:e})=>e}px + env(safe-area-inset-bottom));
max-height: calc(${({height:e})=>e}px + env(safe-area-inset-bottom));
padding-bottom: env(safe-area-inset-bottom);
}
a {
text-decoration: none;
}
&[data-is-collapsed='true'] {
animation: ${u} 500ms ease-in-out forwards;
}
&[data-is-collapsed='false'] {
animation: ${d} 500ms ease-in-out forwards;
}
&[data-template='health-tool'] {
height: ${({height:e})=>e}px;
max-height: ${({height:e})=>e}px;
min-height: ${({height:e})=>e}px;
justify-content: space-between;
& > div {
flex: 0;
}
}
`,m=s.Z.span`
position: absolute;
left: 100%;
transform: translate(-10px, calc(-50% + 3px));
background-color: ${r.r.colors.green800};
border-radius: 32px;
border: 2px solid ${r.r.colors.white};
padding: 1px 4px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 20px;
aspect-ratio: 1;
&[data-no-label='true'] {
left: 0;
transform: translate(22px, -50%);
}
`;s.Z.div`
position: absolute;
top: 0;
left: 0;
height: 3px;
background-color: ${r.r.colors.primaryBase};
transition: width 150ms linear;
`,s.Z.div`
a {
text-decoration: none;
}
`;let MobileBottomNavigationIcon=e=>{var{badgeAmount:t,disabled:a=!1,hasBadge:o=!1,icon:s,isActive:c=!1,isSpecial:d=!1,label:u}=e,h=(0,i.a)(e,["badgeAmount","disabled","hasBadge","icon","isActive","isSpecial","label"]);return n.createElement(p,Object.assign({"data-is-special":d,"data-is-active":c,"data-is-disabled":a},h),n.createElement("div",{className:"mobile-navigation-icon","data-no-label":!u},o&&n.createElement(m,{"data-no-label":!u},n.createElement(l.T,{size:"s5",weight:"semiBold",color:d?r.r.colors.primaryBase:r.r.colors.white},t)),s),u&&n.createElement("span",{className:"mobile-navigation-label"},u))}},"E+gi":function(e,t,a){a.d(t,{L:function(){return LanguageSwitcher},S:function(){return SiteWideBanner},V:function(){return H},a:function(){return VideoPlayerModal},i:function(){return isInternalLink}});var i=a("q1tI"),n=a("aHnw"),l=a("rBCA"),r=a("iBNF"),o=a("uzh1"),s=a("Wbba"),c=a("vEfc"),d=a("W9Px"),u=a("HG5m"),p=a("/npG"),h=a("OAL+"),m=a("Eso5"),g=a("mYVa"),f=a("0D4Z"),v=a("RZSM"),b=a("HC7W"),x=a("SPK5"),C=a("Vsct"),y=a("sFNn"),E=a("aoqy"),w=a("p4EI"),k=a("TWAq"),S=a("yUew"),I=a("xrdX"),D=a("OWiL"),M=a("JIJ2"),V=a("CL9C");let T=["hellobacsi.com","hellosehat.com","hellodoktor.com","hellokrupet.com","hellodoctor.com.ph","hellokhunmor.com","hellosayarwon.com","helloyishi.com.tw","helloswasthya.com","hellojiankang.com","marrybaby.vn","hellohealth.questionpro.com","hellobacsivn.page.link"],isInternalLink=(e="")=>T.some(t=>new URL(e).origin.endsWith(t)),N=l.Z.a`
display: inline-flex;
position: relative;
flex-direction: row;
align-items: center;
padding: 7px 11px;
gap: 2px;
background: ${r.r.colors.white};
border: 1px solid ${r.r.colors.neutral100};
border-radius: 20px;
color: ${r.r.colors.gray600};
font-weight: 600;
font-size: 12px;
line-height: 18px;
text-decoration: none;
cursor: pointer;
`,z=l.Z.div`
position: relative;
display: inline-block;
`,_=l.Z.div`
position: relative;
`,j=l.Z.div`
position: absolute;
z-index: 21;
top: 100%;
right: 0;
width: 327px;
padding: 8px;
background: white;
border-radius: 4px;
filter: drop-shadow(0px 8px 40px rgba(0, 0, 0, 0.1));
&[data-is-open='false'] {
display: none;
}
&[data-show-indicator='true'] {
&:before {
position: absolute;
right: 11px;
bottom: 100%;
width: 0;
height: 0;
border: 0.5rem solid transparent;
border-top: none;
border-bottom-color: #fff;
content: '';
filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}
}
`,O=l.Z.div`
display: flex;
height: 40px;
align-items: center;
justify-content: space-between;
padding: 0 16px;
border-radius: ${r.r.borderRadius};
cursor: pointer;
.check-icon {
width: 16px;
height: 16px;
}
&[data-selected='false'] {
background-color: ${r.r.colors.gray100};
}
`,$=l.Z.div`
position: fixed;
z-index: 20;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: default;
`,TooltipSelection=({options:e,label:t,labelRenderer:a,selected:n,onChange:l,showSelected:r=!0,style:c={},showIndicator:d=!0})=>{let[u,p]=(0,i.useState)(!1);return i.createElement(i.Fragment,null,i.createElement(z,null,i.createElement(_,{onClick:()=>p(e=>!e)},t||(null==a?void 0:a(u))||null,i.createElement(j,{"data-is-open":u,style:c,"data-show-indicator":d},e.map((e,t)=>i.createElement(O,{key:t,"data-selected":r&&n===e.value,onClick:t=>{n!==e.value&&(l(e.value),p(e=>!e)),t.stopPropagation()}},i.createElement(o.T,{size:"p3"},e.label),r&&n===e.value&&i.createElement("img",{src:s.C.getAssetPath("check.svg"),alt:"check",className:"check-icon",loading:"lazy"})))))),u&&i.createElement($,{onClick:()=>p(!1)}))},LanguageSwitcher=({languageOptions:e,locale:t})=>{var a,n;let l=null==e?void 0:e.find(e=>e.locale===t);return(null==e?void 0:e.length)?i.createElement(TooltipSelection,{options:e,selected:l.value,label:i.createElement(LanguageLabel,{locale:t,label:l.label||(null===(n=null===(a=t.split("-"))||void 0===a?void 0:a[0])||void 0===n?void 0:n.toUpperCase())}),onChange:e=>{"undefined"!=typeof window&&(window.location.href=e)},style:{width:100},showSelected:!0,showIndicator:!1}):null},LanguageLabel=({locale:e,label:t,href:a})=>{var l,r,o;return i.createElement(N,{href:a},i.createElement(n.F,{country:null===(r=null===(l=null==e?void 0:e.split("-"))||void 0===l?void 0:l[1])||void 0===r?void 0:r.toUpperCase(),width:16,height:16,rounded:!0,language:null===(o=null==e?void 0:e.split("-"))||void 0===o?void 0:o[0]}),i.createElement("span",null,t))},normalizeVideoItemData=e=>{var t,a,i,n,l,r,o,s;let c=e.thumbnail||e.imageMedium||e.image||e.imageThumbnail||"";return Object.assign(Object.assign(Object.assign(Object.assign({id:null!==(t=e.id)&&void 0!==t?t:"",videoId:null!==(a=e.videoId)&&void 0!==a?a:"",url:e.url,title:null!==(i=e.title)&&void 0!==i?i:"",type:null!==(n=e.type)&&void 0!==n?n:u.V.VIDEO},null!=e.totalView&&e.totalView>0?{totalView:e.totalView}:{}),{description:null!==(l=e.description)&&void 0!==l?l:"",createTime:null!==(r=e.createTime)&&void 0!==r?r:""}),null!=e.duration&&e.duration>0?{duration:e.duration}:{}),{image:c,imageMedium:c,imageThumbnail:c,active:null!==(o=e.active)&&void 0!==o&&o,articleLink:null!==(s=e.articleLink)&&void 0!==s?s:""})};var F=(0,p.k)((e,{layout:t,radius:a})=>({root:{display:"block",transition:"all .3s ease","&, & *":{borderRadius:null!=a?a:4},[e.fn.largerThan("sm")]:{"&:hover":Object.assign(Object.assign({},"overlay"===t&&{".overlay-info":{transform:"translateY(-10px)"}}),{".item-overlay-wrapper":{backgroundColor:"rgba(0,0,0,0.4)"}})}},inner:Object.assign({display:"flex",gap:8,"&, *":{pointerEvents:"none !important"}},"horizon"===t?{gap:16,alignItems:"center"}:{flexDirection:"column"}),itemThumbImg:{width:"100%",height:"100%",objectFit:"cover"},thumbFrame:{backgroundColor:"#000"},thumbWrapper:Object.assign({},"horizon"===t&&{width:64,flexShrink:0}),overlayWrapper:{transition:"all .3s ease"},overlay:{position:"absolute",left:0,bottom:0,right:0,backgroundImage:"linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 100%)",minHeight:96,padding:"16px 12px",display:"flex",alignItems:"flex-end"},overlayInfo:{transition:"all .3s ease"},title:Object.assign({},"overlay"===t&&{color:"#fff"}),subTitle:Object.assign({span:{margin:"0 4px",position:"relative",color:"#595959","&:before":{content:'"."',position:"absolute",top:-5,fontSize:"14px"}}},"overlay"===t&&{color:"#fff"})}));let B=16/9,L=240/431;function buildVideoSubtitle({totalView:e,createTime:t,formatTotalView:a}){return["number"==typeof e&&e>0?a(e):null,t].filter(Boolean).join(' ')}let ShortsItem=e=>{var{data:t,layout:a,styles:n,loading:l=!1,radius:r=4,hideInfo:s=!1}=e,d=(0,c.a)(e,["data","layout","styles","loading","radius","hideInfo"]);let{title:u,totalView:p,imageMedium:b,createTime:x}=t,{classes:E,cx:w}=F({layout:a,radius:r},{name:"VideoItem__ShortsItem",styles:n}),{t:k}=(0,y.u)(),S=(0,i.useMemo)(()=>buildVideoSubtitle({totalView:p,createTime:x,formatTotalView:e=>k("common.totalView",{number:(0,C.a)(e)})}),[x,k,p]),I=!!S,D=!s&&(l||!!u||I),M=i.createElement(h.K,{spacing:4,className:w(E.overlayInfo,"overlay-info")},i.createElement(m.x,{sx:{position:"relative",minHeight:l&&!u?(0,g.h)(44):void 0}},i.createElement(o.T,{size:"s3",className:w(E.title),lineClamp:2,sx:{visibility:l&&u?"hidden":"visible"}},u),l&&i.createElement(m.x,{sx:{position:"absolute",left:0,right:0,top:0,display:"flex",flexDirection:"column",gap:4}},i.createElement(f.O,{height:22,radius:"sm"}),i.createElement(f.O,{height:22,radius:"sm"}))),(I||l)&&i.createElement(m.x,{sx:{position:"relative",minHeight:l&&!I?(0,g.h)(16):void 0}},I&&i.createElement(o.T,{className:E.subTitle,size:"n1",sx:{visibility:l?"hidden":"visible"},dangerouslySetInnerHTML:{__html:S}}),l&&i.createElement(m.x,{sx:{position:"absolute",left:0,top:0,right:0}},i.createElement(f.O,{height:16,width:"55%",radius:"sm"}))));return i.createElement(m.x,Object.assign({},d,{className:E.root}),i.createElement(m.x,{className:E.inner},i.createElement("div",{className:E.thumbWrapper},i.createElement(v.o,{ratio:L,className:E.thumbFrame},i.createElement(m.x,{sx:{position:"relative",width:"100%",height:"100%"}},i.createElement("img",{src:b||"",className:E.itemThumbImg,alt:u,loading:"lazy",style:{visibility:l?"hidden":"visible"}}),l&&i.createElement(m.x,{sx:{position:"absolute",top:0,left:0,right:0,bottom:0,borderRadius:r,overflow:"hidden",zIndex:1}},i.createElement(f.O,{height:"100%",radius:"sm",sx:{display:"block",lineHeight:1}}))),i.createElement(m.x,{className:w(E.overlayWrapper,"item-overlay-wrapper")},i.createElement(m.x,{className:w(E.overlay,"item-overlay")},"overlay"===a&&D&&M)))),"overlay"!==a&&D&&M))},Play=e=>{var{size:t=24,color:a=r.r.colors.neutral600}=e,n=(0,c.a)(e,["size","color"]);return i.createElement("svg",Object.assign({width:t,height:t,viewBox:"0 0 47 48",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),i.createElement("path",{d:"M23.297 43.153c10.55 0 19.103-8.64 19.103-19.298S33.847 4.557 23.297 4.557 4.193 13.197 4.193 23.855s8.553 19.298 19.104 19.298",fill:a,fillOpacity:".75"}),i.createElement("path",{d:"m19.477 16.136 11.462 7.719-11.462 7.72z",fill:"#fff",stroke:"#fff",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round"}))};var A=(0,p.k)((e,{active:t,layout:a,radius:i,useVideoTypeThumbnail:n})=>{let l=null!=i?i:4;return{root:{display:"block",borderRadius:l,[e.fn.largerThan("sm")]:{"&:hover":{[`.${(0,b.A)("overlay")}`]:Object.assign({},!t&&{backgroundColor:"rgba(0, 0, 0, .4)"})}}},inner:Object.assign(Object.assign({display:"flex",gap:8,"&, *":{pointerEvents:"none !important"}},"default"===a&&{flexDirection:"column"}),"horizon"===a&&{gap:12,[e.fn.largerThan("sm")]:{gap:24}}),thumb:Object.assign({},"horizon"===a&&{width:140,flexShrink:0,[e.fn.largerThan("sm")]:{width:164}}),thumbWrapper:{},thumbFrame:Object.assign({},n&&{backgroundColor:"#000"}),thumbMedia:{position:"relative",width:"100%",height:"100%",overflow:"hidden"},thumbBgImage:{position:"absolute",top:0,left:0,width:"100%",height:"100%",objectFit:"cover",transform:"scale(1.1)",filter:"blur(2px)",opacity:.4},thumbImage:Object.assign({width:"100%",height:"100%",objectFit:n?"contain":"cover"},n&&{position:"relative",zIndex:1}),title:{lineHeight:(0,g.h)(22)},subTitle:{span:{margin:"0 4px",position:"relative","&:before":{content:'"."',position:"absolute",top:-5,fontSize:"14px"}}},overlay:{ref:(0,b.A)("overlay"),position:"absolute",top:0,left:0,right:0,bottom:0,zIndex:3,backgroundColor:t?"rgba(0, 0, 0, .55)":"transparent",transition:"all .2s ease",".play-icon path":{"&:first-child":{fill:"#262626"}}},duration:{position:"absolute",zIndex:2,background:"#262626",borderRadius:l,bottom:4,right:4,padding:`${(0,g.h)(1)} ${(0,g.h)(4)}`},durationTxt:{color:"#fff"}}});let VideoItem$1=e=>{var{isMobile:t,data:a,styles:n,className:l,classNames:r,layout:d,radius:u=4,playIcon:p,hideInfo:b=!1,loading:E=!1,useVideoTypeThumbnail:w=!1}=e,k=(0,c.a)(e,["isMobile","data","styles","className","classNames","layout","radius","playIcon","hideInfo","loading","useVideoTypeThumbnail"]);let{title:S,imageMedium:I,createTime:D,totalView:M,active:V,duration:T}=a,{locale:N,t:z}=(0,y.u)(),{cx:_,classes:j,theme:O}=A({active:V,layout:d,radius:u,useVideoTypeThumbnail:w},{name:"VideoItem__VideoItem",classNames:r,styles:n}),$=p||Play,F=(0,i.useMemo)(()=>({visible:!!(null!=M&&M>0||D),formated:buildVideoSubtitle({totalView:M,createTime:D,formatTotalView:e=>z("common.totalView",{number:(0,C.a)(e)})})}),[D,z,M]),L=s.C.getAssetPath(`videoThumbDefault/${N}.jpg`),H=I||L,handleThumbError=e=>{e.currentTarget.src=L},Z=null!=T&&"number"==typeof T&&T>0?function(e=0){let t=Math.floor(e/3600),a=Math.floor((e-3600*t)/60),i=e-3600*t-60*a,n=String(t),l=String(a),r=String(i);return t<10&&(n="0"+t),a<10&&(l="0"+a),i<10&&(r="0"+i),(t>0?n+":":"")+l+":"+r}(T):void 0,P=!b&&(E||!!S||F.visible);return i.createElement(m.x,Object.assign({},k,{className:_(l,j.root)}),i.createElement(m.x,{className:j.inner},i.createElement(m.x,{className:j.thumbWrapper},i.createElement(m.x,{className:j.thumb,sx:()=>({position:"relative","div, img":{borderRadius:u}})},i.createElement(m.x,{sx:{position:"relative",width:"100%"}},i.createElement(v.o,{ratio:B,className:j.thumbFrame},i.createElement(m.x,{className:j.thumbMedia},w&&i.createElement("img",{loading:"lazy",src:H,alt:"","aria-hidden":!0,className:j.thumbBgImage,style:{visibility:E?"hidden":"visible"},onError:handleThumbError}),i.createElement("img",{loading:"lazy",src:H,alt:S,className:j.thumbImage,style:{visibility:E?"hidden":"visible"},onError:handleThumbError}))),E&&i.createElement(m.x,{sx:{position:"absolute",top:0,left:0,right:0,bottom:0,borderRadius:u,overflow:"hidden",zIndex:2}},i.createElement(f.O,{height:"100%",radius:"sm",sx:{display:"block",lineHeight:1}}))),Z&&i.createElement(m.x,{className:j.duration,sx:{zIndex:E?3:void 0}},i.createElement(m.x,{sx:{position:"relative"}},i.createElement(o.T,{size:"n1",className:j.durationTxt,sx:{visibility:E?"hidden":"visible"}},Z),E&&i.createElement(m.x,{sx:{position:"absolute",inset:0,display:"flex",alignItems:"center",justifyContent:"center"}},i.createElement(f.O,{width:40,height:14,radius:"sm"})))),i.createElement(x.k,{className:j.overlay,align:"center",justify:"center",sx:{visibility:E?"hidden":"visible"}},V?i.createElement(o.T,{size:"s3",weight:"semiBold",color:"#fff"},z("common.playing")):i.createElement($,{className:"play-icon",size:t?32:46})))),P&&i.createElement(h.K,{className:"video-info",sx:{[O.fn.largerThan("sm")]:{gap:4},gap:2}},i.createElement(m.x,{sx:{position:"relative",minHeight:E&&!S?(0,g.h)(44):void 0}},i.createElement(o.T,{className:j.title,size:"s3",color:V?O.fn.primaryColor():"#262626",weight:"semiBold",lineClamp:2,sx:{visibility:E&&S?"hidden":"visible"}},S),E&&i.createElement(m.x,{sx:{position:"absolute",left:0,right:0,top:0,display:"flex",flexDirection:"column",gap:4}},i.createElement(f.O,{height:22,radius:"sm"}),i.createElement(f.O,{height:22,radius:"sm"}))),(F.visible||E)&&i.createElement(m.x,{sx:{position:"relative",minHeight:E&&!F.visible?(0,g.h)(16):void 0}},F.visible&&i.createElement(o.T,{className:j.subTitle,size:"n1",color:"#595959",sx:{visibility:E?"hidden":"visible"},dangerouslySetInnerHTML:{__html:F.formated}}),E&&i.createElement(m.x,{sx:{position:"absolute",left:0,top:0,right:0}},i.createElement(f.O,{height:16,width:"55%",radius:"sm"}))))))},VideoPlayerModal=e=>{var{data:t,isMobile:a,forceType:n}=e,l=(0,c.a)(e,["data","isMobile","forceType"]);let{url:r}=t,o=(0,E.i)(),s=null!=n?n===u.V.SHORTS:(0,w.i)(r);return i.createElement(k.M,Object.assign({size:s?a?360:375:1128,withCloseButton:!0,styles:e=>({header:{padding:0,paddingBottom:8,backgroundColor:"transparent",border:0,[e.fn.smallerThan("sm")]:{position:"absolute",top:10,right:10}},body:Object.assign({padding:0},!s&&{overflow:"hidden"}),content:Object.assign(Object.assign({boxShadow:"none",backgroundColor:"transparent",borderRadius:0},!s&&{overflow:"hidden"}),{[e.fn.largerThan("sm")]:{position:"relative"}}),heading:{[e.fn.smallerThan("sm")]:{}},inner:{zIndex:d.Z+2,[e.fn.smallerThan("sm")]:{padding:0}},close:{color:"#fff",backgroundColor:"#000",borderRadius:"50%",width:24,height:24,display:"flex",justifyContent:"center",alignItems:"center",transition:"all .3s ease",svg:{width:"18px !important",height:"18px !important"},"&:hover":{backgroundColor:"#fff",color:"#000"}},overlay:{zIndex:d.Z+1,[e.fn.smallerThan("sm")]:{backgroundColor:"rgba(0, 0, 0, 0.85)"}}})},l),i.createElement(S.S,{key:r,url:r||"",autoPlay:"ios"!==o,forceType:n}))},H=(0,i.forwardRef)((e,t)=>{var{data:a,layout:n="default",disableDefaultFn:l,redirectToLandingPage:r,onClick:o,dataEventCategory:s,dataEventAction:p,dataEventLabel:h,isMobile:m,loading:g,hideInfo:f=!1,useVideoTypeThumbnail:v=!1,forceTypeModal:b}=e,x=(0,c.a)(e,["data","layout","disableDefaultFn","redirectToLandingPage","onClick","dataEventCategory","dataEventAction","dataEventLabel","isMobile","loading","hideInfo","useVideoTypeThumbnail","forceTypeModal"]);let C=(0,i.useMemo)(()=>normalizeVideoItemData(a),[a]),{articleLink:E,id:w,videoId:k,title:S,url:D,type:M}=C,[V,T]=(0,i.useState)(!1),N=!!E||""!==w&&null!=w,z=E||(N?`/videos/${M}/?id=${w}`:"#"),{locale:_}=(0,y.u)(),j=(0,i.useMemo)(()=>null!=h?h:E||N?`https://${I.v[_]}${z}`:D,[h,E,N,z,_,D]),O=(0,i.useMemo)(()=>{if("Click to Pin Video"===p)return{"data-event-category":null!=s?s:"Hamburger Navigation","data-event-action":"Click to Pin Video - Exit","data-event-label":null!=j?j:D}},[p,s,j,D]),persistVideoDetailForLanding=()=>{localStorage.setItem(d.f,JSON.stringify({articleLink:E,id:w,videoId:k,title:S,url:D,type:M}))};(0,i.useImperativeHandle)(t,()=>({open:()=>{if(!E){if(r){persistVideoDetailForLanding();return}T(!0)}},close:()=>T(!1)}),[E,r,w,k,S,D,M]);let $={component:"a",href:z,target:E?"_blank":"_self","data-event-category":s,"data-event-action":p,"data-event-label":j,onClick:l?o:E?void 0:e=>{if(r){persistVideoDetailForLanding();return}e.preventDefault(),T(!0)}};return i.createElement(i.Fragment,null,M!==u.V.SHORTS||v?i.createElement(VideoItem$1,Object.assign({},x,$,{layout:n,data:C,isMobile:m,loading:g,hideInfo:f,useVideoTypeThumbnail:v})):i.createElement(ShortsItem,Object.assign({},x,$,{data:C,layout:n,isMobile:m,loading:g,hideInfo:f})),!E&&i.createElement(VideoPlayerModal,{opened:!!V,data:C,onClose:()=>T(!1),isMobile:m,forceType:b,closeButtonProps:O,overlayProps:O}))});H.displayName="VideoItem";let Z=s.C.getAssetPath("sitewide/vn-public-desktop.png"),P=l.Z.div`
position: relative;
display: flex;
overflow: hidden;
align-items: center;
background-color: ${e=>e.bgColor||"#284a75"};
background-position: center;
background-size: cover;
transition: height 0.25s;
&[data-is-mobile='true'] {
justify-content: flex-start;
}
&[data-is-mobile='false'] {
justify-content: center;
}
&[data-is-collapse='false'] {
height: 64px;
}
&[data-is-collapse='true'] {
height: 0;
}
${V.M.mbDown} {
&[data-is-collapse='false'] {
height: 48px;
}
}
&[data-is-vn-public-day='true'] {
background-color: ${r.r.colors.red900};
${V.M.mbDown} {
overflow: hidden;
}
${V.M.mbUp} {
background-image: url(${Z});
background-repeat: no-repeat;
background-size: cover;
.vn-bg {
display: none;
}
}
}
.banner-full {
object-fit: cover;
height: 100%;
}
& > a {
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
text-decoration: none;
}
> a + .site-wide-content {
width: 100%;
}
.content {
padding-right: 48px;
color: white;
a {
color: white;
}
&[data-is-mobile='true'] {
font-size: 14px;
}
${V.M.mbDown} {
line-height: 18px;
}
}
.close-icon {
position: absolute;
right: 0px;
width: 64px;
height: 64px;
padding: 0 20px;
cursor: pointer;
}
[data-event-category] {
* {
pointer-events: none !important;
}
}
`,W=l.Z.div`
max-width: 100px;
margin-right: 16px;
.image-wrapper {
display: inline-block;
overflow: hidden;
max-width: 100px;
padding: 8px 0 4px 16px;
img {
width: 64px;
height: 64px;
object-fit: contain;
&[data-is-mobile='true'] {
width: 52px;
height: 52px;
}
}
}
`,R={daily:1,weekly:7,"bi-weekly":14},SiteWideBanner=({site:e="discover",banner:t,isMobile:a,onClose:n,currentUrl:l})=>{var r;let{link:s,icon:c,content:d,type:u,layoutType:p,bannerDesktop:h,bannerMobile:m,backgroundColor:g,bannerDisplayFrequency:f}=t||{},[v,b]=(0,i.useState)(!0),x=(0,i.useMemo)(()=>`${e}-disable-sitewide-${u}`,[u]),C=(0,i.useCallback)(e=>{e.preventDefault(),M.Z.set(x,"true",{expires:R[f]}),b(!1),null==n||n()},[l,x,f]),y=null===(r=/]*href=["']([^"']*)["']/g.exec(d))||void 0===r?void 0:r[1];return((0,i.useEffect)(()=>{"true"===M.Z.get(x)&&b(!1)},[null==t?void 0:t.type]),d&&v)?i.createElement(P,{"data-is-mobile":a,"data-is-collapse":!v,id:"sitewide-container",bgColor:g},i.createElement("a",{className:"no-replace-click","data-event-category":"Header Banner","data-event-action":"Link Click","data-event-label":l,href:s||y},"icon-text"===p?i.createElement(i.Fragment,null,c&&i.createElement(W,{className:"site-wide-content"},i.createElement("div",{className:"image-wrapper"},i.createElement("img",{src:c,className:"icon",loading:"lazy","data-is-mobile":a,alt:"",width:64,height:64}))),i.createElement("div",{className:"site-wide-content"},d&&i.createElement(o.T,{size:"s3",className:"content","data-is-mobile":a,dangerouslySetInnerHTML:{__html:d},lineClamp:2,styles:{root:{fontFamily:`Inter, -apple-system,
BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell,
'Helvetica Neue', sans-serif;`}}}))):i.createElement("img",{src:a?m:h,className:"banner-full",loading:"lazy","data-is-mobile":a,alt:""})),i.createElement(D.Z,{color:"#fff",size:24,className:"close-icon","data-event-category":"Header Banner","data-event-action":"Close Click","data-vars-event-label":l,onClick:C})):null}},APIX:function(e,t,a){a.d(t,{S:function(){return Spinner}});var i=a("vEfc"),n=a("q1tI");let Spinner=e=>{var{size:t=24,color:a,isMarryBaby:l}=e,r=(0,i.a)(e,["size","color","isMarryBaby"]);return n.createElement("svg",Object.assign({style:{display:"block",shapeRendering:"auto"},width:t,height:t,viewBox:"30 30 40 40",preserveAspectRatio:"xMidYMid"},r),n.createElement("circle",{cx:"50",cy:"50",fill:"none",stroke:a||(l?"#e85388":"#91caff"),strokeWidth:"7",r:"16",strokeDasharray:"75.39822368615503 27.132741228718345"},n.createElement("animateTransform",{attributeName:"transform",type:"rotate",repeatCount:"indefinite",dur:"1.2s",values:"0 50 50;360 50 50",keyTimes:"0;1"})))};Spinner.defaultProps={size:24}},oQGW:function(e,t,a){a.d(t,{V:function(){return Visible}});var i=a("q1tI");let Visible=e=>i.createElement("svg",Object.assign({width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor"},e),i.createElement("path",{d:"M11.9994 4C5.14139 4 1.88509 9.87864 1.09509 11.5566C0.963094 11.8366 0.963094 12.1614 1.09509 12.4414C1.88509 14.1204 5.14139 20 11.9994 20C18.8334 20 22.0919 14.1629 22.8959 12.4609C23.0339 12.1679 23.0339 11.8321 22.8959 11.5391C22.0919 9.83706 18.8334 4 11.9994 4ZM11.9994 7C14.7604 7 16.9994 9.239 16.9994 12C16.9994 14.761 14.7604 17 11.9994 17C9.23839 17 6.99939 14.761 6.99939 12C6.99939 9.239 9.23839 7 11.9994 7ZM11.9994 9C11.2037 9 10.4407 9.31607 9.87807 9.87868C9.31546 10.4413 8.99939 11.2044 8.99939 12C8.99939 12.7956 9.31546 13.5587 9.87807 14.1213C10.4407 14.6839 11.2037 15 11.9994 15C12.795 15 13.5581 14.6839 14.1207 14.1213C14.6833 13.5587 14.9994 12.7956 14.9994 12C14.9994 11.2044 14.6833 10.4413 14.1207 9.87868C13.5581 9.31607 12.795 9 11.9994 9Z"}))},"6h7I":function(e,t,a){a.r(t),a.d(t,{default:function(){return i}});var i={"1st":[3.2,4.1,4.8,5.4,5.8,6.1,6.4,6.7,6.9,7.1,7.3,7.5,7.6,7.8,8,8.1,8.3,8.4,8.6,8.7,8.9,9,9.2,9.3,9.5,9.6,9.7,9.9,10,10.1,10.3,10.4,10.5,10.6,10.7,10.8,11,11.1,11.2,11.3,11.4,11.5,11.7,11.8,11.9,12,12.1,12.2,12.3,12.4,12.5,12.6,12.7,12.9,13,13.1,13.2,13.3,13.4,13.5],"3rd":[3.4,4.4,5.1,5.6,6.1,6.4,6.7,7,7.2,7.5,7.7,7.8,8,8.2,8.4,8.5,8.7,8.9,9,9.2,9.3,9.5,9.7,9.8,10,10.1,10.2,10.4,10.5,10.7,10.8,10.9,11.1,11.2,11.3,11.4,11.6,11.7,11.8,11.9,12.1,12.2,12.3,12.4,12.5,12.7,12.8,12.9,13,13.1,13.3,13.4,13.5,13.6,13.7,13.8,13.9,14.1,14.2,14.3],"5th":[3.6,4.5,5.2,5.8,6.2,6.6,6.9,7.2,7.4,7.7,7.9,8.1,8.2,8.4,8.6,8.8,8.9,9.1,9.3,9.4,9.6,9.8,9.9,10.1,10.2,10.4,10.5,10.7,10.8,11,11.1,11.2,11.4,11.5,11.6,11.8,11.9,12,12.2,12.3,12.4,12.5,12.7,12.8,12.9,13,13.2,13.3,13.4,13.5,13.7,13.8,13.9,14,14.1,14.3,14.4,14.5,14.6,14.7],"15th":[3.9,4.9,5.6,6.2,6.7,7.1,7.4,7.7,7.9,8.2,8.4,8.6,8.8,9,9.2,9.4,9.6,9.7,9.9,10.1,10.3,10.5,10.6,10.8,11,11.1,11.3,11.5,11.6,11.8,11.9,12.1,12.2,12.4,12.5,12.7,12.8,12.9,13.1,13.2,13.4,13.5,13.6,13.8,13.9,14.1,14.2,14.3,14.5,14.6,14.7,14.9,15,15.2,15.3,15.4,15.6,15.7,15.8,16],"25th":[4.1,5.1,5.9,6.5,7,7.4,7.7,8,8.3,8.5,8.7,9,9.2,9.4,9.6,9.8,10,10.1,10.3,10.5,10.7,10.9,11.1,11.3,11.4,11.6,11.8,12,12.1,12.3,12.4,12.6,12.8,12.9,13.1,13.2,13.4,13.5,13.7,13.8,14,14.1,14.3,14.4,14.6,14.7,14.9,15,15.2,15.3,15.4,15.6,15.7,15.9,16,16.2,16.3,16.5,16.6,16.7],"50th":[4.5,5.6,6.4,7,7.5,7.9,8.3,8.6,8.9,9.2,9.4,9.6,9.9,10.1,10.3,10.5,10.7,10.9,11.1,11.3,11.5,11.8,12,12.2,12.4,12.5,12.7,12.9,13.1,13.3,13.5,13.7,13.8,14,14.2,14.3,14.5,14.7,14.8,15,15.2,15.3,15.5,15.7,15.8,16,16.2,16.3,16.5,16.7,16.8,17,17.2,17.3,17.5,17.7,17.8,18,18.2,18.3],"75th":[4.9,6,6.9,7.6,8.1,8.5,8.9,9.3,9.6,9.9,10.1,10.4,10.6,10.9,11.1,11.3,11.6,11.8,12,12.2,12.5,12.7,12.9,13.1,13.3,13.6,13.8,14,14.2,14.4,14.6,14.8,15,15.2,15.4,15.6,15.8,15.9,16.1,16.3,16.5,16.7,16.9,17.1,17.3,17.4,17.6,17.8,18,18.2,18.4,18.6,18.8,19,19.2,19.3,19.5,19.7,19.9,20.1],"85th":[5.1,6.3,7.2,7.9,8.4,8.9,9.3,9.6,10,10.3,10.5,10.8,11.1,11.3,11.6,11.8,12,12.3,12.5,12.7,13,13.2,13.4,13.7,13.9,14.1,14.4,14.6,14.8,15,15.2,15.5,15.7,15.9,16.1,16.3,16.5,16.7,16.9,17.1,17.3,17.5,17.7,17.9,18.1,18.3,18.5,18.7,18.9,19.1,19.3,19.5,19.7,19.9,20.1,20.3,20.5,20.7,20.9,21.1],"95th":[5.5,6.8,7.7,8.4,9,9.5,9.9,10.3,10.6,10.9,11.2,11.5,11.8,12.1,12.3,12.6,12.9,13.1,13.4,13.6,13.9,14.2,14.4,14.7,14.9,15.2,15.4,15.7,15.9,16.2,16.4,16.6,16.9,17.1,17.3,17.5,17.8,18,18.2,18.4,18.6,18.9,19.1,19.3,19.5,19.8,20,20.2,20.4,20.7,20.9,21.1,21.4,21.6,21.8,22.1,22.3,22.5,22.8,23],"97th":[5.7,7,7.9,8.6,9.2,9.7,10.2,10.5,10.9,11.2,11.5,11.8,12.1,12.4,12.7,12.9,13.2,13.5,13.7,14,14.3,14.5,14.8,15.1,15.3,15.6,15.9,16.1,16.4,16.6,16.9,17.1,17.3,17.6,17.8,18,18.3,18.5,18.7,19,19.2,19.4,19.7,19.9,20.1,20.4,20.6,20.9,21.1,21.3,21.6,21.8,22.1,22.3,22.5,22.8,23,23.3,23.5,23.8],"99th":[6,7.4,8.3,9.1,9.7,10.2,10.7,11.1,11.4,11.8,12.1,12.4,12.7,13,13.3,13.6,13.9,14.2,14.4,14.7,15,15.3,15.6,15.9,16.1,16.4,16.7,17,17.3,17.5,17.8,18,18.3,18.6,18.8,19.1,19.3,19.6,19.8,20.1,20.3,20.6,20.8,21.1,21.3,21.6,21.9,22.1,22.4,22.6,22.9,23.2,23.4,23.7,24,24.2,24.5,24.8,25,25.3]}},gnja:function(e,t,a){a.r(t),a.d(t,{default:function(){return i}});var i={"1st":[2.3,2.4,2.7,2.9,3.2,3.4,3.6,3.8,4,4.2,4.4,4.5,4.7,4.8],"3rd":[2.5,2.6,2.8,3.1,3.4,3.6,3.8,4.1,4.3,4.4,4.6,4.8,4.9,5.1],"5th":[2.6,2.7,3,3.2,3.5,3.7,4,4.2,4.4,4.6,4.8,4.9,5.1,5.2],"15th":[2.9,3,3.2,3.5,3.8,4.1,4.3,4.5,4.7,4.9,5.1,5.3,5.5,5.6],"25th":[3,3.2,3.4,3.7,4,4.3,4.5,4.8,5,5.2,5.4,5.6,5.7,5.9],"50th":[3.3,3.5,3.8,4.1,4.4,4.7,4.9,5.2,5.4,5.6,5.8,6,6.2,6.4],"75th":[3.7,3.8,4.1,4.5,4.8,5.1,5.4,5.6,5.9,6.1,6.3,6.5,6.7,6.9],"85th":[3.9,4,4.3,4.7,5,5.3,5.6,5.9,6.2,6.4,6.6,6.8,7,7.2],"95th":[4.2,4.4,4.7,5.1,5.4,5.8,6.1,6.4,6.6,6.9,7.1,7.3,7.5,7.7],"97th":[4.3,4.5,4.9,5.2,5.6,5.9,6.3,6.5,6.8,7.1,7.3,7.5,7.7,7.9],"99th":[4.6,4.8,5.1,5.5,5.9,6.3,6.6,6.9,7.2,7.4,7.7,7.9,8.1,8.3]}},"/e25":function(e,t,a){a.r(t),a.d(t,{default:function(){return i}});var i={"1st":[7.5,9.3,10.8,12.2,13.5,15.2,17,18.7,20.4,22.2],"3rd":[7.8,9.8,11.4,12.9,14.3,16.1,17.9,19.8,21.6,23.6],"5th":[8.1,10.1,11.8,13.3,14.7,16.6,18.4,20.4,22.3,24.4],"15th":[8.6,10.8,12.7,14.3,16,17.9,19.9,22,24.2,26.6],"25th":[9,11.3,13.2,15,16.7,18.8,20.9,23.1,25.4,28],"50th":[9.6,12.2,14.3,16.3,18.3,20.5,22.9,25.4,28.1,31.2],"75th":[10.4,13.1,15.6,17.8,20.1,22.5,25.2,28.1,31.3,34.9],"85th":[10.8,13.7,16.3,18.7,21.1,23.6,26.5,29.7,33.2,37.3],"95th":[11.5,14.7,17.5,20.2,23,25.8,29.1,32.7,36.9,41.9],"97th":[11.8,15.1,18,20.9,23.8,26.7,30.1,34,38.6,43.9],"99th":[12.4,15.9,19.1,22.1,25.3,28.5,32.3,36.7,42,48.3]}},nEqQ:function(e,t,a){a.r(t),a.d(t,{default:function(){return i}});var i={"-3SD":[3.2,4.1,4.8,5.4,5.8,6.1,6.4,6.7,6.9,7.1,7.3,7.5,7.6,7.8,8,8.1,8.3,8.4,8.6,8.7,8.9,9,9.2,9.3,9.5,9.6,9.7,9.9,10,10.1,10.3,10.4,10.5,10.6,10.7,10.8,11,11.1,11.2,11.3,11.4,11.5,11.7,11.8,11.9,12,12.1,12.2,12.3,12.4,12.5,12.6,12.7,12.9,13,13.1,13.2,13.3,13.4,13.5],"-2SD":[3.4,4.4,5.1,5.6,6.1,6.4,6.7,7,7.2,7.5,7.7,7.8,8,8.2,8.4,8.5,8.7,8.9,9,9.2,9.3,9.5,9.7,9.8,10,10.1,10.2,10.4,10.5,10.7,10.8,10.9,11.1,11.2,11.3,11.4,11.6,11.7,11.8,11.9,12.1,12.2,12.3,12.4,12.5,12.7,12.8,12.9,13,13.1,13.3,13.4,13.5,13.6,13.7,13.8,13.9,14.1,14.2,14.3],"-1SD":[3.6,4.5,5.2,5.8,6.2,6.6,6.9,7.2,7.4,7.7,7.9,8.1,8.2,8.4,8.6,8.8,8.9,9.1,9.3,9.4,9.6,9.8,9.9,10.1,10.2,10.4,10.5,10.7,10.8,11,11.1,11.2,11.4,11.5,11.6,11.8,11.9,12,12.2,12.3,12.4,12.5,12.7,12.8,12.9,13,13.2,13.3,13.4,13.5,13.7,13.8,13.9,14,14.1,14.3,14.4,14.5,14.6,14.7],"0Median":[3.9,4.9,5.6,6.2,6.7,7.1,7.4,7.7,7.9,8.2,8.4,8.6,8.8,9,9.2,9.4,9.6,9.7,9.9,10.1,10.3,10.5,10.6,10.8,11,11.1,11.3,11.5,11.6,11.8,11.9,12.1,12.2,12.4,12.5,12.7,12.8,12.9,13.1,13.2,13.4,13.5,13.6,13.8,13.9,14.1,14.2,14.3,14.5,14.6,14.7,14.9,15,15.2,15.3,15.4,15.6,15.7,15.8,16],"1SD":[4.1,5.1,5.9,6.5,7,7.4,7.7,8,8.3,8.5,8.7,9,9.2,9.4,9.6,9.8,10,10.1,10.3,10.5,10.7,10.9,11.1,11.3,11.4,11.6,11.8,12,12.1,12.3,12.4,12.6,12.8,12.9,13.1,13.2,13.4,13.5,13.7,13.8,14,14.1,14.3,14.4,14.6,14.7,14.9,15,15.2,15.3,15.4,15.6,15.7,15.9,16,16.2,16.3,16.5,16.6,16.7],"2SD":[4.5,5.6,6.4,7,7.5,7.9,8.3,8.6,8.9,9.2,9.4,9.6,9.9,10.1,10.3,10.5,10.7,10.9,11.1,11.3,11.5,11.8,12,12.2,12.4,12.5,12.7,12.9,13.1,13.3,13.5,13.7,13.8,14,14.2,14.3,14.5,14.7,14.8,15,15.2,15.3,15.5,15.7,15.8,16,16.2,16.3,16.5,16.7,16.8,17,17.2,17.3,17.5,17.7,17.8,18,18.2,18.3],"3SD":[4.9,6,6.9,7.6,8.1,8.5,8.9,9.3,9.6,9.9,10.1,10.4,10.6,10.9,11.1,11.3,11.6,11.8,12,12.2,12.5,12.7,12.9,13.1,13.3,13.6,13.8,14,14.2,14.4,14.6,14.8,15,15.2,15.4,15.6,15.8,15.9,16.1,16.3,16.5,16.7,16.9,17.1,17.3,17.4,17.6,17.8,18,18.2,18.4,18.6,18.8,19,19.2,19.3,19.5,19.7,19.9,20.1]}},ASOe:function(e,t,a){a.r(t),a.d(t,{default:function(){return i}});var i={"-3SD":[2.3,2.4,2.7,2.9,3.2,3.4,3.6,3.8,4,4.2,4.4,4.5,4.7,4.8],"-2SD":[2.5,2.6,2.8,3.1,3.4,3.6,3.8,4.1,4.3,4.4,4.6,4.8,4.9,5.1],"-1SD":[2.6,2.7,3,3.2,3.5,3.7,4,4.2,4.4,4.6,4.8,4.9,5.1,5.2],"0Median":[2.9,3,3.2,3.5,3.8,4.1,4.3,4.5,4.7,4.9,5.1,5.3,5.5,5.6],"1SD":[3,3.2,3.4,3.7,4,4.3,4.5,4.8,5,5.2,5.4,5.6,5.7,5.9],"2SD":[3.3,3.5,3.8,4.1,4.4,4.7,4.9,5.2,5.4,5.6,5.8,6,6.2,6.4],"3SD":[3.7,3.8,4.1,4.5,4.8,5.1,5.4,5.6,5.9,6.1,6.3,6.5,6.7,6.9]}},QN3K:function(e,t,a){a.r(t),a.d(t,{default:function(){return i}});var i={"-3SD":[7.5,9.3,10.8,12.2,13.5,15.2,17,18.7,20.4,22.2],"-2SD":[7.8,9.8,11.4,12.9,14.3,16.1,17.9,19.8,21.6,23.6],"-1SD":[8.1,10.1,11.8,13.3,14.7,16.6,18.4,20.4,22.3,24.4],"0Median":[8.6,10.8,12.7,14.3,16,17.9,19.9,22,24.2,26.6],"1SD":[9,11.3,13.2,15,16.7,18.8,20.9,23.1,25.4,28],"2SD":[9.6,12.2,14.3,16.3,18.3,20.5,22.9,25.4,28.1,31.2],"3SD":[10.4,13.1,15.6,17.8,20.1,22.5,25.2,28.1,31.3,34.9]}},"4qfg":function(e,t,a){a.r(t),a.d(t,{default:function(){return i}});var i={"1st":[3,3.8,4.4,4.8,5.2,5.5,5.8,6,6.2,6.4,6.6,6.8,6.9,7.1,7.3,7.4,7.6,7.8,7.9,8.1,8.2,8.4,8.5,8.7,8.9,9,9.2,9.3,9.5,9.6,9.7,9.9,10,10.1,10.3,10.4,10.5,10.6,10.8,10.9,11,11.1,11.3,11.4,11.5,11.6,11.7,11.8,11.9,12.1,12.2,12.3,12.4,12.5,12.6,12.7,12.8,12.9,13.1,13.2],"3rd":[3.2,4,4.6,5.1,5.5,5.8,6.1,6.3,6.6,6.8,7,7.1,7.3,7.5,7.7,7.8,8,8.2,8.3,8.5,8.7,8.8,9,9.2,9.3,9.5,9.6,9.8,10,10.1,10.3,10.4,10.5,10.7,10.8,11,11.1,11.2,11.4,11.5,11.6,11.8,11.9,12,12.1,12.3,12.4,12.5,12.6,12.8,12.9,13,13.1,13.2,13.4,13.5,13.6,13.7,13.8,14],"5th":[3.3,4.1,4.7,5.2,5.6,6,6.3,6.5,6.8,7,7.2,7.3,7.5,7.7,7.9,8.1,8.2,8.4,8.6,8.7,8.9,9.1,9.2,9.4,9.6,9.8,9.9,10.1,10.2,10.4,10.5,10.7,10.8,11,11.1,11.3,11.4,11.6,11.7,11.8,12,12.1,12.2,12.4,12.5,12.6,12.8,12.9,13,13.2,13.3,13.4,13.5,13.7,13.8,13.9,14,14.2,14.3,14.4],"15th":[3.6,4.5,5.1,5.6,6.1,6.4,6.7,7,7.3,7.5,7.7,7.9,8.1,8.3,8.5,8.7,8.8,9,9.2,9.4,9.6,9.8,9.9,10.1,10.3,10.5,10.7,10.8,11,11.2,11.3,11.5,11.7,11.8,12,12.1,12.3,12.5,12.6,12.8,12.9,13.1,13.2,13.4,13.5,13.7,13.8,14,14.1,14.3,14.4,14.5,14.7,14.8,15,15.1,15.3,15.4,15.5,15.7],"25th":[3.8,4.7,5.4,5.9,6.4,6.7,7,7.3,7.6,7.8,8,8.2,8.4,8.6,8.8,9,9.2,9.4,9.6,9.8,10,10.2,10.4,10.6,10.8,10.9,11.1,11.3,11.5,11.7,11.9,12,12.2,12.4,12.5,12.7,12.9,13,13.2,13.4,13.5,13.7,13.9,14,14.2,14.3,14.5,14.7,14.8,15,15.1,15.3,15.4,15.6,15.8,15.9,16.1,16.2,16.4,16.5],"50th":[4.2,5.1,5.8,6.4,6.9,7.3,7.6,7.9,8.2,8.5,8.7,8.9,9.2,9.4,9.6,9.8,10,10.2,10.4,10.6,10.9,11.1,11.3,11.5,11.7,11.9,12.1,12.3,12.5,12.7,12.9,13.1,13.3,13.5,13.7,13.9,14,14.2,14.4,14.6,14.8,15,15.2,15.3,15.5,15.7,15.9,16.1,16.3,16.4,16.6,16.8,17,17.2,17.3,17.5,17.7,17.9,18,18.2],"75th":[4.6,5.6,6.4,7,7.5,7.9,8.3,8.6,8.9,9.2,9.5,9.7,10,10.2,10.4,10.7,10.9,11.1,11.4,11.6,11.8,12,12.3,12.5,12.7,12.9,13.2,13.4,13.6,13.8,14.1,14.3,14.5,14.7,14.9,15.1,15.3,15.6,15.8,16,16.2,16.4,16.6,16.8,17,17.3,17.5,17.7,17.9,18.1,18.3,18.5,18.7,18.9,19.1,19.3,19.6,19.8,20,20.2],"85th":[4.8,5.9,6.7,7.3,7.8,8.3,8.7,9,9.3,9.6,9.9,10.2,10.4,10.7,10.9,11.2,11.4,11.6,11.9,12.1,12.4,12.6,12.8,13.1,13.3,13.6,13.8,14,14.3,14.5,14.7,15,15.2,15.4,15.7,15.9,16.1,16.3,16.6,16.8,17,17.3,17.5,17.7,17.9,18.2,18.4,18.6,18.9,19.1,19.3,19.5,19.8,20,20.2,20.4,20.7,20.9,21.1,21.3],"95th":[5.2,6.3,7.2,7.9,8.4,8.9,9.4,9.7,10.1,10.4,10.7,11,11.3,11.5,11.8,12.1,12.3,12.6,12.9,13.1,13.4,13.6,13.9,14.2,14.4,14.7,15,15.2,15.5,15.7,16,16.2,16.5,16.8,17,17.3,17.5,17.8,18,18.3,18.6,18.8,19.1,19.3,19.6,19.9,20.1,20.4,20.6,20.9,21.2,21.4,21.7,22,22.2,22.5,22.7,23,23.3,23.5],"97th":[5.4,6.5,7.4,8.1,8.7,9.2,9.6,10,10.4,10.7,11,11.3,11.6,11.9,12.2,12.5,12.7,13,13.3,13.5,13.8,14.1,14.3,14.6,14.9,15.2,15.4,15.7,16,16.2,16.5,16.8,17,17.3,17.6,17.8,18.1,18.4,18.6,18.9,19.2,19.5,19.7,20,20.3,20.6,20.8,21.1,21.4,21.7,22,22.2,22.5,22.8,23.1,23.3,23.6,23.9,24.2,24.4],"99th":[5.7,6.9,7.8,8.6,9.2,9.7,10.2,10.6,11,11.3,11.7,12,12.3,12.6,12.9,13.2,13.5,13.8,14.1,14.4,14.6,14.9,15.2,15.5,15.8,16.1,16.4,16.7,17,17.3,17.6,17.8,18.1,18.4,18.7,19,19.3,19.6,19.9,20.2,20.5,20.8,21.1,21.4,21.7,22,22.3,22.6,22.9,23.2,23.5,23.9,24.2,24.5,24.8,25.1,25.4,25.7,26,26.3]}},QlmJ:function(e,t,a){a.r(t),a.d(t,{default:function(){return i}});var i={"1st":[2.3,2.3,2.5,2.7,2.9,3.1,3.3,3.5,3.7,3.8,4,4.1,4.2,4.3],"3rd":[2.4,2.5,2.7,2.9,3.1,3.3,3.5,3.7,3.9,4.1,4.2,4.3,4.5,4.6],"5th":[2.5,2.6,2.8,3,3.3,3.5,3.7,3.8,4,4.2,4.3,4.5,4.6,4.7],"15th":[2.8,2.9,3.1,3.3,3.5,3.8,4,4.2,4.4,4.5,4.7,4.8,5,5.1],"25th":[2.9,3,3.2,3.5,3.7,4,4.2,4.4,4.6,4.7,4.9,5.1,5.2,5.4],"50th":[3.2,3.3,3.6,3.8,4.1,4.3,4.6,4.8,5,5.2,5.4,5.5,5.7,5.8],"75th":[3.6,3.7,3.9,4.2,4.5,4.8,5,5.2,5.5,5.7,5.8,6,6.2,6.4],"85th":[3.7,3.9,4.1,4.4,4.7,5,5.3,5.5,5.7,5.9,6.1,6.3,6.5,6.7],"95th":[4,4.2,4.5,4.8,5.1,5.4,5.7,5.9,6.2,6.4,6.6,6.8,7,7.2],"97th":[4.2,4.4,4.6,5,5.3,5.6,5.9,6.1,6.4,6.6,6.8,7,7.2,7.4],"99th":[4.4,4.6,4.9,5.3,5.6,5.9,6.2,6.5,6.7,7,7.2,7.4,7.6,7.8]}},UrCI:function(e,t,a){a.r(t),a.d(t,{default:function(){return i}});var i={"1st":[6.8,8.7,10.4,11.8,13.2,14.6,16.1,17.8,19.8,22.2],"3rd":[7.1,9.2,11,12.5,14,15.5,17,18.9,21.1,23.7],"5th":[7.3,9.4,11.3,12.9,14.4,16,17.6,19.5,21.8,24.5],"15th":[7.9,10.1,12.1,14,15.7,17.4,19.2,21.3,23.9,26.9],"25th":[8.2,10.6,12.7,14.7,16.5,18.3,20.2,22.5,25.3,28.5],"50th":[8.9,11.5,13.9,16.1,18.2,20.2,22.4,25,28.2,31.9],"75th":[9.7,12.5,15.1,17.7,20.2,22.4,24.9,28,31.7,35.9],"85th":[10.2,13.1,15.9,18.6,21.3,23.7,26.5,29.8,33.9,38.5],"95th":[11,14.2,17.3,20.4,23.5,26.2,29.5,33.4,38.1,43.5],"97th":[11.3,14.6,17.8,21.1,24.4,27.3,30.8,34.9,40,45.7],"99th":[12,15.5,19,22.6,26.3,29.5,33.5,38.2,43.9,50.4]}},OmI2:function(e,t,a){a.r(t),a.d(t,{default:function(){return i}});var i={"-3SD":[3,3.8,4.4,4.8,5.2,5.5,5.8,6,6.2,6.4,6.6,6.8,6.9,7.1,7.3,7.4,7.6,7.8,7.9,8.1,8.2,8.4,8.5,8.7,8.9,9,9.2,9.3,9.5,9.6,9.7,9.9,10,10.1,10.3,10.4,10.5,10.6,10.8,10.9,11,11.1,11.3,11.4,11.5,11.6,11.7,11.8,11.9,12.1,12.2,12.3,12.4,12.5,12.6,12.7,12.8,12.9,13.1,13.2],"-2SD":[3.2,4,4.6,5.1,5.5,5.8,6.1,6.3,6.6,6.8,7,7.1,7.3,7.5,7.7,7.8,8,8.2,8.3,8.5,8.7,8.8,9,9.2,9.3,9.5,9.6,9.8,10,10.1,10.3,10.4,10.5,10.7,10.8,11,11.1,11.2,11.4,11.5,11.6,11.8,11.9,12,12.1,12.3,12.4,12.5,12.6,12.8,12.9,13,13.1,13.2,13.4,13.5,13.6,13.7,13.8,14],"-1SD":[3.3,4.1,4.7,5.2,5.6,6,6.3,6.5,6.8,7,7.2,7.3,7.5,7.7,7.9,8.1,8.2,8.4,8.6,8.7,8.9,9.1,9.2,9.4,9.6,9.8,9.9,10.1,10.2,10.4,10.5,10.7,10.8,11,11.1,11.3,11.4,11.6,11.7,11.8,12,12.1,12.2,12.4,12.5,12.6,12.8,12.9,13,13.2,13.3,13.4,13.5,13.7,13.8,13.9,14,14.2,14.3,14.4],"0Median":[3.6,4.5,5.1,5.6,6.1,6.4,6.7,7,7.3,7.5,7.7,7.9,8.1,8.3,8.5,8.7,8.8,9,9.2,9.4,9.6,9.8,9.9,10.1,10.3,10.5,10.7,10.8,11,11.2,11.3,11.5,11.7,11.8,12,12.1,12.3,12.5,12.6,12.8,12.9,13.1,13.2,13.4,13.5,13.7,13.8,14,14.1,14.3,14.4,14.5,14.7,14.8,15,15.1,15.3,15.4,15.5,15.7],"1SD":[3.8,4.7,5.4,5.9,6.4,6.7,7,7.3,7.6,7.8,8,8.2,8.4,8.6,8.8,9,9.2,9.4,9.6,9.8,10,10.2,10.4,10.6,10.8,10.9,11.1,11.3,11.5,11.7,11.9,12,12.2,12.4,12.5,12.7,12.9,13,13.2,13.4,13.5,13.7,13.9,14,14.2,14.3,14.5,14.7,14.8,15,15.1,15.3,15.4,15.6,15.8,15.9,16.1,16.2,16.4,16.5],"2SD":[4.2,5.1,5.8,6.4,6.9,7.3,7.6,7.9,8.2,8.5,8.7,8.9,9.2,9.4,9.6,9.8,10,10.2,10.4,10.6,10.9,11.1,11.3,11.5,11.7,11.9,12.1,12.3,12.5,12.7,12.9,13.1,13.3,13.5,13.7,13.9,14,14.2,14.4,14.6,14.8,15,15.2,15.3,15.5,15.7,15.9,16.1,16.3,16.4,16.6,16.8,17,17.2,17.3,17.5,17.7,17.9,18,18.2],"3SD":[4.6,5.6,6.4,7,7.5,7.9,8.3,8.6,8.9,9.2,9.5,9.7,10,10.2,10.4,10.7,10.9,11.1,11.4,11.6,11.8,12,12.3,12.5,12.7,12.9,13.2,13.4,13.6,13.8,14.1,14.3,14.5,14.7,14.9,15.1,15.3,15.6,15.8,16,16.2,16.4,16.6,16.8,17,17.3,17.5,17.7,17.9,18.1,18.3,18.5,18.7,18.9,19.1,19.3,19.6,19.8,20,20.2]}},hhWE:function(e,t,a){a.r(t),a.d(t,{default:function(){return i}});var i={"-3SD":[2.3,2.3,2.5,2.7,2.9,3.1,3.3,3.5,3.7,3.8,4,4.1,4.2,4.3],"-2SD":[2.4,2.5,2.7,2.9,3.1,3.3,3.5,3.7,3.9,4.1,4.2,4.3,4.5,4.6],"-1SD":[2.5,2.6,2.8,3,3.3,3.5,3.7,3.8,4,4.2,4.3,4.5,4.6,4.7],"0Median":[2.8,2.9,3.1,3.3,3.5,3.8,4,4.2,4.4,4.5,4.7,4.8,5,5.1],"1SD":[2.9,3,3.2,3.5,3.7,4,4.2,4.4,4.6,4.7,4.9,5.1,5.2,5.4],"2SD":[3.2,3.3,3.6,3.8,4.1,4.3,4.6,4.8,5,5.2,5.4,5.5,5.7,5.8],"3SD":[3.6,3.7,3.9,4.2,4.5,4.8,5,5.2,5.5,5.7,5.8,6,6.2,6.4]}},"z+6x":function(e,t,a){a.r(t),a.d(t,{default:function(){return i}});var i={"-3SD":[6.8,8.7,10.4,11.8,13.2,14.6,16.1,17.8,19.8,22.2],"-2SD":[7.1,9.2,11,12.5,14,15.5,17,18.9,21.1,23.7],"-1SD":[7.3,9.4,11.3,12.9,14.4,16,17.6,19.5,21.8,24.5],"0Median":[7.9,10.1,12.1,14,15.7,17.4,19.2,21.3,23.9,26.9],"1SD":[8.2,10.6,12.7,14.7,16.5,18.3,20.2,22.5,25.3,28.5],"2SD":[8.9,11.5,13.9,16.1,18.2,20.2,22.4,25,28.2,31.9],"3SD":[9.7,12.5,15.1,17.7,20.2,22.4,24.9,28,31.7,35.9]}},fz9V:function(e,t,a){a.d(t,{I:function(){return Instagram},W:function(){return WhatsApp}});var i=a("vEfc"),n=a("q1tI");let Instagram=e=>{var{size:t=24}=e,a=(0,i.a)(e,["size"]);return n.createElement("svg",Object.assign({width:t,height:t,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a),n.createElement("path",{d:"M24.8997 31.9831L7.13135 32C3.2223 32.0036 0.0213251 28.8088 0.016883 24.8997L2.96183e-06 7.13135C-0.00355072 3.2223 3.19121 0.0213251 7.10026 0.016883L24.8687 2.96183e-06C28.7777 -0.00355072 31.9787 3.19121 31.9831 7.10026L32 24.8687C32.0044 28.7786 28.8088 31.9796 24.8997 31.9831Z",fill:"url(#paint0_radial_1500_2234)"}),n.createElement("path",{d:"M24.8997 31.9831L7.13135 32C3.2223 32.0036 0.0213251 28.8088 0.016883 24.8997L2.96183e-06 7.13135C-0.00355072 3.2223 3.19121 0.0213251 7.10026 0.016883L24.8687 2.96183e-06C28.7777 -0.00355072 31.9787 3.19121 31.9831 7.10026L32 24.8687C32.0044 28.7786 28.8088 31.9796 24.8997 31.9831Z",fill:"url(#paint1_radial_1500_2234)"}),n.createElement("path",{d:"M16.0002 22.2191C12.5718 22.2191 9.78125 19.4295 9.78125 16.0002C9.78125 12.5709 12.5718 9.78125 16.0002 9.78125C19.4286 9.78125 22.2191 12.5709 22.2191 16.0002C22.2191 19.4295 19.4286 22.2191 16.0002 22.2191ZM16.0002 11.5581C13.5508 11.5581 11.5581 13.5508 11.5581 16.0002C11.5581 18.4496 13.5508 20.4423 16.0002 20.4423C18.4496 20.4423 20.4423 18.4496 20.4423 16.0002C20.4423 13.5508 18.4496 11.5581 16.0002 11.5581Z",fill:"white"}),n.createElement("path",{d:"M22.6637 10.6692C23.3997 10.6692 23.9963 10.0725 23.9963 9.33654C23.9963 8.60054 23.3997 8.00391 22.6637 8.00391C21.9277 8.00391 21.3311 8.60054 21.3311 9.33654C21.3311 10.0725 21.9277 10.6692 22.6637 10.6692Z",fill:"white"}),n.createElement("path",{d:"M21.3307 27.5491H10.6696C7.24121 27.5491 4.45068 24.7595 4.45068 21.3302V10.6691C4.45068 7.23983 7.24121 4.4502 10.6696 4.4502H21.3307C24.7591 4.4502 27.5496 7.23983 27.5496 10.6691V21.3302C27.5496 24.7595 24.7591 27.5491 21.3307 27.5491ZM10.6696 6.22704C8.22025 6.22704 6.22752 8.21976 6.22752 10.6691V21.3302C6.22752 23.7795 8.22025 25.7723 10.6696 25.7723H21.3307C23.78 25.7723 25.7728 23.7795 25.7728 21.3302V10.6691C25.7728 8.21976 23.78 6.22704 21.3307 6.22704H10.6696Z",fill:"white"}),n.createElement("defs",null,n.createElement("radialGradient",{id:"paint0_radial_1500_2234",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(11.8959 32.0231) scale(39.8892 39.8892)"},n.createElement("stop",{stopColor:"#FFDD55"}),n.createElement("stop",{offset:"0.328",stopColor:"#FF543F"}),n.createElement("stop",{offset:"0.348",stopColor:"#FC5245"}),n.createElement("stop",{offset:"0.504",stopColor:"#E64771"}),n.createElement("stop",{offset:"0.643",stopColor:"#D53E91"}),n.createElement("stop",{offset:"0.761",stopColor:"#CC39A4"}),n.createElement("stop",{offset:"0.841",stopColor:"#C837AB"})),n.createElement("radialGradient",{id:"paint1_radial_1500_2234",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(5.14928 -0.399517) scale(26.4865 17.6479)"},n.createElement("stop",{stopColor:"#4168C9"}),n.createElement("stop",{offset:"0.999",stopColor:"#4168C9",stopOpacity:"0"}))))},WhatsApp=e=>{var{size:t}=e,a=(0,i.a)(e,["size"]);return n.createElement("svg",Object.assign({width:t,height:t,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a),n.createElement("g",{clipPath:"url(#clip0_20894_2328)"},n.createElement("rect",{width:"32",height:"32",rx:"4",fill:"url(#paint0_linear_20894_2328)"}),n.createElement("path",{d:"M16.0002 4.37598C14.0016 4.37631 12.0384 4.90301 10.3079 5.90308C8.57753 6.90315 7.14102 8.34131 6.14294 10.0729C5.14487 11.8044 4.62043 13.7683 4.6224 15.7669C4.62436 17.7656 5.15266 19.7284 6.15415 21.458L4.60742 27.3789L10.6259 25.7847C12.1508 26.6014 13.8419 27.0597 15.5706 27.1247C17.2993 27.1897 19.02 26.8597 20.602 26.1597C22.184 25.4598 23.5855 24.4083 24.7001 23.0853C25.8146 21.7623 26.6128 20.2026 27.034 18.5248C27.4552 16.8469 27.4883 15.0952 27.1308 13.4026C26.7732 11.7101 26.0345 10.1213 24.9707 8.7572C23.9068 7.39306 22.546 6.28945 20.9916 5.53026C19.4372 4.77108 17.7301 4.37631 16.0002 4.37598ZM22.6917 22.4465C21.1639 23.9735 19.1599 24.9322 17.0123 25.1637C14.8647 25.3951 12.7024 24.8854 10.8844 23.719L7.38809 24.6463L8.28175 21.2311C7.23775 19.7599 6.63602 18.0209 6.54744 16.219C6.45887 14.4172 6.88715 12.6275 7.78181 11.061C8.67648 9.49441 10.0003 8.21621 11.5972 7.37695C13.1941 6.53769 14.9977 6.17234 16.7953 6.32396C18.593 6.47558 20.3098 7.13785 21.7436 8.23273C23.1774 9.32761 24.2684 10.8095 24.888 12.5038C25.5077 14.198 25.6302 16.0341 25.241 17.7957C24.8519 19.5573 23.9674 21.1709 22.6917 22.4465Z",fill:"white"}),n.createElement("path",{d:"M21.7015 18.7344C21.7021 18.9215 21.6862 19.1082 21.654 19.2926C21.6238 19.4794 21.5778 19.6634 21.5166 19.8425C21.3756 20.2405 20.6057 20.7279 20.6057 20.7279C20.0586 21.0921 19.4048 21.2616 18.7496 21.2091C18.596 21.1934 18.4434 21.1691 18.2925 21.1363C18.0368 21.0792 17.9123 21.0428 17.9123 21.0428C17.7886 21.0063 17.4676 20.9053 17.4676 20.9053C17.1465 20.8049 17.0744 20.7857 17.0744 20.7857C16.5867 20.6391 16.1142 20.4464 15.6631 20.2103C14.623 19.6452 13.4901 18.6326 13.4901 18.6326C12.8193 18.0363 12.2129 17.3714 11.6808 16.6487C11.3977 16.2256 11.1538 15.7776 10.9521 15.3103C10.9246 15.2415 10.7892 14.9329 10.7892 14.9329C10.6517 14.6249 10.6036 14.506 10.6036 14.506C10.5541 14.3864 10.4661 14.1389 10.4661 14.1389C10.4159 13.9928 10.3748 13.8438 10.343 13.6927C10.3177 13.5564 10.3007 13.4187 10.2921 13.2803C10.2523 12.5571 10.6118 11.7961 10.6118 11.7961C11.0071 10.9781 11.3907 10.7911 11.3907 10.7911C11.5622 10.7137 11.7391 10.6486 11.92 10.5965C12.099 10.541 12.2833 10.5041 12.4699 10.4865C12.5258 10.4811 12.5822 10.486 12.6363 10.501C12.7807 10.5402 13.0866 11.075 13.0866 11.075C13.1814 11.2194 13.3457 11.4874 13.3457 11.4874C13.5107 11.7542 13.6489 11.9687 13.6489 11.9687C13.7864 12.1852 13.9156 12.3749 13.9156 12.3749C13.941 12.4052 14.0641 12.564 14.0641 12.564C14.1317 12.6494 14.1933 12.7394 14.2483 12.8334C14.2861 12.9015 14.3095 12.9766 14.3171 13.0541C14.3253 13.2115 14.115 13.4597 14.115 13.4597C13.9721 13.624 13.8172 13.7775 13.6516 13.9189C13.4882 14.0575 13.3332 14.2058 13.1876 14.363C12.9759 14.5953 12.9814 14.7369 12.9814 14.7369C12.9897 14.7971 13.0061 14.8558 13.0302 14.9116C13.0756 15.0154 13.1065 15.069 13.1065 15.069C13.1367 15.1219 13.2268 15.2511 13.2268 15.2511C13.3169 15.3804 13.3251 15.3955 13.3251 15.3955C13.7401 16.0441 14.234 16.6387 14.7955 17.1656C15.6088 17.8929 16.7203 18.4298 16.7203 18.4298C16.7368 18.4367 16.875 18.5116 16.875 18.5116C17.0125 18.5873 17.0696 18.6113 17.0696 18.6113C17.1259 18.6361 17.2345 18.6691 17.2345 18.6691C17.2921 18.6887 17.3525 18.6986 17.4133 18.6986C17.5549 18.6911 17.7625 18.4546 17.7625 18.4546C17.9021 18.2921 18.032 18.1216 18.1516 17.9438C18.2739 17.7639 18.4093 17.5932 18.5565 17.4331C18.7799 17.1959 18.9373 17.187 18.9373 17.187C19.015 17.1863 19.092 17.2008 19.1642 17.2296C19.2631 17.2749 19.3593 17.3261 19.4522 17.3829C19.6241 17.4874 19.6584 17.5094 19.6584 17.5094C19.8647 17.6166 20.0929 17.7293 20.0929 17.7293C20.3239 17.8428 20.6071 17.9768 20.6071 17.9768C20.8903 18.1109 21.0443 18.1885 21.0443 18.1885C21.61 18.4333 21.663 18.5721 21.663 18.5721C21.6837 18.624 21.6967 18.6787 21.7015 18.7344Z",fill:"white"})),n.createElement("defs",null,n.createElement("linearGradient",{id:"paint0_linear_20894_2328",x1:"16",y1:"32",x2:"16",y2:"0",gradientUnits:"userSpaceOnUse"},n.createElement("stop",{stopColor:"#00D02D"}),n.createElement("stop",{offset:"0.25",stopColor:"#10D93A"}),n.createElement("stop",{offset:"0.75",stopColor:"#3AF15D"}),n.createElement("stop",{offset:"1",stopColor:"#51FE71"})),n.createElement("clipPath",{id:"clip0_20894_2328"},n.createElement("rect",{width:"32",height:"32",fill:"white"}))))};WhatsApp.defaultProps={size:24}}}]);