{"version":3,"file":"W3kAcunQfn5TwEloNFbwNdFBh3QF0S6Mv8c1xB1Pi38.C34e5WLh.mjs","names":["__legacyOverrideHOC_DataObserverContext","_jsx","props","serializationHash","variantClassNames","transition1","humanReadableVariantMap","getProps","props","Component","className","css","css","BlogItemsCopyLinkButton","BlogItemsBlogCards","Pill","SectionSubscribe","SectionFooter","SectionNavbar","suffix","props","useRef","Collection","metadata","metadataProvider","className","PropertyOverrides","Image","BlogAuthor","_Fragment","idYjaoGkgB8","pn47CRjplYjaoGkgB8","Rsdyg_cn1YjaoGkgB8","tBLkX_HQqYjaoGkgB8","WtotNFLdsYjaoGkgB8","componentPresets.props[\"dzyWUMHff\"]","componentPresets.props[\"n44AyXhmd\"]","idlUljxY0C8","Rsdyg_cn1lUljxY0C8","tBLkX_HQqlUljxY0C8","uNIwne3f9lUljxY0C8","BvVfLaDAYn_dhrUMrR","DdPgeYh90n_dhrUMrR","HbONM3oOun_dhrUMrR","idn_dhrUMrR","OpWW9ihHkn_dhrUMrR","PNalYDH9Cn_dhrUMrR","sJOFyLtAGn_dhrUMrR","BlogCategory","idsJvdI7mxY","Vb8zrNvjjsJvdI7mxY","Z14QF_5H4sJvdI7mxY","componentPresets.fonts?.[\"dzyWUMHff\"]","componentPresets.fonts?.[\"n44AyXhmd\"]"],"sources":["https:/framerusercontent.com/modules/gyv4eiO7o0B4hC6katkN/dbJ6JaXk7Ngs9E3JaT0d/ShareBlog.js","https:/framerusercontent.com/modules/68pvBLBkztsvO38q4GVf/nyrFCm1jMFR1HCAWmXqf/NocGC_Xxo.js","https:/framerusercontent.com/modules/gCSpG5oAfdeZ0Ir8ueRj/Mp3eLLcljVqHeGjDAOL7/kd3nAN4HD.js","https:/framerusercontent.com/modules/z5EBW1EZRYfPgMULiMP7/BBanqVBM9obKeb6KqECa/TEvsxp2XQ.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";export function ShareOnX(){// Formerly Twitter, now X\nreturn{onClick:async()=>{const link=window.location.href// Get the current URL\n;const text=\"Check out this article from Liven's blog!\"// Custom text to include in the tweet\n;const tweetText=`${text} ${link}`// Combine the custom text and URL\n;try{await navigator.clipboard.writeText(tweetText);console.log(\"Tweet text copied to clipboard:\",tweetText);const url=`https://twitter.com/intent/tweet?text=${encodeURIComponent(tweetText)}`;window.open(url,\"_blank\",\"width=600,height=400\");}catch(err){console.error(\"Failed to copy tweet text to clipboard:\",err);}}};}export function ShareOnLinkedIn(){return{onClick:async()=>{const link=window.location.href// Get the current URL\n;const text=\"Check out this article from Liven's blog!\"// Custom text to include in the LinkedIn share\n;const shareText=`${text} ${link}`// Combine the custom text and URL\n;try{await navigator.clipboard.writeText(shareText);console.log(\"Share text copied to clipboard:\",shareText);const url=`https://www.linkedin.com/sharing/share-offsite/?url=${encodeURIComponent(link)}&summary=${encodeURIComponent(shareText)}`;const popupFeatures=\"width=600,height=600,top=100,left=100\";window.open(url,\"_blank\",popupFeatures);}catch(err){console.error(\"Failed to copy share text to clipboard:\",err);}}};}export function ShareOnFacebook(){return{onClick:async()=>{const link=window.location.href// Get the current URL\n;const text=\"Check out this article from Liven's blog!\"// Custom text to include in the Facebook share\n;const shareText=`${text} ${link}`// Combine the custom text and URL\n;try{await navigator.clipboard.writeText(shareText);console.log(\"Share text copied to clipboard:\",shareText);const url=`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(link)}&quote=${encodeURIComponent(shareText)}`;window.open(url,\"facebook-share-dialog\",\"width=800,height=600\");}catch(err){console.error(\"Failed to copy share text to clipboard:\",err);}}};}export function CopyLinkOnClick(){return{onClick:async()=>{const link=window.location.href// Get the current URL\n;try{await navigator.clipboard.writeText(link);console.log(\"Link copied to clipboard:\",link);}catch(err){console.error(\"Failed to copy link to clipboard:\",err);}}};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withShareOnX(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ShareOnX(props)});};}withShareOnX.displayName=\"ShareOnX\";export function withShareOnLinkedIn(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ShareOnLinkedIn(props)});};}withShareOnLinkedIn.displayName=\"ShareOnLinkedIn\";export function withShareOnFacebook(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ShareOnFacebook(props)});};}withShareOnFacebook.displayName=\"ShareOnFacebook\";export function withCopyLinkOnClick(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...CopyLinkOnClick(props)});};}withCopyLinkOnClick.displayName=\"CopyLinkOnClick\";\nexport const __FramerMetadata__ = {\"exports\":{\"ShareOnLinkedIn\":{\"type\":\"override\",\"name\":\"ShareOnLinkedIn\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ShareOnFacebook\":{\"type\":\"override\",\"name\":\"ShareOnFacebook\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withShareOnLinkedIn\":{\"type\":\"reactHoc\",\"name\":\"withShareOnLinkedIn\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ShareOnX\":{\"type\":\"override\",\"name\":\"ShareOnX\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withShareOnFacebook\":{\"type\":\"reactHoc\",\"name\":\"withShareOnFacebook\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withCopyLinkOnClick\":{\"type\":\"reactHoc\",\"name\":\"withCopyLinkOnClick\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"CopyLinkOnClick\":{\"type\":\"override\",\"name\":\"CopyLinkOnClick\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withShareOnX\":{\"type\":\"reactHoc\",\"name\":\"withShareOnX\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ShareBlog.map","// Generated by Framer (c7f0859)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withCopyLinkOnClick}from\"https://framerusercontent.com/modules/gyv4eiO7o0B4hC6katkN/dbJ6JaXk7Ngs9E3JaT0d/ShareBlog.js\";const MotionDivWithCopyLinkOnClick=withCopyLinkOnClick(motion.div);const cycleOrder=[\"Og6XXXRtx\",\"fR_n60UmL\"];const serializationHash=\"framer-JK5CW\";const variantClassNames={fR_n60UmL:\"framer-v-agi2dc\",Og6XXXRtx:\"framer-v-16ze1z2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"Og6XXXRtx\",\"Variant 2\":\"fR_n60UmL\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Og6XXXRtx\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Og6XXXRtx\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapkj131=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"fR_n60UmL\");});const onAppear1b8o8kl=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Og6XXXRtx\"),2e3);});useOnVariantChange(baseVariant,{fR_n60UmL:onAppear1b8o8kl});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"fR_n60UmL\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(MotionDivWithCopyLinkOnClick,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-16ze1z2\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Og6XXXRtx\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTapkj131,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({fR_n60UmL:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ttumhp\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:30,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"LwfHDVAvc\",svg:'<svg width=\"30\" height=\"30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m24.977 14.751-2.712 2.734a1.19 1.19 0 0 1-1.687 0 1.212 1.212 0 0 1 0-1.701l2.712-2.734a4.52 4.52 0 0 0 1.324-3.2 4.56 4.56 0 0 0-1.146-3.04c-.776-.872-1.882-1.37-3.113-1.403l-.136-.002a5.002 5.002 0 0 0-3.536 1.47L14.21 9.366a1.19 1.19 0 0 1-1.688 0 1.204 1.204 0 0 1-.35-.85c0-.321.125-.624.35-.851l2.472-2.492a7.423 7.423 0 0 1 5.423-2.17c1.894.051 3.607.831 4.825 2.197A6.977 6.977 0 0 1 27 9.848a6.92 6.92 0 0 1-2.022 4.903Zm-7.514 7.572-2.488 2.508a7.344 7.344 0 0 1-5.409 2.164c-1.89-.052-3.599-.833-4.813-2.2A6.973 6.973 0 0 1 3 20.152a6.842 6.842 0 0 1 2.01-4.914l2.711-2.733a1.185 1.185 0 0 1 1.688 0 1.205 1.205 0 0 1 0 1.701L6.697 16.94c-.855.862-1.32 2-1.31 3.2a4.58 4.58 0 0 0 1.144 3.051c.773.87 1.875 1.367 3.1 1.4 1.348.023 2.698-.495 3.658-1.462l2.488-2.507a1.189 1.189 0 0 1 1.687 0c.464.47.464 1.233 0 1.702Z\" fill=\"#9A9BA3\"/><path d=\"m9.666 18.668 8.974-9.043a1.188 1.188 0 0 1 1.687 0 1.212 1.212 0 0 1 0 1.701l-8.973 9.044a1.215 1.215 0 0 1-1.688 0 1.204 1.204 0 0 1-.35-.85c0-.322.126-.624.35-.852Z\" fill=\"#9A9BA3\"/></svg>',withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif'},children:\"Link copied ✅\"})}),className:\"framer-h1jkeb\",fonts:[\"GF;Outfit-regular\"],layoutDependency:layoutDependency,layoutId:\"RkHqXJAd1\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JK5CW.framer-ijxjlh, .framer-JK5CW .framer-ijxjlh { display: block; }\",\".framer-JK5CW.framer-16ze1z2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 30px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-JK5CW .framer-1ttumhp { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 30px; }\",\".framer-JK5CW .framer-h1jkeb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JK5CW.framer-16ze1z2 { gap: 0px; } .framer-JK5CW.framer-16ze1z2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-JK5CW.framer-16ze1z2 > :first-child { margin-left: 0px; } .framer-JK5CW.framer-16ze1z2 > :last-child { margin-right: 0px; } }\",\".framer-JK5CW.framer-v-agi2dc.framer-16ze1z2 { gap: 8px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JK5CW.framer-v-agi2dc.framer-16ze1z2 { gap: 0px; } .framer-JK5CW.framer-v-agi2dc.framer-16ze1z2 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-JK5CW.framer-v-agi2dc.framer-16ze1z2 > :first-child { margin-left: 0px; } .framer-JK5CW.framer-v-agi2dc.framer-16ze1z2 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 30\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"fR_n60UmL\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNocGC_Xxo=withCSS(Component,css,\"framer-JK5CW\");export default FramerNocGC_Xxo;FramerNocGC_Xxo.displayName=\"Blog items/Copy Link button\";FramerNocGC_Xxo.defaultProps={height:30,width:30};addPropertyControls(FramerNocGC_Xxo,{variant:{options:[\"Og6XXXRtx\",\"fR_n60UmL\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNocGC_Xxo,[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4S-EiAou6Y.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNocGC_Xxo\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"fR_n60UmL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"30\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"30\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (befeeaf)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Outfit-regular\",\"FS;Outfit-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/RPEPC24XXAVK6EWUOKWQUPTOZQR35AS2/BVWMEQ5ZCLZP2VOXOHXQDCZADXNFBXUF/5REHZLR2B5PQAKMITIQJK6BDK34RDHS4.woff2\",weight:\"400\"},{family:\"Outfit\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EUV6IZMPXOYBUY6KFIXKZWM47ESY5XYA/BLW2AGODUKQKRMYEVOEMMPY2ITRKBJIP/OKGWSU2PUNNFKQVFV2XFOSAHRXYREMR2.woff2\",weight:\"700\"}]}];export const css=['.framer-L653f .framer-styles-preset-1u0gse1:not(.rich-text-wrapper), .framer-L653f .framer-styles-preset-1u0gse1.rich-text-wrapper p { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-family-bold: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 26px; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-5bd2cc3e-c0df-48fa-961b-e0d2c8083d0f, #34373e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-L653f\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (befeeaf)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useMetadata,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SectionSubscribe from\"#framer/local/canvasComponent/dpIgyrnZP/dpIgyrnZP.js\";import SectionNavbar from\"#framer/local/canvasComponent/DYvByuW_t/DYvByuW_t.js\";import BlogItemsCopyLinkButton from\"#framer/local/canvasComponent/NocGC_Xxo/NocGC_Xxo.js\";import Pill from\"#framer/local/canvasComponent/REWR95EXV/REWR95EXV.js\";import SectionFooter from\"#framer/local/canvasComponent/u57_RQETr/u57_RQETr.js\";import BlogItemsBlogCards from\"#framer/local/canvasComponent/ZZCaaPl_K/ZZCaaPl_K.js\";import{withShareOnFacebook,withShareOnLinkedIn,withShareOnX}from\"#framer/local/codeFile/W7rADIw/ShareBlog.js\";import BlogCategory from\"#framer/local/collection/NfI3sdfCd/NfI3sdfCd.js\";import Collection from\"#framer/local/collection/rC86sBl7k/rC86sBl7k.js\";import BlogAuthor from\"#framer/local/collection/WAlMvmfD8/WAlMvmfD8.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle from\"#framer/local/css/aychMFDCy/aychMFDCy.js\";import*as sharedStyle17 from\"#framer/local/css/f9O2pbhfz/f9O2pbhfz.js\";import*as sharedStyle10 from\"#framer/local/css/iXoBUPnqA/iXoBUPnqA.js\";import*as sharedStyle16 from\"#framer/local/css/kd3nAN4HD/kd3nAN4HD.js\";import*as sharedStyle9 from\"#framer/local/css/MmYADRPap/MmYADRPap.js\";import*as sharedStyle1 from\"#framer/local/css/MREPI5u0_/MREPI5u0_.js\";import*as sharedStyle2 from\"#framer/local/css/OAknnwOwA/OAknnwOwA.js\";import*as sharedStyle4 from\"#framer/local/css/oeYz9oAmk/oeYz9oAmk.js\";import*as sharedStyle13 from\"#framer/local/css/OpnmzO65D/OpnmzO65D.js\";import*as sharedStyle5 from\"#framer/local/css/PwGXuJ3aS/PwGXuJ3aS.js\";import*as sharedStyle12 from\"#framer/local/css/qjopv8rWn/qjopv8rWn.js\";import*as sharedStyle8 from\"#framer/local/css/Ra2blGQDN/Ra2blGQDN.js\";import*as sharedStyle11 from\"#framer/local/css/u1fKCGBxH/u1fKCGBxH.js\";import*as sharedStyle3 from\"#framer/local/css/WAfJ29aaP/WAfJ29aaP.js\";import*as sharedStyle6 from\"#framer/local/css/wjWm2CGlT/wjWm2CGlT.js\";import*as sharedStyle15 from\"#framer/local/css/Wsl7_GIHZ/Wsl7_GIHZ.js\";import*as sharedStyle14 from\"#framer/local/css/wxnUqtc7M/wxnUqtc7M.js\";import*as sharedStyle7 from\"#framer/local/css/YDrRLFtBl/YDrRLFtBl.js\";import metadataProvider from\"#framer/local/webPageMetadata/TEvsxp2XQ/TEvsxp2XQ.js\";const MotionDivWithShareOnX1rejmrv=withCodeBoundaryForOverrides(motion.div,{nodeId:\"j7DCvWrBd\",override:withShareOnX,scopeId:\"TEvsxp2XQ\"});const MotionDivWithShareOnLinkedInwf51p8=withCodeBoundaryForOverrides(motion.div,{nodeId:\"Xwo3vryMy\",override:withShareOnLinkedIn,scopeId:\"TEvsxp2XQ\"});const MotionDivWithShareOnFacebook18hniow=withCodeBoundaryForOverrides(motion.div,{nodeId:\"k3XEFTDa1\",override:withShareOnFacebook,scopeId:\"TEvsxp2XQ\"});const BlogItemsCopyLinkButtonFonts=getFonts(BlogItemsCopyLinkButton);const BlogItemsBlogCardsFonts=getFonts(BlogItemsBlogCards);const PillFonts=getFonts(Pill);const SectionSubscribeFonts=getFonts(SectionSubscribe);const SectionFooterFonts=getFonts(SectionFooter);const SectionNavbarFonts=getFonts(SectionNavbar);const MotionDivWithFX=withFX(motion.div);const breakpoints={enDaSeEX5:\"(max-width: 809.98px)\",oi15L_YhH:\"(min-width: 1680px)\",ORVxl9dYK:\"(min-width: 1200px) and (max-width: 1679.98px)\",rORYHf6iQ:\"(min-width: 810px) and (max-width: 1199.98px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-KbHTX\";const variantClassNames={enDaSeEX5:\"framer-v-mbqlf\",oi15L_YhH:\"framer-v-n4f4ct\",ORVxl9dYK:\"framer-v-1th5z9g\",rORYHf6iQ:\"framer-v-75y7qo\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"medium\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition1={damping:24,delay:0,mass:.1,stiffness:156,type:\"spring\"};const animation={opacity:.4,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop XL\":\"oi15L_YhH\",Desktop:\"ORVxl9dYK\",Phone:\"enDaSeEX5\",Tablet:\"rORYHf6iQ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"oi15L_YhH\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"TEvsxp2XQ\",data:Collection,type:\"Collection\"},select:[{collection:\"TEvsxp2XQ\",name:\"DdPgeYh90\",type:\"Identifier\"},{collection:\"TEvsxp2XQ\",name:\"HytDc7F4Q\",type:\"Identifier\"},{collection:\"TEvsxp2XQ\",name:\"BvVfLaDAY\",type:\"Identifier\"},{collection:\"TEvsxp2XQ\",name:\"OpWW9ihHk\",type:\"Identifier\"},{collection:\"TEvsxp2XQ\",name:\"KgJIxITKw\",type:\"Identifier\"},{collection:\"TEvsxp2XQ\",name:\"sJOFyLtAG\",type:\"Identifier\"},{collection:\"TEvsxp2XQ\",name:\"HbONM3oOu\",type:\"Identifier\"},{collection:\"TEvsxp2XQ\",name:\"cp023r99C\",type:\"Identifier\"},{collection:\"TEvsxp2XQ\",name:\"WQSNb9IbX\",type:\"Identifier\"},{collection:\"TEvsxp2XQ\",name:\"FmheSN6De\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"TEvsxp2XQ\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,BvVfLaDAY=getFromCurrentRouteData(\"BvVfLaDAY\"),sJOFyLtAG=getFromCurrentRouteData(\"sJOFyLtAG\")??\"\",OpWW9ihHk=getFromCurrentRouteData(\"OpWW9ihHk\"),KgJIxITKw=getFromCurrentRouteData(\"KgJIxITKw\")??\"\",DdPgeYh90=getFromCurrentRouteData(\"DdPgeYh90\")??\"\",HytDc7F4Q=getFromCurrentRouteData(\"HytDc7F4Q\")??\"\",Rsdyg_cn1YjaoGkgB8,WtotNFLdsYjaoGkgB8,pn47CRjplYjaoGkgB8,tBLkX_HQqYjaoGkgB8,idYjaoGkgB8,HbONM3oOu=getFromCurrentRouteData(\"HbONM3oOu\")??\"\",cp023r99C=getFromCurrentRouteData(\"cp023r99C\")??\"\",Rsdyg_cn1lUljxY0C8,uNIwne3f9lUljxY0C8,tBLkX_HQqlUljxY0C8,idlUljxY0C8,sJOFyLtAGn_dhrUMrR,DdPgeYh90n_dhrUMrR,HbONM3oOun_dhrUMrR,BvVfLaDAYn_dhrUMrR,PNalYDH9Cn_dhrUMrR,OpWW9ihHkn_dhrUMrR,idn_dhrUMrR,Vb8zrNvjjsJvdI7mxY,Z14QF_5H4sJvdI7mxY,idsJvdI7mxY,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(currentRouteData,activeLocale),[currentRouteData,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className,sharedStyle15.className,sharedStyle16.className,sharedStyle17.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=suffix(suffix(suffix(toDateString(OpWW9ihHk,activeLocaleCode),\" • \"),KgJIxITKw),\" min read\");const visible=isSet(HytDc7F4Q);const elementId=useRouteElementId(\"lh4JbSu0a\");const ref1=React.useRef(null);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"oi15L_YhH\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-n4f4ct\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-9vnqtc\",\"data-framer-name\":\"section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lygtoy\",\"data-framer-name\":\"wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1208px)`,...toResponsiveImage(BvVfLaDAY)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"} - 96px, 1208px)`,...toResponsiveImage(BvVfLaDAY)},className:\"framer-9uyi3a\",\"data-framer-name\":\"Visual\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iby7mz\",\"data-border\":true,\"data-framer-name\":\"Intro\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ev2z6c\",\"data-framer-name\":\"Headline\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-afzay6\",\"data-framer-name\":\"Upperline\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(255, 60, 110)\",\"--framer-text-transform\":\"uppercase\"},children:\"new-on-liven\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(255, 60, 110)\",\"--framer-text-transform\":\"uppercase\"},children:\"new-on-liven\"})}),className:\"framer-yac977\",\"data-framer-name\":\"Inside Liven\",fonts:[\"GF;Outfit-regular\"],text:sJOFyLtAG,verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(153, 155, 162)\"},children:\"Apr 28, 2024 • 10 min read\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(153, 155, 162)\"},children:[\"7 May 2024 \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(52, 55, 61)\"},children:\" \"}),\"•  10 min read\"]})}),className:\"framer-hxadsp\",\"data-framer-name\":\"7 May 2024\",fonts:[\"GF;Outfit-regular\"],text:textContent,verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l5ezm6\",\"data-framer-name\":\"Title + Desc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-y6ili4\",\"data-styles-preset\":\"aychMFDCy\",children:\"5 Must-Send Emails for Hospitality Venues\"})}),fonts:[\"Inter\"]},ORVxl9dYK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-line-height\":\"57px\",\"--framer-text-color\":\"var(--token-5bd2cc3e-c0df-48fa-961b-e0d2c8083d0f, rgb(52, 55, 62))\"},children:\"5 Must-Send Emails for Hospitality Venues\"})})},rORYHf6iQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-line-height\":\"57px\",\"--framer-text-color\":\"var(--token-5bd2cc3e-c0df-48fa-961b-e0d2c8083d0f, rgb(52, 55, 62))\"},children:\"5 Must-Send Emails for Hospitality Venues\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--token-5bd2cc3e-c0df-48fa-961b-e0d2c8083d0f, rgb(52, 55, 62))\"},children:\"5 Must-Send Emails for Hospitality Venues\"})}),className:\"framer-1uv3fjz\",\"data-framer-name\":\"Take a peek at our 5-star onboarding process\",fonts:[\"GF;Outfit-regular\"],text:DdPgeYh90,verticalAlignment:\"center\",withExternalLayout:true})}),visible&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pihdvg\",\"data-styles-preset\":\"MREPI5u0_\",children:\"Whether you are a cafe, Michelin starred restaurant, bubble tea or ramen bar, or gelateria - catching customer data and then communicating with them is critical to building a base of super fans who visit and spend more. \"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-a644439b-f5db-4fc6-a8d3-d906a352e3ff, rgb(74, 78, 87))\"},children:\"Whether you are a cafe, Michelin starred restaurant, bubble tea or ramen bar, or gelateria - catching customer data and then communicating with them is critical to building a base of super fans who visit and spend more. \"})}),className:\"framer-15dow2n\",\"data-framer-name\":\"Optional intro copy goes here - will be hidden if there’s no intro copy provided in the content.\",fonts:[\"GF;Outfit-regular\"],text:HytDc7F4Q,verticalAlignment:\"center\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l7rtha\",\"data-framer-name\":\"Byline\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(153, 155, 162)\",\"--framer-text-transform\":\"uppercase\"},children:\"Written by\"})}),className:\"framer-1ohn3dx\",\"data-framer-name\":\"Written by\",fonts:[\"GF;Outfit-regular\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ttskbp\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"YjaoGkgB8\",data:BlogAuthor,type:\"Collection\"},select:[{collection:\"YjaoGkgB8\",name:\"Rsdyg_cn1\",type:\"Identifier\"},{collection:\"YjaoGkgB8\",name:\"WtotNFLds\",type:\"Identifier\"},{collection:\"YjaoGkgB8\",name:\"pn47CRjpl\",type:\"Identifier\"},{collection:\"YjaoGkgB8\",name:\"tBLkX_HQq\",type:\"Identifier\"},{collection:\"YjaoGkgB8\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"YjaoGkgB8\",name:\"WtotNFLds\",type:\"Identifier\"},{type:\"LiteralValue\",value:HbONM3oOu}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idYjaoGkgB8,pn47CRjpl:pn47CRjplYjaoGkgB8,Rsdyg_cn1:Rsdyg_cn1YjaoGkgB8,tBLkX_HQq:tBLkX_HQqYjaoGkgB8,WtotNFLds:WtotNFLdsYjaoGkgB8},index)=>{WtotNFLdsYjaoGkgB8??=\"\";pn47CRjplYjaoGkgB8??=\"\";tBLkX_HQqYjaoGkgB8??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`YjaoGkgB8-${idYjaoGkgB8}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{tBLkX_HQq:tBLkX_HQqYjaoGkgB8},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11aplcw\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(Rsdyg_cn1YjaoGkgB8)},className:\"framer-1ewf07o\",\"data-framer-name\":\"Ellipse 24\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19h9y9d\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTcwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(52, 55, 61)\"},children:\"Nathan Lin\"})}),className:\"framer-rtgo4s\",\"data-framer-name\":\"Nathan Lin Onboarding Specialist, Nomnie\",fonts:[\"GF;Outfit-700\"],text:WtotNFLdsYjaoGkgB8,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(127, 128, 138)\"},children:\"Onboarding Specialist, Nomnie\"})}),className:\"framer-1onpz72\",\"data-framer-name\":\"Nathan Lin Onboarding Specialist, Nomnie\",fonts:[\"GF;Outfit-regular\"],text:pn47CRjplYjaoGkgB8,verticalAlignment:\"center\",withExternalLayout:true})]})]})})},idYjaoGkgB8);})})})})})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-10pu2ih\",\"data-framer-name\":\"section\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17sdlv8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18f8e42\",\"data-framer-name\":\"Blog Content\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"dzyWUMHff\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"n44AyXhmd\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{stylesPresetsClassNames:{a:\"framer-styles-preset-1ued2wi\",blockquote:\"framer-styles-preset-19ppnqm\",code:\"framer-styles-preset-1ouvhwt\",h2:\"framer-styles-preset-1tefsj7\",h3:\"framer-styles-preset-14e29k4\",h5:\"framer-styles-preset-11i8skv\",h6:\"framer-styles-preset-lo69g3\",img:\"framer-styles-preset-1w4e0js\",p:\"framer-styles-preset-zsvoi3\",table:\"framer-styles-preset-1vtx8oc\"}}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:cp023r99C,className:\"framer-xppnod\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Example hyperlink like this in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Section header Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. List one List two List three Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Section header\",fonts:[\"GF;Outfit-regular\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1ued2wi\",blockquote:\"framer-styles-preset-19ppnqm\",code:\"framer-styles-preset-1ouvhwt\",h1:\"framer-styles-preset-10j358k\",h2:\"framer-styles-preset-1ssg43n\",h3:\"framer-styles-preset-10skl4y\",h4:\"framer-styles-preset-4ohg9n\",h5:\"framer-styles-preset-11i8skv\",h6:\"framer-styles-preset-lo69g3\",img:\"framer-styles-preset-1w4e0js\",p:\"framer-styles-preset-zsvoi3\",table:\"framer-styles-preset-1vtx8oc\"},verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-svwgxd\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"lUljxY0C8\",data:BlogAuthor,type:\"Collection\"},select:[{collection:\"lUljxY0C8\",name:\"Rsdyg_cn1\",type:\"Identifier\"},{collection:\"lUljxY0C8\",name:\"uNIwne3f9\",type:\"Identifier\"},{collection:\"lUljxY0C8\",name:\"tBLkX_HQq\",type:\"Identifier\"},{collection:\"lUljxY0C8\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"lUljxY0C8\",name:\"WtotNFLds\",type:\"Identifier\"},{type:\"LiteralValue\",value:HbONM3oOu}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({id:idlUljxY0C8,Rsdyg_cn1:Rsdyg_cn1lUljxY0C8,tBLkX_HQq:tBLkX_HQqlUljxY0C8,uNIwne3f9:uNIwne3f9lUljxY0C8},index1)=>{uNIwne3f9lUljxY0C8??=\"\";tBLkX_HQqlUljxY0C8??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`lUljxY0C8-${idlUljxY0C8}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{tBLkX_HQq:tBLkX_HQqlUljxY0C8},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vb0606\",\"data-framer-name\":\"Author profile\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"50px\",...toResponsiveImage(Rsdyg_cn1lUljxY0C8)},className:\"framer-zhxmjr\",\"data-framer-name\":\"Ellipse 24\"}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"dzyWUMHff\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"n44AyXhmd\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{stylesPresetsClassNames:{a:\"framer-styles-preset-1ued2wi\",blockquote:\"framer-styles-preset-19ppnqm\",code:\"framer-styles-preset-1ouvhwt\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h4:\"framer-styles-preset-4ohg9n\",h5:\"framer-styles-preset-11i8skv\",h6:\"framer-styles-preset-lo69g3\",img:\"framer-styles-preset-1w4e0js\",p:\"framer-styles-preset-1u0gse1\",table:\"framer-styles-preset-1vtx8oc\"}}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:uNIwne3f9lUljxY0C8,className:\"framer-14f00ws\",\"data-framer-name\":\"Author info\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1ued2wi\",blockquote:\"framer-styles-preset-19ppnqm\",code:\"framer-styles-preset-1ouvhwt\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h4:\"framer-styles-preset-4ohg9n\",h5:\"framer-styles-preset-11i8skv\",h6:\"framer-styles-preset-lo69g3\",img:\"framer-styles-preset-1w4e0js\",p:\"framer-styles-preset-zsvoi3\",table:\"framer-styles-preset-1vtx8oc\"},verticalAlignment:\"center\",withExternalLayout:true})})})]})})},idlUljxY0C8);})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1heb7pw\",\"data-framer-name\":\"Right side\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ubxxf\",\"data-framer-name\":\"wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dxexd0\",\"data-styles-preset\":\"f9O2pbhfz\",style:{\"--framer-text-alignment\":\"center\"},children:\"Share this post\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dxexd0\",\"data-styles-preset\":\"f9O2pbhfz\",children:\"Share this post\"})}),className:\"framer-1vlzbrf\",\"data-framer-name\":\"You might also like\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15yp5zw\",children:[/*#__PURE__*/_jsx(MotionDivWithShareOnX1rejmrv,{className:\"framer-1rejmrv\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-74majk\",\"data-framer-name\":\"X\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M17.093 13.5202L25.283 4H23.3422L16.2308 12.2663L10.551 4H4L12.589 16.5001L4 26.4834H5.94088L13.4507 17.754L19.449 26.4834H26L17.0925 13.5202H17.093ZM14.4347 16.6102L13.5644 15.3655L6.6402 5.46106H9.62127L15.2092 13.4542L16.0795 14.6989L23.3431 25.0888H20.3621L14.4347 16.6107V16.6102Z\" fill=\"#9A9BA3\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithShareOnLinkedInwf51p8,{className:\"framer-wf51p8\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-sh60bs\",\"data-framer-name\":\"LinkedIn\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M26.0807 2H3.91931C2.85944 2 2 2.85944 2 3.91931V26.0807C2 27.1406 2.85944 28 3.91931 28H26.0807C27.1406 28 28 27.1406 28 26.0807V3.91931C28 2.85944 27.1406 2 26.0807 2ZM9.74944 24.1506H5.84042V11.7319H9.74944V24.1506ZM7.79583 10.0112C6.55181 10.0112 5.5425 9.06333 5.5425 7.76694C5.5425 6.47056 6.55 5.52264 7.79583 5.52264C9.04167 5.52264 10.0492 6.47056 10.0492 7.76694C10.0492 9.06333 9.03986 10.0112 7.79583 10.0112ZM24.1596 24.1596H20.2506V17.3779C20.2506 15.3774 19.4001 14.7599 18.3024 14.7599C17.1432 14.7599 16.0057 15.6319 16.0057 17.4285V24.1614H12.0985V11.741H15.8576V13.4617H15.9082C16.2856 12.6979 17.6072 11.3925 19.624 11.3925C21.8051 11.3925 24.1614 12.6871 24.1614 16.4788V24.1596H24.1596Z\" fill=\"#9A9BA3\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithShareOnFacebook18hniow,{className:\"framer-18hniow\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-17nmzhl\",\"data-framer-name\":\"Facebook\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:30,svg:'<svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M28.0002 15.0001C28.0002 7.82041 22.1798 2 15.0001 2C7.82041 2 2 7.82041 2 15.0001C2 21.0966 6.19747 26.2124 11.8598 27.6175V18.9729H9.17918V15.0001H11.8598V13.2883C11.8598 8.86354 13.8623 6.81264 18.2065 6.81264C19.0301 6.81264 20.4513 6.97436 21.0327 7.13556V10.7366C20.7259 10.7044 20.1929 10.6882 19.5309 10.6882C17.3994 10.6882 16.5757 11.4958 16.5757 13.5951V15.0001H20.8221L20.0925 18.9729H16.5757V27.9051C23.0118 27.1276 28.0002 21.6468 28.0002 15.0001Z\" fill=\"#9A9BA3\"/>\\n<path d=\"M20.094 18.9728L20.8236 15H16.5772V13.5949C16.5772 11.4957 17.4009 10.6881 19.5324 10.6881C20.1944 10.6881 20.7274 10.7042 21.0342 10.7365V7.13542C20.4528 6.9737 19.0316 6.8125 18.2079 6.8125C13.8638 6.8125 11.8613 8.8634 11.8613 13.2881V15H9.18066V18.9728H11.8613V27.6174C12.867 27.867 13.9189 28.0001 15.0016 28.0001C15.5346 28.0001 16.0603 27.9673 16.5767 27.9049V18.9728H20.094Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ojoqnp-container\",nodeId:\"sMWu9DZsq\",rendersWithMotion:true,scopeId:\"TEvsxp2XQ\",whileHover:animation,children:/*#__PURE__*/_jsx(BlogItemsCopyLinkButton,{height:\"100%\",id:\"sMWu9DZsq\",layoutId:\"sMWu9DZsq\",style:{height:\"100%\"},variant:\"Og6XXXRtx\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dsqm1f\",\"data-framer-name\":\"Recommendation\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dxexd0\",\"data-styles-preset\":\"f9O2pbhfz\",style:{\"--framer-text-alignment\":\"center\"},children:\"You might also like\"})})},rORYHf6iQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-5bd2cc3e-c0df-48fa-961b-e0d2c8083d0f, rgb(52, 55, 62))\"},children:\"You might also like\"})}),fonts:[\"GF;Outfit-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dxexd0\",\"data-styles-preset\":\"f9O2pbhfz\",children:\"You might also like\"})}),className:\"framer-1xusxjm\",\"data-framer-name\":\"You might also like\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-105cahf\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{query:{from:{alias:\"n_dhrUMrR\",data:Collection,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"n_dhrUMrR\",name:\"sJOFyLtAG\",type:\"Identifier\"},{collection:\"n_dhrUMrR\",name:\"DdPgeYh90\",type:\"Identifier\"},{collection:\"n_dhrUMrR\",name:\"HbONM3oOu\",type:\"Identifier\"},{collection:\"n_dhrUMrR\",name:\"BvVfLaDAY\",type:\"Identifier\"},{collection:\"n_dhrUMrR\",name:\"PNalYDH9C\",type:\"Identifier\"},{collection:\"n_dhrUMrR\",name:\"OpWW9ihHk\",type:\"Identifier\"},{collection:\"n_dhrUMrR\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"n_dhrUMrR\",name:\"sJOFyLtAG\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:sJOFyLtAG},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"n_dhrUMrR\",data:Collection,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"n_dhrUMrR\",name:\"sJOFyLtAG\",type:\"Identifier\"},{collection:\"n_dhrUMrR\",name:\"DdPgeYh90\",type:\"Identifier\"},{collection:\"n_dhrUMrR\",name:\"HbONM3oOu\",type:\"Identifier\"},{collection:\"n_dhrUMrR\",name:\"BvVfLaDAY\",type:\"Identifier\"},{collection:\"n_dhrUMrR\",name:\"PNalYDH9C\",type:\"Identifier\"},{collection:\"n_dhrUMrR\",name:\"OpWW9ihHk\",type:\"Identifier\"},{collection:\"n_dhrUMrR\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"n_dhrUMrR\",name:\"sJOFyLtAG\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:sJOFyLtAG},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({BvVfLaDAY:BvVfLaDAYn_dhrUMrR,DdPgeYh90:DdPgeYh90n_dhrUMrR,HbONM3oOu:HbONM3oOun_dhrUMrR,id:idn_dhrUMrR,OpWW9ihHk:OpWW9ihHkn_dhrUMrR,PNalYDH9C:PNalYDH9Cn_dhrUMrR,sJOFyLtAG:sJOFyLtAGn_dhrUMrR},index2)=>{sJOFyLtAGn_dhrUMrR??=\"\";DdPgeYh90n_dhrUMrR??=\"\";HbONM3oOun_dhrUMrR??=\"\";PNalYDH9Cn_dhrUMrR??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`n_dhrUMrR-${idn_dhrUMrR}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{PNalYDH9C:PNalYDH9Cn_dhrUMrR},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{PNalYDH9C:PNalYDH9Cn_dhrUMrR},webPageId:\"TEvsxp2XQ\"},implicitPathVariables:undefined},{href:{pathVariables:{PNalYDH9C:PNalYDH9Cn_dhrUMrR},webPageId:\"TEvsxp2XQ\"},implicitPathVariables:undefined},{href:{pathVariables:{PNalYDH9C:PNalYDH9Cn_dhrUMrR},webPageId:\"TEvsxp2XQ\"},implicitPathVariables:undefined},{href:{pathVariables:{PNalYDH9C:PNalYDH9Cn_dhrUMrR},webPageId:\"TEvsxp2XQ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{width:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px), 1208px) - 40px)`},rORYHf6iQ:{width:`max(min(min(max(${componentViewport?.width||\"100vw\"} - 96px, 1px), 1200px), 1208px), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:474,width:`min(max((min(max(${componentViewport?.width||\"100vw\"} - 96px, 1px), 1200px) - 60px) / 2, 1px), 1208px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1svrp71-container\",nodeId:\"WaaZQDEU0\",scopeId:\"TEvsxp2XQ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{A91Ny3IRk:resolvedLinks[3]},ORVxl9dYK:{A91Ny3IRk:resolvedLinks[1]},rORYHf6iQ:{A91Ny3IRk:resolvedLinks[2],c3TOlj1vE:\"niK5ugQXF\",variant:\"OUiHvdYZt\",yl0KlgBVH:20}},children:/*#__PURE__*/_jsx(BlogItemsBlogCards,{A91Ny3IRk:resolvedLinks[0],aClTI9fnR:\"var(--token-05a7be8a-e457-4bb2-9965-86aaa5eb6e5e, rgb(30, 32, 36))\",c3TOlj1vE:\"Tr8AvtNXP\",CHAm6Aako:false,CRMg_9ng3:DdPgeYh90n_dhrUMrR,e1s_kEYKQ:sJOFyLtAGn_dhrUMrR,height:\"100%\",id:\"WaaZQDEU0\",ILtVRtGL_:true,layoutId:\"WaaZQDEU0\",nBf3qjlhe:HbONM3oOun_dhrUMrR,OyZJIZViv:toResponsiveImage(BvVfLaDAYn_dhrUMrR),P_0V5_ew5:false,style:{width:\"100%\"},uGbaVMvru:\"var(--token-8e137b77-f990-4aa3-a92b-b010c7c86990, rgb(248, 59, 110))\",UKNAPzaFr:OpWW9ihHkn_dhrUMrR,variant:\"zwZivXRci\",width:\"100%\",yl0KlgBVH:28,Z4VqrWian:\"Short Description\"})})})})})})})},idn_dhrUMrR);})})})})})})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-145stht\",\"data-framer-name\":\"Section/Blog Highlights\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p0dear\",\"data-framer-name\":\"wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(30, 32, 36)\"},children:\"Browse by category\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-text-color\":\"rgb(30, 32, 36)\"},children:\"Browse by category\"})}),className:\"framer-n5bqxq\",\"data-framer-name\":\"Browse by category\",fonts:[\"GF;Outfit-regular\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-117zwlv\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{query:{from:{alias:\"sJvdI7mxY\",data:BlogCategory,type:\"Collection\"},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"sJvdI7mxY\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"sJvdI7mxY\",name:\"Vb8zrNvjj\",type:\"Identifier\"},{collection:\"sJvdI7mxY\",name:\"Z14QF_5H4\",type:\"Identifier\"},{collection:\"sJvdI7mxY\",name:\"id\",type:\"Identifier\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"sJvdI7mxY\",data:BlogCategory,type:\"Collection\"},orderBy:[{collection:\"sJvdI7mxY\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"sJvdI7mxY\",name:\"Vb8zrNvjj\",type:\"Identifier\"},{collection:\"sJvdI7mxY\",name:\"Z14QF_5H4\",type:\"Identifier\"},{collection:\"sJvdI7mxY\",name:\"id\",type:\"Identifier\"}]},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({id:idsJvdI7mxY,Vb8zrNvjj:Vb8zrNvjjsJvdI7mxY,Z14QF_5H4:Z14QF_5H4sJvdI7mxY},index3)=>{Vb8zrNvjjsJvdI7mxY??=\"\";Z14QF_5H4sJvdI7mxY??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`sJvdI7mxY-${idsJvdI7mxY}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Z14QF_5H4:Z14QF_5H4sJvdI7mxY},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{Z14QF_5H4:Z14QF_5H4sJvdI7mxY},webPageId:\"IENxniYuc\"},implicitPathVariables:undefined},{href:{pathVariables:{Z14QF_5H4:Z14QF_5H4sJvdI7mxY},webPageId:\"IENxniYuc\"},implicitPathVariables:undefined},{href:{pathVariables:{Z14QF_5H4:Z14QF_5H4sJvdI7mxY},webPageId:\"IENxniYuc\"},implicitPathVariables:undefined},{href:{pathVariables:{Z14QF_5H4:Z14QF_5H4sJvdI7mxY},webPageId:\"IENxniYuc\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z5lpme-container\",nodeId:\"h_YnkcAhK\",scopeId:\"TEvsxp2XQ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{afLrrLXld:16,R3xqDzGhc:resolvedLinks1[3],tqyhBtp4Q:\"16px 30px 16px 30px\"},ORVxl9dYK:{R3xqDzGhc:resolvedLinks1[1]},rORYHf6iQ:{R3xqDzGhc:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(Pill,{afLrrLXld:18,azCLg7hAj:false,Bob4drl8U:\"flex-start\",CSYPITWMu:\"var(--token-d079fa59-8f94-403a-954b-3b294544c0e6, rgb(255, 255, 255))\",height:\"100%\",id:\"h_YnkcAhK\",layoutId:\"h_YnkcAhK\",qETvUala9:Vb8zrNvjjsJvdI7mxY,R3xqDzGhc:resolvedLinks1[0],tqyhBtp4Q:\"20px 30px 20px 30px\",variant:\"wFDUjPv1W\",VB3LXOCFF:\"LABE1lqaj\",width:\"100%\"})})})})})})},idsJvdI7mxY);})})})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:258,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-t6wkdh-container\",nodeId:\"LmC_TpXxf\",scopeId:\"TEvsxp2XQ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{variant:\"neo2B1Dua\"},rORYHf6iQ:{variant:\"MQTOJo68U\"}},children:/*#__PURE__*/_jsx(SectionSubscribe,{height:\"100%\",id:\"LmC_TpXxf\",layoutId:\"LmC_TpXxf\",style:{width:\"100%\"},variant:\"fMthatac_\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:570,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-lpf4hr-container\",nodeId:\"YnF9xVT8K\",scopeId:\"TEvsxp2XQ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{variant:\"jfoAUFYfs\"},rORYHf6iQ:{variant:\"D2TzKvygP\"}},children:/*#__PURE__*/_jsx(SectionFooter,{height:\"100%\",id:\"YnF9xVT8K\",layoutId:\"YnF9xVT8K\",style:{width:\"100%\"},variant:\"cuuaAeymM\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lkmtqo\",\"data-framer-name\":\"Navbar + Progress\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:71,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x0fkf9-container\",nodeId:\"wHTfaBnR5\",scopeId:\"TEvsxp2XQ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enDaSeEX5:{variant:\"iEW1uNVkH\"},rORYHf6iQ:{variant:\"iEW1uNVkH\"}},children:/*#__PURE__*/_jsx(SectionNavbar,{height:\"100%\",id:\"wHTfaBnR5\",layoutId:\"wHTfaBnR5\",style:{width:\"100%\"},variant:\"zH7p6Esdb\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vcpag1\",\"data-framer-name\":\"Progress Bar\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:52,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:555,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:0,y:0}},{ref:ref1,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jaer76\",\"data-framer-name\":\"Bar\",style:{transformPerspective:1200}})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KbHTX.framer-1uor8c5, .framer-KbHTX .framer-1uor8c5 { display: block; }\",\".framer-KbHTX.framer-n4f4ct { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1680px; }\",\".framer-KbHTX .framer-9vnqtc { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 48px 0px 48px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-lygtoy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1208px; overflow: hidden; padding: 75px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-9uyi3a { aspect-ratio: 2.416 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 500px); position: relative; width: 100%; }\",\".framer-KbHTX .framer-1iby7mz { --border-bottom-width: 1px; --border-color: #cacacf; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-ev2z6c { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 40px 0px; position: relative; width: 1px; }\",\".framer-KbHTX .framer-afzay6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-yac977, .framer-KbHTX .framer-1vlzbrf, .framer-KbHTX .framer-1xusxjm { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-KbHTX .framer-hxadsp, .framer-KbHTX .framer-14f00ws { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-KbHTX .framer-l5ezm6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-1uv3fjz, .framer-KbHTX .framer-15dow2n, .framer-KbHTX .framer-1ohn3dx, .framer-KbHTX .framer-rtgo4s, .framer-KbHTX .framer-1onpz72, .framer-KbHTX .framer-n5bqxq { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-KbHTX .framer-1l7rtha { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 300px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-KbHTX .framer-1ttskbp, .framer-KbHTX .framer-svwgxd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-11aplcw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-1ewf07o { aspect-ratio: 1 / 1; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-KbHTX .framer-19h9y9d { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-KbHTX .framer-10pu2ih { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px 48px 50px 48px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-17sdlv8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-KbHTX .framer-18f8e42 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; min-width: 62%; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-KbHTX .framer-xppnod { --framer-paragraph-spacing: 0px; flex: none; height: auto; min-width: 100px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-KbHTX .framer-1vb0606 { align-content: center; align-items: center; background-color: #f8f8f9; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 25px 20px 25px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-zhxmjr { aspect-ratio: 1 / 1; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: relative; width: 50px; }\",\".framer-KbHTX .framer-1heb7pw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 110px; width: 1px; z-index: 1; }\",\".framer-KbHTX .framer-ubxxf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1208px; overflow: hidden; padding: 0px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-15yp5zw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-1rejmrv, .framer-KbHTX .framer-wf51p8, .framer-KbHTX .framer-18hniow { aspect-ratio: 1 / 1; background-color: #ffffff; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 30px); overflow: hidden; position: relative; width: 30px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-KbHTX .framer-74majk, .framer-KbHTX .framer-sh60bs, .framer-KbHTX .framer-17nmzhl { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-KbHTX .framer-1ojoqnp-container { flex: none; height: 30px; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-KbHTX .framer-1dsqm1f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1208px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-105cahf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-1svrp71-container, .framer-KbHTX .framer-t6wkdh-container, .framer-KbHTX .framer-lpf4hr-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-KbHTX .framer-145stht { align-content: center; align-items: center; background-color: var(--token-b3086a59-5a6a-423c-8f8c-468bba0783ce, #f8f8f9); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 48px 60px 48px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-1p0dear { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-117zwlv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-KbHTX .framer-z5lpme-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-KbHTX .framer-lkmtqo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-KbHTX .framer-x0fkf9-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-KbHTX .framer-1vcpag1 { align-content: center; align-items: center; background-color: var(--token-b3086a59-5a6a-423c-8f8c-468bba0783ce, #f8f8f9); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 4px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-KbHTX .framer-jaer76 { aspect-ratio: 60 / 1; background-color: var(--token-8e137b77-f990-4aa3-a92b-b010c7c86990, #f83b6e); flex: none; height: var(--framer-aspect-ratio-supported, 56px); overflow: hidden; position: relative; width: 200%; z-index: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,...sharedStyle15.css,...sharedStyle16.css,...sharedStyle17.css,'.framer-KbHTX[data-border=\"true\"]::after, .framer-KbHTX [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1200px) and (max-width: 1679.98px) { .framer-KbHTX.framer-n4f4ct { width: 1200px; } .framer-KbHTX .framer-9uyi3a { height: var(--framer-aspect-ratio-supported, 457px); } .framer-KbHTX .framer-jaer76 { height: var(--framer-aspect-ratio-supported, 40px); }}\",\"@media (min-width: 810px) and (max-width: 1199.98px) { .framer-KbHTX.framer-n4f4ct { width: 810px; } .framer-KbHTX .framer-lygtoy { padding: 63px 0px 40px 0px; } .framer-KbHTX .framer-9uyi3a { height: var(--framer-aspect-ratio-supported, 83px); } .framer-KbHTX .framer-1iby7mz { flex-direction: column; gap: 0px; padding: 0px 0px 50px 0px; } .framer-KbHTX .framer-ev2z6c { flex: none; gap: 16px; padding: 0px 0px 24px 0px; width: 100%; } .framer-KbHTX .framer-l5ezm6 { gap: 18px; } .framer-KbHTX .framer-1l7rtha, .framer-KbHTX .framer-18f8e42 { flex: none; width: 100%; } .framer-KbHTX .framer-17sdlv8 { flex-direction: column; } .framer-KbHTX .framer-1heb7pw { flex: none; position: relative; top: unset; width: 100%; } .framer-KbHTX .framer-ubxxf { align-content: center; align-items: center; gap: 24px; padding: 0px 0px 58px 0px; } .framer-KbHTX .framer-15yp5zw { gap: 38px; justify-content: center; } .framer-KbHTX .framer-1dsqm1f { align-content: center; align-items: center; gap: 24px; } .framer-KbHTX .framer-105cahf { flex-direction: row; gap: 28px; } .framer-KbHTX .framer-1svrp71-container { flex: 1 0 0px; width: 1px; } .framer-KbHTX .framer-145stht { padding: 64px 48px 64px 48px; } .framer-KbHTX .framer-1p0dear { gap: 40px; } .framer-KbHTX .framer-117zwlv { gap: 12px; } .framer-KbHTX .framer-jaer76 { height: var(--framer-aspect-ratio-supported, 3px); }}\",\"@media (max-width: 809.98px) { .framer-KbHTX.framer-n4f4ct { width: 380px; } .framer-KbHTX .framer-9vnqtc, .framer-KbHTX .framer-10pu2ih { padding: 0px; } .framer-KbHTX .framer-lygtoy { gap: 30px; padding: 62px 0px 30px 0px; } .framer-KbHTX .framer-9uyi3a { height: var(--framer-aspect-ratio-supported, 83px); } .framer-KbHTX .framer-1iby7mz { flex-direction: column; gap: 20px; padding: 0px 24px 36px 24px; } .framer-KbHTX .framer-ev2z6c { flex: none; padding: 0px; width: 100%; } .framer-KbHTX .framer-1l7rtha, .framer-KbHTX .framer-18f8e42, .framer-KbHTX .framer-14f00ws { flex: none; width: 100%; } .framer-KbHTX .framer-17sdlv8 { flex-direction: column; gap: 50px; } .framer-KbHTX .framer-xppnod { max-width: 90%; } .framer-KbHTX .framer-1vb0606 { flex-direction: column; } .framer-KbHTX .framer-1heb7pw { flex: none; position: relative; top: unset; width: 100%; } .framer-KbHTX .framer-ubxxf { gap: 30px; padding: 0px 20px 0px 20px; } .framer-KbHTX .framer-1vlzbrf, .framer-KbHTX .framer-1xusxjm { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-KbHTX .framer-15yp5zw { gap: 50px; justify-content: center; } .framer-KbHTX .framer-1dsqm1f { gap: 30px; padding: 70px 20px 50px 20px; } .framer-KbHTX .framer-145stht { gap: 32px; padding: 60px 20px 60px 20px; } .framer-KbHTX .framer-1p0dear { gap: 32px; } .framer-KbHTX .framer-117zwlv { justify-content: center; } .framer-KbHTX .framer-jaer76 { height: var(--framer-aspect-ratio-supported, 3px); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4008\n * @framerIntrinsicWidth 1680\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ORVxl9dYK\":{\"layout\":[\"fixed\",\"auto\"]},\"rORYHf6iQ\":{\"layout\":[\"fixed\",\"auto\"]},\"enDaSeEX5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"lh4JbSu0a\":{\"pattern\":\":lh4JbSu0a\",\"name\":\"blog-content\"}}\n * @framerResponsiveScreen\n */const FramerTEvsxp2XQ=withCSS(Component,css,\"framer-KbHTX\");export default FramerTEvsxp2XQ;FramerTEvsxp2XQ.displayName=\"Blog Detail\";FramerTEvsxp2XQ.defaultProps={height:4008,width:1680};addFonts(FramerTEvsxp2XQ,[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4S-EiAou6Y.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4deyC4S-EiAou6Y.woff2\",weight:\"700\"}]},...BlogItemsCopyLinkButtonFonts,...BlogItemsBlogCardsFonts,...PillFonts,...SectionSubscribeFonts,...SectionFooterFonts,...SectionNavbarFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...getFontsFromSharedStyle(sharedStyle15.fonts),...getFontsFromSharedStyle(sharedStyle16.fonts),...getFontsFromSharedStyle(sharedStyle17.fonts),...componentPresets.fonts?.[\"dzyWUMHff\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"dzyWUMHff\"]):[],...componentPresets.fonts?.[\"n44AyXhmd\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"n44AyXhmd\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTEvsxp2XQ\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"4008\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ORVxl9dYK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rORYHf6iQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"enDaSeEX5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1680\",\"framerScrollSections\":\"{\\\"lh4JbSu0a\\\":{\\\"pattern\\\":\\\":lh4JbSu0a\\\",\\\"name\\\":\\\"blog-content\\\"}}\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"o8FAA2C,SAAgB,IAAU,CACrE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAM,EAAK,EAAO,SAAS,KAE7C,EAAU,6CAAW,IAC3B,GAAG,CAAC,MAAM,EAAU,UAAU,UAAU,GAAW,QAAQ,IAAI,kCAAkC,GAAW,IAAM,EAAI,yCAAyC,mBAAmB,KAAa,EAAO,KAAK,EAAI,SAAS,uBAAyB,OAAM,EAAI,CAAC,QAAQ,MAAM,0CAA0C,EAAM,CAAC,EAAC,AAAE,UAAgB,IAAiB,CAAC,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAM,EAAK,EAAO,SAAS,KAE9Y,EAAU,6CAAW,IAC3B,GAAG,CAAC,MAAM,EAAU,UAAU,UAAU,GAAW,QAAQ,IAAI,kCAAkC,GAAW,IAAM,EAAI,uDAAuD,mBAAmB,GAAM,WAAW,mBAAmB,KAAyE,EAAO,KAAK,EAAI,SAAS,wCAAgB,OAAM,EAAI,CAAC,QAAQ,MAAM,0CAA0C,EAAM,CAAC,EAAC,AAAE,UAAgB,IAAiB,CAAC,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAM,EAAK,EAAO,SAAS,KAEnf,EAAU,6CAAW,IAC3B,GAAG,CAAC,MAAM,EAAU,UAAU,UAAU,GAAW,QAAQ,IAAI,kCAAkC,GAAW,IAAM,EAAI,gDAAgD,mBAAmB,GAAM,SAAS,mBAAmB,KAAa,EAAO,KAAK,EAAI,wBAAwB,uBAAyB,OAAM,EAAI,CAAC,QAAQ,MAAM,0CAA0C,EAAM,CAAC,EAAC,AAAE,UAAgB,IAAiB,CAAC,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAM,EAAK,EAAO,SAAS,KAC5c,GAAG,CAAC,MAAM,EAAU,UAAU,UAAU,GAAM,QAAQ,IAAI,4BAA4B,EAAO,OAAM,EAAI,CAAC,QAAQ,MAAM,oCAAoC,EAAM,CAAC,EAAC,AAAE,CAAmJ,SAAgB,GAAa,EAAE,CAAC,MAAO,KAAQ,EAA+BA,GAAgDC,EAAK,EAAE,CAAC,GAAGmB,EAAM,GAAG,GAASA,GAAO,EAAK,CAAoC,SAAgB,GAAoB,EAAE,CAAC,MAAO,KAAQ,EAA+BpB,GAAgDC,EAAK,EAAE,CAAC,GAAGmB,EAAM,GAAG,GAAgBA,GAAO,EAAK,CAAkD,SAAgB,GAAoB,EAAE,CAAC,MAAO,KAAQ,EAA+BpB,GAAgDC,EAAK,EAAE,CAAC,GAAGmB,EAAM,GAAG,GAAgBA,GAAO,EAAK,CAAkD,SAAgB,GAAoB,EAAE,CAAC,MAAO,KAAQ,EAA+BpB,GAAgDC,EAAK,EAAE,CAAC,GAAGmB,EAAM,GAAG,GAAgBA,GAAO,EAAK,gCAAvqB,GAAa,YAAY,WAAgM,GAAoB,YAAY,kBAAuM,GAAoB,YAAY,kBAAuM,GAAoB,YAAY,qBCVrf,SAAS,GAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,EAAE,CAA+H,OAA9H,GAAmD,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,KAAkB,CAAe,2EAAlc,GAA6B,GAAoB,EAAO,KAAW,GAAW,CAAC,YAAY,YAAY,CAAOjB,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,CAAuOC,GAAY,CAAC,SAAS,EAAE,KAAK,QAAQ,CAAO,IAAY,CAAC,QAAM,WAAS,GAAG,CAAC,IAAM,EAAA,EAAwB,GAA2B,EAAW,GAAmC,EAAO,WAAiB,EAAA,OAAgC,CAAC,GAAG,EAAO,aAAW,EAAE,CAAC,KAAK,UAAU,GAAY,EAAE,OAAoB,EAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,WAAS,CAAG,EAAO,GAAS,EAAA,GAA6BC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,CAAOC,IAAU,CAAC,SAAO,KAAG,QAAM,GAAGa,EAAM,GAAG,CAAC,IAAI,EAAuC,EAAK,MAAM,CAAC,GAAGA,EAAM,SAAS,GAAM,EAAuCd,GAAwBc,EAAM,WAAyGA,EAAM,UAAoC,YAAY,AAAE,EAAO,IAAwB,EAAM,IAAW,EAAS,KAAK,KAAKA,EAAM,iBAAuBX,GAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,GAAK,CAAC,eAAa,YAAU,CAAC,KAAqB,CAAC,QAAM,UAAA,EAAU,WAAS,UAAQ,GAAG,EAAU,CAACF,GAASa,GAAY,CAAC,cAAY,aAAW,iBAAe,kBAAgB,aAAW,WAAS,CAAC,GAAgB,CAAC,cAAW,eAAe,YAAY,UAAQ,kBAAA,GAAkB,EAAQ,EAAiB,GAAuBA,EAAM,GAAe,CAAC,wBAAsB,QAAM,CAAC,GAAyB,GAAmB,GAAW,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAgB,CAAC,UAAU,GAAM,EAAE,EAAW,YAAc,GAAQ,EAAgB,EAAsB,MAAM,GAAG,IAAO,CAAC,MAAM,MAAU,EAAW,aAAa,IAAM,GAAE,GAAmB,EAAY,CAAC,UAAU,EAAgB,EAAE,IAAM,GAAA,EAAkB,MAAY,MAAoB,IAAc,YAA6C,EAAA,IAAoC,EAAsB,EAAE,CAAgD,OAAvB,KAA2C,EAAK,EAAY,CAAC,GAAG,GAA4C,EAAgB,SAAsB,EAAK,GAAS,CAAC,QAAQ,EAAS,QAAQ,GAAM,SAAsB,EAAK,GAAW,CAAC,MAAMf,GAAY,SAAsB,EAAM,GAA6B,CAAC,GAAG,EAAU,UAAU,EAAGF,GAAkB,GAAG,EAAsB,iBAAiBsB,EAAU,GAAY,mBAAmB,YAAY,iBAAiB,GAAsB,mBAAiB,SAAS,YAAY,eAAe,EAAgB,CAAC,UAAU,GAAM,EAAE,iBAAiB,EAAgB,CAAC,UAAU,GAAK,EAAE,MAAM,GAAW,gBAAgB,EAAgB,CAAC,UAAU,GAAM,EAAE,eAAe,EAAgB,CAAC,UAAU,GAAK,EAAE,IAAI,GAA6B,GAAK,MAAM,CAAC,GAAG,EAAM,CAAC,GAAG,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,CAAC,CAAC,EAAY,GAAgB,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,QAAQ,gBAAgB,GAAG,eAAe,GAAoB,mBAAiB,SAAS,YAAY,IAAI,8mCAA8mC,mBAAmB,GAAK,EAAE,KAA4B,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,CAAC,SAAS,gBAAgB,EAAE,EAAE,UAAU,gBAAgB,MAAM,CAAC,oBAAoB,CAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,YAAY,CAAC,kBAAkB,MAAM,mBAAmB,GAAK,EAAE,CAAC,EAAE,EAAE,EAAE,CAAG,GAAQb,GAAI,CAAC,kFAAkF,gFAAgF,gRAAgR,0JAA0J,gHAAgH,6WAA6W,6DAA6D,6aAA6a,CAQ3iO,EAAgB,EAAQH,GAAUG,GAAI,gBAA+C,EAAgB,YAAY,8BAA8B,EAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,CAAC,GAAoB,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,CAAC,aAAa,CAAC,YAAY,YAAY,CAAC,MAAM,UAAU,KAAK,EAAY,KAAK,CAAC,EAAE,EAAS,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,SAAS,OAAO,SAAS,MAAM,SAAS,IAAI,2FAA2F,OAAO,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,6BAA6B,GAAK,6BCRpkB,GAAU,UAAU,CAAC,oBAAoB,iBAAiB,EAAe,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,SAAS,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,MAAM,CAAC,CAAC,OAAO,SAAS,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,MAAM,CAAC,CAAC,CAAC,CAAcA,GAAI,CAAC,+0BAA+0B,CAAc,GAAU,iRCAi+C,GAA6B,EAA6B,EAAO,IAAI,CAAC,OAAO,YAAY,SAAS,GAAa,QAAQ,YAAY,EAAQ,GAAmC,EAA6B,EAAO,IAAI,CAAC,OAAO,YAAY,SAAS,GAAoB,QAAQ,YAAY,EAAQ,GAAoC,EAA6B,EAAO,IAAI,CAAC,OAAO,YAAY,SAAS,GAAoB,QAAQ,YAAY,EAAQ,GAA6B,EAASC,GAA+B,GAAwB,EAASC,IAA0B,GAAU,EAASC,IAAY,GAAsB,EAASC,IAAwB,GAAmB,EAASC,IAAqB,GAAmB,EAASC,IAAqB,GAAgB,GAAO,EAAO,KAAW,GAAY,CAAC,UAAU,wBAAwB,UAAU,sBAAsB,UAAU,iDAAiD,UAAU,gDAAgD,CAAyD,EAAkB,eAAqB,GAAkB,CAAC,UAAU,iBAAiB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,CAAO,EAAkB,GAAW,OAAO,GAAQ,UAAU,GAAc,OAAO,EAAM,KAAM,SAAiB,EAAc,OAAO,GAAQ,SAAS,CAAC,IAAI,EAAM,CAAC,IAAA,GAAkB,IAAqB,EAAM,EAAc,IAAS,CAAC,GAAG,OAAO,GAAQ,SAAS,MAAM,GAAG,IAAM,EAAK,IAAI,KAAK,GAAO,GAAG,MAAM,EAAK,WAAW,MAAM,GAAG,IAAM,EAAe,QAAQ,GAAG,CAAC,OAAO,EAAK,eAAe,GAAQ,EAAe,EAAgB,MAAK,CAAC,OAAO,EAAK,eAAe,EAAe,EAAgB,CAAC,EAAO,GAAY,CAAC,UAAU,SAAS,SAAS,MAAM,CAAO,IAAc,EAAM,IAAuB,GAAoB,EAAM,GAAY,GAAsB,GAAQ,EAAM,IAAa,OAAO,GAAQ,UAAU,OAAOC,GAAS,SAAiB,EAAMA,EAAgB,OAAO,GAAQ,SAAiB,EAAe,OAAOA,GAAS,SAAiBA,EAAc,GAAW,GAAM,GAAW,MAAM,QAAQ,GAAc,EAAM,OAAO,EAAS,GAA2B,MAAM,IAAQ,GAAW,GAAW,CAAC,QAAM,WAAS,WAAS,GAAG,CAAC,IAAM,EAAK,GAAa,GAAO,OAAO,EAAS,EAAO,EAAO,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,GAAG,UAAU,IAAI,KAAK,SAAS,CAAO,EAAU,CAAC,QAAQ,GAAG,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,GAAY,CAAO,IAAW,CAAC,QAAM,GAAG,CAAC,IAAM,EAAS,IAA8C,OAArB,EAAgB,KAAyB,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAO,EAAM,CAAC,yBAAyB,GAAG,CAAG,EAAO,GAAwB,CAAC,aAAa,YAAY,QAAQ,YAAY,MAAM,YAAY,OAAO,YAAY,CAAO,IAAU,CAAC,SAAO,KAAG,QAAM,GAAGC,EAAM,IAAU,CAAC,GAAGA,EAAM,QAAQ,GAAwBA,EAAM,UAAUA,EAAM,SAAS,YAAY,EAAS,GAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,IAAM,EAAYC,EAAO,MAAY,EAAW,GAAK,EAAkB,EAAA,IAAmC,CAAC,eAAa,YAAU,CAAC,KAAsB,EAAkB,KAA6B,EAAqB,KAA+B,CAAC,EAAiB,CAAC,GAAa,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKC,EAAW,KAAK,aAAa,CAAC,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,MAAM,GAAoC,EAAqB,aAAa,EAAQ,EAAwB,GAAK,CAAC,GAAG,CAAC,EAAiB,MAAM,IAAI,GAAc,mCAAmC,KAAK,UAAU,MAAyB,OAAO,EAAiB,EAAM,EAAM,CAAC,QAAM,UAAA,EAAU,YAAS,WAAQ,YAAU,EAAwB,aAAa,YAAU,EAAwB,cAAc,GAAG,YAAU,EAAwB,aAAa,YAAU,EAAwB,cAAc,GAAG,aAAU,EAAwB,cAAc,GAAG,YAAU,EAAwB,cAAc,GAAG,sBAAmB,sBAAmB,qBAAmB,qBAAmB,eAAY,YAAU,EAAwB,cAAc,GAAG,aAAU,EAAwB,cAAc,GAAG,sBAAmB,sBAAmB,sBAAmB,eAAY,sBAAmB,sBAAmB,sBAAmB,sBAAmB,sBAAmB,sBAAmB,eAAY,sBAAmB,sBAAmB,eAAY,GAAG,GAAU,CAAC,GAASF,GAAaG,GAAAA,MAA2BC,GAAiB,EAAiB,GAAc,CAAC,EAAiB,EAAa,EAAE,GAAYD,IAAU,GAAK,CAAC,EAAY,GAAoB,CAAC,GAA8B,GAAQ,GAAY,IAA4C,GAAsB,uDAAsa,CAAO,GAAkB,EAAG,EAAkB,GAAG,IAA6B,GAAiB,KAAsB,GAAY,EAAO,EAAO,EAAO,GAAa,EAAU,IAAkB,OAAO,GAAW,aAAmB,GAAQ,GAAM,GAAiB,GAAU,GAAkB,aAAmB,EAAA,EAAkB,MAAoD,OAAjC,KAAY,GAAiB,EAAE,EAAsB,EAAK,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,qBAAkB,CAAC,SAAsB,EAAM,EAAY,CAAC,GAAG,IAAU,EAAgB,SAAS,CAAc,EAAK,GAAU,CAAC,MAAM,gDAAgD,EAAe,EAAM,EAAO,IAAI,CAAC,GAAG,GAAU,UAAU,EAAG,GAAkB,gBAAgBE,GAAW,IAAI,EAAW,MAAM,CAAC,GAAG,EAAM,CAAC,SAAS,CAAc,EAAK,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc,EAAKC,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,MAAM,OAAO,GAAmB,OAAO,QAAQ,WAAW,GAAG,EAAkB,GAAW,CAAC,CAAC,CAAC,SAAsB,EAAKC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,MAAM,OAAO,GAAmB,OAAO,QAAQ,kBAAkB,GAAG,EAAkB,GAAW,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,EAAE,EAAe,EAAM,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,QAAQ,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAc,EAAKD,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,uBAAuB,OAAO,sBAAsB,oBAAoB,0BAA0B,YAAY,CAAC,SAAS,eAAe,EAAE,EAAE,CAAC,CAAC,SAAsB,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,oBAAoB,0BAA0B,YAAY,CAAC,SAAS,eAAe,EAAE,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,MAAM,CAAC,oBAAoB,CAAC,KAAK,EAAU,kBAAkB,SAAS,mBAAmB,GAAK,EAAE,EAAe,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,uBAAuB,OAAO,sBAAsB,qBAAqB,CAAC,SAAS,6BAA6B,EAAE,EAAE,CAAC,CAAC,SAAsB,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,qBAAqB,CAAC,SAAS,CAAC,cAA2B,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,kBAAkB,CAAC,SAAS,IAAI,EAAE,iBAAiB,CAAC,EAAE,EAAE,UAAU,gBAAgB,mBAAmB,aAAa,MAAM,CAAC,oBAAoB,CAAC,KAAK,GAAY,kBAAkB,SAAS,mBAAmB,GAAK,EAAE,EAAE,CAAC,EAAe,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAAc,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,4CAA4C,EAAE,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,qEAAqE,CAAC,SAAS,4CAA4C,EAAE,EAAE,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,qEAAqE,CAAC,SAAS,4CAA4C,EAAE,EAAE,CAAC,CAAC,SAAsB,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,qEAAqE,CAAC,SAAS,4CAA4C,EAAE,EAAE,UAAU,iBAAiB,mBAAmB,+CAA+C,MAAM,CAAC,oBAAoB,CAAC,KAAK,GAAU,kBAAkB,SAAS,mBAAmB,GAAK,EAAE,EAAE,IAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,+NAA+N,EAAE,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAsB,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,qEAAqE,CAAC,SAAS,+NAA+N,EAAE,EAAE,UAAU,iBAAiB,mBAAmB,mGAAmG,MAAM,CAAC,oBAAoB,CAAC,KAAK,EAAU,kBAAkB,SAAS,mBAAmB,GAAK,EAAE,EAAE,CAAC,EAAE,CAAC,EAAe,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAS,CAAc,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,qBAAqB,0BAA0B,YAAY,CAAC,SAAS,aAAa,EAAE,EAAE,UAAU,iBAAiB,mBAAmB,aAAa,MAAM,CAAC,oBAAoB,CAAC,kBAAkB,SAAS,mBAAmB,GAAK,EAAe,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsB,EAAK,EAAmB,CAAC,SAAsB,EAAK,EAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKE,GAAW,KAAK,aAAa,CAAC,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,aAAa,CAAC,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,KAAK,eAAe,MAAM,EAAU,CAAC,CAAC,aAAa,WAAW,KAAK,eAAe,CAAC,CAAC,UAAU,EAAW,EAAe,IAAwB,EAAKC,EAAU,CAAC,SAAS,GAAY,KAAK,CAAC,GAAGC,EAAY,UAAUC,EAAmB,UAAUC,EAAmB,UAAUC,EAAmB,UAAUC,EAAmB,CAAC,KAAS,IAAqB,GAAG,IAAqB,GAAG,IAAqB,GAAuB,EAAK,EAAY,CAAC,GAAG,aAAaJ,IAAc,SAAsB,EAAK,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAUG,EAAmB,CAAC,SAAsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAc,EAAKN,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,MAAM,OAAO,GAAG,EAAkBK,GAAoB,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,EAAe,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,kBAAkB,CAAC,SAAS,aAAa,EAAE,EAAE,UAAU,gBAAgB,mBAAmB,2CAA2C,MAAM,CAAC,gBAAgB,CAAC,KAAKE,EAAmB,kBAAkB,SAAS,mBAAmB,GAAK,EAAe,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,qBAAqB,CAAC,SAAS,gCAAgC,EAAE,EAAE,UAAU,iBAAiB,mBAAmB,2CAA2C,MAAM,CAAC,oBAAoB,CAAC,KAAKH,EAAmB,kBAAkB,SAAS,mBAAmB,GAAK,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAACD,KAAgB,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAe,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,GAAG,GAAU,IAAI,EAAK,SAAsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAS,CAAc,EAAK,EAAyB,CAAC,QAAQ,CAAC,sEAAA,EAAsEK,UAAoC,wEAAA,EAAwEC,UAAoC,CAAC,SAAsB,EAAKV,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,wBAAwB,CAAC,EAAE,+BAA+B,WAAW,+BAA+B,KAAK,+BAA+B,GAAG,+BAA+B,GAAG,+BAA+B,GAAG,+BAA+B,GAAG,8BAA8B,IAAI,+BAA+B,EAAE,8BAA8B,MAAM,+BAA+B,CAAC,CAAC,CAAC,SAAsB,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAS,GAAU,UAAU,gBAAgB,mBAAmB,yjCAAyjC,MAAM,CAAC,oBAAoB,CAAC,wBAAwB,CAAC,EAAE,+BAA+B,WAAW,+BAA+B,KAAK,+BAA+B,GAAG,+BAA+B,GAAG,+BAA+B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,8BAA8B,IAAI,+BAA+B,EAAE,8BAA8B,MAAM,+BAA+B,CAAC,kBAAkB,SAAS,mBAAmB,GAAK,EAAE,EAAE,EAAe,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsB,EAAK,EAAmB,CAAC,SAAsB,EAAK,EAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKE,GAAW,KAAK,aAAa,CAAC,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,aAAa,CAAC,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,KAAK,eAAe,MAAM,EAAU,CAAC,CAAC,aAAa,WAAW,KAAK,eAAe,CAAC,CAAC,UAAU,EAAY,EAAgB,IAAyB,EAAKC,EAAU,CAAC,SAAS,GAAa,KAAK,CAAC,GAAGQ,EAAY,UAAUC,EAAmB,UAAUC,EAAmB,UAAUC,EAAmB,CAAC,KAAU,IAAqB,GAAG,IAAqB,GAAuB,EAAK,EAAY,CAAC,GAAG,aAAaH,IAAc,SAAsB,EAAK,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAUE,EAAmB,CAAC,SAAsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,SAAS,CAAc,EAAKZ,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,MAAM,OAAO,GAAG,EAAkBW,GAAoB,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,EAAe,EAAK,EAAyB,CAAC,QAAQ,CAAC,sEAAA,EAAsEH,UAAoC,wEAAA,EAAwEC,UAAoC,CAAC,SAAsB,EAAKV,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,wBAAwB,CAAC,EAAE,+BAA+B,WAAW,+BAA+B,KAAK,+BAA+B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,8BAA8B,IAAI,+BAA+B,EAAE,+BAA+B,MAAM,+BAA+B,CAAC,CAAC,CAAC,SAAsB,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAASc,EAAmB,UAAU,iBAAiB,mBAAmB,cAAc,MAAM,CAAC,QAAQ,CAAC,wBAAwB,CAAC,EAAE,+BAA+B,WAAW,+BAA+B,KAAK,+BAA+B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,8BAA8B,IAAI,+BAA+B,EAAE,8BAA8B,MAAM,+BAA+B,CAAC,kBAAkB,SAAS,mBAAmB,GAAK,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,CAACH,KAAgB,EAAE,EAAE,EAAE,EAAE,CAAC,EAAe,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,eAAe,mBAAmB,UAAU,SAAS,CAAc,EAAKX,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,CAAC,SAAS,kBAAkB,EAAE,EAAE,CAAC,CAAC,SAAsB,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,kBAAkB,EAAE,EAAE,UAAU,iBAAiB,mBAAmB,sBAAsB,MAAM,CAAC,QAAQ,CAAC,kBAAkB,SAAS,mBAAmB,GAAK,EAAE,EAAe,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc,EAAK,GAA6B,CAAC,UAAU,iBAAiB,WAAW,EAAU,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,IAAI,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,IAAI;;;EAAsa,mBAAmB,GAAK,EAAE,EAAe,EAAK,GAAmC,CAAC,UAAU,gBAAgB,WAAW,EAAU,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,IAAI;;;EAA60B,mBAAmB,GAAK,EAAE,EAAe,EAAK,GAAoC,CAAC,UAAU,iBAAiB,WAAW,EAAU,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAG,IAAI;;;;EAA++B,mBAAmB,GAAK,EAAE,EAAe,EAAK,EAA0B,CAAC,OAAO,GAAG,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,WAAW,EAAU,SAAsB,EAAKb,EAAwB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAe,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,SAAS,CAAc,EAAKa,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,CAAC,SAAS,sBAAsB,EAAE,EAAE,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,qEAAqE,CAAC,SAAS,sBAAsB,EAAE,EAAE,MAAM,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAsB,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,sBAAsB,EAAE,EAAE,UAAU,iBAAiB,mBAAmB,sBAAsB,MAAM,CAAC,QAAQ,CAAC,kBAAkB,SAAS,mBAAmB,GAAK,EAAE,EAAe,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsB,EAAK,EAAmB,CAAC,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKJ,EAAW,KAAK,aAAa,CAAC,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,CAAC,OAAO,CAAC,KAAK,eAAe,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,aAAa,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAU,CAAC,KAAK,kBAAkB,CAAC,CAAC,CAAC,CAAC,SAAsB,EAAK,EAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKA,EAAW,KAAK,aAAa,CAAC,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,aAAa,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAU,CAAC,KAAK,kBAAkB,CAAC,CAAC,UAAU,EAAY,EAAgB,IAAyB,EAAKO,EAAU,CAAC,SAAS,GAAa,KAAK,CAAC,UAAUY,EAAmB,UAAUC,EAAmB,UAAUC,EAAmB,GAAGC,EAAY,UAAUC,EAAmB,UAAUC,EAAmB,UAAUC,EAAmB,CAAC,KAAU,IAAqB,GAAG,IAAqB,GAAG,IAAqB,GAAG,IAAqB,GAAuB,EAAK,EAAY,CAAC,GAAG,aAAaH,IAAc,SAAsB,EAAK,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAUE,EAAmB,CAAC,SAAsB,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,EAAmB,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,EAAmB,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,EAAmB,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,EAAmB,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA4B,EAAKpB,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,oBAAoB,GAAmB,OAAO,QAAQ,kCAAkC,CAAC,UAAU,CAAC,MAAM,mBAAmB,GAAmB,OAAO,QAAQ,uCAAuC,CAAC,CAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,oBAAoB,GAAmB,OAAO,QAAQ,mDAAmD,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,EAAc,GAAG,CAAC,UAAU,CAAC,UAAU,EAAc,GAAG,CAAC,UAAU,CAAC,UAAU,EAAc,GAAG,UAAU,YAAY,QAAQ,YAAY,UAAU,GAAG,CAAC,CAAC,SAAsB,EAAKZ,GAAmB,CAAC,UAAU,EAAc,GAAG,UAAU,qEAAqE,UAAU,YAAY,UAAU,GAAM,UAAU4B,EAAmB,UAAUK,EAAmB,OAAO,OAAO,GAAG,YAAY,UAAU,GAAK,SAAS,YAAY,UAAUJ,EAAmB,UAAU,EAAkBF,GAAoB,UAAU,GAAM,MAAM,CAAC,MAAM,OAAO,CAAC,UAAU,uEAAuE,UAAUI,EAAmB,QAAQ,YAAY,MAAM,OAAO,UAAU,GAAG,UAAU,oBAAoB,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAACD,KAAgB,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAe,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,0BAA0B,SAAsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAc,EAAKlB,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,qBAAqB,OAAO,0BAA0B,SAAS,sBAAsB,kBAAkB,CAAC,SAAS,qBAAqB,EAAE,EAAE,CAAC,CAAC,SAAsB,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,qBAAqB,OAAO,sBAAsB,kBAAkB,CAAC,SAAS,qBAAqB,EAAE,EAAE,UAAU,gBAAgB,mBAAmB,qBAAqB,MAAM,CAAC,oBAAoB,CAAC,kBAAkB,SAAS,mBAAmB,GAAK,EAAE,EAAe,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsB,EAAK,EAAmB,CAAC,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKsB,GAAa,KAAK,aAAa,CAAC,OAAO,CAAC,KAAK,eAAe,MAAM,EAAE,CAAC,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,QAAQ,KAAK,aAAa,CAAC,CAAC,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,SAAsB,EAAK,EAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKA,GAAa,KAAK,aAAa,CAAC,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,QAAQ,KAAK,aAAa,CAAC,CAAC,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,aAAa,CAAC,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,aAAa,CAAC,CAAC,CAAC,UAAU,EAAY,EAAgB,IAAyB,EAAKnB,EAAU,CAAC,SAAS,GAAa,KAAK,CAAC,GAAGoB,EAAY,UAAUC,EAAmB,UAAUC,EAAmB,CAAC,KAAU,IAAqB,GAAG,IAAqB,GAAuB,EAAK,EAAY,CAAC,GAAG,aAAaF,IAAc,SAAsB,EAAK,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAUE,EAAmB,CAAC,SAAsB,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,EAAmB,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,EAAmB,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,EAAmB,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,EAAmB,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,OAAO,GAAG,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKzB,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,GAAG,UAAU,EAAe,GAAG,UAAU,sBAAsB,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,CAAC,CAAC,SAAsB,EAAKX,GAAK,CAAC,UAAU,GAAG,UAAU,GAAM,UAAU,aAAa,UAAU,wEAAwE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUmC,EAAmB,UAAU,EAAe,GAAG,UAAU,sBAAsB,QAAQ,YAAY,UAAU,YAAY,MAAM,OAAO,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAACD,KAAgB,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAe,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,GAAmB,OAAO,QAAQ,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKvB,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,YAAY,CAAC,UAAU,CAAC,QAAQ,YAAY,CAAC,CAAC,SAAsB,EAAKV,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,EAAE,EAAE,EAAE,EAAe,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,GAAmB,OAAO,QAAQ,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKU,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,YAAY,CAAC,UAAU,CAAC,QAAQ,YAAY,CAAC,CAAC,SAAsB,EAAKT,GAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,EAAE,EAAE,EAAE,EAAe,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,SAAS,CAAc,EAAK,EAA0B,CAAC,OAAO,GAAG,MAAM,GAAmB,OAAO,QAAQ,EAAE,EAAE,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKS,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,YAAY,CAAC,UAAU,CAAC,QAAQ,YAAY,CAAC,CAAC,SAAsB,EAAKR,GAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,EAAE,EAAE,EAAE,EAAe,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsB,EAAK,GAAgB,CAAC,iBAAiB,CAAC,QAAQ,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,KAAK,EAAE,UAAU,IAAI,KAAK,SAAS,CAAC,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,EAAK,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,2BAA2B,iBAAiB,qCAAqC,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,MAAM,MAAM,CAAC,qBAAqB,KAAK,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,EAAe,EAAK,MAAM,CAAC,GAAG,UAAU,EAAE,CAAC,EAAE,CAAG,GAAQ,GAAI,CAAC,kFAAkF,kFAAkF,mSAAmS,wTAAwT,gTAAgT,8JAA8J,obAAob,0SAA0S,iRAAiR,+MAA+M,sOAAsO,4RAA4R,+VAA+V,iTAAiT,wSAAwS,kRAAkR,0RAA0R,iRAAiR,wTAAwT,2SAA2S,kSAAkS,uNAAuN,ybAAyb,yRAAyR,uSAAuS,sTAAsT,iRAAiR,wVAAwV,8KAA8K,4KAA4K,2SAA2S,6RAA6R,yLAAyL,8WAA8W,mSAAmS,qQAAqQ,wGAAwG,4SAA4S,oHAAoH,iWAAiW,sQAAsQ,GAAA,GAAmB,GAAA,GAAoB,GAAA,GAAoB,GAAA,GAAoB,GAAA,GAAoB,GAAA,GAAoB,GAAA,GAAoB,GAAA,GAAoB,GAAA,GAAoB,GAAA,GAAoB,GAAA,GAAqB,GAAA,GAAqB,GAAA,GAAqB,GAAA,GAAqB,GAAA,GAAqB,GAAA,EAAqB,GAAA,GAAqB,GAAA,GAAqB,gcAAgc,qRAAqR,41CAA41C,49CAA49C,CAa50sD,EAAgB,EAAQ,GAAU,GAAI,gBAA+C,EAAgB,YAAY,cAAc,EAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,KAAK,CAAC,EAAS,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,SAAS,OAAO,SAAS,MAAM,SAAS,IAAI,2FAA2F,OAAO,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uLAAuL,IAAI,wEAAwE,OAAO,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,MAAM,CAAC,CAAC,OAAO,SAAS,OAAO,SAAS,MAAM,SAAS,IAAI,2FAA2F,OAAO,MAAM,CAAC,CAAC,CAAC,GAAG,GAA6B,GAAG,GAAwB,GAAG,GAAU,GAAG,GAAsB,GAAG,GAAmB,GAAG,GAAmB,GAAG,EAAA,IAA2C,GAAG,EAAA,IAA4C,GAAG,EAAA,IAA4C,GAAG,EAAA,IAA4C,GAAG,EAAA,IAA4C,GAAG,EAAA,IAA4C,GAAG,EAAA,IAA4C,GAAG,EAAA,IAA4C,GAAG,EAAA,IAA4C,GAAG,EAAA,IAA4C,GAAG,EAAA,IAA6C,GAAG,EAAA,IAA6C,GAAG,EAAA,IAA6C,GAAG,EAAA,IAA6C,GAAG,EAAA,IAA6C,GAAG,EAAA,IAA6C,GAAG,EAAA,IAA6C,GAAG,EAAA,IAA6C,GAAA,EAAGkC,UAAsC,EAAA,EAA4BA,WAAuC,EAAE,CAAC,GAAA,EAAGC,UAAsC,EAAA,EAA4BA,WAAuC,EAAE,CAAC,CAAC,CAAC,6BAA6B,GAAK,EACl0G,EAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,EAAE,CAAC,YAAc,CAAC,yBAA2B,QAAQ,sBAAwB,IAAI,sBAAwB,OAAO,oCAAsC,oMAA0O,kBAAoB,OAAO,6BAA+B,OAAO,4BAA8B,OAAO,uBAAyB,GAAG,yBAA2B,OAAO,qBAAuB,OAAO,qBAAuB,+DAAyE,qBAAuB,OAAO,CAAC,CAAC,mBAAqB,CAAC,KAAO,WAAW,CAAC,CAAC"}