{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2d1l7ZfdYJT8ukENgMmf/JdU2N4vpxbJ0M0DPX9zP/RtkfabFEl.js"],
  "sourcesContent": ["// Generated by Framer (2aad935)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/soIAPuIiPtf4z0IwVYlq/SlideShow.js\";import Footer from\"#framer/local/canvasComponent/MaDxyBEzu/MaDxyBEzu.js\";import Hero from\"#framer/local/canvasComponent/OLR62FNEt/OLR62FNEt.js\";import CategoryLink from\"#framer/local/canvasComponent/rIKWwvQC6/rIKWwvQC6.js\";import ContactForm from\"#framer/local/canvasComponent/vwrKCNvAV/vwrKCNvAV.js\";import Slide from\"#framer/local/canvasComponent/XZsxXsiqs/XZsxXsiqs.js\";import Navbar from\"#framer/local/canvasComponent/ZzX4e2En4/ZzX4e2En4.js\";import*as sharedStyle2 from\"#framer/local/css/FRidtgnlZ/FRidtgnlZ.js\";import*as sharedStyle from\"#framer/local/css/KAsXOqrb1/KAsXOqrb1.js\";import*as sharedStyle3 from\"#framer/local/css/MK2JoyH8u/MK2JoyH8u.js\";import*as sharedStyle4 from\"#framer/local/css/N6jit9dCL/N6jit9dCL.js\";import*as sharedStyle1 from\"#framer/local/css/T7TRM69jV/T7TRM69jV.js\";import metadataProvider from\"#framer/local/webPageMetadata/RtkfabFEl/RtkfabFEl.js\";const NavbarFonts=getFonts(Navbar);const HeroFonts=getFonts(Hero);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const CategoryLinkFonts=getFonts(CategoryLink);const MotionDivWithFX=withFX(motion.div);const SlideFonts=getFonts(Slide);const SlideshowFonts=getFonts(Slideshow);const ImageWithFX=withFX(Image);const ContactFormFonts=getFonts(ContactForm);const ContainerWithFX=withFX(Container);const FooterFonts=getFonts(Footer);const breakpoints={rpRL6Dzlm:\"(min-width: 768px) and (max-width: 991px)\",tNDHxjALH:\"(max-width: 767px)\",tuFWgsFCG:\"(min-width: 992px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-gsarE\";const variantClassNames={rpRL6Dzlm:\"framer-v-vu0wfn\",tNDHxjALH:\"framer-v-hu0gqn\",tuFWgsFCG:\"framer-v-1tcgwek\"};const transition1={delay:0,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:48};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:48};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:48};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"tuFWgsFCG\",Phone:\"tNDHxjALH\",Tablet:\"rpRL6Dzlm\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"tuFWgsFCG\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-gsarE`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-gsarE`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const router=useRouter();const elementId=useRouteElementId(\"CHgB9pncc\");const ref2=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"tuFWgsFCG\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1tcgwek\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yczi3u-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpRL6Dzlm:{variant:\"P4ko0F2it\"},tNDHxjALH:{variant:\"sAN8n9cQ0\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"FP42mldp8\",layoutId:\"FP42mldp8\",style:{width:\"100%\"},variant:\"hbK5HrxB9\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1oo6t32\",\"data-framer-name\":\"Main Content\",name:\"Main Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:693,width:\"100vw\",y:64,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1e7kvqy-container\",\"data-framer-appear-id\":\"1e7kvqy\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpRL6Dzlm:{variant:\"X0uJeZNWl\"},tNDHxjALH:{variant:\"n1gx2JH2z\"}},children:/*#__PURE__*/_jsx(Hero,{A1dT5SaTb:\"Doctor Wellbeing\",height:\"100%\",id:\"DtLHDv8tw\",k2Rk2CNTe:\"Services\",layoutId:\"DtLHDv8tw\",style:{width:\"100%\"},uHFVHJ0SB:'\"Effective teamwork is not just about achieving goals, but also about fostering mutual respect, trust, and support among team members\"  - Michael West',variant:\"c3vDxySfc\",width:\"100%\",ZzLLg05gk:addImageAlt({src:\"https://framerusercontent.com/images/40sMm0r9WuQi3LKWq7X6zvYyBvg.jpg\",srcSet:\"https://framerusercontent.com/images/40sMm0r9WuQi3LKWq7X6zvYyBvg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/40sMm0r9WuQi3LKWq7X6zvYyBvg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/40sMm0r9WuQi3LKWq7X6zvYyBvg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/40sMm0r9WuQi3LKWq7X6zvYyBvg.jpg 2304w\"},\"\")})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nsjuvq\",\"data-framer-name\":\"Body\",name:\"Body\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sw649\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"aside\",{className:\"framer-1hwt7uc\",\"data-framer-name\":\"Other Treatments\",name:\"Other Treatments\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-100zq3q\",\"data-styles-preset\":\"KAsXOqrb1\",children:\"OTHER SERVICES\"})}),className:\"framer-qnnl4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"nav\",{className:\"framer-b799yp\",\"data-framer-name\":\"List\",name:\"List\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t8zpSJ2vI\"},implicitPathVariables:undefined},{href:{webPageId:\"t8zpSJ2vI\"},implicitPathVariables:undefined},{href:{webPageId:\"t8zpSJ2vI\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpRL6Dzlm:{width:\"calc(max((min(100vw - 64px, 960px) - 160px) / 6, 1px) * 2 + 32px)\"},tNDHxjALH:{width:\"calc(max((min(100vw - 48px, 960px) - 240px) / 6, 1px) * 6 + 240px)\",y:2768.75}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"calc(max((min(100vw - 96px, 960px) - 240px) / 6, 1px) * 2 + 48px)\",y:790.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o37rfg-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpRL6Dzlm:{fTBPjzGLF:resolvedLinks[1]},tNDHxjALH:{fTBPjzGLF:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(CategoryLink,{fTBPjzGLF:resolvedLinks[0],height:\"100%\",id:\"X9Xd2nI0F\",layoutId:\"X9Xd2nI0F\",style:{height:\"100%\",width:\"100%\"},variant:\"XVUOEAO9O\",VNZJfvV0N:\"1:1 Therapy\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"V0tdA69Kf\"},implicitPathVariables:undefined},{href:{webPageId:\"V0tdA69Kf\"},implicitPathVariables:undefined},{href:{webPageId:\"V0tdA69Kf\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpRL6Dzlm:{width:\"calc(max((min(100vw - 64px, 960px) - 160px) / 6, 1px) * 2 + 32px)\"},tNDHxjALH:{width:\"calc(max((min(100vw - 48px, 960px) - 240px) / 6, 1px) * 6 + 240px)\",y:2816.75}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"calc(max((min(100vw - 96px, 960px) - 240px) / 6, 1px) * 2 + 48px)\",y:838.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gtboxp-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpRL6Dzlm:{fTBPjzGLF:resolvedLinks1[1]},tNDHxjALH:{fTBPjzGLF:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(CategoryLink,{fTBPjzGLF:resolvedLinks1[0],height:\"100%\",id:\"NuYOM0ZaD\",layoutId:\"NuYOM0ZaD\",style:{height:\"100%\",width:\"100%\"},variant:\"XVUOEAO9O\",VNZJfvV0N:\"Single session therapy\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(\"article\",{className:\"framer-1a9kr2d\",\"data-framer-name\":\"Text Content\",name:\"Text Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpRL6Dzlm:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"162.5%\",\"--framer-text-color\":\"var(--token-0676ab8c-8b99-4c75-9463-d236e4253284, rgb(35, 63, 66))\"},children:\"My years of experience working in wellbeing teams within the NHS  has given me a unique insight into the importance of recognising and addressing the impact of work (the things that don't appear on the list of expectations in a job description!)\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"162.5%\",\"--framer-text-color\":\"var(--token-0676ab8c-8b99-4c75-9463-d236e4253284, rgb(35, 63, 66))\"},children:\"I have spent my NHS career working with doctors as part of a staff psychology service, and more recently working privately with doctors in training (From F1- Consultant).\"}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1jvuewf\",\"data-styles-preset\":\"FRidtgnlZ\",style:{\"--framer-text-alignment\":\"left\"},children:\" Exam Support\"}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"162.5%\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"I support doctors as they prepare for revision and taking their exams. This includes support for exam strategy, learning, memory techniques and aids\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"I am skilled in supporting doctors who have failed exams and are dealing with the impact on their confidence and self-esteem and concerns for their future\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"This is usually short term work and I \"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\" provide practical  support as well as accountability\"})})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"162.5%\"},children:\"I use EMDR in a coaching format \"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"162.5%\"},children:\"Therapeutic Support\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wa4aag\",\"data-styles-preset\":\"T7TRM69jV\",children:\"Every talk I deliver is designed to be interactive, incorporating various elements such as videos, physical movement, and group activities. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wa4aag\",\"data-styles-preset\":\"T7TRM69jV\",children:\" If you're looking for a flexible and engaging speaker who can tailor their approach to your requirements, feel free to contact me via the link provided below.\"}),/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zs4zc\",\"data-styles-preset\":\"MK2JoyH8u\",style:{\"--framer-text-alignment\":\"left\"},children:\"Fees\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-wa4aag\",\"data-styles-preset\":\"T7TRM69jV\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"50 min session at \\xa3110                \"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"EMDR coaching. (sperfificall\"})}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Full day starts from \\xa3800*\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-50yy7c\",\"data-styles-preset\":\"N6jit9dCL\",children:\"*\"})]})]})]}),fonts:[\"GF;DM Sans-regular\"]},tNDHxjALH:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"162.5%\",\"--framer-text-color\":\"var(--token-0676ab8c-8b99-4c75-9463-d236e4253284, rgb(35, 63, 66))\"},children:\"My years of experience working in wellbeing teams within the NHS  has given me a unique insight into the importance of recognising and addressing the impact of work (the things that don't appear on the list of expectations in a job description!)\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"162.5%\",\"--framer-text-color\":\"var(--token-0676ab8c-8b99-4c75-9463-d236e4253284, rgb(35, 63, 66))\"},children:\"I have spent my NHS career working with doctors as part of a staff psychology service, and more recently working privately with doctors in training (From F1- Consultant).\"}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1jvuewf\",\"data-styles-preset\":\"FRidtgnlZ\",style:{\"--framer-text-alignment\":\"left\"},children:\" Exam Support\"}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"162.5%\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"I support doctors as they prepare for revision and taking their exams. This includes support for exam strategy, learning, memory techniques and aids\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"I am skilled in supporting doctors who have failed exams and are dealing with the impact on their confidence and self-esteem and concerns for their future\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"This is usually short term work and I \"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\" provide practical  support as well as accountability\"})})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"162.5%\"},children:\"I use EMDR in a coaching format \"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"162.5%\"},children:\"Therapeutic Support\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wa4aag\",\"data-styles-preset\":\"T7TRM69jV\",children:\"Every talk I deliver is designed to be interactive, incorporating various elements such as videos, physical movement, and group activities. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wa4aag\",\"data-styles-preset\":\"T7TRM69jV\",children:\" If you're looking for a flexible and engaging speaker who can tailor their approach to your requirements, feel free to contact me via the link provided below.\"}),/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zs4zc\",\"data-styles-preset\":\"MK2JoyH8u\",style:{\"--framer-text-alignment\":\"left\"},children:\"Fees\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-wa4aag\",\"data-styles-preset\":\"T7TRM69jV\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"50 min session at \\xa3110                \"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"EMDR coaching. (sperfificall\"})}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Full day starts from \\xa3800*\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-50yy7c\",\"data-styles-preset\":\"N6jit9dCL\",children:\"*\"})]})]})]}),fonts:[\"GF;DM Sans-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wa4aag\",\"data-styles-preset\":\"T7TRM69jV\",style:{\"--framer-text-alignment\":\"left\"},children:\"My years of experience working in wellbeing teams within the NHS  has given me a unique insight into the importance of recognising and addressing the impact of work (the things that don't appear on the list of expectations in a job description!)\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wa4aag\",\"data-styles-preset\":\"T7TRM69jV\",style:{\"--framer-text-alignment\":\"left\"},children:\"I have spent my NHS career working with doctors as part of a staff psychology service, and more recently working privately with doctors in training (From F1- Consultant).\"}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1jvuewf\",\"data-styles-preset\":\"FRidtgnlZ\",style:{\"--framer-text-alignment\":\"left\"},children:\" Exam Support\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-wa4aag\",\"data-styles-preset\":\"T7TRM69jV\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"I support doctors as they prepare for revision and taking their exams. This includes support for exam strategy, learning, memory techniques and aids\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"I am skilled in supporting doctors who have failed exams and are dealing with the impact on their confidence and self-esteem and concerns for their future\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"This is usually short term work and I \"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\" provide practical  support as well as accountability\"})})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wa4aag\",\"data-styles-preset\":\"T7TRM69jV\",style:{\"--framer-text-alignment\":\"left\"},children:\"I use EMDR in a coaching format \"}),/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zs4zc\",\"data-styles-preset\":\"MK2JoyH8u\",style:{\"--framer-text-alignment\":\"left\"},children:\"Therapeutic Support\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wa4aag\",\"data-styles-preset\":\"T7TRM69jV\",children:\"Every talk I deliver is designed to be interactive, incorporating various elements such as videos, physical movement, and group activities. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wa4aag\",\"data-styles-preset\":\"T7TRM69jV\",children:\" If you're looking for a flexible and engaging speaker who can tailor their approach to your requirements, feel free to contact me via the link provided below.\"}),/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zs4zc\",\"data-styles-preset\":\"MK2JoyH8u\",style:{\"--framer-text-alignment\":\"left\"},children:\"Fees\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-wa4aag\",\"data-styles-preset\":\"T7TRM69jV\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"50 min session at \\xa3110                \"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"EMDR coaching. (sperfificall\"})}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\"},children:\"Full day starts from \\xa3800*\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-50yy7c\",\"data-styles-preset\":\"N6jit9dCL\",children:\"*\"})]})]})]}),className:\"framer-1almz1v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpRL6Dzlm:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(2735.25),positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png\",srcSet:\"https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png?scale-down-to=512 512w,https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png 2880w\"}},tNDHxjALH:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(2912.75),positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png\",srcSet:\"https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png?scale-down-to=512 512w,https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png 2880w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,as:\"section\",background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(3161),positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png\",srcSet:\"https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png?scale-down-to=512 512w,https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/vqaXb9uZbewn5Ralu5D5nx6kfs.png 2880w\"},className:\"framer-1stxpv4\",\"data-framer-name\":\"Patient Quotes\",name:\"Patient Quotes\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-ise35a-container\",\"data-framer-appear-id\":\"ise35a\",initial:animation5,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:32,arrowPadding:0,arrowPaddingBottom:52,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:0,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:56,leftArrow:\"https://framerusercontent.com/images/r1sxKzzPYvUpsjVCWrG2FTnRWUQ.svg\",rightArrow:\"https://framerusercontent.com/images/4K7FP7TiJ84DGqFED9rkhRFzkQ.svg\",showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:.3,effectsPerspective:1200,effectsRotate:0,effectsScale:.9},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:0,height:\"100%\",id:\"kmPEO6G7g\",intervalControl:2,itemAmount:1,layoutId:\"kmPEO6G7g\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"var(--token-137bc56d-380f-43c4-b4fa-7a5d365fadc1, rgb(17, 31, 33))\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:8,dotsInset:16,dotSize:8,dotsOpacity:.3,dotsPadding:8,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:391,width:\"1440px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sjee5r-container\",\"data-framer-name\":\"Slide 1\",name:\"Slide 1\",children:/*#__PURE__*/_jsx(Slide,{height:\"100%\",HJXOd32FB:\"It was really insightful and Natalie (the presenter) felt easy to interact with even though it was a virtual meet. She covered all the topics that could be missed when we practice as doctors\",id:\"PNnhe8jG8\",layoutId:\"PNnhe8jG8\",name:\"Slide 1\",style:{width:\"100%\"},width:\"100%\",Xiw_DNmES:\"SupoRTT Training. MID AND SOUTH ESSEX NHS FOUNDATION TRUST)\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:391,width:\"1440px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lzv8l0-container\",\"data-framer-name\":\"Slide 2\",name:\"Slide 2\",children:/*#__PURE__*/_jsx(Slide,{height:\"100%\",HJXOd32FB:\"Natalie\\xa0had clearly put lots of effort put into creating a session tailored to our team. I really feel that I got a lot out of this session and it made a lot of sense. It made me think about my own well being and the well being of my colleagues.\",id:\"JMGtWJ6Tz\",layoutId:\"JMGtWJ6Tz\",name:\"Slide 2\",style:{width:\"100%\"},width:\"100%\",Xiw_DNmES:\"Dermatology team Away day: North Bristol NHS Trust\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:391,width:\"1440px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-mvmmcs-container\",\"data-framer-name\":\"Slide 3\",name:\"Slide 3\",children:/*#__PURE__*/_jsx(Slide,{height:\"100%\",HJXOd32FB:\"I found the session really enjoyble (and i normally dont like group  wellbeing days!)I felt more encouraged and empowered to take positive steps towards recovery - to start doing the things that I knew would be helpful and to stop avoiding the things that were in turn causing me increased anxiety. - I found the discussion about values really helpful when prioritising and planning my actions/reactions. It encouraged me focus on what was important to me, rather than get caught up in other anxieties\",id:\"QXEW8NkCC\",layoutId:\"QXEW8NkCC\",name:\"Slide 3\",style:{width:\"100%\"},width:\"100%\",Xiw_DNmES:\"Half day session (Work vs Home life) Aneurin Bevan University Health Board - NHS Wales\"})})})],startFrom:1,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:25,delay:0,mass:1,stiffness:100,type:\"spring\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpRL6Dzlm:{y:3311.25},tNDHxjALH:{y:3680.75}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:563,width:\"100vw\",y:3737,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9c03tg-container\",id:elementId,ref:ref2,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpRL6Dzlm:{variant:\"SPpu0v7DM\"},tNDHxjALH:{variant:\"WPpd72qz3\"}},children:/*#__PURE__*/_jsx(ContactForm,{dveyB5SWT:true,height:\"100%\",id:\"CHgB9pncc\",layoutId:\"CHgB9pncc\",style:{width:\"100%\"},variant:\"n1Xodmmx9\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpRL6Dzlm:{y:3874.25},tNDHxjALH:{y:4243.75}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:403,width:\"100vw\",y:4300,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kp7087-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rpRL6Dzlm:{variant:\"FmenP0rKJ\"},tNDHxjALH:{variant:\"QGoFYHyzR\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"iVf60uFoo\",layoutId:\"iVf60uFoo\",style:{width:\"100%\"},variant:\"JwufOw8VA\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-gsarE { background: var(--token-7e0b79df-511f-48a6-8582-d8bf701ed768, rgb(240, 243, 243)) /* {\"name\":\"Grey 50\"} */; }`,\".framer-gsarE.framer-18tuqvf, .framer-gsarE .framer-18tuqvf { display: block; }\",\".framer-gsarE.framer-1tcgwek { align-content: center; align-items: center; background-color: var(--token-7e0b79df-511f-48a6-8582-d8bf701ed768, #f0f3f3); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 64px 0px 0px 0px; position: relative; width: 992px; }\",\".framer-gsarE .framer-1yczi3u-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-gsarE .framer-1oo6t32 { 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; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gsarE .framer-1e7kvqy-container, .framer-gsarE .framer-9c03tg-container, .framer-gsarE .framer-1kp7087-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-gsarE .framer-nsjuvq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 48px 64px 48px; position: relative; width: 100%; }\",\".framer-gsarE .framer-sw649 { display: grid; flex: none; gap: 48px; grid-auto-rows: min-content; grid-template-columns: repeat(6, minmax(1px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; max-width: 960px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gsarE .framer-1hwt7uc { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; grid-column: auto / span 2; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gsarE .framer-qnnl4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gsarE .framer-b799yp, .framer-gsarE .framer-1stxpv4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gsarE .framer-1o37rfg-container, .framer-gsarE .framer-gtboxp-container { flex: none; height: 48px; position: relative; width: 100%; }\",\".framer-gsarE .framer-1a9kr2d { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; grid-column: auto / span 4; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 1fr; }\",\".framer-gsarE .framer-1almz1v { --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-gsarE .framer-ise35a-container { flex: none; height: 576px; position: relative; width: 100%; }\",\".framer-gsarE .framer-1sjee5r-container, .framer-gsarE .framer-1lzv8l0-container, .framer-gsarE .framer-mvmmcs-container { height: auto; position: relative; width: 1440px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gsarE.framer-1tcgwek, .framer-gsarE .framer-1oo6t32, .framer-gsarE .framer-nsjuvq, .framer-gsarE .framer-1hwt7uc, .framer-gsarE .framer-b799yp, .framer-gsarE .framer-1a9kr2d, .framer-gsarE .framer-1stxpv4 { gap: 0px; } .framer-gsarE.framer-1tcgwek > *, .framer-gsarE .framer-1oo6t32 > *, .framer-gsarE .framer-nsjuvq > *, .framer-gsarE .framer-b799yp > *, .framer-gsarE .framer-1a9kr2d > *, .framer-gsarE .framer-1stxpv4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gsarE.framer-1tcgwek > :first-child, .framer-gsarE .framer-1oo6t32 > :first-child, .framer-gsarE .framer-nsjuvq > :first-child, .framer-gsarE .framer-1hwt7uc > :first-child, .framer-gsarE .framer-b799yp > :first-child, .framer-gsarE .framer-1a9kr2d > :first-child, .framer-gsarE .framer-1stxpv4 > :first-child { margin-top: 0px; } .framer-gsarE.framer-1tcgwek > :last-child, .framer-gsarE .framer-1oo6t32 > :last-child, .framer-gsarE .framer-nsjuvq > :last-child, .framer-gsarE .framer-1hwt7uc > :last-child, .framer-gsarE .framer-b799yp > :last-child, .framer-gsarE .framer-1a9kr2d > :last-child, .framer-gsarE .framer-1stxpv4 > :last-child { margin-bottom: 0px; } .framer-gsarE .framer-1hwt7uc > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",`@media (min-width: 768px) and (max-width: 991px) { .${metadata.bodyClassName}-framer-gsarE { background: var(--token-7e0b79df-511f-48a6-8582-d8bf701ed768, rgb(240, 243, 243)) /* {\"name\":\"Grey 50\"} */; } .framer-gsarE.framer-1tcgwek { width: 768px; } .framer-gsarE .framer-nsjuvq { padding: 0px 32px 48px 32px; } .framer-gsarE .framer-sw649 { gap: 32px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gsarE .framer-sw649 { gap: 0px; } .framer-gsarE .framer-sw649 > *, .framer-gsarE .framer-sw649 > :first-child, .framer-gsarE .framer-sw649 > :last-child { margin: 0px; } }}`,`@media (max-width: 767px) { .${metadata.bodyClassName}-framer-gsarE { background: var(--token-7e0b79df-511f-48a6-8582-d8bf701ed768, rgb(240, 243, 243)) /* {\"name\":\"Grey 50\"} */; } .framer-gsarE.framer-1tcgwek { width: 480px; } .framer-gsarE .framer-1yczi3u-container { z-index: 2; } .framer-gsarE .framer-nsjuvq { padding: 0px 24px 48px 24px; } .framer-gsarE .framer-1hwt7uc { grid-column: 1 / -1; order: 1; } .framer-gsarE .framer-1a9kr2d { grid-column: 1 / -1; order: 0; } .framer-gsarE .framer-1stxpv4 { height: 768px; } .framer-gsarE .framer-ise35a-container { height: 100%; }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3475\n * @framerIntrinsicWidth 992\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rpRL6Dzlm\":{\"layout\":[\"fixed\",\"auto\"]},\"tNDHxjALH\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerRtkfabFEl=withCSS(Component,css,\"framer-gsarE\");export default FramerRtkfabFEl;FramerRtkfabFEl.displayName=\"Services / Stress\";FramerRtkfabFEl.defaultProps={height:3475,width:992};addFonts(FramerRtkfabFEl,[{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\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]},...NavbarFonts,...HeroFonts,...CategoryLinkFonts,...SlideFonts,...SlideshowFonts,...ContactFormFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRtkfabFEl\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rpRL6Dzlm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tNDHxjALH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"3475\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"992\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavbarFonts", "getFonts", "ZzX4e2En4_default", "HeroFonts", "OLR62FNEt_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "CategoryLinkFonts", "rIKWwvQC6_default", "MotionDivWithFX", "withFX", "motion", "SlideFonts", "XZsxXsiqs_default", "SlideshowFonts", "Slideshow", "ImageWithFX", "Image2", "ContactFormFonts", "vwrKCNvAV_default", "ContainerWithFX", "FooterFonts", "MaDxyBEzu_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "addImageAlt", "image", "alt", "animation2", "animation3", "transition2", "animation4", "animation5", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "router", "useRouter", "elementId", "useRouteElementId", "ref2", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "ZzX4e2En4_default", "ContainerWithOptimizedAppearEffect", "OLR62FNEt_default", "MotionDivWithFX", "RichText2", "x", "ResolveLinks", "resolvedLinks", "rIKWwvQC6_default", "resolvedLinks1", "getLoadingLazyAtYPosition", "ImageWithFX", "Slideshow", "XZsxXsiqs_default", "ContainerWithFX", "vwrKCNvAV_default", "MaDxyBEzu_default", "css", "FramerRtkfabFEl", "withCSS", "RtkfabFEl_default", "addFonts", "NavbarFonts", "HeroFonts", "CategoryLinkFonts", "SlideFonts", "SlideshowFonts", "ContactFormFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
