{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/N5Gm2tvRwk6YBRYy0gKA/Y42Ro2Lg1Er3kbkkXBzk/QciPY2G4i.js", "ssg:https://framerusercontent.com/modules/eKOH8XvNV01tw8DBADTW/pzVGShXO4lJ41EWzdsVI/SwTMtCcN1.js"],
  "sourcesContent": ["// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Grain from\"https://framerusercontent.com/modules/cKGD16u2MGB7MfqfVXFp/wiztTCbXokZrMicHAmZc/Grain.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js\";import Photographer from\"#framer/local/canvasComponent/A7j4jyv2g/A7j4jyv2g.js\";import Button from\"#framer/local/canvasComponent/Cv6kYmHpn/Cv6kYmHpn.js\";import Corners from\"#framer/local/canvasComponent/jrBwqGEOh/jrBwqGEOh.js\";import Grid from\"#framer/local/canvasComponent/KVxLpLbKc/KVxLpLbKc.js\";import GoBackButton from\"#framer/local/canvasComponent/RiTFBoiLP/RiTFBoiLP.js\";import Blog from\"#framer/local/collection/EEv3Nygkn/EEv3Nygkn.js\";import*as sharedStyle2 from\"#framer/local/css/ar0X3XvKk/ar0X3XvKk.js\";import*as sharedStyle from\"#framer/local/css/DXm77IWSL/DXm77IWSL.js\";import*as sharedStyle1 from\"#framer/local/css/E952Zd3mb/E952Zd3mb.js\";import*as sharedStyle3 from\"#framer/local/css/jsPFAj3P2/jsPFAj3P2.js\";import*as sharedStyle6 from\"#framer/local/css/OQFUDQG12/OQFUDQG12.js\";import*as sharedStyle7 from\"#framer/local/css/SwTMtCcN1/SwTMtCcN1.js\";import*as sharedStyle5 from\"#framer/local/css/uX7HtuG5N/uX7HtuG5N.js\";import*as sharedStyle4 from\"#framer/local/css/wIcaSKsHY/wIcaSKsHY.js\";import*as sharedStyle8 from\"#framer/local/css/Y4eex_aGW/Y4eex_aGW.js\";import metadataProvider from\"#framer/local/webPageMetadata/QciPY2G4i/QciPY2G4i.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const GoBackButtonFonts=getFonts(GoBackButton);const GridFonts=getFonts(Grid);const CornersFonts=getFonts(Corners);const GrainFonts=getFonts(Grain);const MotionSectionWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.section));const PhotographerFonts=getFonts(Photographer);const ButtonFonts=getFonts(Button);const breakpoints={HEysvAPhc:\"(max-width: 809px)\",nrcLM35lb:\"(min-width: 1200px)\",w0QgPVzK2:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-cua5Y\";const variantClassNames={HEysvAPhc:\"framer-v-ndrouk\",nrcLM35lb:\"framer-v-kc4ov5\",w0QgPVzK2:\"framer-v-18c9l0a\"};const transition1={damping:27,delay:.3,mass:1,stiffness:121,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:170};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 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:\"nrcLM35lb\",Phone:\"HEysvAPhc\",Tablet:\"w0QgPVzK2\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nrcLM35lb\"};};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:\"QciPY2G4i\",data:Blog,type:\"Collection\"},select:[{collection:\"QciPY2G4i\",name:\"ua9FnvLmw\",type:\"Identifier\"},{collection:\"QciPY2G4i\",name:\"Fi53MNOAk\",type:\"Identifier\"},{collection:\"QciPY2G4i\",name:\"o4RZewo_g\",type:\"Identifier\"},{collection:\"QciPY2G4i\",name:\"ivhGqPB2R\",type:\"Identifier\"},{collection:\"QciPY2G4i\",name:\"wIjEVkATu\",type:\"Identifier\"},{collection:\"QciPY2G4i\",name:\"rcnbZcT2W\",type:\"Identifier\"},{collection:\"QciPY2G4i\",name:\"Jf1NQ7bt1\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"QciPY2G4i\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,Fi53MNOAk=getFromCurrentRouteData(\"Fi53MNOAk\"),ua9FnvLmw=getFromCurrentRouteData(\"ua9FnvLmw\")??\"\",o4RZewo_g=getFromCurrentRouteData(\"o4RZewo_g\"),ivhGqPB2R=getFromCurrentRouteData(\"ivhGqPB2R\")??\"\",wIjEVkATu=getFromCurrentRouteData(\"wIjEVkATu\")??\"\",rcnbZcT2W=getFromCurrentRouteData(\"rcnbZcT2W\"),Jf1NQ7bt1=getFromCurrentRouteData(\"Jf1NQ7bt1\")??\"\",TUMaRpq8YJt86odJTd,o4RZewo_gJt86odJTd,Fi53MNOAkJt86odJTd,ua9FnvLmwJt86odJTd,idJt86odJTd,...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(Fi53MNOAk,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"w0QgPVzK2\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"nrcLM35lb\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(241, 241, 241); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-kc4ov5\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vtip6y-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"v4_D2eNMo\",scopeId:\"QciPY2G4i\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"v4_D2eNMo\",intensity:8,layoutId:\"v4_D2eNMo\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1lhn00n\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(MotionSectionWithFXWithOptimizedAppearEffect,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:120,__perspectiveFX:false,__targetOpacity:1,animate:animation,className:\"framer-1gd7noz\",\"data-framer-appear-id\":\"1gd7noz\",\"data-framer-name\":\"Hero\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10prxiu\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-og7m63\",\"data-framer-name\":\"Date\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17etv0n\",\"data-styles-preset\":\"DXm77IWSL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"Content\"})}),className:\"framer-1f1udz6\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12i8xa7\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-13zczbi\",\"data-styles-preset\":\"E952Zd3mb\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b0e121e-0368-44f6-b6fc-57cffb0ea05b, rgb(255, 255, 255))\"},children:\"Feeling awkward or nervous during a photoshoot? You\u2019re not alone!\"})}),className:\"framer-1o06zwq\",fonts:[\"Inter\"],text:ua9FnvLmw,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JB9ZuENHj\"},implicitPathVariables:undefined},{href:{webPageId:\"JB9ZuENHj\"},implicitPathVariables:undefined},{href:{webPageId:\"JB9ZuENHj\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{y:(componentViewport?.y||0)+0+200+0+0+134+0+170+0+118.32},w0QgPVzK2:{y:(componentViewport?.y||0)+0+200+0+0+194+0+0+134.32}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+0+200+0+0+294+0+0+134.32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vaeldi-container\",nodeId:\"S2oq6imqN\",scopeId:\"QciPY2G4i\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{Boor76kiW:resolvedLinks[2]},w0QgPVzK2:{Boor76kiW:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(GoBackButton,{Boor76kiW:resolvedLinks[0],EXOsvPYgG:\"rgb(255, 255, 255)\",h059AvfWL:\"Go back to blogs\",height:\"100%\",id:\"S2oq6imqN\",layoutId:\"S2oq6imqN\",MT6iv4U7v:\"rgb(255, 255, 255)\",npv8N8VQy:\"arrow-elbow-down-left\",variant:\"kljxVVNnO\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+0+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(o4RZewo_g)},className:\"framer-11qnfcj\",\"data-framer-name\":\"Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{height:524.3199999999999},w0QgPVzK2:{height:450.32}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650.3199999999999,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+200+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n7v7jx-container\",nodeId:\"CeC2K3Jx9\",scopeId:\"QciPY2G4i\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{ieZNkwrrK:\"0px 32px 0px 32px\",JLnFVd4lc:false,SZjrZZXey:false},w0QgPVzK2:{ieZNkwrrK:\"0px 32px 0px 32px\"}},children:/*#__PURE__*/_jsx(Grid,{gbAjZwZif:true,height:\"100%\",HIadHX3E2:\"rgba(255, 255, 255, 0.3)\",id:\"CeC2K3Jx9\",ieZNkwrrK:\"0px 36px 0px 36px\",JLnFVd4lc:true,layoutId:\"CeC2K3Jx9\",style:{height:\"100%\",width:\"100%\"},SZjrZZXey:true,width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{height:524.3199999999999,y:(componentViewport?.y||0)+0+200+0+0+0+.3417992177315341},w0QgPVzK2:{height:450.32,y:(componentViewport?.y||0)+0+200+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650.3199999999999,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+200+0+0+0+.4239374185138445,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14vu0kc-container\",nodeId:\"wNrcJy9sI\",scopeId:\"QciPY2G4i\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{m_eduoTBf:\"24px\"},w0QgPVzK2:{m_eduoTBf:\"32px\"}},children:/*#__PURE__*/_jsx(Corners,{bkDGgOnyS:{borderBottomWidth:0,borderColor:\"rgb(255, 255, 255)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:1},giUdIyR5I:{borderBottomWidth:1,borderColor:\"rgb(255, 255, 255)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},height:\"100%\",id:\"wNrcJy9sI\",IWD_vykVW:{borderBottomWidth:0,borderColor:\"rgb(255, 255, 255)\",borderLeftWidth:0,borderRightWidth:1,borderStyle:\"solid\",borderTopWidth:1},layoutId:\"wNrcJy9sI\",m_eduoTBf:\"36px\",OMz475883:{borderBottomWidth:1,borderColor:\"rgb(255, 255, 255)\",borderLeftWidth:0,borderRightWidth:1,borderStyle:\"solid\",borderTopWidth:0},style:{height:\"100%\",width:\"100%\"},variant:\"FW9uK5oRP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jvt6v7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pekREJATO\",scopeId:\"QciPY2G4i\",children:/*#__PURE__*/_jsx(Grain,{height:\"100%\",id:\"pekREJATO\",layoutId:\"pekREJATO\",opacity:.096,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1owu7z8\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e4fnvx\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"aside\",{className:\"framer-1urm53d\",\"data-framer-name\":\"Author\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{width:`min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1848px)`,y:(componentViewport?.y||0)+0+200+0+524.3199999999999+40+0+0+0+0},w0QgPVzK2:{width:`max(min(max(${componentViewport?.width||\"100vw\"} - 64px, 1px), 1848px) / 4, 50px)`,y:(componentViewport?.y||0)+0+200+0+450.32+120+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:`max(min(max(${componentViewport?.width||\"100vw\"} - 72px, 1px), 1848px) / 4, 1px)`,y:(componentViewport?.y||0)+0+200+0+650.3199999999999+160+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rqnid7-container\",nodeId:\"cSAJnx6WH\",scopeId:\"QciPY2G4i\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{variant:\"TuRw7aFlX\"},w0QgPVzK2:{variant:\"RPQmTWYXP\"}},children:/*#__PURE__*/_jsx(Photographer,{height:\"100%\",id:\"cSAJnx6WH\",layoutId:\"cSAJnx6WH\",style:{width:\"100%\"},variant:\"RqjG8NJO6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JhEGlRZQU\"},implicitPathVariables:undefined},{href:{webPageId:\"JhEGlRZQU\"},implicitPathVariables:undefined},{href:{webPageId:\"JhEGlRZQU\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{y:(componentViewport?.y||0)+0+200+0+524.3199999999999+40+0+0+0+104},w0QgPVzK2:{y:(componentViewport?.y||0)+0+200+0+450.32+120+0+0+0+134}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:(componentViewport?.y||0)+0+200+0+650.3199999999999+160+0+0+134,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t1kxfg-container\",nodeId:\"nAmntSVjr\",scopeId:\"QciPY2G4i\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{rYvSKCvJf:resolvedLinks1[2],variant:\"iI2ipV6vo\"},w0QgPVzK2:{rYvSKCvJf:resolvedLinks1[1],variant:\"icsoeaVPh\"}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"nAmntSVjr\",layoutId:\"nAmntSVjr\",rYvSKCvJf:resolvedLinks1[0],u99mHedFv:\"Contact me\",variant:\"VdXXpamQf\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"article\",{className:\"framer-jdj3sw\",\"data-framer-name\":\"Article\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cnzk5g\",\"data-framer-name\":\"Intro\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ngxlwc\",\"data-styles-preset\":\"ar0X3XvKk\",children:\"asdasd\"})}),className:\"framer-1d8k4xf\",fonts:[\"Inter\"],text:ivhGqPB2R,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8vgk3u\",\"data-styles-preset\":\"jsPFAj3P2\",children:\"But here\u2019s the thing: you\u2019re not alone. In fact, it\u2019s completely normal to feel this way! Whether it\u2019s your first photoshoot or your tenth, nerves can creep in. The good news? There are ways to get comfortable and look your best on camera.\"})}),className:\"framer-wv51u1\",fonts:[\"Inter\"],text:wIjEVkATu,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nfv5en\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+524.3199999999999+40+0+191+0+398+0),sizes:`max(min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1848px), 1px)`,...toResponsiveImage(rcnbZcT2W)}},w0QgPVzK2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+450.32+120+0+0+0+438+0),sizes:`max(max(min(max(${componentViewport?.width||\"100vw\"} - 64px, 1px), 1848px) / 4, 50px) * 3, 1px)`,...toResponsiveImage(rcnbZcT2W)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+650.3199999999999+160+0+0+438+0),sizes:`max(min(max(${componentViewport?.width||\"100vw\"} - 72px, 1px), 1848px) / 2, 1px)`,...toResponsiveImage(rcnbZcT2W)},className:\"framer-1bc0y8h\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3rfhmi\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Jf1NQ7bt1,className:\"framer-1vt5a48\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1jim1cm\",h1:\"framer-styles-preset-13zczbi\",h2:\"framer-styles-preset-1w6tysk\",h3:\"framer-styles-preset-1d9cb7n\",img:\"framer-styles-preset-wditwx\",p:\"framer-styles-preset-8vgk3u\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"aside\",{className:\"framer-dppfqz\",\"data-border\":true,children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Jt86odJTd\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"Jt86odJTd\",direction:\"desc\",name:\"Fi53MNOAk\",type:\"Identifier\"}],select:[{collection:\"Jt86odJTd\",name:\"TUMaRpq8Y\",type:\"Identifier\"},{collection:\"Jt86odJTd\",name:\"o4RZewo_g\",type:\"Identifier\"},{collection:\"Jt86odJTd\",name:\"Fi53MNOAk\",type:\"Identifier\"},{collection:\"Jt86odJTd\",name:\"ua9FnvLmw\",type:\"Identifier\"},{collection:\"Jt86odJTd\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"Jt86odJTd\",name:\"ua9FnvLmw\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:ua9FnvLmw},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({Fi53MNOAk:Fi53MNOAkJt86odJTd,id:idJt86odJTd,o4RZewo_g:o4RZewo_gJt86odJTd,TUMaRpq8Y:TUMaRpq8YJt86odJTd,ua9FnvLmw:ua9FnvLmwJt86odJTd},index)=>{TUMaRpq8YJt86odJTd??=\"\";ua9FnvLmwJt86odJTd??=\"\";const textContent1=toDateString(Fi53MNOAkJt86odJTd,{dateStyle:\"short\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`Jt86odJTd-${idJt86odJTd}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{TUMaRpq8Y:TUMaRpq8YJt86odJTd},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{TUMaRpq8Y:TUMaRpq8YJt86odJTd},webPageId:\"QciPY2G4i\"},motionChild:true,nodeId:\"CAx3WTW1l\",scopeId:\"QciPY2G4i\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-a2rqpx framer-1dqsd1f\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+524.3199999999999+40+0+1361+0+0+20),sizes:\"74px\",...toResponsiveImage(o4RZewo_gJt86odJTd)}},w0QgPVzK2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+450.32+120+0+1254+0+0+26),sizes:\"80px\",...toResponsiveImage(o4RZewo_gJt86odJTd)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+650.3199999999999+160+0+0+0+26),sizes:\"80px\",...toResponsiveImage(o4RZewo_gJt86odJTd)},className:\"framer-ur7osd\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ot8m8g\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xs0hlt\",\"data-styles-preset\":\"Y4eex_aGW\",style:{\"--framer-text-color\":\"rgba(17, 17, 18, 0.4)\"},children:\"Content\"})}),className:\"framer-t5xfxa\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8vgk3u\",\"data-styles-preset\":\"jsPFAj3P2\",style:{\"--framer-text-color\":\"var(--token-f8c6fc17-6126-48ad-8306-922d51919d56, rgb(17, 17, 18))\"},children:\"Why every business needs professional photography\"})}),className:\"framer-erbv7p\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:ua9FnvLmwJt86odJTd,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})},idJt86odJTd);})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1z8clo hidden-kc4ov5 hidden-ndrouk\",\"data-framer-name\":\"Filler\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{height:1769,y:(componentViewport?.y||0)+0+200+0+524.3199999999999+0},w0QgPVzK2:{height:1816,y:(componentViewport?.y||0)+0+200+0+450.32+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1514,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+200+0+650.3199999999999+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15h1k77-container\",nodeId:\"atXYJjSTI\",scopeId:\"QciPY2G4i\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HEysvAPhc:{JLnFVd4lc:false,SZjrZZXey:false},w0QgPVzK2:{ieZNkwrrK:\"0px 32px 0px 32px\"}},children:/*#__PURE__*/_jsx(Grid,{gbAjZwZif:true,height:\"100%\",HIadHX3E2:\"rgba(0, 0, 0, 0.12)\",id:\"atXYJjSTI\",ieZNkwrrK:\"0px 36px 0px 36px\",JLnFVd4lc:true,layoutId:\"atXYJjSTI\",style:{height:\"100%\",width:\"100%\"},SZjrZZXey:true,width:\"100%\"})})})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cua5Y.framer-1dqsd1f, .framer-cua5Y .framer-1dqsd1f { display: block; }\",\".framer-cua5Y.framer-kc4ov5 { align-content: center; align-items: center; background-color: #f1f1f1; 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-cua5Y .framer-vtip6y-container, .framer-cua5Y .framer-vaeldi-container, .framer-cua5Y .framer-1t1kxfg-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-cua5Y .framer-1lhn00n { 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; padding: 0px; position: relative; width: 100%; }\",\".framer-cua5Y .framer-1gd7noz { align-content: flex-start; align-items: flex-start; background-color: var(--token-f8c6fc17-6126-48ad-8306-922d51919d56, #111112); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 294px 36px 200px 36px; position: sticky; top: 0px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-cua5Y .framer-10prxiu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1848px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-cua5Y .framer-og7m63 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-cua5Y .framer-1f1udz6 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-cua5Y .framer-12i8xa7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-cua5Y .framer-1o06zwq { flex: none; height: auto; max-width: 80%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-cua5Y .framer-11qnfcj { flex: none; height: 100%; left: 0px; opacity: 0.4; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-cua5Y .framer-n7v7jx-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-cua5Y .framer-14vu0kc-container { flex: none; height: 100%; left: 0px; position: absolute; top: calc(50.06518904823992% - 100% / 2); width: 100%; z-index: 10; }\",\".framer-cua5Y .framer-jvt6v7-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-cua5Y .framer-1owu7z8 { align-content: flex-start; align-items: flex-start; background-color: var(--token-d64fb00e-b5cb-4b79-a672-ed51c8d41600, #f1f1f1); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 160px 36px 160px 36px; position: relative; width: 100%; z-index: 2; }\",\".framer-cua5Y .framer-1e4fnvx { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1848px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-cua5Y .framer-1urm53d { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 36px; width: 1px; z-index: 1; }\",\".framer-cua5Y .framer-rqnid7-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-cua5Y .framer-jdj3sw { align-content: flex-start; align-items: flex-start; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-cua5Y .framer-1cnzk5g { 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; max-width: 820px; overflow: hidden; padding: 0px 60px 0px 0px; position: relative; width: 100%; }\",\".framer-cua5Y .framer-1d8k4xf, .framer-cua5Y .framer-wv51u1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cua5Y .framer-1nfv5en { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cua5Y .framer-1bc0y8h { aspect-ratio: 1.41 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 142px); overflow: hidden; position: relative; width: 1px; }\",\".framer-cua5Y .framer-3rfhmi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 60px 0px 0px; position: relative; width: 100%; }\",\".framer-cua5Y .framer-1vt5a48 { --framer-paragraph-spacing: 32px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-cua5Y .framer-dppfqz { --border-bottom-width: 1px; --border-color: #d4d4d4; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; padding: 0px; position: sticky; top: 0px; width: 1px; z-index: 1; }\",\".framer-cua5Y .framer-a2rqpx { --border-bottom-width: 1px; --border-color: #d4d4d4; --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: 24px; height: min-content; justify-content: flex-start; padding: 26px; position: relative; text-decoration: none; width: 100%; }\",\".framer-cua5Y .framer-ur7osd { aspect-ratio: 1 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 80px); position: relative; width: 80px; }\",\".framer-cua5Y .framer-ot8m8g { 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; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-cua5Y .framer-t5xfxa, .framer-cua5Y .framer-erbv7p { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cua5Y .framer-1z8clo { flex: none; height: 1px; overflow: hidden; position: relative; width: 187px; }\",\".framer-cua5Y .framer-15h1k77-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-cua5Y.framer-kc4ov5, .framer-cua5Y .framer-1lhn00n, .framer-cua5Y .framer-1gd7noz, .framer-cua5Y .framer-10prxiu, .framer-cua5Y .framer-og7m63, .framer-cua5Y .framer-12i8xa7, .framer-cua5Y .framer-1owu7z8, .framer-cua5Y .framer-1e4fnvx, .framer-cua5Y .framer-1urm53d, .framer-cua5Y .framer-jdj3sw, .framer-cua5Y .framer-1cnzk5g, .framer-cua5Y .framer-1nfv5en, .framer-cua5Y .framer-3rfhmi, .framer-cua5Y .framer-dppfqz, .framer-cua5Y .framer-a2rqpx, .framer-cua5Y .framer-ot8m8g { gap: 0px; } .framer-cua5Y.framer-kc4ov5 > *, .framer-cua5Y .framer-1lhn00n > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-cua5Y.framer-kc4ov5 > :first-child, .framer-cua5Y .framer-1lhn00n > :first-child, .framer-cua5Y .framer-12i8xa7 > :first-child, .framer-cua5Y .framer-1urm53d > :first-child, .framer-cua5Y .framer-jdj3sw > :first-child, .framer-cua5Y .framer-1cnzk5g > :first-child, .framer-cua5Y .framer-dppfqz > :first-child, .framer-cua5Y .framer-ot8m8g > :first-child { margin-top: 0px; } .framer-cua5Y.framer-kc4ov5 > :last-child, .framer-cua5Y .framer-1lhn00n > :last-child, .framer-cua5Y .framer-12i8xa7 > :last-child, .framer-cua5Y .framer-1urm53d > :last-child, .framer-cua5Y .framer-jdj3sw > :last-child, .framer-cua5Y .framer-1cnzk5g > :last-child, .framer-cua5Y .framer-dppfqz > :last-child, .framer-cua5Y .framer-ot8m8g > :last-child { margin-bottom: 0px; } .framer-cua5Y .framer-1gd7noz > *, .framer-cua5Y .framer-10prxiu > *, .framer-cua5Y .framer-og7m63 > *, .framer-cua5Y .framer-1owu7z8 > *, .framer-cua5Y .framer-1e4fnvx > *, .framer-cua5Y .framer-1nfv5en > *, .framer-cua5Y .framer-3rfhmi > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-cua5Y .framer-1gd7noz > :first-child, .framer-cua5Y .framer-10prxiu > :first-child, .framer-cua5Y .framer-og7m63 > :first-child, .framer-cua5Y .framer-1owu7z8 > :first-child, .framer-cua5Y .framer-1e4fnvx > :first-child, .framer-cua5Y .framer-1nfv5en > :first-child, .framer-cua5Y .framer-3rfhmi > :first-child, .framer-cua5Y .framer-a2rqpx > :first-child { margin-left: 0px; } .framer-cua5Y .framer-1gd7noz > :last-child, .framer-cua5Y .framer-10prxiu > :last-child, .framer-cua5Y .framer-og7m63 > :last-child, .framer-cua5Y .framer-1owu7z8 > :last-child, .framer-cua5Y .framer-1e4fnvx > :last-child, .framer-cua5Y .framer-1nfv5en > :last-child, .framer-cua5Y .framer-3rfhmi > :last-child, .framer-cua5Y .framer-a2rqpx > :last-child { margin-right: 0px; } .framer-cua5Y .framer-12i8xa7 > * { margin: 0px; margin-bottom: calc(46px / 2); margin-top: calc(46px / 2); } .framer-cua5Y .framer-1urm53d > *, .framer-cua5Y .framer-jdj3sw > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-cua5Y .framer-1cnzk5g > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-cua5Y .framer-dppfqz > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } .framer-cua5Y .framer-a2rqpx > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-cua5Y .framer-ot8m8g > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-cua5Y[data-border=\"true\"]::after, .framer-cua5Y [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: 810px) and (max-width: 1199px) { .framer-cua5Y.framer-kc4ov5 { width: 810px; } .framer-cua5Y .framer-1gd7noz { padding: 194px 32px 100px 32px; } .framer-cua5Y .framer-14vu0kc-container { top: 0px; } .framer-cua5Y .framer-1owu7z8 { padding: 120px 32px 120px 32px; } .framer-cua5Y .framer-1e4fnvx { align-content: unset; align-items: unset; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(50px, 1fr)); justify-content: center; } .framer-cua5Y .framer-1urm53d { align-self: start; flex: none; height: auto; justify-self: start; order: 0; width: 100%; } .framer-cua5Y .framer-jdj3sw { align-self: start; flex: none; grid-column: auto / span 3; justify-self: start; order: 1; padding: 0px 0px 60px 0px; width: 100%; } .framer-cua5Y .framer-dppfqz { --border-left-width: 1px; align-self: start; flex: none; grid-column: auto / span 3; justify-self: start; order: 3; width: 100%; } .framer-cua5Y .framer-a2rqpx { background-color: var(--token-d64fb00e-b5cb-4b79-a672-ed51c8d41600, #f1f1f1); } .framer-cua5Y .framer-1z8clo { align-self: start; justify-self: start; order: 2; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-cua5Y .framer-1e4fnvx { gap: 0px; } .framer-cua5Y .framer-1e4fnvx > *, .framer-cua5Y .framer-1e4fnvx > :first-child, .framer-cua5Y .framer-1e4fnvx > :last-child { margin: 0px; } }}\",\"@media (max-width: 809px) { .framer-cua5Y.framer-kc4ov5 { width: 390px; } .framer-cua5Y .framer-1gd7noz { padding: 134px 32px 80px 32px; } .framer-cua5Y .framer-10prxiu { flex-direction: column; gap: 20px; } .framer-cua5Y .framer-og7m63 { flex: none; order: 0; width: 100%; } .framer-cua5Y .framer-12i8xa7 { flex: none; gap: 30px; order: 1; width: 100%; } .framer-cua5Y .framer-1o06zwq { max-width: unset; } .framer-cua5Y .framer-1owu7z8 { padding: 40px 24px 60px 24px; } .framer-cua5Y .framer-1e4fnvx { flex-direction: column; gap: 40px; } .framer-cua5Y .framer-1urm53d { flex: none; gap: 30px; order: 0; position: relative; top: unset; width: 100%; } .framer-cua5Y .framer-jdj3sw { flex: none; gap: 36px; order: 1; width: 100%; } .framer-cua5Y .framer-1cnzk5g { gap: 24px; max-width: unset; padding: 0px; } .framer-cua5Y .framer-1nfv5en { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; will-change: var(--framer-will-change-override, transform); } .framer-cua5Y .framer-3rfhmi { padding: 0px; } .framer-cua5Y .framer-dppfqz { flex: none; order: 3; width: 100%; } .framer-cua5Y .framer-a2rqpx { background-color: var(--token-d64fb00e-b5cb-4b79-a672-ed51c8d41600, #f1f1f1); gap: 20px; padding: 20px 0px 20px 0px; } .framer-cua5Y .framer-ur7osd { height: var(--framer-aspect-ratio-supported, 74px); width: 74px; } .framer-cua5Y .framer-ot8m8g { gap: 8px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-cua5Y .framer-10prxiu, .framer-cua5Y .framer-12i8xa7, .framer-cua5Y .framer-1e4fnvx, .framer-cua5Y .framer-1urm53d, .framer-cua5Y .framer-jdj3sw, .framer-cua5Y .framer-1cnzk5g, .framer-cua5Y .framer-a2rqpx, .framer-cua5Y .framer-ot8m8g { gap: 0px; } .framer-cua5Y .framer-10prxiu > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-cua5Y .framer-10prxiu > :first-child, .framer-cua5Y .framer-12i8xa7 > :first-child, .framer-cua5Y .framer-1e4fnvx > :first-child, .framer-cua5Y .framer-1urm53d > :first-child, .framer-cua5Y .framer-jdj3sw > :first-child, .framer-cua5Y .framer-1cnzk5g > :first-child, .framer-cua5Y .framer-ot8m8g > :first-child { margin-top: 0px; } .framer-cua5Y .framer-10prxiu > :last-child, .framer-cua5Y .framer-12i8xa7 > :last-child, .framer-cua5Y .framer-1e4fnvx > :last-child, .framer-cua5Y .framer-1urm53d > :last-child, .framer-cua5Y .framer-jdj3sw > :last-child, .framer-cua5Y .framer-1cnzk5g > :last-child, .framer-cua5Y .framer-ot8m8g > :last-child { margin-bottom: 0px; } .framer-cua5Y .framer-12i8xa7 > *, .framer-cua5Y .framer-1urm53d > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-cua5Y .framer-1e4fnvx > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-cua5Y .framer-jdj3sw > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-cua5Y .framer-1cnzk5g > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-cua5Y .framer-a2rqpx > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-cua5Y .framer-a2rqpx > :first-child { margin-left: 0px; } .framer-cua5Y .framer-a2rqpx > :last-child { margin-right: 0px; } .framer-cua5Y .framer-ot8m8g > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4544\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"w0QgPVzK2\":{\"layout\":[\"fixed\",\"auto\"]},\"HEysvAPhc\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerQciPY2G4i=withCSS(Component,css,\"framer-cua5Y\");export default FramerQciPY2G4i;FramerQciPY2G4i.displayName=\"Blog Detail\";FramerQciPY2G4i.defaultProps={height:4544,width:1200};addFonts(FramerQciPY2G4i,[{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/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\"}]},...SmoothScrollFonts,...GoBackButtonFonts,...GridFonts,...CornersFonts,...GrainFonts,...PhotographerFonts,...ButtonFonts,...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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQciPY2G4i\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"w0QgPVzK2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HEysvAPhc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"4544\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (101bcc7)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-rL33l .framer-styles-preset-wditwx { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; }\"];export const className=\"framer-rL33l\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "fontStore", "fonts", "css", "className", "SmoothScrollFonts", "getFonts", "SmoothScroll_Prod_default", "GoBackButtonFonts", "RiTFBoiLP_default", "GridFonts", "KVxLpLbKc_default", "CornersFonts", "jrBwqGEOh_default", "GrainFonts", "Grain", "MotionSectionWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "PhotographerFonts", "A7j4jyv2g_default", "ButtonFonts", "Cv6kYmHpn_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "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", "EEv3Nygkn_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "Fi53MNOAk", "ua9FnvLmw", "o4RZewo_g", "ivhGqPB2R", "wIjEVkATu", "rcnbZcT2W", "Jf1NQ7bt1", "TUMaRpq8YJt86odJTd", "o4RZewo_gJt86odJTd", "Fi53MNOAkJt86odJTd", "ua9FnvLmwJt86odJTd", "idJt86odJTd", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "router", "useRouter", "isDisplayed", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "RichText2", "x", "ResolveLinks", "resolvedLinks", "PropertyOverrides2", "Image2", "getLoadingLazyAtYPosition", "resolvedLinks1", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "textContent1", "PathVariablesContext", "Link", "css", "FramerQciPY2G4i", "withCSS", "QciPY2G4i_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
