{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/QuklDGEk22dQyoYP19IZ/bMiLijMtAGmQ5KOjecOa/ShareWidget.js", "ssg:https://framerusercontent.com/modules/s7jnUHj6pA34Yai69zPK/LmM2SYE1XOvGg46Iec2j/forRLCT5U.js", "ssg:https://framerusercontent.com/modules/3QECvGy7O2JRfvJGtICj/Yl7SQnJxJBY6fGt90R5h/hri8_3rcU.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import FbShareButton from\"https://framer.com/m/FbShareButton-SwPr.js@Zr6RovqC4Vf1eKoChIHu\";import XShareButton from\"https://framer.com/m/XShareButton-l6wq.js@6Q4HMxkffLLxITSjHXv8\";import LkShareButton from\"https://framer.com/m/LkShareButton-b9iE.js@NcrBDBLV6iUi35EfIiq3\";import PiShareButton from\"https://framer.com/m/PiShareButton-3jej.js@p12WzBfKJtQfU5W1HhNv\";import CopyShareButton from\"https://framer.com/m/CopyShareButton-WM6i.js@nAF3Mg9oLBQJO4hqgKgv\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function ShareWidget(props){const{iconproperties,backgroundcolor,radius,padding,borderproperties,showX,showFb,showLk,showPi,showCp}=props;return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:props.widgetgap},children:[showX&&/*#__PURE__*/_jsx(XShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style}),showFb&&/*#__PURE__*/_jsx(FbShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style}),showLk&&/*#__PURE__*/_jsx(LkShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style}),showPi&&/*#__PURE__*/_jsx(PiShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style}),showCp&&/*#__PURE__*/_jsx(CopyShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style})]});}ShareWidget.defaultProps={iconColor:\"#FFFFFF\",iconWidth:16,backgroundColor:\"#212121\",borderRadius:16,padding:16,borderColor:\"#222222\",borderWidth:0,borderStyle:\"solid\",widgetgap:\"8\",text:\"Hello World!\",showX:true,showFb:true,showLk:true,showPi:true,showCp:true};addPropertyControls(ShareWidget,{showX:{type:ControlType.Boolean,title:\"Show X\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showFb:{type:ControlType.Boolean,title:\"Show Facebook\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showLk:{type:ControlType.Boolean,title:\"Show Linkedin\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showPi:{type:ControlType.Boolean,title:\"Show Pinterest\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showCp:{type:ControlType.Boolean,title:\"Show Copy\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},iconproperties:{type:ControlType.Object,title:\"Icons\",controls:{color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFFFFF\"},width:{type:ControlType.Number,title:\"Width\",defaultValue:16}}},backgroundcolor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#212121\"},radius:{type:ControlType.FusedNumber,title:\"Radius\",defaultValue:16,toggleKey:\"isMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeft\",\"topRight\",\"bottomRight\",\"bottomLeft\"],valueLabels:[\"NW\",\"NE\",\"SE\",\"SW\"],min:0},padding:{type:ControlType.FusedNumber,title:\"Padding\",defaultValue:16,toggleKey:\"isMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeft\",\"topRight\",\"bottomRight\",\"bottomLeft\"],valueLabels:[\"NW\",\"NE\",\"SE\",\"SW\"],min:0},borderproperties:{type:ControlType.Object,title:\"Border\",controls:{color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#222222\"},width:{type:ControlType.Number,title:\"Width\",defaultValue:0},style:{type:ControlType.Enum,title:\"Style\",options:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"],defaultValue:\"Solid\"}}},widgetgap:{type:ControlType.Number,title:\"Gap\",defaultValue:8}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ShareWidget\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ShareWidget.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LikeCounter from\"https://framerusercontent.com/modules/nWZlR8MmsQDk1CCeeTUk/Xltc26EI9ewrUZ0NOnvs/Like.js\";import ShareWidget from\"https://framerusercontent.com/modules/QuklDGEk22dQyoYP19IZ/bMiLijMtAGmQ5KOjecOa/ShareWidget.js\";import JolMeroLikeButton from\"https://framerusercontent.com/modules/FarXQVYLujkCs5rN591s/UlU7PE7uEhCj6GsrvfDc/xsATxIuO6.js\";const ShareWidgetFonts=getFonts(ShareWidget);const JolMeroLikeButtonFonts=getFonts(JolMeroLikeButton);const LikeCounterFonts=getFonts(LikeCounter);const serializationHash=\"framer-pbNsP\";const variantClassNames={l88_BpfuE:\"framer-v-1w4eitc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"l88_BpfuE\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1w4eitc\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"l88_BpfuE\",ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-148zwc0-container\",\"data-framer-name\":\"X FB es linkshare\",layoutDependency:layoutDependency,layoutId:\"MQ2A96Al7-container\",name:\"X FB es linkshare\",children:/*#__PURE__*/_jsx(ShareWidget,{backgroundcolor:\"rgb(33, 33, 33)\",borderproperties:{color:\"rgb(34, 34, 34)\",style:\"Solid\",width:0},bottomLeft:16,bottomRight:16,height:\"100%\",iconproperties:{color:\"rgb(255, 255, 255)\",width:16},id:\"MQ2A96Al7\",isMixed:false,layoutId:\"MQ2A96Al7\",name:\"X FB es linkshare\",padding:16,radius:16,showCp:true,showFb:true,showLk:false,showPi:false,showX:true,topLeft:16,topRight:16,widgetgap:8,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a52usc-container\",\"data-framer-name\":\"lathato like mero gomb\",layoutDependency:layoutDependency,layoutId:\"yX2NcLZKs-container\",name:\"lathato like mero gomb\",children:/*#__PURE__*/_jsx(LikeCounter,{buttonId:\"pageBlog\",component:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,width:\"91px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qdpu7p-container\",\"data-framer-name\":\"like mero gomb mukodes\",layoutDependency:layoutDependency,layoutId:\"oBNXRGIFg-container\",name:\"like mero gomb mukodes\",children:/*#__PURE__*/_jsx(JolMeroLikeButton,{height:\"100%\",id:\"oBNXRGIFg\",layoutId:\"oBNXRGIFg\",ma5m99ekm:\"Like\",name:\"like mero gomb mukodes\",variant:\"TWyklNfSR\",width:\"100%\"})})})],height:\"100%\",id:\"yX2NcLZKs\",layoutId:\"yX2NcLZKs\",name:\"lathato like mero gomb\",style:{width:\"100%\"},supabaseFrom:\"Like Button\",supabaseKey:\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Ind2c3doZ2NzeGx2dWh2dXl1cmhiIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MTU5NjMxMDIsImV4cCI6MjAzMTUzOTEwMn0.GG834wo7nyKyiUYVQoviIX-Hd7fxEz1EtDB6vlqLomg\",supabaseUrl:\"https://wvswhgcsxlvuhvuyurhb.supabase.co\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pbNsP.framer-m75dzj, .framer-pbNsP .framer-m75dzj { display: block; }\",\".framer-pbNsP.framer-1w4eitc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 675px; }\",\".framer-pbNsP .framer-148zwc0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-pbNsP .framer-a52usc-container { flex: none; height: auto; position: relative; width: 10%; }\",\".framer-pbNsP .framer-qdpu7p-container { height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pbNsP.framer-1w4eitc { gap: 0px; } .framer-pbNsP.framer-1w4eitc > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-pbNsP.framer-1w4eitc > :first-child { margin-left: 0px; } .framer-pbNsP.framer-1w4eitc > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 53.5\n * @framerIntrinsicWidth 675\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerforRLCT5U=withCSS(Component,css,\"framer-pbNsP\");export default FramerforRLCT5U;FramerforRLCT5U.displayName=\"share + like\";FramerforRLCT5U.defaultProps={height:53.5,width:675};addFonts(FramerforRLCT5U,[{explicitInter:true,fonts:[]},...ShareWidgetFonts,...JolMeroLikeButtonFonts,...LikeCounterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerforRLCT5U\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"675\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"53.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c85c929)\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,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useMetadata,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import CommentsPassive from\"#framer/local/canvasComponent/dO7ZLjFMZ/dO7ZLjFMZ.js\";import ShareLike from\"#framer/local/canvasComponent/forRLCT5U/forRLCT5U.js\";import ReadingProductBigSimpleBanner from\"#framer/local/canvasComponent/WoYZIg4vh/WoYZIg4vh.js\";import Menu from\"#framer/local/canvasComponent/zfzFtSY3X/zfzFtSY3X.js\";import BlogPosts from\"#framer/local/collection/fierLYIf7/fierLYIf7.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle8 from\"#framer/local/css/Ai8U0Mj63/Ai8U0Mj63.js\";import*as sharedStyle9 from\"#framer/local/css/g2bklkVKz/g2bklkVKz.js\";import*as sharedStyle7 from\"#framer/local/css/nsTHqULt8/nsTHqULt8.js\";import*as sharedStyle11 from\"#framer/local/css/pj0qoua3s/pj0qoua3s.js\";import*as sharedStyle2 from\"#framer/local/css/PJ34MGaut/PJ34MGaut.js\";import*as sharedStyle4 from\"#framer/local/css/QzKLsqVnF/QzKLsqVnF.js\";import*as sharedStyle3 from\"#framer/local/css/RoOmSWEI3/RoOmSWEI3.js\";import*as sharedStyle from\"#framer/local/css/stylesPresetHeading1/stylesPresetHeading1.js\";import*as sharedStyle1 from\"#framer/local/css/stylesPresetHeading2/stylesPresetHeading2.js\";import*as sharedStyle6 from\"#framer/local/css/stylesPresetLink/stylesPresetLink.js\";import*as sharedStyle5 from\"#framer/local/css/stylesPresetParagraph/stylesPresetParagraph.js\";import*as sharedStyle10 from\"#framer/local/css/X7XpXF5Hk/X7XpXF5Hk.js\";import metadataProvider from\"#framer/local/webPageMetadata/hri8_3rcU/hri8_3rcU.js\";const MenuFonts=getFonts(Menu);const ShareLikeFonts=getFonts(ShareLike);const CommentsPassiveFonts=getFonts(CommentsPassive);const ReadingProductBigSimpleBannerFonts=getFonts(ReadingProductBigSimpleBanner);const breakpoints={kGmfPTGAF:\"(min-width: 810px) and (max-width: 1199px)\",TjBg4OVPK:\"(max-width: 809px)\",UTciPS9No:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-OycjM\";const variantClassNames={kGmfPTGAF:\"framer-v-1g3356g\",TjBg4OVPK:\"framer-v-1oqy7ms\",UTciPS9No:\"framer-v-14npls9\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"UTciPS9No\",Phone:\"TjBg4OVPK\",Tablet:\"kGmfPTGAF\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"UTciPS9No\"};};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:\"hri8_3rcU\",data:BlogPosts,type:\"Collection\"},select:[{collection:\"hri8_3rcU\",name:\"K7dNuuYhS\",type:\"Identifier\"},{collection:\"hri8_3rcU\",name:\"xYDRMffaU\",type:\"Identifier\"},{collection:\"hri8_3rcU\",name:\"RsN2q409L\",type:\"Identifier\"},{collection:\"hri8_3rcU\",name:\"JSrv9vGLY\",type:\"Identifier\"},{collection:\"hri8_3rcU\",name:\"UvBTeh20r\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"hri8_3rcU\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,xYDRMffaU=getFromCurrentRouteData(\"xYDRMffaU\")??\"\",UvBTeh20r=getFromCurrentRouteData(\"UvBTeh20r\"),JSrv9vGLY=getFromCurrentRouteData(\"JSrv9vGLY\")??\"\",K7dNuuYhS=getFromCurrentRouteData(\"K7dNuuYhS\"),RsN2q409L=getFromCurrentRouteData(\"RsN2q409L\")??\"\",kp0vRVeP_KLRvAmTVl,UvBTeh20rKLRvAmTVl,xYDRMffaUKLRvAmTVl,idKLRvAmTVl,...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(UvBTeh20r,activeLocaleCode);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"UTciPS9No\",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-14npls9\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-iqd1zb\",\"data-framer-name\":\"Header and nav title\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-l5z6eg-container\",nodeId:\"ScaXT8OQQ\",scopeId:\"hri8_3rcU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kGmfPTGAF:{variant:\"XNr6S3sv9\"},TjBg4OVPK:{style:{width:\"100%\"},variant:\"XNr6S3sv9\"}},children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"ScaXT8OQQ\",layoutId:\"ScaXT8OQQ\",OHwKeVAqk:\"var(--token-8ad745ff-6086-4797-b1f4-0d201c9fe157, rgb(255, 126, 41))\",style:{height:\"100%\",width:\"100%\"},variant:\"K1AMp798A\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h43t0u\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kGmfPTGAF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS04MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78))\"},children:\"Title\"})})},TjBg4OVPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS04MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78))\"},children:\"Title\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS04MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"68px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78))\"},children:\"Title\"})}),className:\"framer-5qjnmq\",\"data-framer-name\":\"Title\",fonts:[\"GF;Manrope-800\"],text:xYDRMffaU,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5ppwp4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TjBg4OVPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-rf6kdl\",\"data-framer-name\":\"Date\",fonts:[\"GF;Manrope-500\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TjBg4OVPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-buaqi4\",\"data-framer-name\":\"Author\",fonts:[\"GF;Manrope-500\"],text:JSrv9vGLY,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TjBg4OVPK:{background:{alt:\"\",fit:\"fill\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,...toResponsiveImage(K7dNuuYhS)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 100px)`,...toResponsiveImage(K7dNuuYhS)},className:\"framer-10is5vk\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p7217\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g0ytbi\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"pbWaW2JLu\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:RsN2q409L,className:\"framer-142a71\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-1wtd22k\",code:\"framer-styles-preset-1mi126s\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-1jkzk3b\",h4:\"framer-styles-preset-grserz\",h5:\"framer-styles-preset-18s0cv2\",h6:\"framer-styles-preset-1iazd99\",img:\"framer-styles-preset-1gglj5g\",p:\"framer-styles-preset-16bzrdu\",table:\"framer-styles-preset-12rup6v\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TjBg4OVPK:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 100px) * 0.65 - 40px, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aodz3k-container\",nodeId:\"eVZ3Lu_bj\",scopeId:\"hri8_3rcU\",children:/*#__PURE__*/_jsx(ShareLike,{height:\"100%\",id:\"eVZ3Lu_bj\",layoutId:\"eVZ3Lu_bj\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TjBg4OVPK:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:566,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 100px) * 0.65 - 40px, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-do0ctb-container\",nodeId:\"JoluXdHIb\",scopeId:\"hri8_3rcU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TjBg4OVPK:{variant:\"OfpQjwrEa\"}},children:/*#__PURE__*/_jsx(CommentsPassive,{height:\"100%\",id:\"JoluXdHIb\",layoutId:\"JoluXdHIb\",style:{width:\"100%\"},variant:\"qUe2aSn5q\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rsqlum\",\"data-framer-name\":\"sidebar\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1czf41\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"KLRvAmTVl\",data:BlogPosts,type:\"Collection\"},limit:{type:\"LiteralValue\",value:8},select:[{collection:\"KLRvAmTVl\",name:\"kp0vRVeP_\",type:\"Identifier\"},{collection:\"KLRvAmTVl\",name:\"UvBTeh20r\",type:\"Identifier\"},{collection:\"KLRvAmTVl\",name:\"xYDRMffaU\",type:\"Identifier\"},{collection:\"KLRvAmTVl\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-pm6bdc\",\"data-styles-preset\":\"pj0qoua3s\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zfAx3dxyi\"},motionChild:true,nodeId:\"qP1XcQDz1\",openInNewTab:false,relValues:[],scopeId:\"hri8_3rcU\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Previous posts\"})})})}),className:\"framer-oiqzrp\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),collection?.map(({id:idKLRvAmTVl,kp0vRVeP_:kp0vRVeP_KLRvAmTVl,UvBTeh20r:UvBTeh20rKLRvAmTVl,xYDRMffaU:xYDRMffaUKLRvAmTVl},index)=>{kp0vRVeP_KLRvAmTVl??=\"\";xYDRMffaUKLRvAmTVl??=\"\";const textContent1=toDateString(UvBTeh20rKLRvAmTVl,activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`KLRvAmTVl-${idKLRvAmTVl}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{kp0vRVeP_:kp0vRVeP_KLRvAmTVl},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{kp0vRVeP_:kp0vRVeP_KLRvAmTVl},webPageId:\"hri8_3rcU\"},motionChild:true,nodeId:\"IhKlRSsEW\",scopeId:\"hri8_3rcU\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-g04x9n framer-tlauun\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e0rt7k\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TjBg4OVPK:{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\":\"1.35em\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Dec 9, 2024\"})})}},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\":\"20px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Dec 9, 2024\"})}),className:\"framer-twdjyj\",\"data-framer-name\":\"Published date\",fonts:[\"GF;Outfit-regular\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTYwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Classics\"})}),className:\"framer-1sa969v\",\"data-framer-name\":\"Title\",fonts:[\"GF;Outfit-600\"],text:xYDRMffaUKLRvAmTVl,verticalAlignment:\"top\",withExternalLayout:true})]})})})})},idKLRvAmTVl);})]})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TjBg4OVPK:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:469,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1200px) - 100px) * 0.35)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r9oqtc-container\",nodeId:\"RswdFoI8K\",scopeId:\"hri8_3rcU\",children:/*#__PURE__*/_jsx(ReadingProductBigSimpleBanner,{height:\"100%\",id:\"RswdFoI8K\",layoutId:\"RswdFoI8K\",rylmk7L73:\"PlayWise Store\",style:{width:\"100%\"},variant:\"wfXZCFhRM\",vzoFqvafi:\"Visit Our Store\",width:\"100%\"})})})})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OycjM.framer-tlauun, .framer-OycjM .framer-tlauun { display: block; }\",\".framer-OycjM.framer-14npls9 { 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: 1200px; }\",\".framer-OycjM .framer-iqd1zb { align-content: center; align-items: center; background-color: var(--token-3bec2cad-e342-444c-a867-517654d3daee, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-OycjM .framer-l5z6eg-container { flex: none; height: 70px; position: relative; width: 100%; }\",\".framer-OycjM .framer-h43t0u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 1200px; padding: 50px; position: relative; width: 100%; }\",\".framer-OycjM .framer-5qjnmq { flex: none; height: auto; max-width: 970px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-OycjM .framer-5ppwp4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OycjM .framer-rf6kdl, .framer-OycjM .framer-buaqi4, .framer-OycjM .framer-1sa969v { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-OycjM .framer-10is5vk { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 300px; position: relative; width: 100%; }\",\".framer-OycjM .framer-p7217 { 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-OycjM .framer-g0ytbi { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-OycjM .framer-142a71 { --framer-paragraph-spacing: 32px; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-OycjM .framer-1aodz3k-container, .framer-OycjM .framer-do0ctb-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-OycjM .framer-rsqlum { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: sticky; top: 1px; width: 35%; z-index: 1; }\",\".framer-OycjM .framer-1czf41 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-OycjM .framer-oiqzrp { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-OycjM .framer-g04x9n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 20px; position: relative; text-decoration: none; width: 100%; }\",\".framer-OycjM .framer-e0rt7k { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 1px; }\",\".framer-OycjM .framer-twdjyj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 126px; word-break: break-word; word-wrap: break-word; }\",\".framer-OycjM .framer-1r9oqtc-container { flex: none; height: auto; position: relative; width: 100%; 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,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-OycjM.framer-14npls9 { width: 810px; }}\",\"@media (max-width: 809px) { .framer-OycjM.framer-14npls9 { width: 390px; } .framer-OycjM .framer-l5z6eg-container { height: auto; } .framer-OycjM .framer-h43t0u { padding: 50px 20px 50px 20px; } .framer-OycjM .framer-p7217 { align-content: center; align-items: center; flex-direction: column; } .framer-OycjM .framer-g0ytbi { flex: none; width: 100%; } .framer-OycjM .framer-rsqlum { width: 100%; } .framer-OycjM .framer-1czf41 { order: 1; } .framer-OycjM .framer-g04x9n { padding: 0px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3798\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kGmfPTGAF\":{\"layout\":[\"fixed\",\"auto\"]},\"TjBg4OVPK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerhri8_3rcU=withCSS(Component,css,\"framer-OycjM\");export default Framerhri8_3rcU;Framerhri8_3rcU.displayName=\"Blog\";Framerhri8_3rcU.defaultProps={height:3798,width:1200};addFonts(Framerhri8_3rcU,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_A87jxeN7B.woff2\",weight:\"800\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"},{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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.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_MVcBeNP4NjuGObqx1XmO1I4TC1C4S-EiAou6Y.woff2\",weight:\"400\"},{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4S-EiAou6Y.woff2\",weight:\"600\"}]},...MenuFonts,...ShareLikeFonts,...CommentsPassiveFonts,...ReadingProductBigSimpleBannerFonts,...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),...componentPresets.fonts?.[\"pbWaW2JLu\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"pbWaW2JLu\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerhri8_3rcU\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kGmfPTGAF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TjBg4OVPK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"3798\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ShareWidget", "props", "iconproperties", "backgroundcolor", "radius", "padding", "borderproperties", "showX", "showFb", "showLk", "showPi", "showCp", "u", "p", "XShareButton", "FbShareButton", "LkShareButton", "PiShareButton", "CopyShareButton", "addPropertyControls", "ControlType", "ShareWidgetFonts", "getFonts", "ShareWidget", "JolMeroLikeButtonFonts", "xsATxIuO6_default", "LikeCounterFonts", "Like_Counter", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "ShareWidget", "Like_Counter", "xsATxIuO6_default", "css", "FramerforRLCT5U", "withCSS", "forRLCT5U_default", "addFonts", "ShareWidgetFonts", "JolMeroLikeButtonFonts", "LikeCounterFonts", "MenuFonts", "getFonts", "zfzFtSY3X_default", "ShareLikeFonts", "forRLCT5U_default", "CommentsPassiveFonts", "dO7ZLjFMZ_default", "ReadingProductBigSimpleBannerFonts", "WoYZIg4vh_default", "breakpoints", "serializationHash", "variantClassNames", "sharedDateFormatter", "value", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "activeLocale", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "fierLYIf7_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "xYDRMffaU", "UvBTeh20r", "JSrv9vGLY", "K7dNuuYhS", "RsN2q409L", "kp0vRVeP_KLRvAmTVl", "UvBTeh20rKLRvAmTVl", "xYDRMffaUKLRvAmTVl", "idKLRvAmTVl", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "zfzFtSY3X_default", "x", "RichText", "Image2", "ComponentPresetsProvider", "forRLCT5U_default", "dO7ZLjFMZ_default", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "Link", "index", "textContent1", "PathVariablesContext", "WoYZIg4vh_default", "css", "Framerhri8_3rcU", "withCSS", "hri8_3rcU_default", "addFonts", "MenuFonts", "ShareLikeFonts", "CommentsPassiveFonts", "ReadingProductBigSimpleBannerFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
