{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/9JJmfPM4BkUCSafdP5JA/yZ0vKjJEXMlAul9bBku5/Qb68imeTc.js", "ssg:https://framerusercontent.com/modules/B7ToGfZWKUEyH2eq85A1/k5rfbsm9TLwtVBoG8ayd/DziGp6oUR.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "// Generated by Framer (4d22d44)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-DL0r8\";const variantClassNames={wGJpHbBRF:\"framer-v-vsy4rz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({default1,height,id,width,...props})=>{var _ref;return{...props,ecrumXIkg:(_ref=default1!==null&&default1!==void 0?default1:props.ecrumXIkg)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/nZhG0Oed9oXHXsRjYdEWL8d5F90.svg\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ecrumXIkg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"wGJpHbBRF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:52,pixelWidth:103,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(ecrumXIkg),...{positionX:\"center\",positionY:\"center\"}},className:cx(serializationHash,...sharedStyleClassNames,\"framer-vsy4rz\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"wGJpHbBRF\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style}})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DL0r8.framer-140613w, .framer-DL0r8 .framer-140613w { display: block; }\",\".framer-DL0r8.framer-vsy4rz { height: 50px; overflow: hidden; position: relative; width: 100px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ecrumXIkg\":\"default1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQb68imeTc=withCSS(Component,css,\"framer-DL0r8\");export default FramerQb68imeTc;FramerQb68imeTc.displayName=\"Logos/Logo 01\";FramerQb68imeTc.defaultProps={height:50,width:100};addPropertyControls(FramerQb68imeTc,{ecrumXIkg:{__defaultAssetReference:\"data:framer/asset-reference,nZhG0Oed9oXHXsRjYdEWL8d5F90.svg?originalFilename=logo-22.svg&preferredSize=auto\",description:\"Logo SVG\",title:\"Default \",type:ControlType.ResponsiveImage}});addFonts(FramerQb68imeTc,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQb68imeTc\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"50\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"100\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"ecrumXIkg\\\":\\\"default1\\\"}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Qb68imeTc.map", "// Generated by Framer (2fef4c5)\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,useLocaleInfo,useQueryData,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import ElementsSubTitle from\"#framer/local/canvasComponent/A_LNIMVLM/A_LNIMVLM.js\";import CardsServiceCardSecondary from\"#framer/local/canvasComponent/D2FyalYf_/D2FyalYf_.js\";import SectionsBanner from\"#framer/local/canvasComponent/H1Kn8lKdJ/H1Kn8lKdJ.js\";import ButtonsButtons from\"#framer/local/canvasComponent/o4JWSs8zX/o4JWSs8zX.js\";import LogosLogo01 from\"#framer/local/canvasComponent/Qb68imeTc/Qb68imeTc.js\";import SectionsAppointment from\"#framer/local/canvasComponent/R50uI014X/R50uI014X.js\";import Service from\"#framer/local/collection/QEGIKQKHl/QEGIKQKHl.js\";import Doctor from\"#framer/local/collection/y12HOdtA0/y12HOdtA0.js\";import*as sharedStyle5 from\"#framer/local/css/E7i5TSO2d/E7i5TSO2d.js\";import*as sharedStyle2 from\"#framer/local/css/E8OvV94i4/E8OvV94i4.js\";import*as sharedStyle7 from\"#framer/local/css/Hq4hJTTQK/Hq4hJTTQK.js\";import*as sharedStyle6 from\"#framer/local/css/LTf8LSMTx/LTf8LSMTx.js\";import*as sharedStyle from\"#framer/local/css/oAsk5Yjf4/oAsk5Yjf4.js\";import*as sharedStyle1 from\"#framer/local/css/TPnoVPcSj/TPnoVPcSj.js\";import*as sharedStyle4 from\"#framer/local/css/ts32ujac8/ts32ujac8.js\";import*as sharedStyle3 from\"#framer/local/css/XzMBKAlLk/XzMBKAlLk.js\";import metadataProvider from\"#framer/local/webPageMetadata/DziGp6oUR/DziGp6oUR.js\";const SectionsBannerFonts=getFonts(SectionsBanner);const DownloadFonts=getFonts(Download);const LogosLogo01Fonts=getFonts(LogosLogo01);const MotionDivWithFX=withFX(motion.div);const ElementsSubTitleFonts=getFonts(ElementsSubTitle);const ButtonsButtonsFonts=getFonts(ButtonsButtons);const CardsServiceCardSecondaryFonts=getFonts(CardsServiceCardSecondary);const SectionsAppointmentFonts=getFonts(SectionsAppointment);const breakpoints={lpjizQTOy:\"(min-width: 1200px)\",Wf2ndxRKO:\"(max-width: 767px)\",whnOQ4QyI:\"(min-width: 768px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-wFTPY\";const variantClassNames={lpjizQTOy:\"framer-v-vjj3xg\",Wf2ndxRKO:\"framer-v-k7kki\",whnOQ4QyI:\"framer-v-1apszab\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition1={damping:60,delay:.2,mass:1.2,stiffness:300,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition2={damping:60,delay:.1,mass:1.2,stiffness:300,type:\"spring\"};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:\"lpjizQTOy\",Phone:\"Wf2ndxRKO\",Tablet:\"whnOQ4QyI\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"lpjizQTOy\"};};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:\"DziGp6oUR\",data:Doctor,type:\"Collection\"},select:[{collection:\"DziGp6oUR\",name:\"FOXCWVtFF\",type:\"Identifier\"},{collection:\"DziGp6oUR\",name:\"b3krHb3YT\",type:\"Identifier\"},{collection:\"DziGp6oUR\",name:\"vaz5dF3un\",type:\"Identifier\"},{collection:\"DziGp6oUR\",name:\"XLUxzlaNl\",type:\"Identifier\"},{collection:\"DziGp6oUR\",name:\"kFol8gF5x\",type:\"Identifier\"},{collection:\"DziGp6oUR\",name:\"l3fdfQowk\",type:\"Identifier\"},{collection:\"DziGp6oUR\",name:\"P4WV3GB1P\",type:\"Identifier\"},{collection:\"DziGp6oUR\",name:\"BPXFkSXN4\",type:\"Identifier\"},{collection:\"DziGp6oUR\",name:\"VhNYHKCdR\",type:\"Identifier\"},{collection:\"DziGp6oUR\",name:\"gFII1r2JR\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"DziGp6oUR\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,b3krHb3YT=getFromCurrentRouteData(\"b3krHb3YT\"),vaz5dF3un=getFromCurrentRouteData(\"vaz5dF3un\")??\"\",FOXCWVtFF=getFromCurrentRouteData(\"FOXCWVtFF\")??\"\",gFII1r2JR=getFromCurrentRouteData(\"gFII1r2JR\")??\"\",kFol8gF5x=getFromCurrentRouteData(\"kFol8gF5x\")??\"\",XLUxzlaNl=getFromCurrentRouteData(\"XLUxzlaNl\")??\"\",BPXFkSXN4=getFromCurrentRouteData(\"BPXFkSXN4\")??\"\",P4WV3GB1P=getFromCurrentRouteData(\"P4WV3GB1P\")??\"\",l3fdfQowk=getFromCurrentRouteData(\"l3fdfQowk\")??\"\",VhNYHKCdR=getFromCurrentRouteData(\"VhNYHKCdR\"),Lmg783UY2rAms7_oIE,UHFeXUZsbrAms7_oIE,QFp6anG8yrAms7_oIE,h26sy5QkkrAms7_oIE,d9CnSz2UirAms7_oIE,idrAms7_oIE,...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"lpjizQTOy\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-48924659-2497-469f-a136-410153fed7db, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-vjj3xg\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"section\",{\"aria-label\":\"Section\",className:\"framer-wwr80m\",\"data-framer-name\":\"Banner\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:437,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mnyj98-container\",nodeId:\"LOHwwaYWZ\",scopeId:\"DziGp6oUR\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{variant:\"OvuVi9Q0u\"},whnOQ4QyI:{variant:\"rny6iR1eO\"}},children:/*#__PURE__*/_jsx(SectionsBanner,{GEkgnmlj5:\"BEST SOLUTION IN MEDICAL\",height:\"100%\",id:\"LOHwwaYWZ\",layoutId:\"LOHwwaYWZ\",RztG_yaeY:\"Single Team Details\",style:{width:\"100%\"},variant:\"DaCULSZ7X\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"section\",{\"aria-label\":\"Section\",className:\"framer-r2pmad\",\"data-framer-name\":\"Team Details\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j1gay1\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-is36hn\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m7v7g4\",\"data-framer-name\":\"Inner Contents\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+437+60+0+0+0+0+0+0+0),sizes:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,...toResponsiveImage(b3krHb3YT),...{positionX:\"center\",positionY:\"top\"}}},whnOQ4QyI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+437+80+0+0+0+0+0+0+0),sizes:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,...toResponsiveImage(b3krHb3YT),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+437+120+0+0+0+0+267.29999999999995),...toResponsiveImage(b3krHb3YT),...{positionX:\"center\",positionY:\"top\"}},className:\"framer-yzjtob\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g872er\",\"data-framer-name\":\"Text Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9mj43o\",\"data-framer-name\":\"Texts\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qwd2z1\",\"data-framer-name\":\"Name\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18q217r\",\"data-styles-preset\":\"oAsk5Yjf4\",style:{\"--framer-text-color\":\"var(--token-3f20a016-a59d-40a7-bb59-26513220a04d, rgb(22, 31, 123))\"},children:\"HEAD OF IDEA\"})}),className:\"framer-wzdgdn\",\"data-framer-name\":\"head of idea\",fonts:[\"Inter\"],text:vaz5dF3un,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1hhka0q\",\"data-styles-preset\":\"TPnoVPcSj\",style:{\"--framer-text-color\":\"var(--token-3f20a016-a59d-40a7-bb59-26513220a04d, rgb(22, 31, 123))\"},children:\"Alonso H. Nelson\"})}),className:\"framer-1wh34de\",\"data-framer-name\":\"Alonso H. Nelson\",fonts:[\"Inter\"],text:FOXCWVtFF,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:gFII1r2JR,className:\"framer-6ypayt\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],stylesPresetsClassNames:{h5:\"framer-styles-preset-hvh5v3\",h6:\"framer-styles-preset-cn0dbq\",img:\"framer-styles-preset-de2no9\",p:\"framer-styles-preset-75oj60\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eovn4b\",\"data-framer-name\":\"Contact information\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q9sutv\",\"data-framer-name\":\"Wrap \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aoxb05\",\"data-framer-name\":\"Number & Address \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-36xvwf\",\"data-border\":true,\"data-framer-name\":\"Number\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{background:{alt:\"icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+437+60+0+0+0+0+0+0+495+0+242.6+0+0+0+0+0+0+0),pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/M3cm3LE5jveWRVJDVJKMfikxnfA.svg\"}},whnOQ4QyI:{background:{alt:\"icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+437+80+0+0+0+0+0+0+865+0+252.6+0+0+0+0+0+0+0),pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/M3cm3LE5jveWRVJDVJKMfikxnfA.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+437+120+0+0+0+0+0+0+252.6+0+0+0+0+0+0+0),pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/M3cm3LE5jveWRVJDVJKMfikxnfA.svg\"},className:\"framer-a8tjba\",\"data-framer-name\":\"Telephone\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cbzawy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1njc3uu\",\"data-styles-preset\":\"LTf8LSMTx\",style:{\"--framer-text-color\":\"var(--token-3f20a016-a59d-40a7-bb59-26513220a04d, rgb(22, 31, 123))\"},children:/*#__PURE__*/_jsx(Link,{href:kFol8gF5x,motionChild:true,nodeId:\"oXVq2Z8LX\",openInNewTab:true,scopeId:\"DziGp6oUR\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1nip3o3\",\"data-styles-preset\":\"Hq4hJTTQK\",children:\"+(123) 456 789 00\"})})})}),className:\"framer-1nqell1\",\"data-framer-name\":\"+(123) 456 789 00\",fonts:[\"Inter\"],text:XLUxzlaNl,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-75oj60\",\"data-styles-preset\":\"ts32ujac8\",style:{\"--framer-text-color\":\"var(--token-9b5f8141-b0b0-4902-a324-19755dbbd17a, rgb(102, 102, 102))\"},children:\"Phone number\"})}),className:\"framer-qy3qt8\",\"data-framer-name\":\"Phone number\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kntx7m\",\"data-border\":true,\"data-framer-name\":\"Address\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{background:{alt:\"icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+437+60+0+0+0+0+0+0+495+0+242.6+0+0+0+0+0+268+0),pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/nCwvqCitkr2ww2SJZV6ELQ5WEk.svg\"}},whnOQ4QyI:{background:{alt:\"icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+437+80+0+0+0+0+0+0+865+0+252.6+0+0+0+0+0+268+0),pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/nCwvqCitkr2ww2SJZV6ELQ5WEk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+437+120+0+0+0+0+0+0+252.6+0+0+0+0+0+268+0),pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/nCwvqCitkr2ww2SJZV6ELQ5WEk.svg\"},className:\"framer-114w5i3\",\"data-framer-name\":\"Traveling \"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cjsj3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1njc3uu\",\"data-styles-preset\":\"LTf8LSMTx\",style:{\"--framer-text-color\":\"var(--token-3f20a016-a59d-40a7-bb59-26513220a04d, rgb(22, 31, 123))\"},children:\"Address\"})}),className:\"framer-s9pxf5\",\"data-framer-name\":\"New York, US\",fonts:[\"Inter\"],text:BPXFkSXN4,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-75oj60\",\"data-styles-preset\":\"ts32ujac8\",style:{\"--framer-text-color\":\"var(--token-9b5f8141-b0b0-4902-a324-19755dbbd17a, rgb(102, 102, 102))\"},children:\"Address\"})}),className:\"framer-ir7pip\",\"data-framer-name\":\"12A, New Booston Tower\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ram3km\",\"data-border\":true,\"data-framer-name\":\"Email \",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{background:{alt:\"icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+437+60+0+0+0+0+0+0+495+0+242.6+0+0+0+536+0),pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/mXpeM1EviSfinGWf4owluFVrI.svg\"}},whnOQ4QyI:{background:{alt:\"icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+437+80+0+0+0+0+0+0+865+0+252.6+0+0+0+536+0),pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/mXpeM1EviSfinGWf4owluFVrI.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"icon\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+437+120+0+0+0+0+0+0+252.6+0+0+0+536+0),pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/mXpeM1EviSfinGWf4owluFVrI.svg\"},className:\"framer-1qh3wdb\",\"data-framer-name\":\"Telegram\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17frk40\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1njc3uu\",\"data-styles-preset\":\"LTf8LSMTx\",style:{\"--framer-text-color\":\"var(--token-3f20a016-a59d-40a7-bb59-26513220a04d, rgb(22, 31, 123))\"},children:/*#__PURE__*/_jsx(Link,{href:P4WV3GB1P,motionChild:true,nodeId:\"PIn8CCMGe\",openInNewTab:false,scopeId:\"DziGp6oUR\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1nip3o3\",\"data-styles-preset\":\"Hq4hJTTQK\",children:\"info@justio.com\"})})})}),className:\"framer-nsckb1\",\"data-framer-name\":\"info@justio.com\",fonts:[\"Inter\"],text:l3fdfQowk,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-75oj60\",\"data-styles-preset\":\"ts32ujac8\",style:{\"--framer-text-color\":\"var(--token-9b5f8141-b0b0-4902-a324-19755dbbd17a, rgb(102, 102, 102))\"},children:\"Email address\"})}),className:\"framer-3y8n06\",\"data-framer-name\":\"Email address\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-40bjbe\",\"data-framer-name\":\"botton\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-100of0z-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"raUiNAsGz\",scopeId:\"DziGp6oUR\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Almarai\", \"Almarai Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-79176a1b-4d78-4afb-9da7-66a1a44edc3c, rgb(91, 104, 226))\",color:\"var(--token-5c7ff372-4798-4e0f-8469-1b3117a97669, rgb(244, 242, 246))\",scale:1,transition:{damping:80,delay:0,mass:1,stiffness:800,type:\"spring\"}},iconOptions:{alignment:\"start\",color:\"var(--token-48924659-2497-469f-a136-410153fed7db, rgb(255, 255, 255))\",size:16,type:\"Default\"},id:\"raUiNAsGz\",layoutId:\"raUiNAsGz\",srcFile:VhNYHKCdR,srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-3f20a016-a59d-40a7-bb59-26513220a04d, rgb(22, 31, 123))\",borderRadius:50,color:\"var(--token-48924659-2497-469f-a136-410153fed7db, rgb(255, 255, 255))\",gap:10,padding:10,paddingBottom:18,paddingLeft:30,paddingPerSide:true,paddingRight:30,paddingTop:18},text:\"Download Resume\",width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16u6yw8\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{y:(componentViewport?.y||0)+0+437+60+0+0+0+0+1686.6+0},whnOQ4QyI:{y:(componentViewport?.y||0)+0+437+80+0+0+0+0+2066.6+6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"100px\",y:(componentViewport?.y||0)+0+437+120+0+0+0+459.79999999999995+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c4rjgh-container\",nodeId:\"Rh4lDWnEH\",scopeId:\"DziGp6oUR\",children:/*#__PURE__*/_jsx(LogosLogo01,{height:\"100%\",id:\"Rh4lDWnEH\",layoutId:\"Rh4lDWnEH\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{height:50,width:\"100px\",y:(componentViewport?.y||0)+0+437+60+0+0+0+0+1686.6+0},whnOQ4QyI:{y:(componentViewport?.y||0)+0+437+80+0+0+0+0+2066.6+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"147px\",y:(componentViewport?.y||0)+0+437+120+0+0+0+459.79999999999995+0+90,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1edk1s1-container\",nodeId:\"DRMm10waI\",scopeId:\"DziGp6oUR\",children:/*#__PURE__*/_jsx(LogosLogo01,{ecrumXIkg:addImageAlt({src:\"https://framerusercontent.com/images/jbFllO0Po7LoiMVc1YD3jb7Lep0.svg\"},\"icon\"),height:\"100%\",id:\"DRMm10waI\",layoutId:\"DRMm10waI\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{y:(componentViewport?.y||0)+0+437+60+0+0+0+0+1686.6+0},whnOQ4QyI:{y:(componentViewport?.y||0)+0+437+80+0+0+0+0+2066.6+6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"100px\",y:(componentViewport?.y||0)+0+437+120+0+0+0+459.79999999999995+0+192,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x0kj8a-container\",nodeId:\"Knfiem0Vi\",scopeId:\"DziGp6oUR\",children:/*#__PURE__*/_jsx(LogosLogo01,{ecrumXIkg:addImageAlt({src:\"https://framerusercontent.com/images/FIqRgPPxROu4lnwYUiuVJHQxo.svg\"},\"icon\"),height:\"100%\",id:\"Knfiem0Vi\",layoutId:\"Knfiem0Vi\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]})})}),/*#__PURE__*/_jsxs(\"section\",{\"aria-label\":\"Section\",className:\"framer-1kxlcla\",\"data-framer-name\":\"Service Section\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2293.6+0),pixelHeight:1460,pixelWidth:1598,positionX:\"center\",positionY:\"center\",sizes:\"365px\",src:\"https://framerusercontent.com/images/v09f43z31dAoWtkStoIK0LnZtI.png\",srcSet:\"https://framerusercontent.com/images/v09f43z31dAoWtkStoIK0LnZtI.png?scale-down-to=512 512w,https://framerusercontent.com/images/v09f43z31dAoWtkStoIK0LnZtI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/v09f43z31dAoWtkStoIK0LnZtI.png 1598w\"}},whnOQ4QyI:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2725.6+18),pixelHeight:1460,pixelWidth:1598,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.8698)`,src:\"https://framerusercontent.com/images/v09f43z31dAoWtkStoIK0LnZtI.png\",srcSet:\"https://framerusercontent.com/images/v09f43z31dAoWtkStoIK0LnZtI.png?scale-down-to=512 512w,https://framerusercontent.com/images/v09f43z31dAoWtkStoIK0LnZtI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/v09f43z31dAoWtkStoIK0LnZtI.png 1598w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1838.6+255),pixelHeight:1460,pixelWidth:1598,positionX:\"center\",positionY:\"center\",sizes:\"800px\",src:\"https://framerusercontent.com/images/v09f43z31dAoWtkStoIK0LnZtI.png\",srcSet:\"https://framerusercontent.com/images/v09f43z31dAoWtkStoIK0LnZtI.png?scale-down-to=512 512w,https://framerusercontent.com/images/v09f43z31dAoWtkStoIK0LnZtI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/v09f43z31dAoWtkStoIK0LnZtI.png 1598w\"},className:\"framer-13lvi1g\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2293.6+0+80.00000000000009),pixelHeight:204,pixelWidth:204,src:\"https://framerusercontent.com/images/denrRMeKvDxQgFKGezvJuECLojU.svg\"}},whnOQ4QyI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2725.6+18+134.5000000000001),pixelHeight:204,pixelWidth:204,src:\"https://framerusercontent.com/images/denrRMeKvDxQgFKGezvJuECLojU.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1838.6+255+297.50000000000017),pixelHeight:204,pixelWidth:204,src:\"https://framerusercontent.com/images/denrRMeKvDxQgFKGezvJuECLojU.svg\"},className:\"framer-108eqq\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lhv8ez\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cmnvb1\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1unz3hn\",\"data-framer-name\":\"Left Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m3dzb4\",\"data-framer-name\":\"Text Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{y:(componentViewport?.y||0)+0+2293.6+60+-5684341886080802e-29+0+0+0+0+0+0+0+0},whnOQ4QyI:{y:(componentViewport?.y||0)+0+2725.6+80+-5684341886080802e-29+0+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+0+1838.6+120+0+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tm3ge4-container\",nodeId:\"oRU__vGAL\",scopeId:\"DziGp6oUR\",children:/*#__PURE__*/_jsx(ElementsSubTitle,{GSIfjWP3t:addImageAlt({src:\"https://framerusercontent.com/images/5TqMvdiQ2VIg75WSR4GulkO2RU.svg\"},\"\"),height:\"100%\",id:\"oRU__vGAL\",layoutId:\"oRU__vGAL\",lglrVL3H4:true,M0mGgaLvV:\"var(--token-3f20a016-a59d-40a7-bb59-26513220a04d, rgb(22, 31, 123))\",SICiAPFML:\"OUR SERVICES\",variant:\"ds1c4IzTe\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-j777c7\",\"data-framer-name\":\"Title & Subtitle\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1hhka0q\",\"data-styles-preset\":\"TPnoVPcSj\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-3f20a016-a59d-40a7-bb59-26513220a04d, rgb(22, 31, 123))\"},children:\"Collaborating with leading hospitals and medi-center.\"})}),className:\"framer-1kqhozj\",\"data-framer-name\":\"Collaborating with leading hospitals, doctors & clinics\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zQIW7X7A4\"},implicitPathVariables:undefined},{href:{webPageId:\"zQIW7X7A4\"},implicitPathVariables:undefined},{href:{webPageId:\"zQIW7X7A4\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{y:(componentViewport?.y||0)+0+2293.6+60+-5684341886080802e-29+0+0+0+0+0+127.6},whnOQ4QyI:{y:(componentViewport?.y||0)+0+2725.6+80+-5684341886080802e-29+0+0+0+0+0+152.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+1838.6+120+0+0+0+0+0+162.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8xly6g-container\",nodeId:\"Whn3Gb79k\",scopeId:\"DziGp6oUR\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{Vl7bQgsoZ:resolvedLinks[2]},whnOQ4QyI:{Vl7bQgsoZ:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonsButtons,{height:\"100%\",id:\"Whn3Gb79k\",layoutId:\"Whn3Gb79k\",ougqIsSBB:true,ult_z8Hvs:\"Get In Touch\",variant:\"HBhGzDokI\",Vl7bQgsoZ:resolvedLinks[0],width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1osmlr1\",\"data-framer-name\":\"wrap\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-3x29bd\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"rAms7_oIE\",data:Service,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"rAms7_oIE\",name:\"Lmg783UY2\",type:\"Identifier\"},{collection:\"rAms7_oIE\",name:\"UHFeXUZsb\",type:\"Identifier\"},{collection:\"rAms7_oIE\",name:\"QFp6anG8y\",type:\"Identifier\"},{collection:\"rAms7_oIE\",name:\"h26sy5Qkk\",type:\"Identifier\"},{collection:\"rAms7_oIE\",name:\"d9CnSz2Ui\",type:\"Identifier\"},{collection:\"rAms7_oIE\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({d9CnSz2Ui:d9CnSz2UirAms7_oIE,h26sy5Qkk:h26sy5QkkrAms7_oIE,id:idrAms7_oIE,Lmg783UY2:Lmg783UY2rAms7_oIE,QFp6anG8y:QFp6anG8yrAms7_oIE,UHFeXUZsb:UHFeXUZsbrAms7_oIE},index)=>{h26sy5QkkrAms7_oIE??=\"\";d9CnSz2UirAms7_oIE??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`rAms7_oIE-${idrAms7_oIE}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{d9CnSz2Ui:d9CnSz2UirAms7_oIE},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nyddh0\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{d9CnSz2Ui:d9CnSz2UirAms7_oIE},webPageId:\"jaUtO0kvX\"},implicitPathVariables:undefined},{href:{pathVariables:{d9CnSz2Ui:d9CnSz2UirAms7_oIE},webPageId:\"jaUtO0kvX\"},implicitPathVariables:undefined},{href:{pathVariables:{d9CnSz2Ui:d9CnSz2UirAms7_oIE},webPageId:\"jaUtO0kvX\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{width:`max(max(${componentViewport?.width||\"100vw\"} - 40px, 50px), 1px)`,y:(componentViewport?.y||0)+0+2293.6+60+-5684341886080802e-29+0+0+0+218.6+0+0+0+0+0},whnOQ4QyI:{width:`max(max((${componentViewport?.width||\"100vw\"} - 80px) / 2, 50px), 1px)`,y:(componentViewport?.y||0)+0+2725.6+80+-5684341886080802e-29+0+0+0+258.6+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:`max(max((max(min(${componentViewport?.width||\"100vw\"} - 60px, 1320px) * 0.6 - 80px, 1px) - 20px) / 2, 50px), 1px)`,y:(componentViewport?.y||0)+0+1838.6+120+0+0+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hlurh2-container\",nodeId:\"g5wk2VkS_\",scopeId:\"DziGp6oUR\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{gX_sU48yv:resolvedLinks1[2],variant:\"LfD53KI3s\"},whnOQ4QyI:{gX_sU48yv:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(CardsServiceCardSecondary,{GN64BbJ5Y:h26sy5QkkrAms7_oIE,gX_sU48yv:resolvedLinks1[0],height:\"100%\",id:\"g5wk2VkS_\",layoutId:\"g5wk2VkS_\",NwdOGMNE0:toResponsiveImage(UHFeXUZsbrAms7_oIE),QbkFbYQIQ:toResponsiveImage(Lmg783UY2rAms7_oIE),shkpEgUwM:toResponsiveImage(QFp6anG8yrAms7_oIE),style:{width:\"100%\"},variant:\"fjkn3QzIy\",width:\"100%\"})})})})})})})})},idrAms7_oIE);})})})})})})]})})]}),/*#__PURE__*/_jsx(\"section\",{\"aria-label\":\"Section\",className:\"framer-jr29ie\",\"data-framer-name\":\"Appointment Section\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{y:(componentViewport?.y||0)+0+3332.2+30+0},whnOQ4QyI:{y:(componentViewport?.y||0)+0+3824.2+40+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:487,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3108.6+60+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jutf8n-container\",nodeId:\"JaYjNsmK0\",scopeId:\"DziGp6oUR\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Wf2ndxRKO:{variant:\"T_NfsRwlv\"},whnOQ4QyI:{variant:\"d53d_eE44\"}},children:/*#__PURE__*/_jsx(SectionsAppointment,{height:\"100%\",id:\"JaYjNsmK0\",layoutId:\"JaYjNsmK0\",style:{width:\"100%\"},variant:\"kopq72Icf\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wFTPY.framer-d8pejs, .framer-wFTPY .framer-d8pejs { display: block; }\",\".framer-wFTPY.framer-vjj3xg { align-content: center; align-items: center; background-color: var(--token-48924659-2497-469f-a136-410153fed7db, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-wFTPY .framer-wwr80m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wFTPY .framer-mnyj98-container, .framer-wFTPY .framer-1jutf8n-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-wFTPY .framer-r2pmad { align-content: center; align-items: center; background-color: var(--token-48924659-2497-469f-a136-410153fed7db, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 30px 120px 30px; position: relative; width: 100%; }\",\".framer-wFTPY .framer-1j1gay1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1320px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-wFTPY .framer-is36hn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 6; }\",\".framer-wFTPY .framer-1m7v7g4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-wFTPY .framer-yzjtob { aspect-ratio: 0.7208931419457735 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 626px); position: relative; width: 1px; }\",\".framer-wFTPY .framer-g872er { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-wFTPY .framer-9mj43o, .framer-wFTPY .framer-q9sutv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wFTPY .framer-1qwd2z1, .framer-wFTPY .framer-1m3dzb4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wFTPY .framer-wzdgdn { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wFTPY .framer-1wh34de, .framer-wFTPY .framer-6ypayt, .framer-wFTPY .framer-1nqell1, .framer-wFTPY .framer-qy3qt8, .framer-wFTPY .framer-s9pxf5, .framer-wFTPY .framer-ir7pip, .framer-wFTPY .framer-nsckb1, .framer-wFTPY .framer-3y8n06, .framer-wFTPY .framer-1kqhozj { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wFTPY .framer-1eovn4b, .framer-wFTPY .framer-j777c7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wFTPY .framer-aoxb05 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wFTPY .framer-36xvwf, .framer-wFTPY .framer-kntx7m, .framer-wFTPY .framer-1ram3km { --border-bottom-width: 1px; --border-color: var(--token-3274967a-f054-4a7b-be77-b51d9887ad26, #e2e4f1); --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: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 25px 0px; position: relative; width: 100%; }\",\".framer-wFTPY .framer-a8tjba, .framer-wFTPY .framer-114w5i3, .framer-wFTPY .framer-1qh3wdb { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-wFTPY .framer-cbzawy, .framer-wFTPY .framer-cjsj3, .framer-wFTPY .framer-17frk40 { 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: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wFTPY .framer-40bjbe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wFTPY .framer-100of0z-container, .framer-wFTPY .framer-1tm3ge4-container, .framer-wFTPY .framer-8xly6g-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-wFTPY .framer-16u6yw8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wFTPY .framer-c4rjgh-container, .framer-wFTPY .framer-1x0kj8a-container { aspect-ratio: 2 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: relative; width: 100px; }\",\".framer-wFTPY .framer-1edk1s1-container { flex: none; height: 62px; position: relative; width: 147px; }\",\".framer-wFTPY .framer-1kxlcla { align-content: center; align-items: center; background-color: var(--token-5c7ff372-4798-4e0f-8469-1b3117a97669, #f4f2f6); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 120px 30px 60px 30px; position: relative; width: 100%; }\",\".framer-wFTPY .framer-13lvi1g { aspect-ratio: 1 / 1; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: var(--framer-aspect-ratio-supported, 800px); left: 0px; overflow: hidden; position: absolute; top: 255px; width: 800px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-wFTPY .framer-108eqq { border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: 205px; left: calc(50.00000000000002% - 205px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 205px / 2); width: 205px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-wFTPY .framer-1lhv8ez { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1320px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-wFTPY .framer-cmnvb1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-wFTPY .framer-1unz3hn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 25px; width: 40%; z-index: 1; }\",\".framer-wFTPY .framer-1osmlr1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wFTPY .framer-3x29bd { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-wFTPY .framer-1nyddh0 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-wFTPY .framer-1hlurh2-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-wFTPY .framer-jr29ie { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 0px 60px 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-wFTPY.framer-vjj3xg, .framer-wFTPY .framer-wwr80m, .framer-wFTPY .framer-r2pmad, .framer-wFTPY .framer-1j1gay1, .framer-wFTPY .framer-is36hn, .framer-wFTPY .framer-1m7v7g4, .framer-wFTPY .framer-g872er, .framer-wFTPY .framer-9mj43o, .framer-wFTPY .framer-1qwd2z1, .framer-wFTPY .framer-1eovn4b, .framer-wFTPY .framer-q9sutv, .framer-wFTPY .framer-aoxb05, .framer-wFTPY .framer-36xvwf, .framer-wFTPY .framer-cbzawy, .framer-wFTPY .framer-kntx7m, .framer-wFTPY .framer-cjsj3, .framer-wFTPY .framer-1ram3km, .framer-wFTPY .framer-17frk40, .framer-wFTPY .framer-40bjbe, .framer-wFTPY .framer-16u6yw8, .framer-wFTPY .framer-1kxlcla, .framer-wFTPY .framer-1lhv8ez, .framer-wFTPY .framer-cmnvb1, .framer-wFTPY .framer-1unz3hn, .framer-wFTPY .framer-1m3dzb4, .framer-wFTPY .framer-j777c7, .framer-wFTPY .framer-1osmlr1, .framer-wFTPY .framer-1nyddh0, .framer-wFTPY .framer-jr29ie { gap: 0px; } .framer-wFTPY.framer-vjj3xg > *, .framer-wFTPY .framer-r2pmad > *, .framer-wFTPY .framer-1kxlcla > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wFTPY.framer-vjj3xg > :first-child, .framer-wFTPY .framer-wwr80m > :first-child, .framer-wFTPY .framer-r2pmad > :first-child, .framer-wFTPY .framer-1j1gay1 > :first-child, .framer-wFTPY .framer-g872er > :first-child, .framer-wFTPY .framer-9mj43o > :first-child, .framer-wFTPY .framer-1qwd2z1 > :first-child, .framer-wFTPY .framer-1eovn4b > :first-child, .framer-wFTPY .framer-q9sutv > :first-child, .framer-wFTPY .framer-aoxb05 > :first-child, .framer-wFTPY .framer-cbzawy > :first-child, .framer-wFTPY .framer-cjsj3 > :first-child, .framer-wFTPY .framer-17frk40 > :first-child, .framer-wFTPY .framer-16u6yw8 > :first-child, .framer-wFTPY .framer-1kxlcla > :first-child, .framer-wFTPY .framer-1lhv8ez > :first-child, .framer-wFTPY .framer-1unz3hn > :first-child, .framer-wFTPY .framer-1m3dzb4 > :first-child, .framer-wFTPY .framer-j777c7 > :first-child, .framer-wFTPY .framer-1osmlr1 > :first-child, .framer-wFTPY .framer-jr29ie > :first-child { margin-top: 0px; } .framer-wFTPY.framer-vjj3xg > :last-child, .framer-wFTPY .framer-wwr80m > :last-child, .framer-wFTPY .framer-r2pmad > :last-child, .framer-wFTPY .framer-1j1gay1 > :last-child, .framer-wFTPY .framer-g872er > :last-child, .framer-wFTPY .framer-9mj43o > :last-child, .framer-wFTPY .framer-1qwd2z1 > :last-child, .framer-wFTPY .framer-1eovn4b > :last-child, .framer-wFTPY .framer-q9sutv > :last-child, .framer-wFTPY .framer-aoxb05 > :last-child, .framer-wFTPY .framer-cbzawy > :last-child, .framer-wFTPY .framer-cjsj3 > :last-child, .framer-wFTPY .framer-17frk40 > :last-child, .framer-wFTPY .framer-16u6yw8 > :last-child, .framer-wFTPY .framer-1kxlcla > :last-child, .framer-wFTPY .framer-1lhv8ez > :last-child, .framer-wFTPY .framer-1unz3hn > :last-child, .framer-wFTPY .framer-1m3dzb4 > :last-child, .framer-wFTPY .framer-j777c7 > :last-child, .framer-wFTPY .framer-1osmlr1 > :last-child, .framer-wFTPY .framer-jr29ie > :last-child { margin-bottom: 0px; } .framer-wFTPY .framer-wwr80m > *, .framer-wFTPY .framer-1j1gay1 > *, .framer-wFTPY .framer-cbzawy > *, .framer-wFTPY .framer-cjsj3 > *, .framer-wFTPY .framer-17frk40 > *, .framer-wFTPY .framer-jr29ie > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-wFTPY .framer-is36hn > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-wFTPY .framer-is36hn > :first-child, .framer-wFTPY .framer-1m7v7g4 > :first-child, .framer-wFTPY .framer-36xvwf > :first-child, .framer-wFTPY .framer-kntx7m > :first-child, .framer-wFTPY .framer-1ram3km > :first-child, .framer-wFTPY .framer-40bjbe > :first-child, .framer-wFTPY .framer-cmnvb1 > :first-child, .framer-wFTPY .framer-1nyddh0 > :first-child { margin-left: 0px; } .framer-wFTPY .framer-is36hn > :last-child, .framer-wFTPY .framer-1m7v7g4 > :last-child, .framer-wFTPY .framer-36xvwf > :last-child, .framer-wFTPY .framer-kntx7m > :last-child, .framer-wFTPY .framer-1ram3km > :last-child, .framer-wFTPY .framer-40bjbe > :last-child, .framer-wFTPY .framer-cmnvb1 > :last-child, .framer-wFTPY .framer-1nyddh0 > :last-child { margin-right: 0px; } .framer-wFTPY .framer-1m7v7g4 > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-wFTPY .framer-g872er > *, .framer-wFTPY .framer-16u6yw8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-wFTPY .framer-9mj43o > *, .framer-wFTPY .framer-q9sutv > *, .framer-wFTPY .framer-aoxb05 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-wFTPY .framer-1qwd2z1 > *, .framer-wFTPY .framer-1m3dzb4 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-wFTPY .framer-1eovn4b > *, .framer-wFTPY .framer-j777c7 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-wFTPY .framer-36xvwf > *, .framer-wFTPY .framer-kntx7m > *, .framer-wFTPY .framer-1ram3km > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-wFTPY .framer-40bjbe > *, .framer-wFTPY .framer-1nyddh0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-wFTPY .framer-1lhv8ez > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-wFTPY .framer-cmnvb1 > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-wFTPY .framer-1unz3hn > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-wFTPY .framer-1osmlr1 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-wFTPY[data-border=\"true\"]::after, .framer-wFTPY [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: 768px) and (max-width: 1199px) { .framer-wFTPY.framer-vjj3xg { width: 768px; } .framer-wFTPY .framer-r2pmad { padding: 80px 30px 80px 30px; } .framer-wFTPY .framer-1j1gay1 { align-content: flex-start; align-items: flex-start; max-width: unset; } .framer-wFTPY .framer-is36hn { flex-direction: column; gap: 40px; justify-content: flex-start; } .framer-wFTPY .framer-1m7v7g4 { flex: none; flex-direction: column; gap: 50px; width: 100%; } .framer-wFTPY .framer-yzjtob { aspect-ratio: 0.8687116564417178 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 815px); width: 100%; } .framer-wFTPY .framer-g872er { flex: none; width: 100%; } .framer-wFTPY .framer-16u6yw8 { flex-direction: row; justify-content: flex-start; width: 100%; } .framer-wFTPY .framer-1kxlcla { padding: 80px 30px 40px 30px; } .framer-wFTPY .framer-13lvi1g { aspect-ratio: 1.409282700421941 / 1; height: var(--framer-aspect-ratio-supported, 474px); left: 50px; top: 18px; width: 87%; } .framer-wFTPY .framer-1lhv8ez { gap: 60px; max-width: unset; } .framer-wFTPY .framer-cmnvb1 { flex-direction: column; gap: 50px; } .framer-wFTPY .framer-1unz3hn { gap: 50px; position: relative; top: unset; width: 75%; } .framer-wFTPY .framer-1osmlr1 { flex: none; gap: 25px; width: 100%; } .framer-wFTPY .framer-jr29ie { padding: 40px 0px 40px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-wFTPY .framer-is36hn, .framer-wFTPY .framer-1m7v7g4, .framer-wFTPY .framer-16u6yw8, .framer-wFTPY .framer-1lhv8ez, .framer-wFTPY .framer-cmnvb1, .framer-wFTPY .framer-1unz3hn, .framer-wFTPY .framer-1osmlr1 { gap: 0px; } .framer-wFTPY .framer-is36hn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-wFTPY .framer-is36hn > :first-child, .framer-wFTPY .framer-1m7v7g4 > :first-child, .framer-wFTPY .framer-1lhv8ez > :first-child, .framer-wFTPY .framer-cmnvb1 > :first-child, .framer-wFTPY .framer-1unz3hn > :first-child, .framer-wFTPY .framer-1osmlr1 > :first-child { margin-top: 0px; } .framer-wFTPY .framer-is36hn > :last-child, .framer-wFTPY .framer-1m7v7g4 > :last-child, .framer-wFTPY .framer-1lhv8ez > :last-child, .framer-wFTPY .framer-cmnvb1 > :last-child, .framer-wFTPY .framer-1unz3hn > :last-child, .framer-wFTPY .framer-1osmlr1 > :last-child { margin-bottom: 0px; } .framer-wFTPY .framer-1m7v7g4 > *, .framer-wFTPY .framer-cmnvb1 > *, .framer-wFTPY .framer-1unz3hn > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-wFTPY .framer-16u6yw8 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-wFTPY .framer-16u6yw8 > :first-child { margin-left: 0px; } .framer-wFTPY .framer-16u6yw8 > :last-child { margin-right: 0px; } .framer-wFTPY .framer-1lhv8ez > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-wFTPY .framer-1osmlr1 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }}\",\"@media (max-width: 767px) { .framer-wFTPY.framer-vjj3xg { width: 390px; } .framer-wFTPY .framer-r2pmad { padding: 60px 20px 60px 20px; } .framer-wFTPY .framer-1j1gay1 { max-width: unset; } .framer-wFTPY .framer-is36hn, .framer-wFTPY .framer-cmnvb1 { flex-direction: column; gap: 35px; } .framer-wFTPY .framer-1m7v7g4 { flex: none; flex-direction: column; gap: 35px; width: 100%; } .framer-wFTPY .framer-yzjtob { aspect-ratio: 0.7608695652173914 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 460px); width: 100%; } .framer-wFTPY .framer-g872er { flex: none; gap: 35px; width: 100%; } .framer-wFTPY .framer-9mj43o { gap: 20px; } .framer-wFTPY .framer-1eovn4b { gap: 35px; justify-content: flex-start; } .framer-wFTPY .framer-q9sutv { align-content: center; align-items: center; } .framer-wFTPY .framer-40bjbe { justify-content: center; } .framer-wFTPY .framer-16u6yw8 { flex-direction: row; gap: unset; justify-content: space-between; width: 100%; } .framer-wFTPY .framer-1edk1s1-container { height: 50px; width: 100px; } .framer-wFTPY .framer-1kxlcla { overflow: hidden; padding: 60px 20px 40px 20px; } .framer-wFTPY .framer-13lvi1g { height: var(--framer-aspect-ratio-supported, 365px); left: 13px; top: 0px; width: 365px; } .framer-wFTPY .framer-1lhv8ez { gap: 50px; max-width: unset; } .framer-wFTPY .framer-1unz3hn { gap: 25px; position: relative; top: unset; width: 100%; } .framer-wFTPY .framer-1osmlr1 { flex: none; width: 100%; } .framer-wFTPY .framer-3x29bd { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-wFTPY .framer-jr29ie { padding: 30px 0px 30px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-wFTPY .framer-is36hn, .framer-wFTPY .framer-1m7v7g4, .framer-wFTPY .framer-g872er, .framer-wFTPY .framer-9mj43o, .framer-wFTPY .framer-1eovn4b, .framer-wFTPY .framer-16u6yw8, .framer-wFTPY .framer-1lhv8ez, .framer-wFTPY .framer-cmnvb1, .framer-wFTPY .framer-1unz3hn { gap: 0px; } .framer-wFTPY .framer-is36hn > *, .framer-wFTPY .framer-1m7v7g4 > *, .framer-wFTPY .framer-g872er > *, .framer-wFTPY .framer-1eovn4b > *, .framer-wFTPY .framer-cmnvb1 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-wFTPY .framer-is36hn > :first-child, .framer-wFTPY .framer-1m7v7g4 > :first-child, .framer-wFTPY .framer-g872er > :first-child, .framer-wFTPY .framer-9mj43o > :first-child, .framer-wFTPY .framer-1eovn4b > :first-child, .framer-wFTPY .framer-1lhv8ez > :first-child, .framer-wFTPY .framer-cmnvb1 > :first-child, .framer-wFTPY .framer-1unz3hn > :first-child { margin-top: 0px; } .framer-wFTPY .framer-is36hn > :last-child, .framer-wFTPY .framer-1m7v7g4 > :last-child, .framer-wFTPY .framer-g872er > :last-child, .framer-wFTPY .framer-9mj43o > :last-child, .framer-wFTPY .framer-1eovn4b > :last-child, .framer-wFTPY .framer-1lhv8ez > :last-child, .framer-wFTPY .framer-cmnvb1 > :last-child, .framer-wFTPY .framer-1unz3hn > :last-child { margin-bottom: 0px; } .framer-wFTPY .framer-9mj43o > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-wFTPY .framer-16u6yw8 > *, .framer-wFTPY .framer-16u6yw8 > :first-child, .framer-wFTPY .framer-16u6yw8 > :last-child { margin: 0px; } .framer-wFTPY .framer-1lhv8ez > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-wFTPY .framer-1unz3hn > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4007\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"whnOQ4QyI\":{\"layout\":[\"fixed\",\"auto\"]},\"Wf2ndxRKO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerDziGp6oUR=withCSS(Component,css,\"framer-wFTPY\");export default FramerDziGp6oUR;FramerDziGp6oUR.displayName=\"Page\";FramerDziGp6oUR.defaultProps={height:4007,width:1200};addFonts(FramerDziGp6oUR,[{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:\"Almarai\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/almarai/v18/tssoApxBaigK_hnnS-aghn2coq72sXg.woff2\",weight:\"700\"}]},...SectionsBannerFonts,...DownloadFonts,...LogosLogo01Fonts,...ElementsSubTitleFonts,...ButtonsButtonsFonts,...CardsServiceCardSecondaryFonts,...SectionsAppointmentFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDziGp6oUR\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"4007\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"whnOQ4QyI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Wf2ndxRKO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["IconType", "SrcType", "metaTagSelector", "isPublishedSiteOrSSG", "Download", "props", "styleOptions", "hoverOptions", "iconOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "gap", "isInPublishedSiteOrSSG", "downloadURL", "paddingValue", "getIcon", "ref", "ref1", "iconStyle", "p", "getCursor", "buttonTitle", "u", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "fontControlStyles", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "default1", "height", "id", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "ecrumXIkg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "serializationHash", "css", "FramerQb68imeTc", "withCSS", "Qb68imeTc_default", "addPropertyControls", "ControlType", "addFonts", "SectionsBannerFonts", "getFonts", "H1Kn8lKdJ_default", "DownloadFonts", "Download", "LogosLogo01Fonts", "Qb68imeTc_default", "MotionDivWithFX", "withFX", "motion", "ElementsSubTitleFonts", "A_LNIMVLM_default", "ButtonsButtonsFonts", "o4JWSs8zX_default", "CardsServiceCardSecondaryFonts", "D2FyalYf_default", "SectionsAppointmentFonts", "R50uI014X_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "toResponsiveImage", "value", "addImageAlt", "image", "alt", "animation1", "transition2", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "y12HOdtA0_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "b3krHb3YT", "vaz5dF3un", "FOXCWVtFF", "gFII1r2JR", "kFol8gF5x", "XLUxzlaNl", "BPXFkSXN4", "P4WV3GB1P", "l3fdfQowk", "VhNYHKCdR", "Lmg783UY2rAms7_oIE", "UHFeXUZsbrAms7_oIE", "QFp6anG8yrAms7_oIE", "h26sy5QkkrAms7_oIE", "d9CnSz2UirAms7_oIE", "idrAms7_oIE", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "H1Kn8lKdJ_default", "MotionDivWithFX", "getLoadingLazyAtYPosition", "Image2", "RichText2", "x", "Link", "Download", "Qb68imeTc_default", "A_LNIMVLM_default", "ResolveLinks", "resolvedLinks", "o4JWSs8zX_default", "ChildrenCanSuspend", "QEGIKQKHl_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "resolvedLinks1", "D2FyalYf_default", "R50uI014X_default", "css", "FramerDziGp6oUR", "withCSS", "DziGp6oUR_default", "addFonts", "SectionsBannerFonts", "DownloadFonts", "LogosLogo01Fonts", "ElementsSubTitleFonts", "ButtonsButtonsFonts", "CardsServiceCardSecondaryFonts", "SectionsAppointmentFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
