"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6509],{ISml:function(e,t,r){r.d(t,{B:function(){return BabyGrowthForm}});var n=r("6eqW"),a=r("q1tI"),l=r("/npG"),i=r("mYVa"),o=r("8vDj"),s=r("iuhU"),c=r("cChf"),m=r("ZFu2"),d=r("TH2c"),u=r("7mOA"),h=r("ZQ3V"),p=r("iBNF"),g=r("ZKGu"),b=r("yjyv"),f=r("7f2Q"),C=r("Xlwb"),E=r("Mzyo"),v=r("PmKk"),w=r("fkrl");let x=(0,a.createContext)({}),DefaultForm=e=>{let{t,locale:r}=(0,g.u)(),{classes:n={}}=(0,a.useContext)(b.C),{form:l,currentUrl:i,submitProps:o}=(0,a.useContext)(x),s={placeholder:"DD/MM/YYYY",popoverProps:{withinPortal:!0}};return a.createElement(C.H,Object.assign({formLayout:"default"},e),a.createElement(C.H.FormRow,null,a.createElement(C.H.Control,null,a.createElement(E.G,Object.assign({isBaby:!0,genderValue:{male:"boy",female:"girl"}},l.getInputProps("gender"),{error:null}))),l.errors.gender&&a.createElement(C.H.Error,null,l.errors.gender)),a.createElement(C.H.FormRow,null,a.createElement(d.I.Wrapper,{label:a.createElement(h.T,{size:"p2",weight:"semiBold"},t("babyGrowth.input.birthday"))},a.createElement(u.D,Object.assign({},s,{maxDate:new Date},l.getInputProps("birthday"),{error:null,onChange:e=>{e&&l.validateField("measurementDate"),l.getInputProps("birthday").onChange(e)}}))),l.errors.birthday&&a.createElement(C.H.Error,null,l.errors.birthday)),a.createElement(C.H.FormRow,null,a.createElement(d.I.Number,Object.assign({label:a.createElement(h.T,{size:"p2",weight:"semiBold"},t("babyGrowth.height"),a.createElement(h.T,{size:"p2",weight:"semiBold",color:p.r.colors.gray300,as:"span"},` (${t("babyGrowth.cm")})`))},l.getInputProps("height"),{placeholder:t("babyGrowth.height"),min:f.I.height.min,max:f.I.height.max,onChange:e=>{l.setFieldValue("height",e),l.setFieldValue("checkMesureVal",!l.values.checkMesureVal)}}))),a.createElement(C.H.FormRow,null,a.createElement(d.I.Number,Object.assign({label:a.createElement(h.T,{size:"p2",weight:"semiBold"},t("babyGrowth.weight"),a.createElement(h.T,{size:"p2",weight:"semiBold",color:p.r.colors.gray300,as:"span"},` (${t("babyGrowth.kg")})`))},l.getInputProps("weight"),{placeholder:t("babyGrowth.weight"),min:f.I.weight.min,max:f.I.weight.max,onChange:e=>{l.setFieldValue("weight",e),l.setFieldValue("checkMesureVal",!l.values.checkMesureVal)}}))),r!==v.L.Vietnam&&a.createElement(C.H.FormRow,null,a.createElement(d.I.Number,Object.assign({label:a.createElement(h.T,{size:"p2",weight:"semiBold"},t("babyGrowth.head"),a.createElement(h.T,{size:"p2",weight:"semiBold",color:p.r.colors.gray300,as:"span"},` (${t("babyGrowth.cm")})`))},l.getInputProps("head"),{placeholder:t("babyGrowth.head"),onChange:e=>{l.setFieldValue("head",e),l.setFieldValue("checkMesureVal",!l.values.checkMesureVal)}}))),l.errors.checkMesureVal&&a.createElement(C.H.Error,null,l.errors.checkMesureVal),a.createElement(C.H.FormRow,null,a.createElement(d.I.Wrapper,{label:a.createElement(h.T,{size:"p2",weight:"semiBold"},t("babyGrowth.input.measurementDate"))},a.createElement(u.D,Object.assign({},s,{defaultValue:new Date},l.getInputProps("measurementDate"),{maxDate:new Date,error:null}))),l.errors.measurementDate&&a.createElement(C.H.Error,null,l.errors.measurementDate)),a.createElement(C.H.FormRow,{className:n.submitWrapper},a.createElement(C.H.Submit,Object.assign({className:n.submitBtn,type:"submit","data-event-category":"Health Tool","data-event-action":"Baby Growth","data-event-label":i},o),t("babyGrowth.input.submit"))))};var y=(0,l.k)(e=>({root:{display:"flex",flexDirection:"column",gap:(0,i.h)(8)},bmiVal:{display:"inline-block"},unitText:{color:e.colors.gray[6]},submitBtn:{}}));let localizeNumberFormat=(e,t=2)=>Intl.NumberFormat(void 0,{maximumFractionDigits:t}).format(e),bmiCalculate=(e=0,t=0)=>{try{if(e&&t){let r=Number(t)/Math.pow(Number(e)/100,2);if(isNaN(r))return 0;return Number(localizeNumberFormat(r))}}catch(e){}return 0},InlineForm=e=>{var{styles:t,classNames:r}=e,l=(0,n._)(e,["styles","classNames"]);let{t:i,locale:c}=(0,g.u)(),{form:m,currentUrl:p,submitProps:w}=(0,a.useContext)(x),{classes:B={}}=(0,a.useContext)(b.C),k=(0,o.rZ)(),{classes:I}=y(void 0,{name:"BabyGrowthForm__InlineForm",styles:t,classNames:r}),S={placeholder:"DD/MM/YYYY",popoverProps:{withinPortal:!0}};return a.createElement(C.H,Object.assign({formLayout:"inline"},l),a.createElement(C.H.FormRow,null,a.createElement(C.H.BorderInlineControl,{label:i("tools.selectBabyGender")},a.createElement(E.G,Object.assign({type:"radio",hideLabel:!0,isBaby:!0,genderValue:{male:"boy",female:"girl"}},m.getInputProps("gender")))),m.errors.gender&&a.createElement(C.H.Error,null,m.errors.gender)),a.createElement(C.H.FormRow,null,a.createElement(C.H.BorderInlineControl,{label:i("babyGrowth.input.birthday")},a.createElement(u.D,Object.assign({},S,{maxDate:new Date},m.getInputProps("birthday"),{error:null,onChange:e=>{e&&m.validateField("measurementDate"),m.getInputProps("birthday").onChange(e)}}))),m.errors.birthday&&a.createElement(C.H.Error,null,m.errors.birthday)),a.createElement(C.H.FormRow,null,a.createElement(C.H.BorderInlineControl,{label:"BMI",styles:{control:{"&:first-child":{width:"auto"}}}},a.createElement(h.T,{size:"p3"},a.createElement("span",{className:I.bmiVal},m.getInputProps("height").value&&m.getInputProps("weight").value&&bmiCalculate(Number(m.getInputProps("height").value),Number(m.getInputProps("weight").value))),"(",i("babyGrowth.kg.m2"),")"),a.createElement(d.I.Number,Object.assign({},m.getInputProps("height"),{placeholder:i("babyGrowth.height"),min:f.I.height.min,max:f.I.height.max,onChange:e=>{m.setFieldValue("height",e),m.setFieldValue("checkMesureVal",!m.values.checkMesureVal)},rightSection:a.createElement(C.H.Unit,null,i("babyGrowth.cm"))})),a.createElement(d.I.Number,Object.assign({},m.getInputProps("weight"),{placeholder:i("babyGrowth.weight"),min:f.I.weight.min,max:f.I.weight.max,onChange:e=>{m.setFieldValue("weight",e),m.setFieldValue("checkMesureVal",!m.values.checkMesureVal)},rightSection:a.createElement(C.H.Unit,null,i("babyGrowth.kg"))}))),("mb"===k.other.template||c!==v.L.Vietnam)&&a.createElement(C.H.BorderInlineControl,{label:i("babyGrowth.head")},a.createElement(d.I.Number,Object.assign({},m.getInputProps("head"),{placeholder:i("babyGrowth.head"),onChange:e=>{m.setFieldValue("head",e),m.setFieldValue("checkMesureVal",!m.values.checkMesureVal)},rightSection:a.createElement(C.H.Unit,null,i("babyGrowth.cm"))}))),m.errors.checkMesureVal&&a.createElement(C.H.Error,null,m.errors.checkMesureVal)),a.createElement(C.H.FormRow,null,a.createElement(C.H.BorderInlineControl,{label:i("babyGrowth.input.measurementDate")},a.createElement(u.D,Object.assign({},S,{maxDate:new Date},m.getInputProps("measurementDate"),{error:null}))),m.errors.measurementDate&&a.createElement(C.H.Error,null,m.errors.measurementDate)),a.createElement(C.H.FormRow,{className:B.submitWrapper},a.createElement(C.H.Submit,Object.assign({type:"submit","data-event-category":"Health Tool","data-event-action":"Baby Growth","data-event-label":p,className:(0,s.default)(I.submitBtn,B.submitBtn)},w),i("babyGrowth.input.submit"))))},MbLayout=e=>{var t=(0,n._)(e,[]);let{t:r}=(0,g.u)(),{form:l,currentUrl:i,submitProps:o}=(0,a.useContext)(x),s={placeholder:"DD/MM/YYYY",popoverProps:{withinPortal:!0}};return a.createElement(C.H,Object.assign({formLayout:"default"},t),a.createElement(C.H.FormRow,null,a.createElement(C.H.Control,null,a.createElement(E.G,Object.assign({isBaby:!0,genderValue:{male:"boy",female:"girl"}},l.getInputProps("gender"),{error:null}))),l.errors.gender&&a.createElement(C.H.Error,null,l.errors.gender)),a.createElement(C.H.BorderBoxControl,{label:r("babyGrowth.input.birthday"),rightSection:a.createElement(w.Z,null)},a.createElement(u.D,Object.assign({},s,{maxDate:new Date},l.getInputProps("birthday"),{error:null,rightSection:null,onChange:e=>{e&&l.validateField("measurementDate"),l.getInputProps("birthday").onChange(e)}}))),l.errors.birthday&&a.createElement(C.H.Error,null,l.errors.birthday),a.createElement(C.H.BorderBoxControl,{label:r("babyGrowth.height"),rightSection:r("babyGrowth.cm")},a.createElement(d.I.Number,Object.assign({},l.getInputProps("height"),{placeholder:r("tools.inputPlaceholder",{content:"160"}),min:f.I.height.min,max:f.I.height.max,onChange:e=>{l.setFieldValue("height",e),l.setFieldValue("checkMesureVal",!l.values.checkMesureVal)}}))),l.errors.height&&a.createElement(C.H.Error,null,l.errors.height),a.createElement(C.H.BorderBoxControl,{label:r("babyGrowth.weight"),rightSection:r("babyGrowth.kg")},a.createElement(d.I.Number,Object.assign({},l.getInputProps("weight"),{placeholder:r("tools.inputPlaceholder",{content:"50"}),min:f.I.weight.min,max:f.I.weight.max,onChange:e=>{l.setFieldValue("weight",e),l.setFieldValue("checkMesureVal",!l.values.checkMesureVal)}}))),l.errors.weight&&a.createElement(C.H.Error,null,l.errors.weight),a.createElement(C.H.BorderBoxControl,{label:r("babyGrowth.head"),rightSection:r("babyGrowth.cm")},a.createElement(d.I.Number,Object.assign({},l.getInputProps("head"),{placeholder:r("tools.inputPlaceholder",{content:"50"}),onChange:e=>{l.setFieldValue("head",e),l.setFieldValue("checkMesureVal",!l.values.checkMesureVal)}}))),l.errors.checkMesureVal&&a.createElement(C.H.Error,null,l.errors.checkMesureVal),a.createElement(C.H.BorderBoxControl,{label:r("babyGrowth.input.measurementDate"),rightSection:a.createElement(w.Z,null)},a.createElement(d.I.Wrapper,null,a.createElement(u.D,Object.assign({},s,{defaultValue:new Date},l.getInputProps("measurementDate"),{maxDate:new Date,rightSection:null,error:null})))),l.errors.measurementDate&&a.createElement(C.H.Error,null,l.errors.measurementDate),a.createElement(C.H.Submit,Object.assign({type:"submit","data-event-category":"Health Tool","data-event-action":"Baby Growth","data-event-label":i},o),r("babyGrowth.input.submit")))},BabyGrowthForm=e=>{var{onSubmit:t,formLayout:r="default",submitProps:l,currentUrl:i}=e,s=(0,n._)(e,["onSubmit","formLayout","submitProps","currentUrl"]);let{t:d}=(0,g.u)(),u=(0,o.rZ)(),h=(0,c.c)({initialValues:{measurementDate:new Date},validate:{gender:(0,m.U)(d("validation.error.requiredField")),birthday:(0,m.U)(d("validation.error.requiredField")),measurementDate:(e,t)=>t.birthday?t.birthday instanceof Date&&e instanceof Date&&t.birthday.getTime()<=e.getTime()?null:d("babyGrowth.error.measurementDateLowerThanBirthday",{name:""}):null,checkMesureVal:(e,t)=>void 0===t.head&&void 0===t.height&&void 0===t.weight||t.head||t.height||t.weight?null:d("babyGrowth.error.atLeastOneOf")},validateInputOnChange:["checkMesureVal"]}),p=Object.assign({onSubmit:h.onSubmit(e=>null==t?void 0:t(Object.assign(Object.assign({},e),{bmi:bmiCalculate(Number(h.getInputProps("height").value),Number(h.getInputProps("weight").value)).toString()})))},s);return a.createElement(x.Provider,{value:{submitProps:l,currentUrl:i,form:h}},"default"===r?"mb"===u.other.template?a.createElement(MbLayout,Object.assign({formLayout:r},p)):a.createElement(DefaultForm,Object.assign({},p)):a.createElement(InlineForm,Object.assign({},p)))}},"p5f+":function(e,t,r){r.d(t,{C:function(){return Close},D:function(){return DrawerComponent},u:function(){return useDrawerDrag}});var n=r("q1tI"),a=r("6eqW"),l=r("iuhU"),i=r("rSBk"),o=r("rBCA"),s=r("Jbia");let Close=e=>n.createElement("svg",Object.assign({width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"currentColor"},e),n.createElement("path",{d:"M3.99403 3.32695C3.86141 3.32698 3.73181 3.36657 3.62181 3.44065C3.5118 3.51472 3.42638 3.61992 3.37648 3.7428C3.32658 3.86567 3.31445 4.00064 3.34165 4.13044C3.36885 4.26024 3.43415 4.37898 3.52919 4.47148L7.05784 8.00013L3.52919 11.5288C3.46521 11.5902 3.41413 11.6638 3.37894 11.7452C3.34375 11.8266 3.32516 11.9142 3.32425 12.0029C3.32335 12.0916 3.34015 12.1796 3.37368 12.2617C3.40721 12.3438 3.45678 12.4185 3.5195 12.4812C3.58222 12.5439 3.65682 12.5935 3.73894 12.627C3.82106 12.6605 3.90904 12.6773 3.99774 12.6764C4.08643 12.6755 4.17405 12.6569 4.25547 12.6217C4.33689 12.5865 4.41047 12.5355 4.4719 12.4715L8.00054 8.94283L11.5292 12.4715C11.5906 12.5355 11.6642 12.5865 11.7456 12.6217C11.827 12.6569 11.9147 12.6755 12.0034 12.6764C12.092 12.6773 12.18 12.6605 12.2621 12.627C12.3443 12.5935 12.4189 12.5439 12.4816 12.4812C12.5443 12.4185 12.5939 12.3439 12.6274 12.2617C12.6609 12.1796 12.6777 12.0916 12.6768 12.0029C12.6759 11.9142 12.6573 11.8266 12.6222 11.7452C12.587 11.6638 12.5359 11.5902 12.4719 11.5288L8.94325 8.00013L12.4719 4.47148C12.5682 4.37784 12.634 4.25728 12.6607 4.1256C12.6873 3.99392 12.6735 3.85726 12.6212 3.73354C12.5688 3.60982 12.4803 3.5048 12.3672 3.43224C12.2542 3.35969 12.1218 3.32299 11.9875 3.32695C11.8143 3.33211 11.6499 3.4045 11.5292 3.52877L8.00054 7.05742L4.4719 3.52877C4.40977 3.46491 4.33548 3.41415 4.2534 3.37948C4.17132 3.34482 4.08313 3.32696 3.99403 3.32695Z"})),c=300,useDrawerDrag=(e=c)=>{let[t,r]=(0,n.useState)(!1),a=(0,n.useCallback)(()=>{r(!0)},[]),l=(0,n.useCallback)(()=>{setTimeout(()=>{r(!1)},e)},[e]);return{isDragging:t,handleDragStart:a,handleDragEnd:l}},m=(0,o.Z)(i.dy.Content)` position: fixed; z-index: ${s.Z-9e6+1}; inset: 0; background-color: #fff; outline: none !important; &::-webkit-scrollbar { width: 6px; height: 6px; } &::-webkit-scrollbar-track { background-color: transparent; } &::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.4); border-radius: 6px; } &[data-vaul-drawer-direction='bottom'] { border-top-left-radius: 8px; border-top-right-radius: 8px; } &[data-vaul-drawer-direction='top'] { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } &[data-vaul-drawer-direction='left'] { border-top-right-radius: 8px; border-bottom-right-radius: 8px; } &[data-vaul-drawer-direction='right'] { border-top-left-radius: 8px; border-bottom-left-radius: 8px; } ${e=>e.isDragging&&` input { caret-color: transparent; } `} `,d=(0,o.Z)(i.dy.Overlay)` position: fixed; inset: 0; z-index: ${s.Z-9e6}; width: 100%; max-height: 100%; &[data-state='open'] { opacity: 0.6 !important; } `,DrawerComponent=e=>{let{open:t,onOpenChange:r,snapPoints:o,activeSnapPoint:c,setActiveSnapPoint:u,children:h,overlayClassName:p,className:g,fadeFromIndex:b=s.Z-9e6,onClose:f}=e,C=(0,a._)(e,["open","onOpenChange","snapPoints","activeSnapPoint","setActiveSnapPoint","children","overlayClassName","className","fadeFromIndex","onClose"]),[E,v]=(0,n.useState)(t),[w,x]=(0,n.useState)(o?null==o?void 0:o[0]:null),{isDragging:y,handleDragStart:B,handleDragEnd:k}=useDrawerDrag(),I=(0,n.useCallback)(e=>{v(e),null==r||r(e)},[r]),S=(0,n.useMemo)(()=>o&&o.length?w===o[o.length-1]:E,[w,o]),_=(0,n.useMemo)(()=>{let e={open:E,onOpenChange:I,fadeFromIndex:b};return o&&(null==o?void 0:o.length)&&(e.snapPoints=o,e.activeSnapPoint=w,e.setActiveSnapPoint=e=>{x(e),null==u||u(e)}),e},[E,I,w,x,u,o,b]);return(0,n.useEffect)(()=>{v(t)},[t]),(0,n.useEffect)(()=>{x(c)},[c]),n.createElement(i.dy.Root,Object.assign({onDrag:B,onRelease:k,onClose:f},C,_),n.createElement(i.dy.Portal,null,n.createElement(d,{className:(0,l.default)(p,"drawer__overlay",{drawer__overlay_full:S})}),n.createElement(m,{isDragging:y,className:(0,l.default)(g,"drawer__content",{drawer__content_full:S})},n.createElement(i.dy.Handle,{className:"drawer__handle"}),n.createElement(i.dy.Title,{style:{display:"none"}}),h)))}},sknb:function(e,t,r){r.d(t,{M:function(){return MarryBabyText},a:function(){return MarryBabyHeading}});var n=r("6eqW"),a=r("q1tI"),l=r("rBCA"),i=r("iBNF");let o=(0,l.Z)(e=>{var{type:t}=e,r=(0,n._)(e,["type"]);return a.createElement(t,r)})` color: var(--text-color, ${i.r.mbColors.dark}); font-family: Krub; font-weight: 600; letter-spacing: -0.2px; &[data-type='headline-1'] { font-size: 40px; line-height: 60px; } &[data-type='headline-2'] { font-size: 32px; line-height: 48px; } &[data-type='headline-3'] { font-size: 24px; line-height: 40px; } &[data-type='headline-4'] { font-size: 18px; line-height: 32px; } `,s=l.Z.p` color: var(--text-color, ${i.r.mbColors.dark}); letter-spacing: -0.2px; &[data-type='subtitle-1'] { font-size: 16px; font-weight: 600; line-height: 26px; } &[data-type='subtitle-2'] { font-size: 14px; font-weight: 500; line-height: 24px; } &[data-type='subtitle-3'] { font-size: 12px; font-weight: 500; line-height: 20px; } &[data-type='bodytext-1'] { font-size: 16px; font-weight: 400; line-height: 28px; } &[data-type='bodytext-2'] { font-size: 14px; font-weight: 400; line-height: 24px; } &[data-type='bodytext-3'] { font-size: 12px; font-weight: 400; line-height: 20px; } &[data-type='caption-1'] { font-size: 10px; font-weight: 500; letter-spacing: -0.1px; line-height: 14px; } &[data-type='caption-2'] { font-size: 10px; font-weight: 400; letter-spacing: -0.1px; line-height: 14px; } `,MarryBabyHeading=e=>{var{type:t,color:r,style:l}=e,i=(0,n._)(e,["type","color","style"]);return a.createElement(o,Object.assign({type:t,"data-type":{h1:"headline-1",h2:"headline-2",h3:"headline-3",h4:"headline-4"}[t],style:Object.assign(Object.assign({},r&&{"--text-color":r}),l)},i))},MarryBabyText=e=>{var{type:t,color:r,style:l}=e,i=(0,n._)(e,["type","color","style"]);return a.createElement(s,Object.assign({"data-type":t,style:Object.assign(Object.assign({},l),r&&{"--text-color":r})},i))}},i2MM:function(e,t,r){r.d(t,{C:function(){return o}});var n=r("xrdX"),a=r("GOBr"),l=r("yNk5");let isNumeric=e=>!isNaN(parseFloat(e))&&isFinite(e),i="hellosehat.com",o=new class{constructor(){this.baseDomain="",this.subPath="",this.getAssetPath=(e,t,r)=>{let n="https://hhg-common."+[t||this.getBaseDomain(),r||this.subPath,e].join("/");return a.y||l.env.JEST_WORKER_ID?n:n+"?v="+Math.floor(new Date().getTime()/1e3/60/3)}}getBaseDomain(){if(this.baseDomain)return this.baseDomain;if("undefined"!=typeof window){let{host:e}=window.location,t=e.split("."),r=n.v[Object.keys(n.v).find(t=>e.includes(n.v[t]))];return t.includes("localhost")||t.includes("hellohealthgroup")||t.every(e=>isNumeric(e))||!r?i:r}return i}};o.subPath="common",o.baseDomain=n.v["vi-VN"]},WpsW:function(e,t,r){r.d(t,{L:function(){return Loading}});var n=r("q1tI"),a=r("Jn/A"),l=r("ZKGu"),i=r("AeFk"),o=r("rBCA"),s=r("iBNF");let c=o.Z.div` display: flex; align-items: center; justify-content: center; padding: 1em; button { position: relative; } `,m=i.F4` 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } `;o.Z.div` display: flex; width: fit-content; width: -moz-fit-content; flex-direction: column; align-items: center; justify-content: center; padding: 1rem 2rem; background: white; border-radius: ${s.r.borderRadius}; box-shadow: -1px 1px 2px rgba(67, 70, 74, 0.0001), -2px 2px 5px rgba(67, 86, 100, 0.123689); .loading-spinner { width: 24px; height: 24px; margin-bottom: 0.5rem; animation: ${m} 1.2s linear infinite; } &[data-is-marrybaby='true'] { box-shadow: none; } `;let Loading=({className:e,size:t="md"})=>{let{t:r}=(0,l.u)();return n.createElement(c,{className:e},n.createElement(a.B,{size:t,color:"transparent",isLoading:!0},r("loading")))}},Yoob:function(e,t,r){r.d(t,{M:function(){return f},N:function(){return NotificationsHandler},a:function(){return getHeadingStyles},g:function(){return getMantineThemeOverride},s:function(){return showNotification},t:function(){return k},u:function(){return useMantineLocale}});var n=r("6eqW"),a=r("q1tI"),l=r("Wgwc"),i=r.n(l),o=r("PmKk"),s=r("INKa"),c=r("0Woy"),m=r("Jbia"),d=r("mYVa"),u=r("i2MM"),h=r("iBNF"),p=r("K2Xj"),g=r("LeBD"),b=r("T98o");let f={[o.L.Vietnam]:"vi",[o.L.Cambodia]:"km",[o.L.India]:"hi",[o.L.Indonesia]:"id",[o.L.Malaysia]:"ms",[o.L.Thailand]:"th",[o.L.Taiwan]:"zh-tw",[o.L.PhilippinesTagalog]:"tl-ph",[o.L.PhilippinesEnglish]:"en",[o.L.Myanmar]:"my",[o.L.Singapore]:"zh-cn"},C={[o.L.Vietnam]:()=>Promise.all([r.e(2138),r.e(9467),r.e(4467),r.e(6966),r.e(5243),r.e(8132),r.e(1375),r.e(4561),r.e(1448),r.e(5465),r.e(1217),r.e(5480),r.e(731),r.e(2050),r.e(2008),r.e(8469),r.e(8214),r.e(1482),r.e(6817),r.e(467),r.e(5951),r.e(9357),r.e(747),r.e(5675),r.e(6753),r.e(4802),r.e(3046),r.e(5745),r.e(3437),r.e(252),r.e(6839),r.e(9424),r.e(5702),r.e(8922),r.e(6399),r.e(553),r.e(2902),r.e(4969),r.e(3257),r.e(6611),r.e(7538),r.e(6894),r.e(5341)]).then(r.t.bind(r,"EdQk",23)),[o.L.Cambodia]:()=>Promise.all([r.e(2138),r.e(9467),r.e(4467),r.e(6966),r.e(5243),r.e(8132),r.e(1375),r.e(4561),r.e(1448),r.e(5465),r.e(1217),r.e(5480),r.e(731),r.e(2050),r.e(2008),r.e(8469),r.e(8214),r.e(1482),r.e(6817),r.e(467),r.e(5951),r.e(9357),r.e(747),r.e(5675),r.e(6753),r.e(4802),r.e(3046),r.e(5745),r.e(3437),r.e(252),r.e(6839),r.e(9424),r.e(5702),r.e(8922),r.e(6399),r.e(553),r.e(2902),r.e(4969),r.e(3257),r.e(6611),r.e(7538),r.e(6894),r.e(5341)]).then(r.t.bind(r,"9mFM",23)),[o.L.India]:()=>Promise.all([r.e(2138),r.e(9467),r.e(4467),r.e(6966),r.e(5243),r.e(8132),r.e(1375),r.e(4561),r.e(1448),r.e(5465),r.e(1217),r.e(5480),r.e(731),r.e(2050),r.e(2008),r.e(8469),r.e(8214),r.e(1482),r.e(6817),r.e(467),r.e(5951),r.e(9357),r.e(747),r.e(5675),r.e(6753),r.e(4802),r.e(3046),r.e(5745),r.e(3437),r.e(252),r.e(6839),r.e(9424),r.e(5702),r.e(8922),r.e(6399),r.e(553),r.e(2902),r.e(4969),r.e(3257),r.e(6611),r.e(7538),r.e(6894),r.e(5341)]).then(r.t.bind(r,"sjup",23)),[o.L.Indonesia]:()=>Promise.all([r.e(2138),r.e(9467),r.e(4467),r.e(6966),r.e(5243),r.e(8132),r.e(1375),r.e(4561),r.e(1448),r.e(5465),r.e(1217),r.e(5480),r.e(731),r.e(2050),r.e(2008),r.e(8469),r.e(8214),r.e(1482),r.e(6817),r.e(467),r.e(5951),r.e(9357),r.e(747),r.e(5675),r.e(6753),r.e(4802),r.e(3046),r.e(5745),r.e(3437),r.e(252),r.e(6839),r.e(9424),r.e(5702),r.e(8922),r.e(6399),r.e(553),r.e(2902),r.e(4969),r.e(3257),r.e(6611),r.e(7538),r.e(6894),r.e(5341)]).then(r.t.bind(r,"gydT",23)),[o.L.Malaysia]:()=>Promise.all([r.e(2138),r.e(9467),r.e(4467),r.e(6966),r.e(5243),r.e(8132),r.e(1375),r.e(4561),r.e(1448),r.e(5465),r.e(1217),r.e(5480),r.e(731),r.e(2050),r.e(2008),r.e(8469),r.e(8214),r.e(1482),r.e(6817),r.e(467),r.e(5951),r.e(9357),r.e(747),r.e(5675),r.e(6753),r.e(4802),r.e(3046),r.e(5745),r.e(3437),r.e(252),r.e(6839),r.e(9424),r.e(5702),r.e(8922),r.e(6399),r.e(553),r.e(2902),r.e(4969),r.e(3257),r.e(6611),r.e(7538),r.e(6894),r.e(5341)]).then(r.t.bind(r,"KjFU",23)),[o.L.Thailand]:()=>Promise.all([r.e(2138),r.e(9467),r.e(4467),r.e(6966),r.e(5243),r.e(8132),r.e(1375),r.e(4561),r.e(1448),r.e(5465),r.e(1217),r.e(5480),r.e(731),r.e(2050),r.e(2008),r.e(8469),r.e(8214),r.e(1482),r.e(6817),r.e(467),r.e(5951),r.e(9357),r.e(747),r.e(5675),r.e(6753),r.e(4802),r.e(3046),r.e(5745),r.e(3437),r.e(252),r.e(6839),r.e(9424),r.e(5702),r.e(8922),r.e(6399),r.e(553),r.e(2902),r.e(4969),r.e(3257),r.e(6611),r.e(7538),r.e(6894),r.e(5341)]).then(r.t.bind(r,"axPs",23)),[o.L.Taiwan]:()=>Promise.all([r.e(2138),r.e(9467),r.e(4467),r.e(6966),r.e(5243),r.e(8132),r.e(1375),r.e(4561),r.e(1448),r.e(5465),r.e(1217),r.e(5480),r.e(731),r.e(2050),r.e(2008),r.e(8469),r.e(8214),r.e(1482),r.e(6817),r.e(467),r.e(5951),r.e(9357),r.e(747),r.e(5675),r.e(6753),r.e(4802),r.e(3046),r.e(5745),r.e(3437),r.e(252),r.e(6839),r.e(9424),r.e(5702),r.e(8922),r.e(6399),r.e(553),r.e(2902),r.e(4969),r.e(3257),r.e(6611),r.e(7538),r.e(6894),r.e(5341)]).then(r.t.bind(r,"UIeI",23)),[o.L.Singapore]:()=>Promise.all([r.e(2138),r.e(9467),r.e(4467),r.e(6966),r.e(5243),r.e(8132),r.e(1375),r.e(4561),r.e(1448),r.e(5465),r.e(1217),r.e(5480),r.e(731),r.e(2050),r.e(2008),r.e(8469),r.e(8214),r.e(1482),r.e(6817),r.e(467),r.e(5951),r.e(9357),r.e(747),r.e(5675),r.e(6753),r.e(4802),r.e(3046),r.e(5745),r.e(3437),r.e(252),r.e(6839),r.e(9424),r.e(5702),r.e(8922),r.e(6399),r.e(553),r.e(2902),r.e(4969),r.e(3257),r.e(6611),r.e(7538),r.e(6894),r.e(5341)]).then(r.t.bind(r,"pHGr",23)),[o.L.PhilippinesTagalog]:()=>Promise.all([r.e(2138),r.e(9467),r.e(4467),r.e(6966),r.e(5243),r.e(8132),r.e(1375),r.e(4561),r.e(1448),r.e(5465),r.e(1217),r.e(5480),r.e(731),r.e(2050),r.e(2008),r.e(8469),r.e(8214),r.e(1482),r.e(6817),r.e(467),r.e(5951),r.e(9357),r.e(747),r.e(5675),r.e(6753),r.e(4802),r.e(3046),r.e(5745),r.e(3437),r.e(252),r.e(6839),r.e(9424),r.e(5702),r.e(8922),r.e(6399),r.e(553),r.e(2902),r.e(4969),r.e(3257),r.e(6611),r.e(7538),r.e(6894),r.e(5341)]).then(r.t.bind(r,"BmsB",23)),[o.L.PhilippinesEnglish]:()=>Promise.all([r.e(2138),r.e(9467),r.e(4467),r.e(6966),r.e(5243),r.e(8132),r.e(1375),r.e(4561),r.e(1448),r.e(5465),r.e(1217),r.e(5480),r.e(731),r.e(2050),r.e(2008),r.e(8469),r.e(8214),r.e(1482),r.e(6817),r.e(467),r.e(5951),r.e(9357),r.e(747),r.e(5675),r.e(6753),r.e(4802),r.e(3046),r.e(5745),r.e(3437),r.e(252),r.e(6839),r.e(9424),r.e(5702),r.e(8922),r.e(6399),r.e(553),r.e(2902),r.e(4969),r.e(3257),r.e(6611),r.e(7538),r.e(6894),r.e(5341)]).then(r.t.bind(r,"njAx",23)),[o.L.Myanmar]:()=>Promise.all([r.e(2138),r.e(9467),r.e(4467),r.e(6966),r.e(5243),r.e(8132),r.e(1375),r.e(4561),r.e(1448),r.e(5465),r.e(1217),r.e(5480),r.e(731),r.e(2050),r.e(2008),r.e(8469),r.e(8214),r.e(1482),r.e(6817),r.e(467),r.e(5951),r.e(9357),r.e(747),r.e(5675),r.e(6753),r.e(4802),r.e(3046),r.e(5745),r.e(3437),r.e(252),r.e(6839),r.e(9424),r.e(5702),r.e(8922),r.e(6399),r.e(553),r.e(2902),r.e(4969),r.e(3257),r.e(6611),r.e(7538),r.e(6894),r.e(5341)]).then(r.t.bind(r,"5EMu",23))},useMantineLocale=e=>{let[t,r]=(0,a.useState)(!1);return(0,a.useEffect)(()=>{(0,n.a)(void 0,void 0,void 0,function*(){var t;r(!1),yield null===(t=C[e])||void 0===t?void 0:t.call(C),i().locale(f[e]),r(!0)})},[e]),{isLoaded:t}},GlobalButtonStyle=()=>({Button:{defaultProps:{variant:"primary",size:"md"}}}),E={[g.C.NONE]:{hb:["#e3f2ff","#bcdeff","#91caff","#65b5ff","#45a4ff","#2b94ff","#2d87f3","#2c74df","#2b62cd","#2743ad"],mb:["#FFE9F1","#F8CCDC","#F5B4CB","#F29CBA","#EE84AA","#EB6B99","#E85388","#D34C7C","#BE446F","#A93D63"],blue:["#e3f2ff","#bcdeff","#91caff","#65b5ff","#45a4ff","#2b94ff","#2d87f3","#2c74df","#2b62cd","#2743ad"],gray:["#fafafa","#f2f2f2","#d9d9d9","#bfbfbf","#8c8c8c","#737373","#595959","#404040","#262626","#1a1a1a"],delftGray:["#F3F3F3","#EAEAEC","#D9DAE2","#B9BAC8","#9898A9","#7C7C8F","#5A5A72","#3E3F58","#202135","#0C0C12"],neutral:["#f7f9fc","#e4e8ec","#d2d6dc","#bfc5cc","#adb3bc","#9aa2ac","#87909c","#757f8c","#626d7c","#545E6C"],green:["#e0f8ee","#b3eed5","#7ce2b9","#2ed69e","#00CB8A","#00C076","#00B16A","#009E5C","#008C50","#006C39"],pink:["#fff1f6","#ffdce9","#fec7dc","#feb2cf","#fe9dc2","#fd87b4","#fd72a7","#fc5d9a","#fc488d","#e92d74"],violet:["#F5EDFF","#E7D2F7","#D8B7F0","#CA9CE8","#BB82E1","#AD67D9","#9E4CD1","#9031CA","#8116C2","#63059D"],yellow:["#fff8e2","#ffecb6","#ffe187","#ffd658","#ffcb37","#ffc326","#ffb521","#fea21e","#fe921d","#fc7419"],teal:["#e0f7fc","#b1ebf8","#7ddff3","#44d1ec","#00c7e6","#00bee0","#00aecd","#0099b2","#008599","#00626c"],indigol:["#CEDDF0","#ACC5E6","#95B3DA","#85A6CF","#6D91BE","#5F85B5","#4C77AC","#35639C","#284A75","#1B3250"],red:["#fae9e8","#feccbf","#FEAA96","#f44d2c","#ff6f4d","#ff5331","#f44d2c","#e64728","#d84023","#bf331b"],redViolet:["#F3EAEB","#E8D5D7","#DDC1C4","#D1ACB0","#C5979C","#BA8288","#AF6D74","#A35961","#97444D","#8C2F39"]},[g.C.LEADGEN]:{hb:["#e3f2ff","#bcdeff","#91caff","#65b5ff","#45a4ff","#2b94ff","#2d87f3","#2c74df","#2b62cd","#2743ad"],mb:["#FFE9F1","#F8CCDC","#F5B4CB","#F29CBA","#EE84AA","#EB6B99","#E85388","#D34C7C","#BE446F","#A93D63"],blue:["#e3f2ff","#bcdeff","#91caff","#65b5ff","#45a4ff","#2b94ff","#2d87f3","#2c74df","#2b62cd","#2743ad"],gray:["#fafafa","#f2f2f2","#d9d9d9","#bfbfbf","#8c8c8c","#737373","#595959","#404040","#262626","#111111"],delftGray:["#F3F3F3","#EAEAEC","#D9DAE2","#B9BAC8","#9898A9","#7C7C8F","#5A5A72","#3E3F58","#202135","#0C0C12"],neutral:["#f7f9fc","#e4e8ec","#d2d6dc","#bfc5cc","#adb3bc","#9aa2ac","#87909c","#757f8c","#626d7c","#545E6C"],green:["#e0f8ee","#b3eed5","#7ce2b9","#2ed69e","#00CB8A","#00C076","#00B16A","#009E5C","#008C50","#006C39"],pink:["#fff1f6","#ffdce9","#fec7dc","#feb2cf","#fe9dc2","#fd87b4","#fd72a7","#fc5d9a","#fc488d","#e92d74"],violet:["#F5EDFF","#E7D2F7","#D8B7F0","#CA9CE8","#BB82E1","#AD67D9","#9E4CD1","#9031CA","#8116C2","#63059D"],yellow:["#fff8e2","#ffecb6","#ffe187","#ffd658","#ffcb37","#ffc326","#ffb521","#fea21e","#fe921d","#fc7419"],teal:["#e0f7fc","#b1ebf8","#7ddff3","#44d1ec","#00c7e6","#00bee0","#00aecd","#0099b2","#008599","#00626c"],indigol:["#CEDDF0","#ACC5E6","#95B3DA","#85A6CF","#6D91BE","#5F85B5","#4C77AC","#35639C","#284A75","#1B3250"],red:["#fae9e8","#feccbf","#FEAA96","#f44d2c","#ff6f4d","#ff5331","#f44d2c","#e64728","#d84023","#bf331b"],redViolet:["#F3EAEB","#E8D5D7","#DDC1C4","#D1ACB0","#C5979C","#BA8288","#AF6D74","#A35961","#97444D","#8C2F39"]}};function NotificationsHandler(){return a.createElement(s.T,{position:"top-right",zIndex:m.Z+5,autoClose:5e3})}let v={success:"green",danger:"red",warning:"yellow",info:"blue",firebase:"gray"},w={success:a.createElement(()=>a.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a.createElement("path",{d:"M10 18.333a8.333 8.333 0 1 0 0-16.666 8.333 8.333 0 0 0 0 16.666",fill:"#00B16A"}),a.createElement("path",{d:"m13.833 7.5-5.5 5-2.5-2.273",stroke:"#fff",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),null),danger:a.createElement(()=>a.createElement("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a.createElement("path",{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10",fill:"#262626"}),a.createElement("path",{d:"m14.829 9.172-5.657 5.656m-.001-5.656 5.657 5.656",stroke:"#fff",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),null),warning:a.createElement(()=>a.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a.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"})),null),info:a.createElement(()=>a.createElement("svg",{width:"20",height:"20",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a.createElement("path",{d:"M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12",fill:"#2D87F3"}),a.createElement("path",{d:"M8 11V8m0-3h.01",stroke:"#fff",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),null),firebase:""},showNotification=e=>{var{type:t,title:r}=e,l=(0,n._)(e,["type","title"]);let i=w[t];c.N9.show(Object.assign(Object.assign({title:a.createElement("b",null,r),icon:i,withCloseButton:!0,closeButtonProps:{label:"Close alert"}},l),{styles:e=>{let r=v[t]||"blue";return{root:{backgroundColor:e.colors[r][0],borderColor:e.colors[r][0],"&::before":{backgroundColor:e.white}},title:{color:e.colors[r][8]},description:{color:e.black},closeButton:{color:e.black,"&:hover":{backgroundColor:e.colors[r][0]}},icon:{backgroundColor:"transparent",padding:0}}}}))},x={Container:{defaultProps:{sizes:{lg:(0,d.em)(p.S.LG)}}}},y={none:{default:[{size:"40px",lineHeight:"52px",letterSpacing:"-1.2px"},{size:"32px",lineHeight:"42px",letterSpacing:"-1px"},{size:"26px",lineHeight:"36px",letterSpacing:"-0.8px"},{size:"22px",lineHeight:"32px",letterSpacing:"-0.6px"},{size:"18px",lineHeight:"28px",letterSpacing:"-0.2px"},{size:"16px",lineHeight:"24px",letterSpacing:0}],mbDown:[{size:"26px",lineHeight:"34px",letterSpacing:"-0.9px"},{size:"24px",lineHeight:"32px",letterSpacing:"-0.8px"},{size:"20px",lineHeight:"26px",letterSpacing:"-0.7px"},{size:"18px",lineHeight:"26px",letterSpacing:"-0.6px"},{size:"16px",lineHeight:"24px",letterSpacing:"-0.2px"},{size:"14px",lineHeight:"22px",letterSpacing:"-0.2px"}]},leadgen:{default:[{size:"40px",lineHeight:"48px",letterSpacing:"-1.2px"},{size:"32px",lineHeight:"40px",letterSpacing:"-1px"},{size:"26px",lineHeight:"32px",letterSpacing:"-0.6px"},{size:"20px",lineHeight:"28px",letterSpacing:"-0.4px"},{size:"17px",lineHeight:"24px",letterSpacing:"-0.4px"},{size:"15px",lineHeight:"24px",letterSpacing:"-0.3px"}],mbDown:[{size:"26px",lineHeight:"34px",letterSpacing:"-0.9px"},{size:"24px",lineHeight:"32px",letterSpacing:"-0.8px"},{size:"20px",lineHeight:"26px",letterSpacing:"-0.7px"},{size:"18px",lineHeight:"26px",letterSpacing:"-0.6px"},{size:"16px",lineHeight:"24px",letterSpacing:"-0.2px"},{size:"14px",lineHeight:"22px",letterSpacing:"-0.2px"}]}},getHeadingStyles=e=>{let{version:t=g.C.NONE,mbDown:r}=e||{},n=y[t]||{};return Object.fromEntries((n[r?"mbDown":"default"]||[]).map((e,t)=>[`h${t+1}`,{fontSize:e.size,lineHeight:e.lineHeight,letterSpacing:e.letterSpacing}]))},GlobalHeadingStyle=(e=g.C.NONE)=>({Title:{styles:{root:Object.assign(Object.assign({fontWeight:g.F.bold},getHeadingStyles({version:e})),{[`&${p.M.mbDown}`]:Object.assign({},getHeadingStyles({version:e,mbDown:!0}))})}}}),GlobalInputStyle=e=>{var t;return{InputWrapper:{styles:{label:{display:"inline-flex",gap:4,marginBottom:"0.25rem",fontWeight:600,fontSize:(0,d.h)(14),lineHeight:"22px",color:h.r.colors.gray600},description:{fontWeight:400,fontSize:"12px",lineHeight:"18px",color:h.r.colors.gray600,marginBottom:"0.25rem"},error:{marginTop:"0.25rem"}}},NumberInput:{defaultProps:{decimalSeparator:null===(t=m.I[e])||void 0===t?void 0:t.separator}},Input:{styles:(e,t,{size:r})=>({input:{border:`1px solid ${h.r.colors.gray200}`,transition:`all ${b.A} ease-in-out`,"&:not(.mantine-Textarea-input)":Object.assign({},(()=>{switch(r){case"lg":return{height:48,minHeight:"unset",fontSize:16,lineHeight:"24px"};case"md":return{height:40,minHeight:"unset",fontSize:(0,d.h)(14),lineHeight:"22px"};case"sm":return{height:32,minHeight:"unset",fontSize:(0,d.h)(14),lineHeight:"22px"}}})()),"&:hover":{border:`1px solid ${e.primaryColor}`},"&:focus":{boxShadow:`0px 0px 0px 2px ${e.colors[e.primaryColor][2]}`}},'&[data-invalid="true"]':{border:`1px solid ${h.r.colors.red600}`,color:"#000"}})}}},B={Radio:{defaultProps:{size:"sm",color:"blue.6"},styles:{radio:{backgroundColor:"transparent","&:checked":{backgroundColor:"transparent"}}}}},k=E[g.C.NONE],getMantineThemeOverride=(e,t="hb",r)=>{var n;return{defaultRadius:"hb"===t?8:16,cursorType:"pointer",colors:Object.assign(Object.assign(Object.assign({},null!==(n=E[r])&&void 0!==n?n:E[g.C.NONE]),h.r.colors),{toneYellow:"#fff9eb",toneGreen:"#f2fcf7",toneBlue:"#e0e9fb",tonePink:"#ffeaf1"}),primaryColor:t,primaryShade:6,fontFamily:(e===o.L.Cambodia?"Battambang":e===o.L.Thailand?"Noto Sans Thai":"Inter")+", -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",breakpoints:{xs:(0,d.em)(p.B.BREAK_POINT_SMALL_MOBILE),sm:(0,d.em)(p.B.BREAK_POINT_MOBILE),md:(0,d.em)(p.B.BREAK_POINT_TABLET),lg:(0,d.em)(p.B.BREAK_POINT_PC),xl:(0,d.em)(p.B.BREAK_POINT_LGPC)},components:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},GlobalInputStyle(e)),B),GlobalButtonStyle()),GlobalHeadingStyle(r)),x),other:{template:t,customStyleType:r,defaultImage:u.C.getAssetPath("mb"===t?"default-image-mb.jpg":"default-image.jpg")}}}},V2lD:function(e,t,r){r.d(t,{I:function(){return s}});var n=r("6eqW"),a=r("q1tI"),l=r("iBNF"),i=r("wF6f"),o=r("Ner0");let Bookmark=e=>{var{size:t,color:r,useCurrentColor:l,isActive:i,activeColor:o,isMarryBaby:s}=e,c=(0,n._)(e,["size","color","useCurrentColor","isActive","activeColor","isMarryBaby"]);let m=l?"currentColor":i?o:r,d=Object.assign({width:t,height:t},c);return s?a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:"0 0 18 18",fill:"none"},d),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3355 3.71496C9.79374 3.41194 8.20665 3.41194 6.66487 3.71496C5.25005 3.99302 4.2377 5.21812 4.2377 6.63391V13.7008C4.2377 14.3179 4.92323 14.7217 5.48162 14.3985L7.87185 13.0152C8.56899 12.6117 9.4314 12.6117 10.1285 13.0152L12.5188 14.3985C13.0772 14.7217 13.7627 14.3179 13.7627 13.7008V6.63391C13.7627 5.21812 12.7503 3.99302 11.3355 3.71496ZM6.47685 2.75826C8.14279 2.43084 9.8576 2.43084 11.5235 2.75826C13.3881 3.1247 14.7377 4.74448 14.7377 6.63391V13.7008C14.7377 15.0882 13.2219 15.932 12.0304 15.2424L9.64016 13.8591C9.24513 13.6304 8.75526 13.6304 8.36023 13.8591L5.97001 15.2424C4.77845 15.932 3.2627 15.0882 3.2627 13.7008V6.63391C3.2627 4.74448 4.61234 3.1247 6.47685 2.75826Z",fill:m,stroke:m})):a.createElement("svg",Object.assign({width:t,height:t,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),a.createElement("path",{d:"M12 13.3334L8 10.3704L4 13.3334V3.85187C4 3.53754 4.12041 3.23608 4.33474 3.01382C4.54906 2.79155 4.83975 2.66669 5.14286 2.66669H10.8571C11.1602 2.66669 11.4509 2.79155 11.6653 3.01382C11.8796 3.23608 12 3.53754 12 3.85187V13.3334Z",fill:m,strokeLinecap:"round",strokeLinejoin:"round"}))};Bookmark.defaultProps={size:18,color:l.r.colors.gray600,activeColor:l.r.colors.primaryBase};let Comment=e=>{var{size:t=24,color:r,useCurrentColor:l,isActive:i,activeColor:o,isMarryBaby:s}=e,c=(0,n._)(e,["size","color","useCurrentColor","isActive","activeColor","isMarryBaby"]);let m=l?"currentColor":i?o:r,d=Object.assign({width:t,height:t},c);return s?a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:"0 0 18 18",fill:"none"},d),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.599 2.92689C9.53974 2.67333 8.44007 2.67333 7.38083 2.92688L7.21355 2.96693C5.29637 3.42585 3.77529 4.99134 3.30709 7.02824C3.04637 8.16253 3.04859 9.35772 3.30963 10.4933C3.79199 12.5919 5.20833 14.326 7.09016 15.1306L7.17879 15.1685C7.78633 15.4282 8.5133 15.1259 8.78188 14.4393C8.94923 14.0114 9.35745 13.7068 9.83325 13.7068H10.6293C12.5519 13.7068 14.25 12.3213 14.7108 10.3166C14.9467 9.29055 14.9467 8.22001 14.7108 7.19398L14.6442 6.90409C14.1935 4.94324 12.7294 3.43685 10.8848 2.99531L10.599 2.92689ZM7.15385 1.97867C8.3623 1.6894 9.61751 1.6894 10.826 1.97867L11.1118 2.04709C13.3366 2.57965 15.0655 4.38457 15.5944 6.68567L15.661 6.97557C15.9299 8.14533 15.9299 9.36523 15.661 10.535C15.1055 12.952 13.0368 14.6818 10.6293 14.6818H9.83325C9.7862 14.6818 9.72124 14.7142 9.68989 14.7944C9.23642 15.9538 7.94762 16.5575 6.7955 16.065L6.70688 16.0271C4.52239 15.0931 2.90752 13.0963 2.3594 10.7118C2.06564 9.43373 2.0628 8.08918 2.35687 6.80983C2.90328 4.43267 4.68917 2.56866 6.98657 2.01872L7.15385 1.97867ZM6.0349 6.79267C6.0349 6.52343 6.25317 6.30517 6.5224 6.30517H11.0462C11.3154 6.30517 11.5337 6.52343 11.5337 6.79267C11.5337 7.06191 11.3154 7.28017 11.0462 7.28017H6.5224C6.25317 7.28017 6.0349 7.06191 6.0349 6.79267ZM6.0349 9.38479C6.0349 9.11555 6.25317 8.89729 6.5224 8.89729H9.40115C9.67039 8.89729 9.88865 9.11555 9.88865 9.38479C9.88865 9.65403 9.67039 9.87229 9.40115 9.87229H6.5224C6.25317 9.87229 6.0349 9.65403 6.0349 9.38479Z",fill:m})):a.createElement("svg",Object.assign({width:t,height:t,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.375 15.8438L9.2625 13.875H8.625C6.95 13.875 5.53125 13.2937 4.36875 12.1312C3.20625 10.9687 2.625 9.55 2.625 7.875C2.625 6.2 3.20625 4.78125 4.36875 3.61875C5.53125 2.45625 6.95 1.875 8.625 1.875C9.4625 1.875 10.2438 2.03125 10.9688 2.34375C11.6938 2.65625 12.3282 3.0845 12.8722 3.6285C13.4158 4.172 13.8438 4.80625 14.1562 5.53125C14.4688 6.25625 14.625 7.0375 14.625 7.875C14.625 9.5875 14.128 11.1405 13.134 12.534C12.1405 13.928 10.8875 15.0312 9.375 15.8438ZM10.5 12.75V13.7625C11.3875 13.0125 12.1092 12.1345 12.6652 11.1285C13.2217 10.122 13.5 9.0375 13.5 7.875C13.5 6.5125 13.0283 5.35925 12.0848 4.41525C11.1408 3.47175 9.9875 3 8.625 3C7.2625 3 6.1095 3.47175 5.166 4.41525C4.222 5.35925 3.75 6.5125 3.75 7.875C3.75 9.2375 4.222 10.3907 5.166 11.3348C6.1095 12.2782 7.2625 12.75 8.625 12.75H10.5ZM5.625 9C6.03921 9 6.375 8.66421 6.375 8.25C6.375 7.83579 6.03921 7.5 5.625 7.5C5.21079 7.5 4.875 7.83579 4.875 8.25C4.875 8.66421 5.21079 9 5.625 9ZM9.375 8.25C9.375 8.66421 9.03921 9 8.625 9C8.21079 9 7.875 8.66421 7.875 8.25C7.875 7.83579 8.21079 7.5 8.625 7.5C9.03921 7.5 9.375 7.83579 9.375 8.25ZM11.625 9C12.0392 9 12.375 8.66421 12.375 8.25C12.375 7.83579 12.0392 7.5 11.625 7.5C11.2108 7.5 10.875 7.83579 10.875 8.25C10.875 8.66421 11.2108 9 11.625 9Z",fill:m}))};Comment.defaultProps={size:24,color:l.r.colors.gray600,activeColor:l.r.colors.primaryBase};let Eye=e=>{var{size:t,color:r,useCurrentColor:l,isActive:i,activeColor:o}=e,s=(0,n._)(e,["size","color","useCurrentColor","isActive","activeColor"]);let c=Object.assign({width:t,height:t},s);return a.createElement("svg",Object.assign({width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 18",fill:"none"},c),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.00036 11.6827C9.85018 11.6827 10.572 11.3852 11.1657 10.7903C11.7595 10.1955 12.0563 9.4731 12.0563 8.62328C12.0563 7.77346 11.7589 7.05168 11.164 6.45793C10.5691 5.86418 9.84678 5.56731 8.99695 5.56731C8.14714 5.56731 7.42536 5.86474 6.83161 6.45962C6.23786 7.05451 5.94098 7.77686 5.94098 8.62669C5.94098 9.4765 6.23842 10.1983 6.83329 10.792C7.42818 11.3858 8.15054 11.6827 9.00036 11.6827ZM8.99866 10.65C8.43616 10.65 7.95803 10.4531 7.56428 10.0594C7.17053 9.66561 6.97366 9.18748 6.97366 8.62498C6.97366 8.06248 7.17053 7.58436 7.56428 7.19061C7.95803 6.79686 8.43616 6.59998 8.99866 6.59998C9.56116 6.59998 10.0393 6.79686 10.433 7.19061C10.8268 7.58436 11.0237 8.06248 11.0237 8.62498C11.0237 9.18748 10.8268 9.66561 10.433 10.0594C10.0393 10.4531 9.56116 10.65 8.99866 10.65ZM8.99866 13.875C7.41982 13.875 5.97584 13.4538 4.66671 12.6115C3.35757 11.7692 2.31263 10.661 1.53186 9.28699C1.46936 9.1793 1.42369 9.07077 1.39484 8.96139C1.36599 8.85201 1.35156 8.73974 1.35156 8.62461C1.35156 8.50947 1.36599 8.39734 1.39484 8.28821C1.42369 8.17908 1.46936 8.07066 1.53186 7.96298C2.31263 6.58894 3.35757 5.48077 4.66671 4.63847C5.97584 3.79616 7.41982 3.375 8.99866 3.375C10.5775 3.375 12.0215 3.79616 13.3306 4.63847C14.6397 5.48077 15.6847 6.58894 16.4655 7.96298C16.528 8.07066 16.5736 8.17919 16.6025 8.28857C16.6313 8.39796 16.6457 8.51022 16.6457 8.62536C16.6457 8.74049 16.6313 8.85263 16.6025 8.96175C16.5736 9.07089 16.528 9.1793 16.4655 9.28699C15.6847 10.661 14.6397 11.7692 13.3306 12.6115C12.0215 13.4538 10.5775 13.875 8.99866 13.875ZM8.99866 12.75C10.4112 12.75 11.708 12.3781 12.8893 11.6344C14.0705 10.8906 14.9737 9.88748 15.5987 8.62498C14.9737 7.36248 14.0705 6.35936 12.8893 5.61561C11.708 4.87186 10.4112 4.49998 8.99866 4.49998C7.58616 4.49998 6.28928 4.87186 5.10803 5.61561C3.92678 6.35936 3.02366 7.36248 2.39866 8.62498C3.02366 9.88748 3.92678 10.8906 5.10803 11.6344C6.28928 12.3781 7.58616 12.75 8.99866 12.75Z",fill:l?"currentColor":i?o:r}))};Eye.defaultProps={size:18,color:l.r.colors.gray600,activeColor:l.r.colors.primaryBase};let Heart=e=>{var{size:t,color:r,useCurrentColor:l,isActive:i,activeColor:o,isSolid:s,isMarryBaby:c}=e,m=(0,n._)(e,["size","color","useCurrentColor","isActive","activeColor","isSolid","isMarryBaby"]);let d=l?"currentColor":i?o:r,u=Object.assign({width:t,height:t},m);return c?a.createElement(a.Fragment,null,s?a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:"0 0 18 18"},u),a.createElement("path",{d:"M11.6031 3.04013C10.6484 3.17142 9.69193 3.6234 9 4.35668C8.30807 3.6234 7.35165 3.17142 6.39686 3.04013C5.18501 2.87348 3.86243 3.21318 3.04413 4.29816C1.98529 5.70207 1.98529 7.69046 3.04413 9.09438L6.56464 13.7622C7.80938 15.4126 10.1906 15.4126 11.4354 13.7622L14.9559 9.09438C16.0147 7.69047 16.0147 5.70207 14.9559 4.29816C14.1376 3.21318 12.815 2.87348 11.6031 3.04013Z",fill:d})):a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:"0 0 18 18",fill:"none"},u),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.8649 2.55606C13.1604 2.37549 14.5506 2.74705 15.4034 3.89319C16.5158 5.38825 16.5158 7.50379 15.4034 8.99885L11.5528 14.1739C10.2498 15.9252 7.75064 15.9252 6.44757 14.1739L2.597 8.99885C1.48459 7.50378 1.48459 5.38825 2.59701 3.89319C3.4498 2.74705 4.84003 2.37549 6.1355 2.55606C7.2032 2.70488 8.26445 3.23358 9.00019 4.08277C9.73594 3.23358 10.7972 2.70488 11.8649 2.55606ZM11.9995 3.52172C10.957 3.66704 9.95441 4.26136 9.4191 5.16067L9.0002 5.86442L8.58129 5.16067C8.04598 4.26136 7.0434 3.66704 6.0009 3.52172C4.96111 3.37679 3.96672 3.68564 3.37923 4.47521C2.52385 5.62483 2.52385 7.26721 3.37923 8.41682L7.22979 13.5919C8.143 14.8192 9.85739 14.8192 10.7706 13.5919L14.6212 8.41683C15.4765 7.26721 15.4765 5.62483 14.6212 4.47521C14.0337 3.68563 13.0393 3.37679 11.9995 3.52172Z",fill:d}))):a.createElement(a.Fragment,null,s?a.createElement("svg",Object.assign({width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 18"},u),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.0125 13.4437L8.08125 14.4375C8.34375 14.6625 8.65 14.775 9 14.775C9.35 14.775 9.65625 14.6562 9.91875 14.4187L10.9688 13.4625C12.2812 12.275 13.4688 11.0905 14.5312 9.90899C15.5938 8.72799 16.125 7.46249 16.125 6.11249C16.125 5.04999 15.7655 4.15924 15.0465 3.44024C14.328 2.72174 13.4375 2.36249 12.375 2.36249C11.775 2.36249 11.1783 2.50299 10.5848 2.78399C9.99075 3.06549 9.4625 3.51874 9 4.14374C8.5375 3.51874 8.0095 3.06549 7.416 2.78399C6.822 2.50299 6.225 2.36249 5.625 2.36249C4.5625 2.36249 3.672 2.72174 2.9535 3.44024C2.2345 4.15924 1.875 5.04999 1.875 6.11249C1.875 7.44999 2.397 8.70299 3.441 9.87149C4.4845 11.0405 5.675 12.2312 7.0125 13.4437Z",fill:d})):a.createElement("svg",Object.assign({width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 18",fill:"none"},u),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.0125 13.4437L8.08125 14.4375C8.34375 14.675 8.65 14.7937 9 14.7937C9.35 14.7937 9.65625 14.6687 9.91875 14.4187L10.9688 13.4625C12.2812 12.275 13.4688 11.0905 14.5312 9.90899C15.5938 8.72799 16.125 7.46249 16.125 6.11249C16.125 5.04999 15.7655 4.15924 15.0465 3.44024C14.328 2.72174 13.4375 2.36249 12.375 2.36249C11.775 2.36249 11.1783 2.50299 10.5848 2.78399C9.99075 3.06549 9.4625 3.51874 9 4.14374C8.5375 3.51874 8.0095 3.06549 7.416 2.78399C6.822 2.50299 6.225 2.36249 5.625 2.36249C4.5625 2.36249 3.672 2.72174 2.9535 3.44024C2.2345 4.15924 1.875 5.04999 1.875 6.11249C1.875 7.44999 2.397 8.70299 3.441 9.87149C4.4845 11.0405 5.675 12.2312 7.0125 13.4437ZM7.18125 3.91874C7.63125 4.20624 8.05625 4.66249 8.45625 5.28749C8.51875 5.37499 8.6 5.44374 8.7 5.49374C8.8 5.54374 8.9 5.56874 9 5.56874C9.1 5.56874 9.2 5.54374 9.3 5.49374C9.4 5.44374 9.48125 5.37499 9.54375 5.28749C9.94375 4.66249 10.3688 4.20624 10.8188 3.91874C11.2688 3.63124 11.7875 3.48749 12.375 3.48749C13.125 3.48749 13.75 3.73749 14.25 4.23749C14.75 4.73749 15 5.36249 15 6.11249C15 6.71249 14.8063 7.34049 14.4188 7.99649C14.0312 8.65299 13.5437 9.30624 12.9562 9.95624C12.3687 10.6062 11.7345 11.2405 11.0535 11.859C10.372 12.478 9.7375 13.0562 9.15 13.5937C9.1125 13.6312 9.0625 13.65 9 13.65C8.9375 13.65 8.8875 13.6312 8.85 13.5937C8.2625 13.0562 7.628 12.478 6.9465 11.859C6.2655 11.2405 5.63125 10.6062 5.04375 9.95624C4.45625 9.30624 3.96875 8.65299 3.58125 7.99649C3.19375 7.34049 3 6.71249 3 6.11249C3 5.36249 3.25 4.73749 3.75 4.23749C4.25 3.73749 4.875 3.48749 5.625 3.48749C6.2125 3.48749 6.73125 3.63124 7.18125 3.91874Z",fill:d})))};Heart.defaultProps={size:24,color:l.r.colors.gray600,activeColor:l.r.colors.primaryBase};let Save=e=>{var{size:t,color:r,useCurrentColor:l,isActive:i,activeColor:o,isMarryBaby:s}=e,c=(0,n._)(e,["size","color","useCurrentColor","isActive","activeColor","isMarryBaby"]);let m=l?"currentColor":i?o:r,d=Object.assign({width:t,height:t},c);return s?a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:"0 0 18 18",fill:"none"},d),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3355 3.71496C9.79374 3.41194 8.20665 3.41194 6.66487 3.71496C5.25005 3.99302 4.2377 5.21812 4.2377 6.63391V13.7008C4.2377 14.3179 4.92323 14.7217 5.48162 14.3985L7.87185 13.0152C8.56899 12.6117 9.4314 12.6117 10.1285 13.0152L12.5188 14.3985C13.0772 14.7217 13.7627 14.3179 13.7627 13.7008V6.63391C13.7627 5.21812 12.7503 3.99302 11.3355 3.71496ZM6.47685 2.75826C8.14279 2.43084 9.8576 2.43084 11.5235 2.75826C13.3881 3.1247 14.7377 4.74448 14.7377 6.63391V13.7008C14.7377 15.0882 13.2219 15.932 12.0304 15.2424L9.64016 13.8591C9.24513 13.6304 8.75526 13.6304 8.36023 13.8591L5.97001 15.2424C4.77845 15.932 3.2627 15.0882 3.2627 13.7008V6.63391C3.2627 4.74448 4.61234 3.1247 6.47685 2.75826Z",fill:m})):a.createElement("svg",Object.assign({width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 18",fill:"none"},d),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 11.85L5.25 13.4625V3.975C5.25 3.925 5.275 3.875 5.325 3.825C5.375 3.775 5.425 3.75 5.475 3.75H9H12.525C12.575 3.75 12.625 3.775 12.675 3.825C12.725 3.875 12.75 3.925 12.75 3.975V13.4625L9 11.85ZM4.434 14.7277C4.6405 14.8592 4.85625 14.875 5.08125 14.775L9 13.0875L12.9188 14.775C13.1438 14.875 13.3593 14.8592 13.5653 14.7277C13.7717 14.5967 13.875 14.4062 13.875 14.1562V3.975C13.875 3.6 13.7438 3.28125 13.4813 3.01875C13.2188 2.75625 12.9 2.625 12.525 2.625H5.475C5.1 2.625 4.78125 2.75625 4.51875 3.01875C4.25625 3.28125 4.125 3.6 4.125 3.975V14.1562C4.125 14.4062 4.228 14.5967 4.434 14.7277Z",fill:m}))};Save.defaultProps={size:18,color:l.r.colors.gray600,activeColor:l.r.colors.primaryBase};let s={Share:e=>{var{size:t=24,color:r=l.r.colors.gray600,useCurrentColor:i,activeColor:o=l.r.colors.primaryBase,isActive:s,isMarryBaby:c,isSolid:m=!0}=e,d=(0,n._)(e,["size","color","useCurrentColor","activeColor","isActive","isMarryBaby","isSolid"]);let u=i?"currentColor":s?o:r;return c?a.createElement("svg",Object.assign({width:t,height:t,viewBox:"0 0 24 24",fill:"none"},d),a.createElement("path",{d:"M18 8L19 8C20.1046 8 21 8.89543 21 10L21 15.155C21 17.3585 19.4253 19.2551 17.2391 19.6848C15.1006 20.1051 8.89937 20.1051 6.76089 19.6848C4.57467 19.2551 3 17.3585 3 15.155L3 10C3 8.89543 3.89543 8 5 8L6 8",stroke:u,strokeWidth:"1.3",strokeLinecap:"round",strokeLinejoin:"round"}),a.createElement("path",{d:"M12 13L12 3M12 3L9.5 5.5M12 3L14.5 5.5",stroke:u,strokeWidth:"1.33333",strokeLinecap:"round",strokeLinejoin:"round"})):m?a.createElement("svg",Object.assign({width:t,height:t,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.59725 11.6528C8.70325 11.7593 8.8375 11.8125 9 11.8125C9.1625 11.8125 9.297 11.7593 9.4035 11.6528C9.5095 11.5468 9.5625 11.4125 9.5625 11.25V3.54376L10.5562 4.53751C10.6687 4.63751 10.8 4.68751 10.95 4.68751C11.1 4.68751 11.2312 4.63751 11.3438 4.53751C11.4563 4.42501 11.5125 4.29051 11.5125 4.13401C11.5125 3.97801 11.4563 3.84376 11.3438 3.73126L9.46875 1.85626C9.40625 1.79376 9.3345 1.74676 9.2535 1.71526C9.172 1.68426 9.0875 1.66876 9 1.66876C8.9125 1.66876 8.82825 1.68426 8.74725 1.71526C8.66575 1.74676 8.59375 1.79376 8.53125 1.85626L6.65625 3.73126C6.54375 3.84376 6.4875 3.97501 6.4875 4.12501C6.4875 4.27501 6.54375 4.40626 6.65625 4.51876C6.76875 4.63126 6.9 4.68751 7.05 4.68751C7.2 4.68751 7.33125 4.63751 7.44375 4.53751L8.4375 3.54376V11.25C8.4375 11.4125 8.49075 11.5468 8.59725 11.6528ZM3.76875 16.4813C4.03125 16.7438 4.35 16.875 4.725 16.875H13.275C13.65 16.875 13.9688 16.7438 14.2313 16.4813C14.4938 16.2188 14.625 15.9 14.625 15.525V7.72501C14.625 7.35001 14.4938 7.03126 14.2313 6.76876C13.9688 6.50626 13.65 6.37501 13.275 6.37501H11.9062C11.7563 6.37501 11.625 6.42801 11.5125 6.53401C11.4 6.64051 11.3438 6.77501 11.3438 6.93751C11.3438 7.10001 11.4 7.23426 11.5125 7.34026C11.625 7.44676 11.7563 7.50001 11.9062 7.50001H13.275C13.325 7.50001 13.375 7.52501 13.425 7.57501C13.475 7.62501 13.5 7.67501 13.5 7.72501V15.525C13.5 15.575 13.475 15.625 13.425 15.675C13.375 15.725 13.325 15.75 13.275 15.75H4.725C4.675 15.75 4.625 15.725 4.575 15.675C4.525 15.625 4.5 15.575 4.5 15.525V7.72501C4.5 7.67501 4.525 7.62501 4.575 7.57501C4.625 7.52501 4.675 7.50001 4.725 7.50001H6.09375C6.24375 7.50001 6.375 7.44676 6.4875 7.34026C6.6 7.23426 6.65625 7.10001 6.65625 6.93751C6.65625 6.77501 6.6 6.64051 6.4875 6.53401C6.375 6.42801 6.24375 6.37501 6.09375 6.37501H4.725C4.35 6.37501 4.03125 6.50626 3.76875 6.76876C3.50625 7.03126 3.375 7.35001 3.375 7.72501V15.525C3.375 15.9 3.50625 16.2188 3.76875 16.4813Z",fill:u})):a.createElement("svg",Object.assign({width:t,height:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),a.createElement("path",{d:"M18.0011 21.75C17.2375 21.75 16.5881 21.4826 16.0529 20.9479C15.5176 20.4132 15.25 19.7639 15.25 19C15.25 18.8751 15.2599 18.7459 15.2798 18.6121C15.2997 18.4784 15.3295 18.3551 15.3692 18.2423L7.97305 13.9115C7.70895 14.1743 7.40831 14.3798 7.07113 14.5279C6.73394 14.6759 6.37689 14.75 5.99997 14.75C5.23609 14.75 4.58679 14.4827 4.05207 13.9482C3.51736 13.4137 3.25 12.7647 3.25 12.0011C3.25 11.2375 3.51736 10.5881 4.05207 10.0529C4.58679 9.51763 5.23609 9.25 5.99997 9.25C6.37689 9.25 6.73394 9.32403 7.07113 9.4721C7.40831 9.62018 7.70895 9.82563 7.97305 10.0885L15.3692 5.75768C15.3295 5.64486 15.2997 5.52157 15.2798 5.38783C15.2599 5.25409 15.25 5.12481 15.25 4.99998C15.25 4.23609 15.5173 3.58679 16.0518 3.05208C16.5863 2.51736 17.2353 2.25 17.9989 2.25C18.7624 2.25 19.4118 2.51725 19.9471 3.05175C20.4823 3.58625 20.75 4.23528 20.75 4.99885C20.75 5.76242 20.4826 6.41182 19.9479 6.94707C19.4132 7.48233 18.7639 7.74995 18 7.74995C17.6231 7.74995 17.266 7.67592 16.9288 7.52785C16.5916 7.37977 16.291 7.17432 16.0269 6.9115L8.63073 11.2423C8.67048 11.3551 8.70028 11.4782 8.72015 11.6115C8.74002 11.7447 8.74995 11.8736 8.74995 11.998C8.74995 12.1224 8.74002 12.2519 8.72015 12.3865C8.70028 12.5211 8.67048 12.6449 8.63073 12.7577L16.0269 17.0885C16.291 16.8256 16.5916 16.6202 16.9288 16.4721C17.266 16.324 17.6231 16.25 18 16.25C18.7639 16.25 19.4132 16.5173 19.9479 17.0518C20.4826 17.5863 20.75 18.2353 20.75 18.9989C20.75 19.7624 20.4827 20.4118 19.9482 20.9471C19.4137 21.4823 18.7647 21.75 18.0011 21.75ZM18 6.24998C18.3474 6.24998 18.6426 6.1285 18.8856 5.88555C19.1285 5.64258 19.25 5.34738 19.25 4.99995C19.25 4.65252 19.1285 4.35732 18.8856 4.11435C18.6426 3.87142 18.3474 3.74995 18 3.74995C17.6525 3.74995 17.3573 3.87143 17.1144 4.11438C16.8714 4.35734 16.75 4.65254 16.75 4.99998C16.75 5.34741 16.8714 5.64261 17.1144 5.88558C17.3573 6.12853 17.6525 6.24998 18 6.24998ZM5.99997 13.25C6.34741 13.25 6.64261 13.1285 6.88558 12.8856C7.12853 12.6426 7.25 12.3474 7.25 12C7.25 11.6525 7.12853 11.3573 6.88558 11.1144C6.64261 10.8714 6.34741 10.75 5.99997 10.75C5.65254 10.75 5.35734 10.8714 5.11438 11.1144C4.87143 11.3573 4.74995 11.6525 4.74995 12C4.74995 12.3474 4.87143 12.6426 5.11438 12.8856C5.35734 13.1285 5.65254 13.25 5.99997 13.25ZM18 20.25C18.3474 20.25 18.6426 20.1285 18.8856 19.8855C19.1285 19.6426 19.25 19.3474 19.25 19C19.25 18.6525 19.1285 18.3573 18.8856 18.1144C18.6426 17.8714 18.3474 17.75 18 17.75C17.6525 17.75 17.3573 17.8714 17.1144 18.1144C16.8714 18.3573 16.75 18.6525 16.75 19C16.75 19.3474 16.8714 19.6426 17.1144 19.8856C17.3573 20.1285 17.6525 20.25 18 20.25Z",fill:u}))},Eye,WhatsApp:i.W,ArrowRightTail:e=>{var{size:t=24,color:r=l.r.colors.gray600,useCurrentColor:i,isActive:o,activeColor:s=l.r.colors.primaryBase}=e,c=(0,n._)(e,["size","color","useCurrentColor","isActive","activeColor"]);let m=Object.assign({width:t,height:t},c);return a.createElement("svg",Object.assign({viewBox:"0 0 18 18",fill:"none"},m),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.747 4.228a.75.75 0 0 1 1.06 0L15.05 8.47a.75.75 0 0 1 0 1.06l-4.242 4.243a.75.75 0 0 1-1.06 0l-.065-.065a.75.75 0 0 1 0-1.06L12.58 9.75H2.777a.75.75 0 0 1 0-1.5h9.803L9.683 5.353a.75.75 0 0 1 0-1.061z",fill:i?"currentColor":o?s:r}))},Spinner:o.S,Cart:e=>{var{size:t=24,color:r=l.r.colors.gray600,useCurrentColor:i,isActive:o,isSolid:s,activeColor:c=l.r.colors.primaryBase}=e,m=(0,n._)(e,["size","color","useCurrentColor","isActive","isSolid","activeColor"]);let d=i?"currentColor":o?c:r,u=Object.assign({width:t,height:t},m);return s?a.createElement("svg",Object.assign({viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),a.createElement("path",{d:"M7.154 21.558q-.73 0-1.24-.51-.51-.511-.51-1.24 0-.73.51-1.24t1.24-.51q.729 0 1.24.51.51.51.51 1.24 0 .729-.51 1.24-.511.51-1.24.51m9.692 0q-.729 0-1.24-.51-.51-.511-.51-1.24 0-.73.51-1.24.511-.51 1.24-.51.73 0 1.24.51t.51 1.24-.51 1.24-1.24.51M5.296 4.25h13.885q.613 0 .928.522t.03 1.066l-3.204 5.804a1.8 1.8 0 0 1-.651.674 1.7 1.7 0 0 1-.888.242H8.1l-1.158 2.115q-.077.115-.005.25.073.135.217.135h10.692q.32 0 .535.215a.73.73 0 0 1 .215.535.73.73 0 0 1-.215.534.73.73 0 0 1-.535.216H7.154q-1 0-1.503-.863-.503-.862-.036-1.722l1.427-2.565L3.404 3.75H2.25a.73.73 0 0 1-.535-.215A.73.73 0 0 1 1.5 3q0-.32.215-.535a.73.73 0 0 1 .535-.215h1.529a.9.9 0 0 1 .813.517z",fill:d})):a.createElement("svg",Object.assign({viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),a.createElement("path",{d:"M7.154 21.558q-.73 0-1.24-.51-.51-.511-.51-1.24 0-.73.51-1.24t1.24-.51q.729 0 1.24.51.51.51.51 1.24 0 .729-.51 1.24-.511.51-1.24.51m9.692 0q-.729 0-1.24-.51-.51-.511-.51-1.24 0-.73.51-1.24.511-.51 1.24-.51.73 0 1.24.51t.51 1.24-.51 1.24-1.24.51M6.016 5.75l2.534 5.308h6.817a.3.3 0 0 0 .154-.044.4.4 0 0 0 .116-.12l2.682-4.875q.058-.105.01-.187t-.164-.082zm-.72-1.5h13.885q.613 0 .928.522.315.523.03 1.066l-3.204 5.804a1.8 1.8 0 0 1-.651.674 1.7 1.7 0 0 1-.888.242H8.1l-1.158 2.115q-.077.115-.005.25.073.135.217.135h10.692q.32 0 .535.215a.73.73 0 0 1 .215.535.73.73 0 0 1-.215.534.73.73 0 0 1-.535.216H7.154q-1 0-1.503-.863-.503-.862-.036-1.722l1.427-2.565L3.404 3.75H2.25a.73.73 0 0 1-.535-.215A.73.73 0 0 1 1.5 3q0-.32.215-.535a.73.73 0 0 1 .535-.215h1.529a.9.9 0 0 1 .813.517z",fill:d}))},CartWithAdd:e=>{var{size:t=24,color:r=l.r.colors.gray600,useCurrentColor:i,isActive:o,activeColor:s=l.r.colors.primaryBase}=e,c=(0,n._)(e,["size","color","useCurrentColor","isActive","activeColor"]);let m=Object.assign({width:t,height:t},c);return a.createElement("svg",Object.assign({viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"},m),a.createElement("path",{d:"M8.938 4.812H7.25a.54.54 0 0 1-.4-.161.55.55 0 0 1-.162-.401q0-.24.161-.401a.55.55 0 0 1 .401-.162h1.688V2q0-.24.161-.4a.55.55 0 0 1 .401-.163q.24 0 .4.162a.55.55 0 0 1 .162.401v1.688h1.688q.24 0 .4.161a.55.55 0 0 1 .162.401q0 .24-.161.4a.55.55 0 0 1-.401.162h-1.687V6.5q0 .24-.162.4a.55.55 0 0 1-.401.162.54.54 0 0 1-.4-.161.55.55 0 0 1-.162-.401zM5.865 16.668q-.546 0-.93-.383a1.27 1.27 0 0 1-.382-.93q0-.546.383-.929t.93-.383.929.383.383.93q0 .546-.383.93a1.27 1.27 0 0 1-.93.382m7.27 0q-.547 0-.93-.383a1.27 1.27 0 0 1-.383-.93q0-.546.383-.929t.93-.383.93.383.382.93q0 .546-.383.93a1.27 1.27 0 0 1-.93.382M3.053 3.312h-.865a.54.54 0 0 1-.401-.161.55.55 0 0 1-.162-.401q0-.24.162-.4a.55.55 0 0 1 .4-.162h1.158q.192 0 .36.1a.63.63 0 0 1 .25.287l2.946 6.218h5.113q.065 0 .115-.032a.3.3 0 0 0 .087-.09l2.618-4.702a.5.5 0 0 1 .198-.21.56.56 0 0 1 .28-.071q.324 0 .485.275.162.276.006.557L13.2 9.232a1.35 1.35 0 0 1-.489.505q-.303.18-.665.181H6.575l-.868 1.587q-.058.086-.004.187t.162.101h8.02q.239 0 .4.162a.55.55 0 0 1 .162.401q0 .24-.162.4a.55.55 0 0 1-.4.162h-8.02q-.75 0-1.133-.64-.383-.642-.02-1.298l1.07-1.924z",fill:i?"currentColor":o?s:r}))},Instagram:i.I,Comment,Heart,App:e=>{var{size:t=24}=e,r=(0,n._)(e,["size"]);return a.createElement("svg",Object.assign({width:t,height:t,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r),a.createElement("g",{filter:"url(#filter0_ii_4999_54706)"},a.createElement("g",{clipPath:"url(#clip0_4999_54706)"},a.createElement("rect",{x:"1",y:"1",width:"16",height:"16",rx:"2",fill:"url(#paint0_linear_4999_54706)"}),a.createElement("rect",{x:"1",y:"1",width:"16",height:"16",rx:"2",fill:"url(#paint1_linear_4999_54706)",fillOpacity:"0.1",style:{mixBlendMode:"soft-light"}}),a.createElement("g",{filter:"url(#filter1_dd_4999_54706)"},a.createElement("g",{filter:"url(#filter2_iii_4999_54706)"},a.createElement("path",{d:"M8.29654 5.80369C8.29654 5.73385 8.29164 5.65909 8.28674 5.58741C8.26897 5.09885 7.7883 4.73068 7.31988 4.75105C6.7678 4.78342 6.64904 5.55644 7.12136 5.78838C7.19304 5.82637 7.21326 5.85945 7.20591 5.92624C7.20591 7.21503 7.20591 8.68747 7.20591 9.96463C7.20897 10.0155 7.19304 10.0412 7.14403 10.0621C6.63928 10.2819 6.76454 11.0833 7.33029 11.1055C7.79695 11.1288 8.2587 10.7427 8.28674 10.2704C8.29225 10.1975 8.29654 10.1264 8.29654 10.0529C8.29654 8.63657 8.30751 7.21995 8.29654 5.80369Z",fill:"white"}),a.createElement("path",{d:"M5.82243 10.0756C5.73542 10.0376 5.70724 9.9892 5.71643 9.88994V5.89321C5.72399 5.80249 5.79924 5.80677 5.85797 5.76147C6.29273 5.47607 6.10792 4.76229 5.58102 4.7505H5.56264C5.0355 4.7505 4.62519 5.18725 4.62519 5.70572C4.62519 6.81951 4.62398 7.9333 4.62764 9.04708C4.62887 9.41974 4.63009 9.79178 4.63009 10.1638C4.63009 10.6593 5.0522 11.1037 5.551 11.1037C6.09448 11.1037 6.34155 10.3213 5.82243 10.0756Z",fill:"white"}),a.createElement("path",{d:"M11.6617 8.88498C11.6617 9.16044 11.4384 9.38373 11.163 9.38373C10.8875 9.38373 10.6642 9.16044 10.6642 8.88498C10.6642 8.60953 10.8875 8.38624 11.163 8.38624C11.4384 8.38624 11.6617 8.60953 11.6617 8.88498Z",fill:"white"}),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.94126 8.85689C8.94126 9.92678 9.68187 10.8247 10.6709 11.0511C10.6001 12.3176 9.03205 12.3769 8.09561 12.2273C7.87932 12.1918 7.68632 12.1312 7.52211 12.0472C7.29602 11.9302 7.13058 11.7464 7.03132 11.5025C6.98554 11.3893 6.95676 11.2689 6.90511 11.1582C6.81259 10.9419 6.58527 10.8255 6.36531 10.8812C6.13738 10.9376 5.98542 11.1361 5.99584 11.364C6.00973 11.6959 6.1497 12.0255 6.34754 12.2886C6.55647 12.5717 6.83342 12.7886 7.19431 12.9503C7.70348 13.182 8.26352 13.25 8.818 13.25C9.43767 13.25 10.0914 13.1443 10.6316 12.826C11.1461 12.5218 11.6323 12.1241 11.6422 11.0526C12.6346 10.8288 13.3785 9.92919 13.3785 8.85689C13.3785 7.61676 12.3835 6.60762 11.1599 6.60762C9.9363 6.60762 8.94126 7.61676 8.94126 8.85689ZM12.3614 8.85689C12.3614 9.52965 11.8222 10.0768 11.1599 10.0768C10.4969 10.0768 9.95836 9.52965 9.95836 8.85689C9.95836 8.18413 10.4976 7.63697 11.1599 7.63697C11.8228 7.63759 12.3614 8.18474 12.3614 8.85689Z",fill:"white"})),a.createElement("mask",{id:"mask0_4999_54706",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"4",y:"4",width:"10",height:"10"},a.createElement("path",{d:"M8.29654 5.80369C8.29654 5.73385 8.29164 5.65909 8.28674 5.58741C8.26897 5.09885 7.7883 4.73068 7.31988 4.75105C6.7678 4.78342 6.64904 5.55644 7.12136 5.78838C7.19304 5.82637 7.21326 5.85945 7.20591 5.92624C7.20591 7.21503 7.20591 8.68747 7.20591 9.96463C7.20897 10.0155 7.19304 10.0412 7.14403 10.0621C6.63928 10.2819 6.76454 11.0833 7.33029 11.1055C7.79695 11.1288 8.2587 10.7427 8.28674 10.2704C8.29225 10.1975 8.29654 10.1264 8.29654 10.0529C8.29654 8.63657 8.30751 7.21995 8.29654 5.80369Z",fill:"white"}),a.createElement("path",{d:"M5.82243 10.0756C5.73542 10.0376 5.70724 9.9892 5.71643 9.88994V5.89321C5.72399 5.80249 5.79924 5.80677 5.85797 5.76147C6.29273 5.47607 6.10792 4.76229 5.58102 4.7505H5.56264C5.0355 4.7505 4.62519 5.18725 4.62519 5.70572C4.62519 6.81951 4.62398 7.9333 4.62764 9.04708C4.62887 9.41974 4.63009 9.79178 4.63009 10.1638C4.63009 10.6593 5.0522 11.1037 5.551 11.1037C6.09448 11.1037 6.34155 10.3213 5.82243 10.0756Z",fill:"white"}),a.createElement("path",{d:"M11.6617 8.88498C11.6617 9.16044 11.4384 9.38373 11.163 9.38373C10.8875 9.38373 10.6642 9.16044 10.6642 8.88498C10.6642 8.60953 10.8875 8.38624 11.163 8.38624C11.4384 8.38624 11.6617 8.60953 11.6617 8.88498Z",fill:"white"}),a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.94126 8.85689C8.94126 9.92678 9.68187 10.8247 10.6709 11.0511C10.6001 12.3176 9.03205 12.3769 8.09561 12.2273C7.87932 12.1918 7.68632 12.1312 7.52211 12.0472C7.29602 11.9302 7.13058 11.7464 7.03132 11.5025C6.98554 11.3893 6.95676 11.2689 6.90511 11.1582C6.81259 10.9419 6.58527 10.8255 6.36531 10.8812C6.13738 10.9376 5.98542 11.1361 5.99584 11.364C6.00973 11.6959 6.1497 12.0255 6.34754 12.2886C6.55647 12.5717 6.83342 12.7886 7.19431 12.9503C7.70348 13.182 8.26352 13.25 8.818 13.25C9.43767 13.25 10.0914 13.1443 10.6316 12.826C11.1461 12.5218 11.6323 12.1241 11.6422 11.0526C12.6346 10.8288 13.3785 9.92919 13.3785 8.85689C13.3785 7.61676 12.3835 6.60762 11.1599 6.60762C9.9363 6.60762 8.94126 7.61676 8.94126 8.85689ZM12.3614 8.85689C12.3614 9.52965 11.8222 10.0768 11.1599 10.0768C10.4969 10.0768 9.95836 9.52965 9.95836 8.85689C9.95836 8.18413 10.4976 7.63697 11.1599 7.63697C11.8228 7.63759 12.3614 8.18474 12.3614 8.85689Z",fill:"white"})),a.createElement("g",{mask:"url(#mask0_4999_54706)"},a.createElement("g",{filter:"url(#filter3_f_4999_54706)"},a.createElement("ellipse",{cx:"7.36076",cy:"7.31848",rx:"0.28125",ry:"0.421875",transform:"rotate(30 7.36076 7.31848)",fill:"white"})),a.createElement("g",{filter:"url(#filter4_f_4999_54706)"},a.createElement("rect",{x:"6.71875",y:"7.84375",width:"0.1875",height:"7.21875",fill:"white"})),a.createElement("g",{filter:"url(#filter5_f_4999_54706)"},a.createElement("rect",{x:"10.4688",y:"7.84375",width:"0.1875",height:"7.21875",fill:"white"})),a.createElement("g",{filter:"url(#filter6_f_4999_54706)"},a.createElement("ellipse",{cx:"10.267",cy:"7.50598",rx:"0.28125",ry:"0.421875",transform:"rotate(-30 10.267 7.50598)",fill:"white"}))))),a.createElement("rect",{x:"0.5",y:"0.5",width:"17",height:"17",rx:"2.5",stroke:"white"})),a.createElement("defs",null,a.createElement("filter",{id:"filter0_ii_4999_54706",x:"-0.191927",y:"-0.191927",width:"18.3839",height:"18.3839",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},a.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),a.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),a.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),a.createElement("feOffset",{dx:"0.191927",dy:"0.191927"}),a.createElement("feGaussianBlur",{stdDeviation:"0.0959636"}),a.createElement("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),a.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"}),a.createElement("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_4999_54706"}),a.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),a.createElement("feOffset",{dx:"-0.191927",dy:"-0.191927"}),a.createElement("feGaussianBlur",{stdDeviation:"0.0959636"}),a.createElement("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),a.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),a.createElement("feBlend",{mode:"normal",in2:"effect1_innerShadow_4999_54706",result:"effect2_innerShadow_4999_54706"})),a.createElement("filter",{id:"filter1_dd_4999_54706",x:"2.375",y:"4.18774",width:"13.2539",height:"12.9998",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},a.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),a.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),a.createElement("feOffset",{dy:"0.375"}),a.createElement("feGaussianBlur",{stdDeviation:"0.375"}),a.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"}),a.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_4999_54706"}),a.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),a.createElement("feOffset",{dy:"1.6875"}),a.createElement("feGaussianBlur",{stdDeviation:"1.125"}),a.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"}),a.createElement("feBlend",{mode:"normal",in2:"effect1_dropShadow_4999_54706",result:"effect2_dropShadow_4999_54706"}),a.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect2_dropShadow_4999_54706",result:"shape"})),a.createElement("filter",{id:"filter2_iii_4999_54706",x:"4.25",y:"3.81274",width:"9.31641",height:"9.43726",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},a.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),a.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),a.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),a.createElement("feOffset",{dx:"-0.375",dy:"-0.9375"}),a.createElement("feGaussianBlur",{stdDeviation:"0.9375"}),a.createElement("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),a.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0.0582292 0 0 0 0 0.132925 0 0 0 0 0.325 0 0 0 0.25 0"}),a.createElement("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_4999_54706"}),a.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),a.createElement("feOffset",{dx:"0.1875",dy:"-0.375"}),a.createElement("feGaussianBlur",{stdDeviation:"0.1875"}),a.createElement("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),a.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.45 0"}),a.createElement("feBlend",{mode:"normal",in2:"effect1_innerShadow_4999_54706",result:"effect2_innerShadow_4999_54706"}),a.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),a.createElement("feOffset",{dx:"-0.1875",dy:"-0.9375"}),a.createElement("feGaussianBlur",{stdDeviation:"0.46875"}),a.createElement("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),a.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0.766667 0 0 0 0 0.888 0 0 0 0 1 0 0 0 1 0"}),a.createElement("feBlend",{mode:"normal",in2:"effect2_innerShadow_4999_54706",result:"effect3_innerShadow_4999_54706"})),a.createElement("filter",{id:"filter3_f_4999_54706",x:"6.55924",y:"6.44706",width:"1.60417",height:"1.74284",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},a.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),a.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),a.createElement("feGaussianBlur",{stdDeviation:"0.239909",result:"effect1_foregroundBlur_4999_54706"})),a.createElement("filter",{id:"filter4_f_4999_54706",x:"6.23893",y:"7.36393",width:"1.14714",height:"8.17839",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},a.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),a.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),a.createElement("feGaussianBlur",{stdDeviation:"0.239909",result:"effect1_foregroundBlur_4999_54706"})),a.createElement("filter",{id:"filter5_f_4999_54706",x:"9.98893",y:"7.36393",width:"1.14714",height:"8.17839",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},a.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),a.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),a.createElement("feGaussianBlur",{stdDeviation:"0.239909",result:"effect1_foregroundBlur_4999_54706"})),a.createElement("filter",{id:"filter6_f_4999_54706",x:"9.46549",y:"6.63456",width:"1.60417",height:"1.74284",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},a.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),a.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),a.createElement("feGaussianBlur",{stdDeviation:"0.239909",result:"effect1_foregroundBlur_4999_54706"})),a.createElement("linearGradient",{id:"paint0_linear_4999_54706",x1:"9",y1:"1",x2:"9",y2:"17",gradientUnits:"userSpaceOnUse"},a.createElement("stop",{stopColor:"#65B5FF"}),a.createElement("stop",{offset:"1",stopColor:"#2685F1"})),a.createElement("linearGradient",{id:"paint1_linear_4999_54706",x1:"9",y1:"1",x2:"9",y2:"17",gradientUnits:"userSpaceOnUse"},a.createElement("stop",{offset:"0.151042",stopColor:"white"}),a.createElement("stop",{offset:"1",stopOpacity:"0.1"})),a.createElement("clipPath",{id:"clip0_4999_54706"},a.createElement("rect",{x:"1",y:"1",width:"16",height:"16",rx:"2",fill:"white"}))))},Save,Bookmark}},fNCy:function(e,t,r){r.d(t,{T:function(){return Text}});var n=r("6eqW"),a=r("q1tI"),l=r("ZQ3V");let Text=e=>{var{size:t="base",type:r="regular"}=e,i=(0,n._)(e,["size","type"]);return a.createElement(l.T,Object.assign({size:t,weight:"caption"===r?"bold":r,"data-size":t,"data-type":r,"data-word-wrap":i.wordWrap,"data-is-uppercase":i.isUppercase},i))}},KyIs:function(e,t,r){r.d(t,{S:function(){return SocialLinkPreview}});var n=r("6eqW"),a=r("q1tI"),l=r("Eso5"),i=r("8vDj"),o=r("EDn0"),s=r("4fTT"),c=r("rBCA"),m=r("IQVP"),d=r("5+xW"),u=r("SfG2"),h=r("WpsW");let p=c.Z.div` .link-info-container { padding: 0.5rem 1rem; background: ${e=>e.color||"#f4faff"}; } .link-image-wrapper { position: relative; overflow: hidden; width: 100%; background-color: #000; padding-top: ${e=>{var t;return null!==(t=e.aspectPaddingTop)&&void 0!==t?t:e.isShort?"179.58%":"56.25%"}}; &.fetching { background: lightgray; } .loading-spinner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .link-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: ${e=>{var t;return null!==(t=e.posterFit)&&void 0!==t?t:"cover"}}; object-position: center; } } a { text-decoration: none; } &[data-is-marrybaby='true'] { overflow: hidden; border-radius: 1rem; } `,useExternalScript=({url:e,onLoad:t,onError:r})=>{let[n,l]=(0,a.useState)(e?"loading":"idle");return(0,a.useEffect)(()=>{if(!e){l("idle");return}let n=document.querySelector(`script[src="${e}"]`),handleLoadScript=()=>{l("ready"),null==t||t()},handleErrorScript=()=>{l("error"),null==r||r()};return n||((n=document.createElement("script")).type="application/javascript",n.src=e,n.async=!0,document.body.appendChild(n),n.addEventListener("load",handleLoadScript),n.addEventListener("error",handleErrorScript)),n.addEventListener("load",handleLoadScript),n.addEventListener("error",handleErrorScript),()=>{n.removeEventListener("load",handleLoadScript),n.removeEventListener("error",handleErrorScript)}},[e]),n},YoutubePlyr=({id:e,autoplay:t,posterFit:r="cover"})=>{let n=(0,a.useRef)(null),i=useExternalScript({url:"https://cdn.plyr.io/3.7.8/plyr.js"});return(0,a.useEffect)(()=>{var e;if(!document.getElementById("hhg-plyr-player")){let e=document.createElement("link");e.rel="stylesheet",e.type="text/css",e.href="https://cdn.plyr.io/3.7.8/plyr.css",e.id="hhg-plyr-player",document.head.appendChild(e)}let r="ready"===i||"undefined"!=typeof Plyr;if(!r)return;let a=null===(e=n.current)||void 0===e?void 0:e.querySelector('[data-id="player"]');if(!a)return;let l=new Plyr(a,{autoplay:t,muted:!0});return()=>{l.destroy()}},[i,t,e]),a.createElement(l.x,{ref:n,sx:{position:"absolute",top:0,left:0,right:0,bottom:0,backgroundColor:"#000","&, & > div":{width:"100%",height:"100%"},"& .plyr":{width:"100%",height:"100%",maxWidth:"none"},"& .plyr__video-wrapper":{height:"100%",width:"100%"},"& .plyr__video-embed":{paddingBottom:"0 !important",height:"100% !important",position:"relative"},"& .plyr__video-embed iframe":{position:"absolute",top:0,left:0,width:"100%",height:"100%"},"& .plyr__poster":{backgroundSize:"cover"===r?"cover !important":"contain !important",backgroundPosition:"center !important",backgroundRepeat:"no-repeat",width:"100% !important",height:"100% !important",top:0,left:0}}},a.createElement("div",{key:e,"data-id":"player",className:"plyr__video-embed"},a.createElement("iframe",{width:"100%",height:"100%",src:`https://www.youtube.com/embed/${e}?mute=1&enablejsapi=1&rel=0`,allow:"autoplay; fullscreen",allowFullScreen:!0,title:"YouTube preview",frameBorder:"0"})))},SocialLinkPreview=({url:e,image:t,className:r,style:l,baseUrl:c="",autoPlay:g=!0,isShort:b=!1,autoScaleByVideoType:f=!1,ratio:C,posterFit:E="cover",onPushStatus:v})=>{let{data:{locale:w}}=(0,a.useContext)(s.T),[x,y]=(0,a.useState)(null);(0,a.useEffect)(()=>{(0,n.a)(void 0,void 0,void 0,function*(){if(!t){if(!e)return y(null);y(e=>Object.assign(Object.assign({},e),{isFetching:!0})),(0,s.c)((0,s.f)(m.yy.FETCH_PREVIEW,{_locale:w},void 0,c),"POST",{data:{link:e},headers:{"Content-Type":"application/json"}},!!c).then(t=>{var r,n;y({url:e,image:(null===(r=null==t?void 0:t.data)||void 0===r?void 0:r.image)||(null===(n=null==t?void 0:t.data)||void 0===n?void 0:n.logo)})}).catch(()=>{y(null)})}})},[e,t]);let B=t||(null==x?void 0:x.image),k=(null==x?void 0:x.url)||e,I=(0,a.useMemo)(()=>(0,u.y)(k),[k]),S=(0,a.useMemo)(()=>k.includes("facebook.com")||k.includes("fb.watch"),[k]),_=(0,a.useMemo)(()=>{let e=(k||"").toLowerCase();return e.includes("/reel/")||e.includes("/reels/")},[k]),F=(0,a.useMemo)(()=>!!(I||S),[S,I]),H=(0,a.useMemo)(()=>!!f&&(!!b||k.toLowerCase().includes("/shorts/")||_),[f,k,_,b]),O=(0,a.useMemo)(()=>C?function(e){let t=e.trim().match(/^(\d+(?:\.\d+)?)\s*:\s*(\d+(?:\.\d+)?)$/);if(!t)return;let r=Number(t[1]),n=Number(t[2]);if(Number.isFinite(r)&&Number.isFinite(n)&&!(r<=0)&&!(n<=0))return`${n/r*100}%`}(C):void 0,[C]),L=(0,a.useRef)(null),j=(0,a.useRef)(0),M=(0,a.useRef)(0),[P,D]=(0,a.useState)(!1),z=(0,a.useCallback)(e=>{var t;let r=null===(t=L.current)||void 0===t?void 0:t.getBoundingClientRect();if(!(null==r?void 0:r.width))return;let n=Math.floor(r.width),a=Math.floor(r.height),l=!1;e?((!j.current||Math.abs((j.current-n)/r.width)>.2)&&(j.current=n,l=!0),(!M.current||Math.abs((M.current-a)/(r.height||1))>.2)&&(M.current=a,l=!0)):(n!==j.current||a!==M.current)&&(j.current=n,M.current=a,l=!0),l&&D(e=>!e)},[]);(0,a.useLayoutEffect)(()=>{z(!1)},[O,C,H,k,z]),(0,a.useEffect)(()=>{let handleResize=()=>z(!0);return handleResize(),window.addEventListener("resize",handleResize,{passive:!0}),()=>{window.removeEventListener("resize",handleResize)}},[z]),(0,a.useEffect)(()=>{(null==x?void 0:x.image)&&(null==x?void 0:x.url)&&(null==v||v(!0))},[x]);let N=(0,i.rZ)();return a.createElement(p,{className:`${r} no-replace-click`,style:l,color:N.colors[N.primaryColor][0],isShort:H,aspectPaddingTop:O,posterFit:E},F&&(!t||_)?a.createElement("div",{ref:L,className:"link-image-wrapper"},I?a.createElement(YoutubePlyr,{key:`${I}-${null!=C?C:"auto"}`,id:I,autoplay:g,isShort:H,ratio:C,posterFit:E}):S?a.createElement("iframe",{key:String(P),src:`https://www.facebook.com/plugins/video.php?href=${encodeURIComponent(k)}&autoplay=${g?1:0}&show_text=false&t=0&width=${j.current}&height=${M.current}`,style:{position:"absolute",top:"50%",left:"50%",border:"none",overflow:"hidden",height:M.current,width:j.current,transform:"translate(-50%, -50%)"},scrolling:"no",frameBorder:"0",allowFullScreen:!0,allow:"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share",loading:"lazy"}):null):a.createElement("a",{href:k,target:"_blank",rel:"noreferrer"},a.createElement("div",{className:`link-image-wrapper ${(null==x?void 0:x.isFetching)?"fetching":""}`},(null==x?void 0:x.isFetching)?a.createElement(h.L,{className:"loading-spinner"}):a.createElement(o.I,{className:"link-image",src:B||d.a,backupSrc:d.a,alt:k}))))}},Mx70:function(e,t,r){r.d(t,{P:function(){return PWGForm}});var n=r("6eqW"),a=r("q1tI"),l=r("8vDj"),i=r("iuhU"),o=r("cChf"),s=r("ZFu2"),c=r("ySrh"),m=r("ZKGu"),d=r("5+xW"),u=r("TH2c"),h=r("ZQ3V"),p=r("yjyv"),g=r("Xlwb"),b=r("7f2Q"),f=r("xrdX");let C=(0,a.createContext)({}),DefaultForm=e=>{var t=(0,n._)(e,[]);let{t:r,locale:o}=(0,m.u)(),{linkTool:s,form:c,submitProps:d}=(0,a.useContext)(C),{classes:E={}}=(0,a.useContext)(p.C),v=(0,l.rZ)(),w="mb"===v.other.template;return a.createElement(g.H,Object.assign({formLayout:"default"},t),a.createElement(g.H.FormRow,null,a.createElement(u.I.Number,Object.assign({label:a.createElement(h.T,{size:"p2",weight:"semiBold"},r("pregnancyWeightGain.weekInput")),min:b.I.pregnantWeek.min,max:b.I.pregnantWeek.max,placeholder:`${b.I.pregnantWeek.min} - ${b.I.pregnantWeek.max}`},c.getInputProps("pregnantWeek")))),a.createElement(g.H.FormRow,null,a.createElement(u.I.Number,Object.assign({label:a.createElement(h.T,{size:"p2",weight:"semiBold"},r("pregnancyWeightGain.weightBeforeInput")),min:b.I.weight.min,max:b.I.weight.max,placeholder:r("tools.inputPlaceholder",{content:"50"})},c.getInputProps("lastWeight")))),a.createElement(g.H.FormRow,null,a.createElement(u.I.Number,Object.assign({label:a.createElement(h.T,{size:"p2",weight:"semiBold"},r("pregnancyWeightGain.heightInput")),min:b.I.height.min,max:b.I.height.max,placeholder:r("tools.inputPlaceholder",{content:"160"})},c.getInputProps("height")))),a.createElement(g.H.FormRow,null,a.createElement(u.I.Number,Object.assign({label:a.createElement(h.T,{size:"p2",weight:"semiBold"},r("pregnancyWeightGain.weightInput")),min:b.I.weight.min,max:b.I.weight.max,placeholder:r("tools.inputPlaceholder",{content:"50"})},c.getInputProps("weight")))),a.createElement(g.H.FormRow,null,a.createElement(g.H.Switching,Object.assign({label:a.createElement(h.T,{size:"p2",weight:"semiBold"},r("pregnancyWeightGain.havingTwins"))},c.getInputProps("hasTwin")))),a.createElement(g.H.FormRow,{className:E.submitWrapper},a.createElement(g.H.Submit,Object.assign({type:"submit",dataEventCategory:"Health Tool",dataEventAction:"Embedded Pregnancy Weight Gain",dataEventLabel:`https://${f.v[w?"vi-VN_MB":o]}/${s}`,className:(0,i.default)("due-date-calculate-button",E.submitBtn)},d),r("dueDatePage.lastPeriod.calculate"))))},InlineForm=e=>{var t=(0,n._)(e,[]);let{t:r,locale:o}=(0,m.u)(),{classes:s={}}=(0,a.useContext)(p.C),{linkTool:c,form:d,submitProps:h}=(0,a.useContext)(C),E=(0,l.rZ)(),v="mb"===E.other.template;return a.createElement(g.H,Object.assign({formLayout:"inline"},t),a.createElement(g.H.FormRow,null,a.createElement(g.H.BorderInlineControl,{label:r("pregnancyWeightGain.weekInput")},a.createElement(u.I.Number,Object.assign({min:b.I.pregnantWeek.min,max:b.I.pregnantWeek.max,placeholder:`${b.I.pregnantWeek.min} - ${b.I.pregnantWeek.max}`,rightSection:a.createElement(g.H.Unit,null,r("pwgForm.week"))},d.getInputProps("pregnantWeek"))))),a.createElement(g.H.FormRow,null,a.createElement(g.H.BorderInlineControl,{label:r("pregnancyWeightGain.weightBeforeInput")},a.createElement(u.I.Number,Object.assign({},d.getInputProps("lastWeight"),{min:b.I.weight.min,max:b.I.weight.max,placeholder:r("tools.inputPlaceholder",{content:"50"}),rightSection:a.createElement(g.H.Unit,null,r("babyGrowth.kg"))})))),a.createElement(g.H.FormRow,null,a.createElement(g.H.BorderInlineControl,{label:r("pregnancyWeightGain.heightInput")},a.createElement(u.I.Number,Object.assign({},d.getInputProps("height"),{min:b.I.height.min,max:b.I.height.max,placeholder:r("tools.inputPlaceholder",{content:"160"}),rightSection:a.createElement(g.H.Unit,null,r("babyGrowth.cm"))})))),a.createElement(g.H.FormRow,null,a.createElement(g.H.BorderInlineControl,{label:r("pregnancyWeightGain.weightInput")},a.createElement(u.I.Number,Object.assign({},d.getInputProps("weight"),{min:b.I.weight.min,max:b.I.weight.max,placeholder:r("tools.inputPlaceholder",{content:"50"}),rightSection:a.createElement(g.H.Unit,null,r("babyGrowth.kg"))})))),a.createElement(g.H.FormRow,null,a.createElement(g.H.BorderInlineControl,{label:r("pregnancyWeightGain.havingTwins"),width:"none"},a.createElement(g.H.Switching,Object.assign({},d.getInputProps("hasTwin"))))),a.createElement(g.H.FormRow,{className:s.submitWrapper},a.createElement(g.H.Submit,Object.assign({type:"submit",dataEventCategory:"Health Tool",dataEventAction:"Embedded Pregnancy Weight Gain",dataEventLabel:`https://${f.v[v?"vi-VN_MB":o]}/${c}`,className:(0,i.default)("due-date-calculate-button",s.submitBtn)},h),r("dueDatePage.lastPeriod.calculate"))))},MbLayout=e=>{var t=(0,n._)(e,[]);let{t:r,locale:i}=(0,m.u)(),{linkTool:o,form:s,submitProps:c}=(0,a.useContext)(C),d=(0,l.rZ)(),h="mb"===d.other.template;return a.createElement(g.H,Object.assign({formLayout:"inline"},t),a.createElement(g.H.FormRow,null,a.createElement(g.H.BorderBoxControl,{label:r("pregnancyWeightGain.weekInput"),rightSection:r("pregnancy.week")},a.createElement(u.I.Number,Object.assign({min:b.I.pregnantWeek.min,max:b.I.pregnantWeek.max,placeholder:`${b.I.pregnantWeek.min} - ${b.I.pregnantWeek.max}`},s.getInputProps("pregnantWeek")))),s.errors.pregnantWeek&&a.createElement(g.H.Error,null,s.errors.pregnantWeek)),a.createElement(g.H.FormRow,null,a.createElement(g.H.BorderBoxControl,{label:r("pregnancyWeightGain.weightBeforeInput"),rightSection:"kg"},a.createElement(u.I.Number,Object.assign({min:b.I.weight.min,max:b.I.weight.max},s.getInputProps("lastWeight"),{placeholder:r("tools.inputPlaceholder",{content:"50"})}))),s.errors.lastWeight&&a.createElement(g.H.Error,null,s.errors.lastWeight)),a.createElement(g.H.FormRow,null,a.createElement(g.H.BorderBoxControl,{label:r("pregnancyWeightGain.heightInput"),rightSection:"cm"},a.createElement(u.I.Number,Object.assign({min:b.I.height.min,max:b.I.height.max},s.getInputProps("height"),{placeholder:r("tools.inputPlaceholder",{content:"160"})}))),s.errors.height&&a.createElement(g.H.Error,null,s.errors.height)),a.createElement(g.H.FormRow,null,a.createElement(g.H.BorderBoxControl,{label:r("pregnancyWeightGain.weightInput"),rightSection:"kg"},a.createElement(u.I.Number,Object.assign({min:b.I.weight.min,max:b.I.weight.max},s.getInputProps("weight"),{placeholder:r("tools.inputPlaceholder",{content:"50"})}))),s.errors.weight&&a.createElement(g.H.Error,null,s.errors.weight)),a.createElement(g.H.Switching,Object.assign({label:r("pregnancyWeightGain.havingTwins")},s.getInputProps("hasTwin"))),a.createElement(g.H.Submit,Object.assign({type:"submit",dataEventCategory:"Health Tool",dataEventAction:"Embedded Pregnancy Weight Gain",dataEventLabel:`https://${f.v[h?"vi-VN_MB":i]}/${o}`,className:"due-date-calculate-button"},c),r("dueDatePage.lastPeriod.calculate")))},PWGForm=e=>{var{formLayout:t="default",submitProps:r,onSubmit:i}=e,u=(0,n._)(e,["formLayout","submitProps","onSubmit"]);let{t:h,locale:p}=(0,m.u)(),g=(0,l.rZ)(),b="mb"===g.other.template,f=(0,o.c)({validate:{pregnantWeek:(0,s.U)(h("validation.error.requiredField")),height:(0,s.U)(h("validation.error.requiredField")),weight:(e,t)=>e?Number(e)>=Number(t.lastWeight)?null:h("pregnancyWeightGain.weightInput.error"):h("validation.error.requiredField"),lastWeight:(e,t)=>e?Number(e)E(d.H.PWG),[E]),w=Object.assign({onSubmit:f.onSubmit(i)},u);return a.createElement(C.Provider,{value:{linkTool:v,form:f,submitProps:r}},"inline"===t?a.createElement(InlineForm,Object.assign({},w)):b?a.createElement(MbLayout,Object.assign({formLayout:t},w)):a.createElement(DefaultForm,Object.assign({},w)))}},RDA3:function(e,t,r){r.d(t,{C:function(){return CardLink}});var n=r("6eqW"),a=r("q1tI"),l=r("8vDj"),i=r("OGdO"),o=r("ZQ3V"),s=r("4fTT"),c=r("rBCA"),m=r("IQVP"),d=r("5+xW");let u=c.Z.div` .link-info-container { padding: 0.5rem 1rem; background: ${e=>e.color||"#f4faff"}; } .link-image-wrapper { position: relative; overflow: hidden; width: 100%; padding-top: min(280px, 56.25%); .link-image-blur { position: absolute; top: 50%; left: 50%; width: 110%; height: 110%; /* Add the blur effect */ -webkit-filter: blur(8px); filter: blur(8px); object-fit: cover; object-position: center; opacity: 0.8; transform: translate(-50%, -50%); } .link-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; } } a { text-decoration: none; } &[data-is-marrybaby='true'] { overflow: hidden; border-radius: 1rem; .link-info-container { padding-bottom: 1rem; p { color: #2661ad; } .link-logo { max-width: 2rem; height: 13px; margin-right: 4px; object-fit: contain; vertical-align: middle; } } .link-image-wrapper { padding-top: min(360px, 56.25%); .link-image { object-fit: cover; } } } `,CardLink=({title:e,url:t,image:r,logo:c,className:h,style:p,noRefetch:g})=>{let{data:{locale:b,env:{isMarryBaby:f}}}=(0,a.useContext)(s.T),[C,E]=(0,a.useState)(!1),v=(0,l.rZ)(),w=(0,a.useRef)(g);w.current=g;let[x,y]=(0,a.useState)(null);(0,a.useEffect)(()=>{(0,n.a)(void 0,void 0,void 0,function*(){if(!w.current){if(!t)return y(null);y(e=>Object.assign(Object.assign({},e),{isFetching:!0})),(0,s.c)((0,s.f)(m.yy.FETCH_PREVIEW,{_locale:b}),"POST",{data:{link:t},headers:{"Content-Type":"application/json"}}).then(e=>{var r,n,a;E(!1),y({title:null===(r=null==e?void 0:e.data)||void 0===r?void 0:r.title,url:t,image:(null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.image)||(null===(a=null==e?void 0:e.data)||void 0===a?void 0:a.logo)})}).catch(()=>{y(null)})}})},[t]);let B=(null==x?void 0:x.image)||r,k=(null==x?void 0:x.title)||e,I=(null==x?void 0:x.logo)||c,S=(null==x?void 0:x.url)||t,_=S.replace("http://","").replace("https://","").split(/[/?#]/),F=_[0],H=(0,a.useRef)(!1);return a.createElement(u,{"data-is-marrybaby":f,className:`${h} no-replace-click`,style:p,color:v.colors[v.primaryColor][0]},a.createElement("a",{href:S,target:"_blank",rel:"noreferrer"},B&&a.createElement("div",{className:"link-image-wrapper"},!f&&a.createElement("img",{className:"link-image-blur",src:B,onError:e=>{H.current||(H.current=!0,e.currentTarget.src=d.a)},loading:"lazy"}),a.createElement("img",{className:"link-image",src:B,onError:e=>{H.current||(H.current=!0,e.currentTarget.src=d.a)},loading:"lazy"})),a.createElement("div",{className:"link-info-container"},a.createElement(o.T,{size:"n1"},f&&I&&!C&&a.createElement("img",{className:"link-logo",src:I,onError:()=>E(!0),loading:"lazy"}),F),a.createElement(i.H,{tag:"h6"},k))))}},sIpF:function(e,t,r){r.d(t,{P:function(){return PopoverMenu},S:function(){return c}});var n=r("q1tI"),a=r("Jn/A"),l=r("4fTT"),i=r("rBCA"),o=r("iBNF");let s=i.Z.div` position: relative; display: content; .popover-menu__btn { /* position: relative; */ > span { width: 100%; height: 100%; > img { width: 100%; height: 100%; } } } .popover-menu__content { position: absolute; z-index: 10; width: 320px; padding: 8px; border: none; background: #fff; border-radius: 8px; box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1); &::before { position: absolute; width: 16px; height: 8px; background: #fff; content: ''; } &.--position { &-top { bottom: calc(100% + 8px); &.--align { &-start { left: 0; &::before { top: 100%; left: 16px; clip-path: polygon(0 0, 50% 100%, 100% 0); } } &-end { left: 100%; transform: translateX(calc(-100% + 1rem)); &::before { top: 100%; right: 16px; clip-path: polygon(0 0, 50% 100%, 100% 0); } } } } &-right { left: calc(100% + 8px); &.--align { &-start { top: 0; &::before { top: 16px; left: 0; width: 8px; height: 16px; clip-path: polygon(0 50%, 100% 0%, 100% 100%); transform: translateX(-100%); } } &-end { top: 100%; transform: translateX(calc(-100% + 1rem)); &::before { bottom: 16px; left: 0; width: 8px; height: 16px; clip-path: polygon(0 50%, 100% 0%, 100% 100%); transform: translateX(-100%); } } } } &-bottom { top: calc(100% + 8px); &.--align { &-start { left: 0; &::before { bottom: 100%; left: 16px; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); } } &-end { left: 100%; transform: translateX(calc(-100% + 1rem)); &::before { right: 16px; bottom: 100%; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); } } } } &-left { left: -8px; transform: translateX(-100%); &.--align { &-start { top: 0; &::before { top: 16px; left: 100%; width: 8px; height: 16px; clip-path: polygon(0 0%, 100% 50%, 0% 100%); transform: translateX(0); } } &-end { bottom: 0; &::before { bottom: 16px; left: 100%; width: 8px; height: 16px; clip-path: polygon(0 0%, 100% 50%, 0% 100%); transform: translateX(0); } } } } } } &[data-is-marrybaby='true'] { .popover-menu__content { padding: 0; border-radius: 12px; /* &::before { display: none; } */ } } `,c=i.Z.div` display: flex; /* max-height: 300px; */ flex-direction: column; cursor: default; .__header { position: relative; display: flex; align-items: center; justify-content: center; padding: 1rem 0; margin-bottom: 8px; .__back-btn { position: absolute; top: 50%; left: 8px; width: 16px; height: 16px; cursor: pointer; transform: translateY(-50%); } } .tree-text-description { padding-right: 8px; padding-left: 8px; margin-top: -8px; margin-bottom: 8px; font-size: 14px; font-weight: 400; line-height: 22px; text-align: left; } .__content { overflow: auto; flex: 1; } .__list { .__item { position: relative; &.bold-item { font-weight: 700; } &:last-child { .__btn { margin-bottom: 0; } } .__btn { position: relative; display: flex; width: 100%; height: 40px; align-items: center; padding: 0 1rem; border: none; margin-bottom: 8px; color: ${o.r.colors.gray800}; cursor: pointer; text-align: left; transition: background 0.3s; /* for better gtm tracking result */ * { pointer-events: none; } &.--checked { color: ${o.r.colors.gray500}; pointer-events: none; } &:hover { background: ${o.r.colors.gray100}; } .__icon { width: 16px; height: 16px; margin-right: 0.4rem; } & > span { position: relative; & > img { width: 16px; height: 16px; margin-right: 0.4rem; } } } .__toggle { position: absolute; top: 50%; right: 16px; width: 16px; height: 16px; pointer-events: none; transform: translateY(-50%); } } } &[data-is-marrybaby='true'] { .__header { padding: 1rem; } .tree-text-description { padding: 0 1rem; } .__list { .__item { &:first-child { .__btn { border-top-left-radius: 12px; border-top-right-radius: 12px; } } &:last-child { .__btn { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } } .__btn { height: unset; padding: 1rem; margin-bottom: 0; &:hover { background: ${o.r.mbColors.lightPink}; } } } } } `,PopoverMenu=({className:e,style:t,toggleButtonContent:r,position:i="bottom",align:o="end",children:c,buttonProps:m})=>{let{data:{env:{isMarryBaby:d}}}=(0,n.useContext)(l.T),[u,h]=(0,n.useState)(!1),p=(0,n.useRef)(null),g=(0,n.useRef)(u);return(0,n.useEffect)(()=>{var e;g.current=u,u&&(null===(e=p.current)||void 0===e||e.focus())},[u]),(0,n.useEffect)(()=>{let clickHandler=e=>{var t;(null===(t=p.current)||void 0===t?void 0:t.contains(e.target))||!g.current||h(!1)};return window.addEventListener("click",clickHandler,{passive:!0}),()=>{window.removeEventListener("click",clickHandler)}},[]),n.createElement(s,{"data-is-marrybaby":d,className:e,style:t},n.createElement(a.B,Object.assign({theme:d?"marryBaby":"helloSites",className:"popover-menu__btn",size:"md",color:"transparent",onClick:()=>h(e=>!e)},m),r),u?n.createElement("div",{ref:p,className:`popover-menu__content --position-${i} --align-${o}`,tabIndex:0,onClick:e=>e.stopPropagation()},"function"==typeof c?c({setShow:h}):c):null)}},NA7q:function(e,t,r){r.d(t,{B:function(){return BmiForm},F:function(){return FitnessToolUnitPicker},H:function(){return M},N:function(){return NewsletterCheckbox},Q:function(){return Question1Label},a:function(){return Question2Label},b:function(){return Question2Description}});var n=r("6eqW"),a=r("q1tI"),l=r("wUmw"),i=r("ySrh"),o=r("5+xW"),s=r("/npG"),c=r("SPK5"),m=r("Eso5"),d=r("8vDj"),u=r("Zo/N"),h=r("mYVa"),p=r("lSJj"),g=r("TIp3"),b=r("OAL+"),f=r("iuhU"),C=r("C/sX"),E=r("TH2c"),v=r("ZQ3V"),w=r("LeBD"),x=r("ZKGu"),y=r("Xlwb"),B=r("pGFX"),k=r("yjyv"),I=r("Mzyo"),S=r("PmKk"),_=r("xrdX"),F=r("mx4j");let Question1Label=e=>{var{LabelWrapper:t}=e,r=(0,n._)(e,["LabelWrapper"]);let{t:l}=(0,x.u)(),i=t?{}:Object.assign({size:"p2"},r),o=t||v.T;return a.createElement(o,Object.assign({},i),l("bmi.question.weightLossSupport"))},Question2Label=e=>{var{LabelWrapper:t}=e,r=(0,n._)(e,["LabelWrapper"]);let{t:l}=(0,x.u)(),i=t?{}:Object.assign({size:"p2"},r),o=t||v.T;return a.createElement(o,Object.assign({},i),l("bmi.question.glp1Awareness"))},Question2Description=e=>{var{LabelWrapper:t}=e,r=(0,n._)(e,["LabelWrapper"]);let{t:l}=(0,x.u)(),i=t?{}:Object.assign({size:"p2"},r),o=t||v.T;return a.createElement(o,Object.assign({},i),l("bmi.question.glp1Awareness.desc"))},H=(0,a.createContext)({});var O=(0,s.k)(()=>({label:{marginTop:2,cursor:"pointer",userSelect:"none"}}));let NewsletterCheckbox=e=>{var{labelTextProps:t,checked:r,LabelWrapper:l,useCollapse:i=!0}=e,o=(0,n._)(e,["labelTextProps","checked","LabelWrapper","useCollapse"]);let{t:s}=(0,x.u)(),[d,u]=(0,a.useState)(!i),[h,p]=(0,a.useState)(!0),[g,b]=(0,a.useState)(r),f=l?{}:Object.assign({size:"p3"},t),C=l||v.T,{classes:w}=O(void 0,{name:"NewsletterCheckbox"});return a.createElement(c.k,{gap:8,align:"flex-start"},a.createElement(E.d,Object.assign({},o,{label:void 0,size:"sm",checked:g,onChange:e=>{h?p(!1):b(e.currentTarget.checked)},styles:{labelWrapper:{display:"none"}}})),a.createElement(m.x,null,a.createElement(C,Object.assign({},f,{onClick:()=>{i&&u(e=>!e)},className:w.label,lineClamp:d?void 0:1}),s("bmi.newsletter.label"))))},FitnessToolUnitPicker=({displayValue:e,field:t,onChange:r})=>{let n=(0,d.rZ)(),l=n.colors.gray[1],i="height"===t?[{label:"cm",system:"metric"},{label:"ft",system:"imperial"}]:[{label:"kg",system:"metric"},{label:"lbs",system:"imperial"}];return a.createElement(u.v,{position:"bottom-end",withinPortal:!0,offset:0,styles:{dropdown:{backgroundColor:n.white,border:`${(0,h.h)(1)} solid ${l}`,borderRadius:12,boxShadow:"0px 0px 1px 0px #0000000A,0px 2px 8px 0px #0000000A,0px 10px 16px 0px #0000000A",padding:(0,h.h)(4),minWidth:(0,h.h)(90)},item:{fontSize:n.fontSizes.sm,lineHeight:1.4,padding:`${(0,h.h)(6)} ${(0,h.h)(10)}`,borderRadius:n.radius.xs,color:n.colors.dark[9],"&[data-hovered]":{backgroundColor:"transparent"}}}},a.createElement(u.v.Target,null,a.createElement(p.k,{type:"button",sx:e=>({height:"100%",display:"flex",alignItems:"center",justifyContent:"flex-end",width:"100%",paddingRight:e.spacing.xs,gap:4})},a.createElement(g.x,{component:"span",size:"sm",sx:{lineHeight:1}},e),a.createElement(B.C,{style:{width:18,height:18}}))),a.createElement(u.v.Dropdown,null,i.map(l=>{let i=e===l.label;return a.createElement(u.v.Item,{key:l.label,onClick:()=>r(l.system,t),sx:{backgroundColor:i?n.colors.gray[1]:void 0,"&[data-hovered]":{backgroundColor:i?n.colors.gray[1]:"transparent"}}},l.label)})))},DefaultForm=e=>{var t,r,i,o,s,d,u;let{t:h,locale:p}=(0,x.u)(),{classes:g={}}=(0,a.useContext)(k.C),{control:C,bmiGenerated:v,linkTool:w,submitProps:B,withAdditionalQuestion:I,classes:F={},enableUnitPicker:O,unitSystem:L,unitHeight:j,unitWeight:P,onUnitChange:D}=(0,a.useContext)(H),z={body:{alignItems:"center"}};return a.createElement(y.H,Object.assign({formLayout:"default"},e),a.createElement(M,{isMobile:e.isMobile,gutter:4},a.createElement(b.K,{spacing:4,px:16},a.createElement(l.Qr,{name:"gender",control:C,rules:null===(t=v.gender)||void 0===t?void 0:t.rule,render:({field:{onChange:e},fieldState:{error:t}})=>a.createElement("div",null,a.createElement(M.GenderControl,{LabelWrapper:M.Label,error:void 0,onChange:e,gap:4}),(null==t?void 0:t.message)&&a.createElement(M.Error,{label:t.message}))}),a.createElement(l.Qr,{name:"age",control:C,rules:null===(r=v.age)||void 0===r?void 0:r.rule,render:({field:{name:e,value:t,onChange:r},fieldState:{error:n}})=>a.createElement("div",null,a.createElement(M.InputNumber,{label:a.createElement(M.Label,null,h("bmi.ageInput")),placeholder:h("tools.inputPlaceholder",{content:"25"}),name:e,value:t,onChange:r,min:0,rightSection:h("bmi.ageInput.desc"),classNames:{rightSection:F.inputRightSection}}),(null==n?void 0:n.message)&&a.createElement(M.Error,{label:n.message}))}),a.createElement(l.Qr,{name:"height",control:C,rules:null===(i=v.height)||void 0===i?void 0:i.rule,render:({field:{name:e,value:t,onChange:r},fieldState:{error:n}})=>a.createElement("div",null,a.createElement(M.InputNumber,{label:a.createElement(M.Label,null,h("bmi.heightInput")),placeholder:h("tools.inputPlaceholder",{content:"imperial"===L?6:170}),name:e,value:t,onChange:r,min:0,precision:1,inputMode:"decimal",rightSection:O?a.createElement(FitnessToolUnitPicker,{displayValue:j,field:"height",onChange:D}):h("bmi.heightInput.desc"),rightSectionWidth:70,classNames:{rightSection:F.inputRightSection},styles:O?void 0:()=>({rightSection:{paddingRight:0}})}),(null==n?void 0:n.message)&&a.createElement(M.Error,{label:n.message}))}),a.createElement(l.Qr,{name:"weight",control:C,rules:null===(o=v.weight)||void 0===o?void 0:o.rule,render:({field:{name:e,value:t,onChange:r},fieldState:{error:n}})=>a.createElement("div",null,a.createElement(M.InputNumber,{label:a.createElement(M.Label,null,h("bmi.weightInput")),placeholder:h("tools.inputPlaceholder",{content:"imperial"===L?130:60}),name:e,value:t,onChange:r,precision:1,inputMode:"decimal",min:0,rightSection:O?a.createElement(FitnessToolUnitPicker,{displayValue:P,field:"weight",onChange:D}):h("bmi.weightInput.desc"),rightSectionWidth:70,classNames:{rightSection:F.inputRightSection},styles:O?void 0:()=>({rightSection:{paddingRight:0}})}),(null==n?void 0:n.message)&&a.createElement(M.Error,{label:n.message}))})),I?a.createElement(a.Fragment,null,a.createElement(b.K,{spacing:4,px:16},a.createElement(l.Qr,{name:"question1",control:C,rules:null===(s=v.question1)||void 0===s?void 0:s.rule,render:({field:{value:e,onChange:t,name:r},fieldState:{error:n}})=>a.createElement("div",null,a.createElement(E.R.Group,{name:r,value:e,onChange:t,sx:{flex:1},label:a.createElement(Question1Label,{LabelWrapper:M.Label}),size:"lg"},a.createElement(c.k,{gap:"lg"},a.createElement(E.R,{size:"sm",value:"1",label:a.createElement(M.OptionLabel,null,h("switchBtn.yes")),styles:z}),a.createElement(E.R,{size:"sm",value:"0",label:a.createElement(M.OptionLabel,null,h("switchBtn.no")),styles:z}))),(null==n?void 0:n.message)&&a.createElement(M.Error,{label:n.message}))}),a.createElement(l.Qr,{name:"question2",control:C,rules:null===(d=v.question2)||void 0===d?void 0:d.rule,render:({field:{name:e,value:t,onChange:r},fieldState:{error:n}})=>a.createElement("div",null,a.createElement(E.R.Group,{name:e,value:t,onChange:r,sx:{flex:1},label:a.createElement(Question2Label,{LabelWrapper:M.Label}),size:"lg",description:p!==S.L.Malaysia&&a.createElement(Question2Description,{LabelWrapper:M.SubLabel})},a.createElement(c.k,{gap:"lg"},a.createElement(E.R,{size:"sm",value:"1",label:a.createElement(M.OptionLabel,null,h("switchBtn.yes")),styles:z}),a.createElement(E.R,{size:"sm",value:"0",label:a.createElement(M.OptionLabel,null,h("switchBtn.no")),styles:z}))),(null==n?void 0:n.message)&&a.createElement(M.Error,{label:n.message}))})),a.createElement(m.x,{className:(0,f.default)(F.newsletterBlock,g.newsletterBlock)},a.createElement(b.K,{spacing:8,px:16,py:12},a.createElement(l.Qr,{name:"newsletter",control:C,rules:null===(u=v.newsletter)||void 0===u?void 0:u.rule,render:e=>{var t=e.field,{value:r,onChange:l,name:i}=t,o=(0,n._)(t,["value","onChange","name"]);return a.createElement(NewsletterCheckbox,Object.assign({size:"sm",onChange:e=>l(e.currentTarget.checked),name:i,checked:!!r},o))}}),a.createElement(y.H.Submit,Object.assign({className:"bmi-btn bmi--btn-submit",dataEventCategory:"Health Tool",dataEventAction:"BMI",dataEventLabel:`https://${_.v[p]}/${w}`,type:"submit",fullWidth:!0},B),h("bmi.submit"))))):a.createElement(m.x,{px:16,sx:{paddingBottom:8}},a.createElement(y.H.Submit,Object.assign({className:"bmi-btn bmi--btn-submit",dataEventCategory:"Health Tool",dataEventAction:"BMI",dataEventLabel:`https://${_.v[p]}/${w}`,type:"submit",fullWidth:!0},B),h("bmi.submit")))))};var L=(0,s.k)(e=>({newsletterBlock:{backgroundColor:e.colors.neutral[0],borderBottomLeftRadius:"inherit",borderBottomRightRadius:"inherit",".bmi-btn":{marginTop:0}},inputRightSection:{fontSize:(0,h.h)(13),lineHeight:(0,h.h)(24),color:e.colors.gray[4],justifyContent:"flex-end",paddingRight:8,whiteSpace:"nowrap"}}));let InlineForm=e=>{var t,r,i,o,s,d,u,p;let{t:g,locale:C}=(0,x.u)(),{control:w,bmiGenerated:B,isTouched:F,linkTool:O,submitProps:L,withAdditionalQuestion:j,enableUnitPicker:M,unitSystem:P,unitHeight:D,unitWeight:z,onUnitChange:N}=(0,a.useContext)(H),{classes:A={},variant:T}=(0,a.useContext)(k.C),{classes:R={}}=(0,a.useContext)(H);return a.createElement(y.H,Object.assign({formLayout:"inline"},e),a.createElement(l.Qr,{name:"gender",control:w,rules:null===(t=B.gender)||void 0===t?void 0:t.rule,render:({field:{onChange:e},fieldState:{error:t}})=>a.createElement(y.H.FormRow,null,a.createElement(y.H.BorderInlineControl,{label:g("tools.selectGender"),width:"none",errorMess:F&&(null==t?void 0:t.message)},a.createElement(I.G,{type:"radio",hideLabel:!0,error:F?a.createElement(a.Fragment,null):"",onChange:e})))}),a.createElement(l.Qr,{name:"age",control:w,rules:null===(r=B.age)||void 0===r?void 0:r.rule,render:({field:{name:e,value:t,onChange:r},fieldState:{error:n}})=>a.createElement(y.H.FormRow,null,a.createElement(y.H.BorderInlineControl,{label:g("bmi.ageInput"),errorMess:F&&(null==n?void 0:n.message)},a.createElement(E.I.Number,{placeholder:g("tools.inputPlaceholder",{content:"25"}),name:e,value:t,onChange:r,error:F&&(null==n?void 0:n.message)?a.createElement(a.Fragment,null):"",min:0,rightSection:a.createElement(y.H.Unit,null,g("tools.yearsOld")),styles:()=>({rightSection:{width:"auto"}})})))}),a.createElement(l.Qr,{name:"height",control:w,rules:null===(i=B.height)||void 0===i?void 0:i.rule,render:({field:{name:e,value:t,onChange:r},fieldState:{error:n}})=>a.createElement(y.H.FormRow,null,a.createElement(y.H.BorderInlineControl,{label:g("bmi.heightInput"),errorMess:F&&(null==n?void 0:n.message)},a.createElement(E.I.Number,{placeholder:g("tools.inputPlaceholder",{content:"imperial"===P?6:170}),name:e,value:t,onChange:r,min:0,precision:1,inputMode:"decimal",error:F&&(null==n?void 0:n.message)?a.createElement(a.Fragment,null):"",rightSection:M?a.createElement(FitnessToolUnitPicker,{displayValue:D,field:"height",onChange:N}):a.createElement(y.H.Unit,{styles:{root:{paddingRight:0}}},g("bmi.heightInput.desc")),rightSectionWidth:70,styles:M?void 0:()=>({rightSection:{paddingRight:0}})})))}),a.createElement(l.Qr,{name:"weight",control:w,rules:null===(o=B.weight)||void 0===o?void 0:o.rule,render:({field:{name:e,value:t,onChange:r},fieldState:{error:n}})=>a.createElement(y.H.FormRow,null,a.createElement(y.H.BorderInlineControl,{label:g("bmi.weightInput"),errorMess:F&&(null==n?void 0:n.message)},a.createElement(E.I.Number,{placeholder:g("tools.inputPlaceholder",{content:"imperial"===P?130:60}),name:e,value:t,onChange:r,error:F&&(null==n?void 0:n.message)?a.createElement(a.Fragment,null):"",precision:1,inputMode:"decimal",min:0,rightSection:M?a.createElement(FitnessToolUnitPicker,{displayValue:z,field:"weight",onChange:N}):a.createElement(y.H.Unit,{styles:{root:{paddingRight:0}}},g("bmi.weightInput.desc")),rightSectionWidth:70,styles:M?void 0:()=>({rightSection:{paddingRight:0}})})))}),j?a.createElement(a.Fragment,null,a.createElement(l.Qr,{name:"question1",control:w,rules:null===(s=B.question1)||void 0===s?void 0:s.rule,render:({field:{value:e,onChange:t,name:r},fieldState:{error:n}})=>a.createElement(y.H.FormRow,null,a.createElement(E.R.Group,{name:r,value:e,onChange:t,sx:{flex:1},label:a.createElement(v.T,{size:"s4",weight:"semiBold",span:!0},g("bmi.question.weightLossSupport")),size:"lg"},a.createElement(c.k,{gap:"lg",sx:{paddingTop:(0,h.h)(8)}},a.createElement(E.R,{size:"sm",value:"1",label:g("switchBtn.yes")}),a.createElement(E.R,{size:"sm",value:"0",label:g("switchBtn.no")}))),F&&(null==n?void 0:n.message)&&a.createElement(E.e,{label:n.message,textProps:{size:"p4"},sx:{marginTop:6}}))}),a.createElement(l.Qr,{name:"question2",control:w,rules:null===(d=B.question2)||void 0===d?void 0:d.rule,render:({field:{name:e,value:t,onChange:r},fieldState:{error:n}})=>a.createElement(y.H.FormRow,null,a.createElement(E.R.Group,{name:e,value:t,onChange:r,sx:{flex:1},label:a.createElement(v.T,{size:"s4",weight:"semiBold",span:!0},g("bmi.question.glp1Awareness")),size:"lg",description:C!==S.L.Malaysia&&a.createElement(v.T,{style:{fontSize:"10px"},span:!0},g("bmi.question.glp1Awareness.desc"))},a.createElement(c.k,{gap:"lg",sx:{paddingTop:(0,h.h)(8)}},a.createElement(E.R,{size:"sm",value:"1",label:g("switchBtn.yes")}),a.createElement(E.R,{size:"sm",value:"0",label:g("switchBtn.no")}))),F&&(null==n?void 0:n.message)&&a.createElement(E.e,{label:n.message,textProps:{size:"p4"},sx:{marginTop:6}}))}),"gray"===T||"violet"===T?a.createElement(a.Fragment,null,a.createElement(l.Qr,{name:"newsletter",control:w,rules:null===(u=B.newsletter)||void 0===u?void 0:u.rule,render:e=>{var t=e.field,{value:r,onChange:l,name:i}=t,o=(0,n._)(t,["value","onChange","name"]);return a.createElement(y.H.FormRow,null,a.createElement(E.d,Object.assign({size:"sm",label:a.createElement(v.T,{size:"p3"},g("bmi.newsletter.label")),onChange:e=>l(e.currentTarget.checked),name:i,checked:!!r},o)))}}),a.createElement(y.H.FormRow,{className:(0,f.default)(A.submitWrapper)},a.createElement(y.H.Submit,Object.assign({className:(0,f.default)("bmi-btn bmi--btn-submit",A.submitBtn),dataEventCategory:"Health Tool",dataEventAction:"BMI",dataEventLabel:`https://${_.v[C]}/${O}`,type:"submit"},L),g("bmi.submit")))):a.createElement(y.H.FormRow,{py:16,className:(0,f.default)(R.newsletterBlock,A.newsletterBlock)},a.createElement(b.K,{spacing:16},a.createElement(l.Qr,{name:"newsletter",control:w,rules:null===(p=B.newsletter)||void 0===p?void 0:p.rule,render:e=>{var t=e.field,{value:r,onChange:l,name:i}=t,o=(0,n._)(t,["value","onChange","name"]);return a.createElement(NewsletterCheckbox,Object.assign({size:"sm",labelTextProps:{size:"p4"},onChange:e=>l(e.currentTarget.checked),name:i,checked:!!r,useCollapse:!1},o))}}),a.createElement(m.x,{className:(0,f.default)(A.submitWrapper)},a.createElement(y.H.Submit,Object.assign({className:(0,f.default)("bmi-btn bmi--btn-submit",A.submitBtn),dataEventCategory:"Health Tool",dataEventAction:"BMI",dataEventLabel:`https://${_.v[C]}/${O}`,type:"submit"},L),g("bmi.submit")))))):a.createElement(y.H.FormRow,{className:(0,f.default)(A.submitWrapper)},a.createElement(y.H.Submit,Object.assign({className:"bmi-btn bmi--btn-submit",dataEventCategory:"Health Tool",dataEventAction:"BMI",dataEventLabel:`https://${_.v[C]}/${O}`,type:"submit"},L),g("bmi.submit"))))},BmiForm=e=>{var{value:t,onChange:r,onSubmit:s,bmiGenerated:c,bmiUnit:m,defaultUnitSystem:d,enableUnitPicker:u=!0,formLayout:h="default",submitProps:p,withAdditionalQuestion:g,isMobile:b}=e,f=(0,n._)(e,["value","onChange","onSubmit","bmiGenerated","bmiUnit","defaultUnitSystem","enableUnitPicker","formLayout","submitProps","withAdditionalQuestion","isMobile"]);let{classes:C}=L(void 0,{name:"BmiForm"}),{locale:E}=(0,x.u)(),[v,y]=(0,a.useState)(!1),B=(0,a.useMemo)(()=>d||"metric",[d]),[k,I]=(0,a.useState)(B),{control:S,handleSubmit:_,setValue:O,watch:j}=(0,l.cI)({defaultValues:{question1:void 0,question2:void 0,newsletter:!0}}),M=j(),{getHealthToolLink:P}=(0,i.u)(E),D=(0,a.useMemo)(()=>P(o.H.OVULATION),[P]),z="imperial"===k?"ft":"cm",N="imperial"===k?"lbs":"kg",convertHeightToCm=e=>"imperial"===k?30.48*e:e,convertWeightToKg=e=>"imperial"===k?.45359237*e:e,onInValid=()=>{y(!0)};(0,a.useEffect)(()=>{Object.keys(t||{}).forEach(e=>{O(e,null==t?void 0:t[e],{shouldTouch:!1,shouldDirty:!1,shouldValidate:!1})})},[t]),(0,a.useEffect)(()=>{r&&r(M)},[M]),(0,a.useEffect)(()=>{I(B)},[B]);let A=Object.assign({onSubmit:_(e=>(0,n.a)(void 0,void 0,void 0,function*(){let t="number"==typeof e.height?e.height:Number(e.height),r="number"==typeof e.weight?e.weight:Number(e.weight),n=u?Object.assign(Object.assign({},e),{bmi:(0,F.F)({height:convertHeightToCm(t),weight:convertWeightToKg(r)}),unit:k}):(()=>{let n=m.heightConvert(t),a=m.weightConvert(r);return Object.assign(Object.assign({},e),{height:n,weight:a,bmi:(0,F.F)({height:n,weight:a})})})();onInValid(),s&&s(n)}),onInValid)},f);return a.createElement(w.T,{variant:w.C.LEADGEN},a.createElement(H.Provider,{value:{control:S,bmiGenerated:c,isTouched:v,linkTool:D,submitProps:p,withAdditionalQuestion:g,classes:C,enableUnitPicker:u,unitSystem:k,unitHeight:z,unitWeight:N,onUnitChange:(e,t)=>{u&&e!==k&&(I(e),O("height","",{shouldDirty:!0,shouldValidate:!1}),O("weight","",{shouldDirty:!0,shouldValidate:!1}))}}},"inline"===h?a.createElement(InlineForm,Object.assign({},A)):a.createElement(DefaultForm,Object.assign({},A,{isMobile:b}))))},j=(0,a.createContext)({}),Error=e=>{let{errorLabelSize:t}=(0,a.useContext)(j);return a.createElement(E.e,Object.assign({textProps:{size:t},sx:{marginTop:5}},e))};var M=Object.assign(e=>{var t,r,l,i,o,s,{children:c,isMobile:m}=e,d=(0,n._)(e,["children","isMobile"]);let u=Object.assign({isMobile:m,labelSize:null!==(t=d.labelSize)&&void 0!==t?t:m?"p2":"s4",subLabelSize:null!==(r=d.subLabelSize)&&void 0!==r?r:"subText",optionLabelSize:null!==(l=d.optionLabelSize)&&void 0!==l?l:m?"p2":"s4",inputSize:null!==(i=d.inputSize)&&void 0!==i?i:m?"sm":"md",gutter:null!==(o=d.gutter)&&void 0!==o?o:m?4:12,errorLabelSize:null!==(s=d.errorLabelSize)&&void 0!==s?s:"p3"},d);return a.createElement(j.Provider,{value:u},c)},{Row:e=>{var{children:t}=e,r=(0,n._)(e,["children"]);let{gutter:l}=(0,a.useContext)(j);return a.createElement(C.r,Object.assign({gutter:l},r),t)},Col:e=>{var{children:t}=e,r=(0,n._)(e,["children"]);return a.createElement(C.r.Col,Object.assign({span:12},r),t)},SubLabel:e=>{var{children:t}=e,r=(0,n._)(e,["children"]);let{subLabelSize:l}=(0,a.useContext)(j);return a.createElement(v.T,Object.assign({size:l},r),t)},Label:e=>{var{children:t}=e,r=(0,n._)(e,["children"]);let{labelSize:l}=(0,a.useContext)(j);return a.createElement(v.T,Object.assign({size:l,weight:"semiBold"},r,{span:!0}),t)},OptionLabel:e=>{var{children:t}=e,r=(0,n._)(e,["children"]);let{optionLabelSize:l}=(0,a.useContext)(j);return a.createElement(v.T,Object.assign({size:l,weight:"regular"},r,{span:!0}),t)},Input:E.I,InputNumber:e=>{var{error:t}=e,r=(0,n._)(e,["error"]);let{inputSize:l}=(0,a.useContext)(j);return a.createElement("div",null,a.createElement(E.I.Number,Object.assign({size:l},r)),t&&a.createElement(Error,{label:t}))},GenderControl:e=>{let{inputSize:t}=(0,a.useContext)(j);return a.createElement(I.G,Object.assign({size:t},e))},Error})},NvkK:function(e,t,r){r.d(t,{D:function(){return Divider}});var n=r("q1tI"),a=r("rBCA"),l=r("iBNF");let i=a.Z.hr` border-width: 1px; border-color: ${l.r.colors.neutral200}; border-style: ${e=>e.dividerType}; `,Divider=({type:e="solid",className:t,style:r})=>n.createElement(i,{style:r,className:t,"data-diver-type":e,dividerType:e})}}]);