{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/WG1kLvgIJeVO0piNWhq3/q6BahVtwEaRCgcRhbCLZ/XPiXZgYpR.js", "ssg:https://framerusercontent.com/modules/vNShlSvmi2iF3M3Ce7U2/9j7WUzAJZirwNrNvSDgE/XPiXZgYpR.js"],
  "sourcesContent": ["// Generated by Framer (06534cb)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={wnIUO9W5W:new LazyValue(()=>import(\"./XPiXZgYpR-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (06534cb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,cx,GeneratedComponentContext,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import CMSAPP from\"#framer/local/collection/ve45NhIyR/ve45NhIyR.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle2 from\"#framer/local/css/G7WZUgrHw/G7WZUgrHw.js\";import*as sharedStyle8 from\"#framer/local/css/jGLbceSaT/jGLbceSaT.js\";import*as sharedStyle3 from\"#framer/local/css/m6CTdL_Jp/m6CTdL_Jp.js\";import*as sharedStyle from\"#framer/local/css/myKLULMWY/myKLULMWY.js\";import*as sharedStyle1 from\"#framer/local/css/tJroLc7SL/tJroLc7SL.js\";import*as sharedStyle5 from\"#framer/local/css/vJOLHKBtL/vJOLHKBtL.js\";import*as sharedStyle9 from\"#framer/local/css/WSj2wpBRo/WSj2wpBRo.js\";import*as sharedStyle6 from\"#framer/local/css/XFFDwpqOX/XFFDwpqOX.js\";import*as sharedStyle7 from\"#framer/local/css/ybRKRcLeC/ybRKRcLeC.js\";import*as sharedStyle4 from\"#framer/local/css/zjHKP7YqI/zjHKP7YqI.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/XPiXZgYpR/XPiXZgYpR.js\";import metadataProvider from\"#framer/local/webPageMetadata/XPiXZgYpR/XPiXZgYpR.js\";const breakpoints={G_a9LPCLM:\"(min-width: 1200px) and (max-width: 1439px)\",PMAl1wXPH:\"(min-width: 768px) and (max-width: 1199px)\",swmi_vxrL:\"(max-width: 767px)\",X1egJzTGO:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-CfXAp\";const variantClassNames={G_a9LPCLM:\"framer-v-nquo1p\",PMAl1wXPH:\"framer-v-1bktvt\",swmi_vxrL:\"framer-v-1nwfkfp\",X1egJzTGO:\"framer-v-h6o7mj\"};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"X1egJzTGO\",Laptop:\"G_a9LPCLM\",Phone:\"swmi_vxrL\",Tablet:\"PMAl1wXPH\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"X1egJzTGO\"};};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:\"XPiXZgYpR\",data:CMSAPP,type:\"Collection\"},select:[{collection:\"XPiXZgYpR\",name:\"dQiel6_pW\",type:\"Identifier\"},{collection:\"XPiXZgYpR\",name:\"z6uiLTQBo\",type:\"Identifier\"},{collection:\"XPiXZgYpR\",name:\"T18FUgcAI\",type:\"Identifier\"},{collection:\"XPiXZgYpR\",name:\"rPeraJveu\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"XPiXZgYpR\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,dQiel6_pW=getFromCurrentRouteData(\"dQiel6_pW\")??\"\",z6uiLTQBo=getFromCurrentRouteData(\"z6uiLTQBo\"),T18FUgcAI=getFromCurrentRouteData(\"T18FUgcAI\"),rPeraJveu=getFromCurrentRouteData(\"rPeraJveu\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"swmi_vxrL\")return true;return false;};const activeLocaleCode=useLocaleCode();const textContent=toDateString(z6uiLTQBo,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"swmi_vxrL\")return false;return true;};usePreloadLocalizedValues(activeLocale);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"X1egJzTGO\",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-h6o7mj\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6agasr hidden-h6o7mj hidden-nquo1p hidden-1bktvt\",\"data-framer-name\":\"Post Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mx1bdj\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"B2R6ssc4v\"},motionChild:true,nodeId:\"Mzu8xFZE0\",openInNewTab:false,scopeId:\"XPiXZgYpR\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-erewh7 framer-jknq0y\",\"data-framer-name\":\"Button\",id:\"erewh7\",transformTemplate:transformTemplate1,whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'\"opsz\" 14, \"wght\" 700',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(22, 34, 86))\"},children:\"Back\"})}),className:\"framer-w4rqnv\",fonts:[\"Inter-Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ms9bm7\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11dq5nm\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iiit1q\",\"data-framer-name\":\"Title Block\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-135qrtm\",\"data-styles-preset\":\"myKLULMWY\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-478424f1-6bf1-4c8a-857b-b0ea72f278c4, rgb(17, 17, 17))\"},children:\"Autogesti\\xf3n para la ansiedad: gu\\xeda pr\\xe1ctica. \"})}),className:\"framer-1cj9a7j\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:dQiel6_pW,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19wgurt\",\"data-styles-preset\":\"tJroLc7SL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6d05c7e7-3db1-411c-8b7a-d2c7f93bf6a9, rgb(49, 66, 63))\"},children:\"Jan 9, 2025\"})}),className:\"framer-xmgyhq\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12yhzpj\",\"data-framer-name\":\"Blog Details Main\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vo1v81\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{swmi_vxrL:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1012,intrinsicWidth:1806,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+160+0+0+0+0+311.6+0+0+0),pixelHeight:1012,pixelWidth:1806,sizes:\"368.0316px\",...toResponsiveImage(T18FUgcAI)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1012,intrinsicWidth:1806,pixelHeight:1012,pixelWidth:1806,sizes:\"368.0316px\",...toResponsiveImage(T18FUgcAI)},className:\"framer-qffvrc\"})})})})]})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"DMmlgOpzv\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:rPeraJveu,className:\"framer-1qqq7l\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-y5s2qt\",code:\"framer-styles-preset-1pegwiz\",h1:\"framer-styles-preset-1cvd3bo\",h2:\"framer-styles-preset-135qrtm\",h3:\"framer-styles-preset-vvj749\",h4:\"framer-styles-preset-54jear\",h5:\"framer-styles-preset-1y6ilvc\",p:\"framer-styles-preset-14rn0t0\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18dx5ih hidden-1nwfkfp\",\"data-framer-name\":\"Post Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-q0yhbi\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"B2R6ssc4v\"},motionChild:true,nodeId:\"rCcy4G1CO\",openInNewTab:false,scopeId:\"XPiXZgYpR\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1hrhuuf framer-jknq0y\",\"data-framer-name\":\"Button\",id:\"1hrhuuf\",transformTemplate:transformTemplate1,whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-variation-axes\":'\"opsz\" 14, \"wght\" 700',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(22, 34, 86))\"},children:\"Back\"})}),className:\"framer-w37ph5\",fonts:[\"Inter-Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f6cvtq\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vu2dey\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ujzpbi\",\"data-framer-name\":\"Title Block\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1ca7lge\",\"data-styles-preset\":\"WSj2wpBRo\",children:\"Autogesti\\xf3n para la ansiedad: gu\\xeda pr\\xe1ctica. \"})}),className:\"framer-m60yt5\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:dQiel6_pW,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19wgurt\",\"data-styles-preset\":\"tJroLc7SL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6d05c7e7-3db1-411c-8b7a-d2c7f93bf6a9, rgb(49, 66, 63))\"},children:\"Jan 9, 2025\"})}),className:\"framer-4tno15\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-uohwqn\",\"data-framer-name\":\"Blog Details Main\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9uygjl\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{G_a9LPCLM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1012,intrinsicWidth:1806,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+200+0+0+0+0+324.4+0+0+0),pixelHeight:1012,pixelWidth:1806,sizes:`min(max(min(${componentViewport?.width||\"100vw\"}, 1000px) - 60px, 1px), 904px)`,...toResponsiveImage(T18FUgcAI)}},PMAl1wXPH:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1012,intrinsicWidth:1806,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+180+0+0+0+0+324.4+0+0+0),pixelHeight:1012,pixelWidth:1806,sizes:`min(max(min(${componentViewport?.width||\"100vw\"}, 720px) - 48px, 1px), 904px)`,...toResponsiveImage(T18FUgcAI)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1012,intrinsicWidth:1806,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+200+0+0+0+0+324.4+0+0+0),pixelHeight:1012,pixelWidth:1806,sizes:`min(max(min(${componentViewport?.width||\"100vw\"}, 1356px) - 60px, 1px), 904px)`,...toResponsiveImage(T18FUgcAI)},className:\"framer-3etkbg\"})})})})]})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"DMmlgOpzv\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:rPeraJveu,className:\"framer-1f8h4md\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-y5s2qt\",h2:\"framer-styles-preset-135qrtm\",h3:\"framer-styles-preset-vvj749\",h4:\"framer-styles-preset-54jear\",h5:\"framer-styles-preset-1y6ilvc\",p:\"framer-styles-preset-14rn0t0\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CfXAp.framer-jknq0y, .framer-CfXAp .framer-jknq0y { display: block; }\",\".framer-CfXAp.framer-h6o7mj { 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: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-CfXAp .framer-6agasr { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 160px 0px 248px 0px; position: relative; width: 390px; }\",\".framer-CfXAp .framer-1mx1bdj { background-color: #1e293b; flex: none; height: 70px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-CfXAp .framer-erewh7 { align-content: center; align-items: center; background-color: var(--token-45ecf4b1-5f2a-4491-910a-fe4f9864bffe, #ebeb41); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 24px; overflow: visible; padding: 9px 15px 9px 15px; position: absolute; text-decoration: none; top: 50%; transform: translateY(-50%); width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-CfXAp .framer-w4rqnv, .framer-CfXAp .framer-w37ph5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CfXAp .framer-ms9bm7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 520px; overflow: visible; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-CfXAp .framer-11dq5nm, .framer-CfXAp .framer-vu2dey { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CfXAp .framer-iiit1q, .framer-CfXAp .framer-ujzpbi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 862px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CfXAp .framer-1cj9a7j, .framer-CfXAp .framer-xmgyhq, .framer-CfXAp .framer-m60yt5, .framer-CfXAp .framer-4tno15 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CfXAp .framer-12yhzpj, .framer-CfXAp .framer-uohwqn { 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-CfXAp .framer-1vo1v81 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 206px; justify-content: center; max-width: 904px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-CfXAp .framer-qffvrc { aspect-ratio: 1.7865612648221343 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: var(--framer-aspect-ratio-supported, 357px); will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-CfXAp .framer-1qqq7l { --framer-paragraph-spacing: 10px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 350px; word-break: break-word; word-wrap: break-word; }\",\".framer-CfXAp .framer-18dx5ih { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 200px 0px 115px 0px; position: relative; width: 100%; }\",\".framer-CfXAp .framer-q0yhbi { background-color: #1e293b; flex: none; height: 116px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-CfXAp .framer-1hrhuuf { align-content: center; align-items: center; background-color: var(--token-45ecf4b1-5f2a-4491-910a-fe4f9864bffe, #ebeb41); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 23px; overflow: visible; padding: 15px; position: absolute; text-decoration: none; top: 50%; transform: translateY(-50%); width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-CfXAp .framer-f6cvtq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1356px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-CfXAp .framer-9uygjl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 904px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-CfXAp .framer-3etkbg { aspect-ratio: 1.7865612648221343 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 506px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-CfXAp .framer-1f8h4md { --framer-paragraph-spacing: 10px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1350px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-CfXAp.framer-h6o7mj, .framer-CfXAp .framer-6agasr, .framer-CfXAp .framer-erewh7, .framer-CfXAp .framer-ms9bm7, .framer-CfXAp .framer-11dq5nm, .framer-CfXAp .framer-iiit1q, .framer-CfXAp .framer-12yhzpj, .framer-CfXAp .framer-1vo1v81, .framer-CfXAp .framer-18dx5ih, .framer-CfXAp .framer-1hrhuuf, .framer-CfXAp .framer-f6cvtq, .framer-CfXAp .framer-vu2dey, .framer-CfXAp .framer-ujzpbi, .framer-CfXAp .framer-uohwqn, .framer-CfXAp .framer-9uygjl { gap: 0px; } .framer-CfXAp.framer-h6o7mj > *, .framer-CfXAp .framer-ms9bm7 > *, .framer-CfXAp .framer-f6cvtq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-CfXAp.framer-h6o7mj > :first-child, .framer-CfXAp .framer-6agasr > :first-child, .framer-CfXAp .framer-ms9bm7 > :first-child, .framer-CfXAp .framer-11dq5nm > :first-child, .framer-CfXAp .framer-iiit1q > :first-child, .framer-CfXAp .framer-1vo1v81 > :first-child, .framer-CfXAp .framer-18dx5ih > :first-child, .framer-CfXAp .framer-f6cvtq > :first-child, .framer-CfXAp .framer-vu2dey > :first-child, .framer-CfXAp .framer-ujzpbi > :first-child, .framer-CfXAp .framer-9uygjl > :first-child { margin-top: 0px; } .framer-CfXAp.framer-h6o7mj > :last-child, .framer-CfXAp .framer-6agasr > :last-child, .framer-CfXAp .framer-ms9bm7 > :last-child, .framer-CfXAp .framer-11dq5nm > :last-child, .framer-CfXAp .framer-iiit1q > :last-child, .framer-CfXAp .framer-1vo1v81 > :last-child, .framer-CfXAp .framer-18dx5ih > :last-child, .framer-CfXAp .framer-f6cvtq > :last-child, .framer-CfXAp .framer-vu2dey > :last-child, .framer-CfXAp .framer-ujzpbi > :last-child, .framer-CfXAp .framer-9uygjl > :last-child { margin-bottom: 0px; } .framer-CfXAp .framer-6agasr > *, .framer-CfXAp .framer-18dx5ih > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-CfXAp .framer-erewh7 > *, .framer-CfXAp .framer-12yhzpj > *, .framer-CfXAp .framer-1hrhuuf > *, .framer-CfXAp .framer-uohwqn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-CfXAp .framer-erewh7 > :first-child, .framer-CfXAp .framer-12yhzpj > :first-child, .framer-CfXAp .framer-1hrhuuf > :first-child, .framer-CfXAp .framer-uohwqn > :first-child { margin-left: 0px; } .framer-CfXAp .framer-erewh7 > :last-child, .framer-CfXAp .framer-12yhzpj > :last-child, .framer-CfXAp .framer-1hrhuuf > :last-child, .framer-CfXAp .framer-uohwqn > :last-child { margin-right: 0px; } .framer-CfXAp .framer-11dq5nm > *, .framer-CfXAp .framer-1vo1v81 > *, .framer-CfXAp .framer-vu2dey > *, .framer-CfXAp .framer-9uygjl > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-CfXAp .framer-iiit1q > *, .framer-CfXAp .framer-ujzpbi > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-CfXAp.framer-h6o7mj { width: 1200px; } .framer-CfXAp .framer-18dx5ih { padding: 200px 0px 100px 0px; } .framer-CfXAp .framer-f6cvtq { max-width: 1000px; } .framer-CfXAp .framer-1f8h4md { width: 1153px; }}\",\"@media (min-width: 768px) and (max-width: 1199px) { .framer-CfXAp.framer-h6o7mj { width: 768px; } .framer-CfXAp .framer-18dx5ih { padding: 180px 0px 80px 0px; } .framer-CfXAp .framer-f6cvtq { max-width: 720px; padding: 0px 24px 0px 24px; } .framer-CfXAp .framer-3etkbg { height: var(--framer-aspect-ratio-supported, 376px); } .framer-CfXAp .framer-1f8h4md { width: 741px; }}\",\"@media (max-width: 767px) { .framer-CfXAp.framer-h6o7mj { width: 390px; } .framer-CfXAp .framer-6agasr { order: 2; } .framer-CfXAp .framer-qffvrc { width: var(--framer-aspect-ratio-supported, 368px); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1950.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"G_a9LPCLM\":{\"layout\":[\"fixed\",\"auto\"]},\"PMAl1wXPH\":{\"layout\":[\"fixed\",\"auto\"]},\"swmi_vxrL\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerXPiXZgYpR=withCSS(Component,css,\"framer-CfXAp\");export default FramerXPiXZgYpR;FramerXPiXZgYpR.displayName=\"Case Detail\";FramerXPiXZgYpR.defaultProps={height:1950.5,width:1440};const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerXPiXZgYpR,[{explicitInter:true,fonts:[{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/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,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/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,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/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,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/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,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/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,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+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\"}]},...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),...componentPresets.fonts?.[\"DMmlgOpzv\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"DMmlgOpzv\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXPiXZgYpR\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"G_a9LPCLM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PMAl1wXPH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"swmi_vxrL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"1950.5\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "ve45NhIyR_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "dQiel6_pW", "z6uiLTQBo", "T18FUgcAI", "rPeraJveu", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "activeLocaleCode", "useLocaleCode", "textContent", "isDisplayed1", "usePreloadLocalizedValues", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Link", "RichText2", "x", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "getLocalizedValue", "css", "FramerXPiXZgYpR", "withCSS", "XPiXZgYpR_default", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
