{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sLtC5i7iG2MVCCAoenNc/ztFB8ULsgOCuBS4SKavd/mjul82Dcm.js", "ssg:https://framerusercontent.com/modules/MMQL4E1LdbZf6GvE0OOx/hUE8kMJJYXkTm3V7yqYW/fCyA12SIL.js", "ssg:https://framerusercontent.com/modules/fuoeG548YIEygPyUprDe/CgXBczlLcz8PTzuZZcNh/wIlYf4ujI.js"],
  "sourcesContent": ["// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormBooleanInput,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouter,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";import Calendly from\"https://framerusercontent.com/modules/WIJbzyan03eQVbqqCNqQ/ZVFGE0CIYem9dXbVNw5j/Calendly.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/G8FZBIufdcxDme09PKPy/SmoothScroll_Prod.js\";import SubpagesHeader from\"#framer/local/canvasComponent/Ae4m98517/Ae4m98517.js\";import ContactQuickFAQ from\"#framer/local/canvasComponent/fCyA12SIL/fCyA12SIL.js\";import NavsNavbar from\"#framer/local/canvasComponent/JFcoC_5Vs/JFcoC_5Vs.js\";import NavsFooter from\"#framer/local/canvasComponent/mQqXfrGm6/mQqXfrGm6.js\";import ContactSubmitButton from\"#framer/local/canvasComponent/VDYv4KJJK/VDYv4KJJK.js\";import ButtonsDaButton2 from\"#framer/local/canvasComponent/wIlYf4ujI/wIlYf4ujI.js\";import*as sharedStyle1 from\"#framer/local/css/G6FgkxVD4/G6FgkxVD4.js\";import*as sharedStyle2 from\"#framer/local/css/puHfT9rf8/puHfT9rf8.js\";import*as sharedStyle from\"#framer/local/css/tROMjF_4N/tROMjF_4N.js\";import metadataProvider from\"#framer/local/webPageMetadata/mjul82Dcm/mjul82Dcm.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const NavsNavbarFonts=getFonts(NavsNavbar);const CalendlyFonts=getFonts(Calendly);const SubpagesHeaderFonts=getFonts(SubpagesHeader);const ButtonsDaButton2Fonts=getFonts(ButtonsDaButton2);const EmbedFonts=getFonts(Embed);const ContactSubmitButtonFonts=getFonts(ContactSubmitButton);const ContactQuickFAQFonts=getFonts(ContactQuickFAQ);const NavsFooterFonts=getFonts(NavsFooter);const ContainerWithFX=withFX(Container);const breakpoints={BCqkcJjpC:\"(min-width: 1200px) and (max-width: 1919px)\",DHps9_IGK:\"(min-width: 810px) and (max-width: 1199px)\",LyeZAFtZV:\"(max-width: 809px)\",NPZ1mf2lc:\"(min-width: 1920px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-SaZEN\";const variantClassNames={BCqkcJjpC:\"framer-v-1gvpr0b\",DHps9_IGK:\"framer-v-37wxrh\",LyeZAFtZV:\"framer-v-1qlfx2f\",NPZ1mf2lc:\"framer-v-1qookjn\"};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"NPZ1mf2lc\",Laptop:\"BCqkcJjpC\",Phone:\"LyeZAFtZV\",Tablet:\"DHps9_IGK\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"BCqkcJjpC\"};};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{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,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);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const wJwPYKOcu3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"BCqkcJjpC\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-51170b41-dbf0-44c9-9f71-6387b73e409d, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1gvpr0b\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9t92um-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"aW3w0YOPB\",scopeId:\"mjul82Dcm\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"aW3w0YOPB\",intensity:10,layoutId:\"aW3w0YOPB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"100vw\",y:0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1eb7ki6-container\",id:\"1eb7ki6\",layoutScroll:true,nodeId:\"Ndq4ERB9b\",scopeId:\"mjul82Dcm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DHps9_IGK:{variant:\"FeLQz2Us3\"},LyeZAFtZV:{variant:\"FeLQz2Us3\"}},children:/*#__PURE__*/_jsx(NavsNavbar,{height:\"100%\",id:\"Ndq4ERB9b\",layoutId:\"Ndq4ERB9b\",style:{width:\"100%\"},variant:\"yxFEFmJCs\",width:\"100%\",wJwPYKOcu:wJwPYKOcu3bnx0g({overlay})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-pxx2j4\"),\"data-framer-portal-id\":\"1eb7ki6\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"wSimniPoi\"),/*#__PURE__*/_jsx(motion.div,{className:cx(scopingClassNames,\"framer-n2woh3\"),\"data-framer-portal-id\":\"1eb7ki6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-119pf5m-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JhaItaxMW\",rendersWithMotion:true,scopeId:\"mjul82Dcm\",children:/*#__PURE__*/_jsx(Calendly,{calendar:\"monumint/web-design-call\",height:\"100%\",hideGdprBanner:true,hideLandingPageDetails:true,id:\"JhaItaxMW\",layoutId:\"JhaItaxMW\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:246,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u0g6kx-container\",nodeId:\"sikRyE0yr\",scopeId:\"mjul82Dcm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DHps9_IGK:{variant:\"dgg7HzHDB\"},LyeZAFtZV:{variant:\"np4t9SgBK\"},NPZ1mf2lc:{variant:\"wVYBCukUS\"}},children:/*#__PURE__*/_jsx(SubpagesHeader,{a0zehTBZx:\"We'll get back to you within the day.\",g0X3pGsmz:\"Contact Us\",height:\"100%\",id:\"sikRyE0yr\",layoutId:\"sikRyE0yr\",style:{width:\"100%\"},variant:\"iOGdEgHQr\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"main\",{className:\"framer-6fo1lr\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gka5qo\",\"data-framer-name\":\"Contact stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bzkpa7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-an48z7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fs4t1v\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LyeZAFtZV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, rgb(56, 54, 54))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:17807927683\",motionChild:true,nodeId:\"JXLeVuEV4\",openInNewTab:true,scopeId:\"mjul82Dcm\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfpe7e\",\"data-styles-preset\":\"G6FgkxVD4\",children:\"1 (780) 792-7683\"})})})}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6rfhkx\",\"data-styles-preset\":\"tROMjF_4N\",children:/*#__PURE__*/_jsx(Link,{href:\"tel:17807927683\",motionChild:true,nodeId:\"JXLeVuEV4\",openInNewTab:true,scopeId:\"mjul82Dcm\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfpe7e\",\"data-styles-preset\":\"G6FgkxVD4\",children:\"1 (780) 792-7683\"})})})}),className:\"framer-j9idgq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LyeZAFtZV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, rgb(56, 54, 54))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@monumintmedia.ca\",motionChild:true,nodeId:\"fg1Bxi83o\",openInNewTab:true,scopeId:\"mjul82Dcm\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfpe7e\",\"data-styles-preset\":\"G6FgkxVD4\",children:\"info@monumintmedia.ca\"})})})}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6rfhkx\",\"data-styles-preset\":\"tROMjF_4N\",children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@monumintmedia.ca\",motionChild:true,nodeId:\"fg1Bxi83o\",openInNewTab:true,scopeId:\"mjul82Dcm\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-xfpe7e\",\"data-styles-preset\":\"G6FgkxVD4\",children:\"info@monumintmedia.ca\"})})})}),className:\"framer-1n5b487\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17zxyg1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LyeZAFtZV:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, rgb(56, 54, 54))\"},children:\"Monday to Sunday\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, rgb(56, 54, 54))\"},children:\"8:00 am to 4:00 pm MST\"})]}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6rfhkx\",\"data-styles-preset\":\"tROMjF_4N\",children:\"Monday to Sunday\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6rfhkx\",\"data-styles-preset\":\"tROMjF_4N\",children:\"8:00 am to 4:00 pm MST\"})]}),className:\"framer-1341gc4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LyeZAFtZV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, rgb(56, 54, 54))\"},children:\"Fort McMurray, AB\"})}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6rfhkx\",\"data-styles-preset\":\"tROMjF_4N\",children:\"Fort McMurray, AB\"})}),className:\"framer-4cwk34\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rbdjwf\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"k4d3aVvXi\"},implicitPathVariables:undefined},{href:{webPageId:\"k4d3aVvXi\"},implicitPathVariables:undefined},{href:{webPageId:\"k4d3aVvXi\"},implicitPathVariables:undefined},{href:{webPageId:\"k4d3aVvXi\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LyeZAFtZV:{width:\"250px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yan3rm-container\",nodeId:\"Fj8JC2S72\",scopeId:\"mjul82Dcm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DHps9_IGK:{FGWFpvEFI:resolvedLinks[1]},LyeZAFtZV:{FGWFpvEFI:resolvedLinks[2],variant:\"JGg2AluNc\"},NPZ1mf2lc:{FGWFpvEFI:resolvedLinks[3]}},children:/*#__PURE__*/_jsx(ButtonsDaButton2,{f7Kp0gyDT:\"var(--token-459ca538-8f88-46f3-8f67-c4d6934ecf17, rgb(50, 87, 156))\",FGWFpvEFI:resolvedLinks[0],GMd5t2e0Q:\"var(--token-93edc5ac-8aaa-44a4-b399-cd5e10b94bd4, rgb(54, 42, 110))\",height:\"100%\",id:\"Fj8JC2S72\",iL2tmgMD3:\"var(--token-51170b41-dbf0-44c9-9f71-6387b73e409d, rgb(250, 250, 250))\",layoutId:\"Fj8JC2S72\",R9YA6Qlr3:\"var(--token-73431302-7524-4189-886c-09ad796ccd2d, rgb(91, 62, 222))\",style:{width:\"100%\"},variant:\"O9RzdWIXj\",width:\"100%\",x7JQHXERh:\"var(--token-51170b41-dbf0-44c9-9f71-6387b73e409d, rgb(250, 250, 250))\",XqYpW5wg4:\"Book a call with us\"})})})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tgo7pl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"e0OnDxAtv\",scopeId:\"mjul82Dcm\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<iframe src=\"https://snazzymaps.com/embed/626813\" width=\"100%\" height=\"600px\" style=\"border:none;\"></iframe>',id:\"e0OnDxAtv\",layoutId:\"e0OnDxAtv\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},type:\"html\",url:\"https://snazzymaps.com/embed/612190\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/f983771c-5ac0-477b-b162-399f2a064995/submit\",className:\"framer-7pcqe2\",nodeId:\"MlnQF402K\",redirectUrl:{webPageId:\"oeO1DwuXR\"},children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1k7604r\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, rgb(56, 54, 54))\"},children:\"Name\"})}),className:\"framer-11tg1n4\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-13ws30s\",inputName:\"Name\",placeholder:\"First & Last\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-z1j5se\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, rgb(56, 54, 54))\"},children:\"Phone Number\"})}),className:\"framer-13y9fve\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-bto06l\",inputName:\"Phone Number\",placeholder:\"000-000-0000\",required:true,type:\"tel\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1h9j02h\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, rgb(56, 54, 54))\"},children:\"Email\"})}),className:\"framer-1463x15\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-d384ji\",inputName:\"Email\",placeholder:\"email@gmail.com\",required:true,type:\"email\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-palxxr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, rgb(56, 54, 54))\"},children:\"Business Name\"})}),className:\"framer-yi5o23\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1713gyl\",inputName:\"Company\",placeholder:\"\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a20t0w\",\"data-framer-name\":\"Radio Group\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-ba5df75f-c2ab-4cdc-96fb-89704334198b, rgb(71, 72, 73))\"},children:\"Is this a new or existing business?\"})}),className:\"framer-o92sf\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1lv4fn0\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1s8r2w\",defaultChecked:false,defaultValue:\"New business\",inputName:\"Radio\",type:\"radio\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-ba5df75f-c2ab-4cdc-96fb-89704334198b, rgb(71, 72, 73))\"},children:\"New\"})}),className:\"framer-tmmuh9\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-10za1pk\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1sclx39\",defaultChecked:false,defaultValue:\"Existing business\",inputName:\"Radio\",type:\"radio\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-ba5df75f-c2ab-4cdc-96fb-89704334198b, rgb(71, 72, 73))\"},children:\"Existing\"})}),className:\"framer-1jdfhym\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-4hms89\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, rgb(56, 54, 54))\"},children:\"Message\"})}),className:\"framer-lg5qxi\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-jvstu5\",inputName:\"Message\",placeholder:\"Give us some details about your project!\",required:false,type:\"textarea\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-cja7dx\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1xbgn95\",defaultChecked:false,inputName:\"Consent\",required:true,type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-ba5df75f-c2ab-4cdc-96fb-89704334198b, rgb(71, 72, 73))\"},children:\"Consent to terms of service & privacy policy\"})}),className:\"framer-s4i00j\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DHps9_IGK:{width:`max((${componentViewport?.width||\"100vw\"} - 106px) / 2, 1px)`},LyeZAFtZV:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,width:\"475px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-xrrspo-container\",nodeId:\"bageWnbF3\",scopeId:\"mjul82Dcm\",children:/*#__PURE__*/_jsx(ContactSubmitButton,{height:\"100%\",id:\"bageWnbF3\",layoutId:\"bageWnbF3\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"vAP5RgUO6\",success:\"kHhGluBGO\"},\"CtTKtFl2y\"),width:\"100%\"})})})})]})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-ows150\",\"data-framer-name\":\"Quick FAQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-wltrwe\",\"data-styles-preset\":\"puHfT9rf8\",children:\"Frequently asked questions\"})}),className:\"framer-ry4lgj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DHps9_IGK:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 750px)`},LyeZAFtZV:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 750px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:499,width:`min(${componentViewport?.width||\"100vw\"}, 750px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dxwexd-container\",\"data-framer-name\":\"FAQ accordion\",name:\"FAQ accordion\",nodeId:\"QaNdeZKKi\",scopeId:\"mjul82Dcm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LyeZAFtZV:{variant:\"wMJWSyI_p\"}},children:/*#__PURE__*/_jsx(ContactQuickFAQ,{height:\"100%\",id:\"QaNdeZKKi\",layoutId:\"QaNdeZKKi\",name:\"FAQ accordion\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"HZZZ_AVKv\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:920,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-100}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-9127jy-container\",\"data-framer-name\":\"Footer\",name:\"Footer\",nodeId:\"cep51IbHA\",rendersWithMotion:true,scopeId:\"mjul82Dcm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DHps9_IGK:{variant:\"QlBKtiCfc\"},LyeZAFtZV:{variant:\"QGfu9OayS\"}},children:/*#__PURE__*/_jsx(NavsFooter,{height:\"100%\",id:\"cep51IbHA\",layoutId:\"cep51IbHA\",name:\"Footer\",style:{width:\"100%\"},variant:\"carKHLte9\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SaZEN.framer-1grgkpa, .framer-SaZEN .framer-1grgkpa { display: block; }\",\".framer-SaZEN.framer-1gvpr0b { align-content: center; align-items: center; background-color: var(--token-51170b41-dbf0-44c9-9f71-6387b73e409d, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-SaZEN .framer-9t92um-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-SaZEN .framer-1eb7ki6-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 5; }\",\".framer-SaZEN.framer-pxx2j4 { background-color: rgba(0, 0, 0, 0.75); inset: 0px; position: fixed; user-select: none; z-index: 6; }\",\".framer-SaZEN.framer-n2woh3 { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 800px; justify-content: center; left: calc(50.00000000000002% - 450px / 2); overflow: hidden; padding: 0px; position: fixed; top: calc(48.58823529411767% - 800px / 2); width: 450px; will-change: var(--framer-will-change-override, transform); z-index: 6; }\",\".framer-SaZEN .framer-119pf5m-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-SaZEN .framer-1u0g6kx-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-SaZEN .framer-6fo1lr { align-content: center; align-items: center; background-color: var(--token-7d11028f-ccb8-4b3f-97af-0d519e396e7f, #fcfcfc); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 40px 75px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-SaZEN .framer-gka5qo { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-SaZEN .framer-bzkpa7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 75px; height: min-content; justify-content: center; max-width: 475px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-SaZEN .framer-an48z7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-SaZEN .framer-1fs4t1v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-SaZEN .framer-j9idgq, .framer-SaZEN .framer-1n5b487, .framer-SaZEN .framer-11tg1n4, .framer-SaZEN .framer-13y9fve, .framer-SaZEN .framer-1463x15, .framer-SaZEN .framer-yi5o23, .framer-SaZEN .framer-o92sf, .framer-SaZEN .framer-lg5qxi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-SaZEN .framer-17zxyg1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-SaZEN .framer-1341gc4, .framer-SaZEN .framer-4cwk34 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-SaZEN .framer-rbdjwf { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-SaZEN .framer-yan3rm-container, .framer-SaZEN .framer-9127jy-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-SaZEN .framer-tgo7pl-container { flex: none; height: 455px; max-width: 1400px; position: relative; width: 100%; }\",\".framer-SaZEN .framer-7pcqe2 { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 475px; }\",\".framer-SaZEN .framer-1k7604r, .framer-SaZEN .framer-z1j5se, .framer-SaZEN .framer-1h9j02h, .framer-SaZEN .framer-palxxr, .framer-SaZEN .framer-a20t0w, .framer-SaZEN .framer-4hms89 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-SaZEN .framer-13ws30s, .framer-SaZEN .framer-bto06l, .framer-SaZEN .framer-d384ji, .framer-SaZEN .framer-1713gyl { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: var(--token-dd020132-aa92-4551-b8f1-d2fd4aa1b7e6, #33aaff); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-focused-transition: all 0.3s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-color: var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, #383636); --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-SaZEN .framer-1lv4fn0, .framer-SaZEN .framer-10za1pk, .framer-SaZEN .framer-cja7dx { 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; padding: 0px; position: relative; width: 100%; }\",\".framer-SaZEN .framer-1s8r2w, .framer-SaZEN .framer-1sclx39 { --framer-input-background: rgba(187, 187, 187, 0.2); --framer-input-boolean-checked-background: #ffffff; --framer-input-boolean-checked-border-color: var(--token-73431302-7524-4189-886c-09ad796ccd2d, #5b3ede); --framer-input-boolean-checked-border-style: solid; --framer-input-boolean-checked-border-width: 1px; --framer-input-boolean-checked-box-shadow: inset 0px 0px 0px 5px var(--token-73431302-7524-4189-886c-09ad796ccd2d, #5b3ede); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.2); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 8px; --framer-input-border-radius-bottom-right: 8px; --framer-input-border-radius-top-left: 8px; --framer-input-border-radius-top-right: 8px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: var(--token-73431302-7524-4189-886c-09ad796ccd2d, #5b3ede); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-icon-mask-image: none; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-SaZEN .framer-tmmuh9, .framer-SaZEN .framer-1jdfhym, .framer-SaZEN .framer-s4i00j { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",'.framer-SaZEN .framer-jvstu5 { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: var(--token-dd020132-aa92-4551-b8f1-d2fd4aa1b7e6, #33aaff); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-focused-transition: all 0.3s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-color: var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, #383636); --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; --framer-input-wrapper-height: auto; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-SaZEN .framer-1xbgn95 { --framer-input-background: rgba(187, 187, 187, 0.2); --framer-input-boolean-checked-background: var(--token-73431302-7524-4189-886c-09ad796ccd2d, #5b3ede); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.2); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 4px; --framer-input-border-radius-bottom-right: 4px; --framer-input-border-radius-top-left: 4px; --framer-input-border-radius-top-right: 4px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: var(--token-73431302-7524-4189-886c-09ad796ccd2d, #5b3ede); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-icon-color: #ffffff; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-SaZEN .framer-xrrspo-container { flex: none; height: 45px; position: relative; width: 100%; }\",\".framer-SaZEN .framer-ows150 { align-content: center; align-items: center; background-color: var(--token-7d11028f-ccb8-4b3f-97af-0d519e396e7f, #fcfcfc); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 75px 0px 75px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-SaZEN .framer-ry4lgj { --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; z-index: 1; }\",\".framer-SaZEN .framer-1dxwexd-container { flex: none; height: auto; max-width: 750px; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-SaZEN.framer-1gvpr0b, .framer-SaZEN.framer-n2woh3, .framer-SaZEN .framer-6fo1lr, .framer-SaZEN .framer-gka5qo, .framer-SaZEN .framer-bzkpa7, .framer-SaZEN .framer-an48z7, .framer-SaZEN .framer-1fs4t1v, .framer-SaZEN .framer-17zxyg1, .framer-SaZEN .framer-rbdjwf, .framer-SaZEN .framer-7pcqe2, .framer-SaZEN .framer-1k7604r, .framer-SaZEN .framer-z1j5se, .framer-SaZEN .framer-1h9j02h, .framer-SaZEN .framer-palxxr, .framer-SaZEN .framer-a20t0w, .framer-SaZEN .framer-1lv4fn0, .framer-SaZEN .framer-10za1pk, .framer-SaZEN .framer-4hms89, .framer-SaZEN .framer-cja7dx, .framer-SaZEN .framer-ows150 { gap: 0px; } .framer-SaZEN.framer-1gvpr0b > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-SaZEN.framer-1gvpr0b > :first-child, .framer-SaZEN.framer-n2woh3 > :first-child, .framer-SaZEN .framer-6fo1lr > :first-child, .framer-SaZEN .framer-bzkpa7 > :first-child, .framer-SaZEN .framer-an48z7 > :first-child, .framer-SaZEN .framer-1fs4t1v > :first-child, .framer-SaZEN .framer-17zxyg1 > :first-child, .framer-SaZEN .framer-rbdjwf > :first-child, .framer-SaZEN .framer-7pcqe2 > :first-child, .framer-SaZEN .framer-1k7604r > :first-child, .framer-SaZEN .framer-z1j5se > :first-child, .framer-SaZEN .framer-1h9j02h > :first-child, .framer-SaZEN .framer-palxxr > :first-child, .framer-SaZEN .framer-a20t0w > :first-child, .framer-SaZEN .framer-4hms89 > :first-child, .framer-SaZEN .framer-ows150 > :first-child { margin-top: 0px; } .framer-SaZEN.framer-1gvpr0b > :last-child, .framer-SaZEN.framer-n2woh3 > :last-child, .framer-SaZEN .framer-6fo1lr > :last-child, .framer-SaZEN .framer-bzkpa7 > :last-child, .framer-SaZEN .framer-an48z7 > :last-child, .framer-SaZEN .framer-1fs4t1v > :last-child, .framer-SaZEN .framer-17zxyg1 > :last-child, .framer-SaZEN .framer-rbdjwf > :last-child, .framer-SaZEN .framer-7pcqe2 > :last-child, .framer-SaZEN .framer-1k7604r > :last-child, .framer-SaZEN .framer-z1j5se > :last-child, .framer-SaZEN .framer-1h9j02h > :last-child, .framer-SaZEN .framer-palxxr > :last-child, .framer-SaZEN .framer-a20t0w > :last-child, .framer-SaZEN .framer-4hms89 > :last-child, .framer-SaZEN .framer-ows150 > :last-child { margin-bottom: 0px; } .framer-SaZEN.framer-n2woh3 > *, .framer-SaZEN .framer-1k7604r > *, .framer-SaZEN .framer-z1j5se > *, .framer-SaZEN .framer-1h9j02h > *, .framer-SaZEN .framer-palxxr > *, .framer-SaZEN .framer-a20t0w > *, .framer-SaZEN .framer-4hms89 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-SaZEN .framer-6fo1lr > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-SaZEN .framer-gka5qo > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-SaZEN .framer-gka5qo > :first-child, .framer-SaZEN .framer-1lv4fn0 > :first-child, .framer-SaZEN .framer-10za1pk > :first-child, .framer-SaZEN .framer-cja7dx > :first-child { margin-left: 0px; } .framer-SaZEN .framer-gka5qo > :last-child, .framer-SaZEN .framer-1lv4fn0 > :last-child, .framer-SaZEN .framer-10za1pk > :last-child, .framer-SaZEN .framer-cja7dx > :last-child { margin-right: 0px; } .framer-SaZEN .framer-bzkpa7 > * { margin: 0px; margin-bottom: calc(75px / 2); margin-top: calc(75px / 2); } .framer-SaZEN .framer-an48z7 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-SaZEN .framer-1fs4t1v > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-SaZEN .framer-17zxyg1 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-SaZEN .framer-rbdjwf > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-SaZEN .framer-7pcqe2 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-SaZEN .framer-1lv4fn0 > *, .framer-SaZEN .framer-10za1pk > *, .framer-SaZEN .framer-cja7dx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-SaZEN .framer-ows150 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-SaZEN.framer-1gvpr0b { width: 810px; } .framer-SaZEN .framer-gka5qo { gap: 26px; padding: 0px; } .framer-SaZEN .framer-bzkpa7 { max-width: unset; order: 0; } .framer-SaZEN .framer-an48z7 { order: 0; } .framer-SaZEN .framer-tgo7pl-container { order: 1; } .framer-SaZEN .framer-7pcqe2 { flex: 1 0 0px; order: 1; width: 1px; } .framer-SaZEN .framer-ows150 { padding: 75px 40px 75px 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-SaZEN .framer-gka5qo { gap: 0px; } .framer-SaZEN .framer-gka5qo > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } .framer-SaZEN .framer-gka5qo > :first-child { margin-left: 0px; } .framer-SaZEN .framer-gka5qo > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-SaZEN.framer-1gvpr0b { width: 390px; } .framer-SaZEN.framer-n2woh3 { left: calc(50.00000000000002% - 375px / 2); top: calc(48.578199052132724% - 800px / 2); width: 375px; } .framer-SaZEN .framer-6fo1lr { gap: 0px; padding: 20px 20px 60px 20px; } .framer-SaZEN .framer-gka5qo { align-content: center; align-items: center; flex-direction: column; gap: 75px; order: 0; padding: 0px; } .framer-SaZEN .framer-bzkpa7 { flex: none; order: 1; width: 100%; } .framer-SaZEN .framer-1fs4t1v { order: 0; } .framer-SaZEN .framer-rbdjwf { align-self: unset; order: 1; width: 250px; } .framer-SaZEN .framer-tgo7pl-container { height: 400px; } .framer-SaZEN .framer-7pcqe2 { order: 0; width: 100%; } .framer-SaZEN .framer-ows150 { padding: 60px 20px 60px 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-SaZEN .framer-6fo1lr, .framer-SaZEN .framer-gka5qo { gap: 0px; } .framer-SaZEN .framer-6fo1lr > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-SaZEN .framer-6fo1lr > :first-child, .framer-SaZEN .framer-gka5qo > :first-child { margin-top: 0px; } .framer-SaZEN .framer-6fo1lr > :last-child, .framer-SaZEN .framer-gka5qo > :last-child { margin-bottom: 0px; } .framer-SaZEN .framer-gka5qo > * { margin: 0px; margin-bottom: calc(75px / 2); margin-top: calc(75px / 2); } }}\",\"@media (min-width: 1920px) { .framer-SaZEN.framer-1gvpr0b { width: 1920px; } .framer-SaZEN.framer-n2woh3 { height: 776px; left: calc(50.00000000000002% - 550px / 2); top: calc(50.00000000000002% - 776px / 2); width: 550px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2830\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DHps9_IGK\":{\"layout\":[\"fixed\",\"auto\"]},\"LyeZAFtZV\":{\"layout\":[\"fixed\",\"auto\"]},\"NPZ1mf2lc\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framermjul82Dcm=withCSS(Component,css,\"framer-SaZEN\");export default Framermjul82Dcm;Framermjul82Dcm.displayName=\"Page\";Framermjul82Dcm.defaultProps={height:2830,width:1200};addFonts(Framermjul82Dcm,[{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:\"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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...SmoothScrollFonts,...NavsNavbarFonts,...CalendlyFonts,...SubpagesHeaderFonts,...ButtonsDaButton2Fonts,...EmbedFonts,...ContactSubmitButtonFonts,...ContactQuickFAQFonts,...NavsFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framermjul82Dcm\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"2830\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DHps9_IGK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LyeZAFtZV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NPZ1mf2lc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (139b156)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ButtonsContactButton from\"https://framerusercontent.com/modules/bVez3YNVvJovsC48Ly8I/uGC3aVwGzWm0p8Ig8dHk/IRgCcOzre.js\";import FAQsAccordionItem from\"https://framerusercontent.com/modules/uO1e2Jz2HqDbYJilx9kP/PYxcVwvDnyzegjNnGOQv/U5c_PDGPI.js\";const FAQsAccordionItemFonts=getFonts(FAQsAccordionItem);const ButtonsContactButtonFonts=getFonts(ButtonsContactButton);const cycleOrder=[\"HZZZ_AVKv\",\"wMJWSyI_p\"];const serializationHash=\"framer-sWwDH\";const variantClassNames={HZZZ_AVKv:\"framer-v-rc8yi7\",wMJWSyI_p:\"framer-v-13el0md\"};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 transition1={damping:75,delay:0,mass:1,stiffness:500,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 humanReadableVariantMap={\"Variant 1\":\"HZZZ_AVKv\",\"Variant 2\":\"wMJWSyI_p\"};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:\"HZZZ_AVKv\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HZZZ_AVKv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-rc8yi7\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"HZZZ_AVKv\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({wMJWSyI_p:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sjgvfu\",layoutDependency:layoutDependency,layoutId:\"KJGS0acWS\",style:{backgroundColor:\"var(--token-5022e1c5-43d1-44f7-a3b9-9b1eb6dd07f8, rgb(247, 247, 247))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 0px 10px 0px rgba(0,0,0,0.25)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:66,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||499.5)-0-389)/2+0+0)+0+0,...addPropertyOverrides({wMJWSyI_p:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||481)-0-389)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1juhk72-container\",layoutDependency:layoutDependency,layoutId:\"ATL_5gRF_-container\",children:/*#__PURE__*/_jsx(FAQsAccordionItem,{ETuDu8Ygf:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"We keep our subscription affordable by only charging for the domain and hosting that your website requires to stay live. These can vary depending on the platform used to create your site and the plan selected with them- both of which is up to you.  There are no additional hidden fees.\"})}),height:\"100%\",id:\"ATL_5gRF_\",jc8PsZACP:\"How much is the web management subscription?\",layoutId:\"ATL_5gRF_\",style:{width:\"100%\"},u1SkjVu3Q:\"up5Gwjx9U\",variant:\"Sg6V3AU94\",width:\"100%\",zwB6KyX66:\"Payments\",...addPropertyOverrides({wMJWSyI_p:{variant:\"IEdqv9Il3\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:66,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||499.5)-0-389)/2+0+0)+0+76,...addPropertyOverrides({wMJWSyI_p:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||481)-0-389)/2+0+0)+0+76}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-75fjyz-container\",layoutDependency:layoutDependency,layoutId:\"V1d2Z2bVr-container\",children:/*#__PURE__*/_jsx(FAQsAccordionItem,{ETuDu8Ygf:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The type of content you submit is extremely important- please provide the highest resolution images and video available. You will need to provide body text along with some headlines as well. We will outline every piece of content required with examples and tips during the collection stage.\"})}),height:\"100%\",id:\"V1d2Z2bVr\",jc8PsZACP:\"What type of content do I need to provide?\",layoutId:\"V1d2Z2bVr\",style:{width:\"100%\"},u1SkjVu3Q:\"up5Gwjx9U\",variant:\"Bc3jIc7C5\",width:\"100%\",zwB6KyX66:\"Content\",...addPropertyOverrides({wMJWSyI_p:{variant:\"CEfYGJ07H\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:66,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||499.5)-0-389)/2+0+0)+0+152,...addPropertyOverrides({wMJWSyI_p:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||481)-0-389)/2+0+0)+0+152}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19h9sz5-container\",layoutDependency:layoutDependency,layoutId:\"ZG2xBOlBb-container\",children:/*#__PURE__*/_jsx(FAQsAccordionItem,{ETuDu8Ygf:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Web management is essential for maximizing the effectiveness and longevity of your website. It involves the ongoing maintenance, optimization, and oversight of your website to ensure it remains functional, secure, and optimized for performance. It also encompasses ongoing content updates and technical support. \"})}),height:\"100%\",id:\"ZG2xBOlBb\",jc8PsZACP:\"What is web management, and why is it important for my website?\",layoutId:\"ZG2xBOlBb\",style:{width:\"100%\"},u1SkjVu3Q:\"up5Gwjx9U\",variant:\"Bc3jIc7C5\",width:\"100%\",zwB6KyX66:\"Management\",...addPropertyOverrides({wMJWSyI_p:{variant:\"CEfYGJ07H\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:66,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||499.5)-0-389)/2+0+0)+0+228,...addPropertyOverrides({wMJWSyI_p:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||481)-0-389)/2+0+0)+0+228}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vmwffi-container\",layoutDependency:layoutDependency,layoutId:\"JG1eK4dc7-container\",children:/*#__PURE__*/_jsx(FAQsAccordionItem,{ETuDu8Ygf:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Expect 1-2 weeks on average once your content is submitted. The timeline for website development can vary depending on the scope and complexity of the project. We provide estimated timelines in our proposal based on your requirements and work diligently to deliver your website within the agreed upon timeframe.\"})}),height:\"100%\",id:\"JG1eK4dc7\",jc8PsZACP:\"How long does it take to build a website?\",layoutId:\"JG1eK4dc7\",style:{width:\"100%\"},u1SkjVu3Q:\"up5Gwjx9U\",variant:\"Bc3jIc7C5\",width:\"100%\",zwB6KyX66:\"Websites\",...addPropertyOverrides({wMJWSyI_p:{variant:\"CEfYGJ07H\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vzF0NEpm8\"},implicitPathVariables:undefined},{href:{webPageId:\"vzF0NEpm8\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,width:\"200px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||499.5)-0-389)/2+294+50),...addPropertyOverrides({wMJWSyI_p:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||481)-0-389)/2+294+50)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qkje3n-container\",layoutDependency:layoutDependency,layoutId:\"TZIRpzjPB-container\",children:/*#__PURE__*/_jsx(ButtonsContactButton,{HAEsyzCdt:{borderColor:\"var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, rgb(56, 54, 54))\",borderStyle:\"solid\",borderWidth:1},height:\"100%\",id:\"TZIRpzjPB\",iNc5JmrQx:resolvedLinks[0],JvNfulpgd:\"var(--token-51170b41-dbf0-44c9-9f71-6387b73e409d, rgb(250, 250, 250))\",layoutId:\"TZIRpzjPB\",mk8ctBLjG:\"var(--token-ba5df75f-c2ab-4cdc-96fb-89704334198b, rgb(71, 72, 73))\",OvxdZqLCt:\"var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, rgb(56, 54, 54))\",rBSDx2rpx:{borderColor:'var(--token-ba466bd3-9483-4e15-9d86-b8677cff1b4a, rgb(56, 54, 54)) /* {\"name\":\"Charcoal Dark\"} */',borderStyle:\"solid\",borderWidth:1},style:{height:\"100%\",width:\"100%\"},UApoHRyRV:\"More FAQ\",WBa1IK0XK:\"var(--token-2a5c52ba-8af2-45b5-a54a-30a61a942e03, rgba(250, 255, 250, 0.3))\",width:\"100%\",...addPropertyOverrides({wMJWSyI_p:{iNc5JmrQx:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sWwDH.framer-qwbgzv, .framer-sWwDH .framer-qwbgzv { display: block; }\",\".framer-sWwDH.framer-rc8yi7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: 720px; }\",\".framer-sWwDH .framer-1sjgvfu { 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%; will-change: var(--framer-will-change-override, transform); }\",\".framer-sWwDH .framer-1juhk72-container, .framer-sWwDH .framer-75fjyz-container, .framer-sWwDH .framer-19h9sz5-container, .framer-sWwDH .framer-1vmwffi-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-sWwDH .framer-1qkje3n-container { flex: none; height: 45px; position: relative; width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sWwDH.framer-rc8yi7, .framer-sWwDH .framer-1sjgvfu { gap: 0px; } .framer-sWwDH.framer-rc8yi7 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-sWwDH.framer-rc8yi7 > :first-child, .framer-sWwDH .framer-1sjgvfu > :first-child { margin-top: 0px; } .framer-sWwDH.framer-rc8yi7 > :last-child, .framer-sWwDH .framer-1sjgvfu > :last-child { margin-bottom: 0px; } .framer-sWwDH .framer-1sjgvfu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 499.5\n * @framerIntrinsicWidth 720\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1400px\",null,null]},\"wMJWSyI_p\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1400px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfCyA12SIL=withCSS(Component,css,\"framer-sWwDH\");export default FramerfCyA12SIL;FramerfCyA12SIL.displayName=\"Contact/Quick FAQ\";FramerfCyA12SIL.defaultProps={height:499.5,width:720};addPropertyControls(FramerfCyA12SIL,{variant:{options:[\"HZZZ_AVKv\",\"wMJWSyI_p\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerfCyA12SIL,[{explicitInter:true,fonts:[]},...FAQsAccordionItemFonts,...ButtonsContactButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfCyA12SIL\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1400px\\\",null,null]},\\\"wMJWSyI_p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1400px\\\",null,null]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"499.5\",\"framerIntrinsicWidth\":\"720\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fCyA12SIL.map", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={O9RzdWIXj:{hover:true,pressed:true}};const cycleOrder=[\"O9RzdWIXj\",\"JGg2AluNc\"];const serializationHash=\"framer-DCKIN\";const variantClassNames={JGg2AluNc:\"framer-v-dzyn3s\",O9RzdWIXj:\"framer-v-1b9fxfl\"};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 transition1={damping:100,delay:0,mass:1,stiffness:500,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 humanReadableVariantMap={\"Variant 1\":\"O9RzdWIXj\",\"Variant 2\":\"JGg2AluNc\"};const getProps=({background,height,hoverBackground,hoverText,id,link,pressedBackground,textColour,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4,_ref5,_ref6;return{...props,f7Kp0gyDT:(_ref=background!==null&&background!==void 0?background:props.f7Kp0gyDT)!==null&&_ref!==void 0?_ref:\"var(--token-633663d4-6135-4d2d-a328-8707c8a7d2dc, rgb(182, 255, 187))\",FGWFpvEFI:link!==null&&link!==void 0?link:props.FGWFpvEFI,GMd5t2e0Q:(_ref1=hoverBackground!==null&&hoverBackground!==void 0?hoverBackground:props.GMd5t2e0Q)!==null&&_ref1!==void 0?_ref1:\"var(--token-459ca538-8f88-46f3-8f67-c4d6934ecf17, rgb(50, 87, 156))\",iL2tmgMD3:(_ref2=textColour!==null&&textColour!==void 0?textColour:props.iL2tmgMD3)!==null&&_ref2!==void 0?_ref2:\"var(--token-51170b41-dbf0-44c9-9f71-6387b73e409d, rgb(250, 250, 250))\",R9YA6Qlr3:(_ref3=pressedBackground!==null&&pressedBackground!==void 0?pressedBackground:props.R9YA6Qlr3)!==null&&_ref3!==void 0?_ref3:\"var(--token-73431302-7524-4189-886c-09ad796ccd2d, rgb(91, 62, 222))\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"O9RzdWIXj\",x7JQHXERh:(_ref5=hoverText!==null&&hoverText!==void 0?hoverText:props.x7JQHXERh)!==null&&_ref5!==void 0?_ref5:\"var(--token-51170b41-dbf0-44c9-9f71-6387b73e409d, rgb(250, 250, 250))\",XqYpW5wg4:(_ref6=title!==null&&title!==void 0?title:props.XqYpW5wg4)!==null&&_ref6!==void 0?_ref6:\"Book a call with us\"};};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,XqYpW5wg4,FGWFpvEFI,f7Kp0gyDT,iL2tmgMD3,GMd5t2e0Q,x7JQHXERh,R9YA6Qlr3,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"O9RzdWIXj\",enabledGestures,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(Link,{href:FGWFpvEFI,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1b9fxfl\",className,classNames)} framer-1gaekhe`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"O9RzdWIXj\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:f7Kp0gyDT,borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0.39809593676181976px 0.5971439051427296px 0.7176776562743055px -0.9375px rgba(0, 0, 0, 0.14602), 1.207253071552259px 1.8108796073283884px 2.1764064259715328px -1.875px rgba(0, 0, 0, 0.13793), 3.1913267607422307px 4.786990141113346px 5.753246136308255px -2.8125px rgba(0, 0, 0, 0.11809), 10px 15px 18.027756377319946px -3.75px rgba(0, 0, 0, 0.05)\",...style},variants:{\"O9RzdWIXj-hover\":{backgroundColor:GMd5t2e0Q},\"O9RzdWIXj-pressed\":{backgroundColor:R9YA6Qlr3}},...addPropertyOverrides({\"O9RzdWIXj-hover\":{\"data-framer-name\":undefined},\"O9RzdWIXj-pressed\":{\"data-framer-name\":undefined},JGg2AluNc:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-iL2tmgMD3-wIlYf4ujI))\"},children:\"Book a call with us\"})}),className:\"framer-xyee57\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"ZOwBWXwjm\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-iL2tmgMD3-wIlYf4ujI)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-iL2tmgMD3-wIlYf4ujI\":iL2tmgMD3,\"--variable-reference-x7JQHXERh-wIlYf4ujI\":x7JQHXERh},text:XqYpW5wg4,variants:{\"O9RzdWIXj-hover\":{\"--extracted-r6o4lv\":\"var(--variable-reference-x7JQHXERh-wIlYf4ujI)\",\"--variable-reference-x7JQHXERh-wIlYf4ujI\":x7JQHXERh}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"O9RzdWIXj-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-x7JQHXERh-wIlYf4ujI))\"},children:\"Book a call with us\"})})},JGg2AluNc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-iL2tmgMD3-wIlYf4ujI))\"},children:\"Book a call with us\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5xhwg4\",layoutDependency:layoutDependency,layoutId:\"vcLFXS7wb\",style:{backgroundColor:\"rgb(255, 255, 255)\",filter:\"blur(5px)\",opacity:.54,rotate:-27,WebkitFilter:\"blur(5px)\"}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DCKIN.framer-1gaekhe, .framer-DCKIN .framer-1gaekhe { display: block; }\",\".framer-DCKIN.framer-1b9fxfl { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 45px; justify-content: center; overflow: hidden; padding: 15px 20px 15px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DCKIN .framer-xyee57 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-DCKIN .framer-5xhwg4 { bottom: -22px; flex: none; left: -41px; overflow: hidden; position: absolute; top: -26px; width: 20px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DCKIN.framer-1b9fxfl { gap: 0px; } .framer-DCKIN.framer-1b9fxfl > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-DCKIN.framer-1b9fxfl > :first-child { margin-left: 0px; } .framer-DCKIN.framer-1b9fxfl > :last-child { margin-right: 0px; } }\",\".framer-DCKIN.framer-v-dzyn3s.framer-1b9fxfl { cursor: unset; }\",\".framer-DCKIN.framer-v-1b9fxfl.hover .framer-5xhwg4 { bottom: -24px; left: unset; right: -39px; top: -24px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 45\n * @framerIntrinsicWidth 182\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"JGg2AluNc\":{\"layout\":[\"auto\",\"fixed\"]},\"hiKRX0Ovr\":{\"layout\":[\"auto\",\"fixed\"]},\"yLjLLXweW\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"XqYpW5wg4\":\"title\",\"FGWFpvEFI\":\"link\",\"f7Kp0gyDT\":\"background\",\"iL2tmgMD3\":\"textColour\",\"GMd5t2e0Q\":\"hoverBackground\",\"x7JQHXERh\":\"hoverText\",\"R9YA6Qlr3\":\"pressedBackground\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwIlYf4ujI=withCSS(Component,css,\"framer-DCKIN\");export default FramerwIlYf4ujI;FramerwIlYf4ujI.displayName=\"Buttons/Da button 2\";FramerwIlYf4ujI.defaultProps={height:45,width:182};addPropertyControls(FramerwIlYf4ujI,{variant:{options:[\"O9RzdWIXj\",\"JGg2AluNc\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},XqYpW5wg4:{defaultValue:\"Book a call with us\",displayTextArea:false,title:\"Title\",type:ControlType.String},FGWFpvEFI:{title:\"Link\",type:ControlType.Link},f7Kp0gyDT:{defaultValue:'var(--token-633663d4-6135-4d2d-a328-8707c8a7d2dc, rgb(182, 255, 187)) /* {\"name\":\"Mint\"} */',title:\"Background\",type:ControlType.Color},iL2tmgMD3:{defaultValue:'var(--token-51170b41-dbf0-44c9-9f71-6387b73e409d, rgb(250, 250, 250)) /* {\"name\":\"White/100\"} */',title:\"Text colour\",type:ControlType.Color},GMd5t2e0Q:{defaultValue:'var(--token-459ca538-8f88-46f3-8f67-c4d6934ecf17, rgb(50, 87, 156)) /* {\"name\":\"Gooog\"} */',title:\"Hover background\",type:ControlType.Color},x7JQHXERh:{defaultValue:\"var(--token-51170b41-dbf0-44c9-9f71-6387b73e409d, rgb(250, 250, 250))\",title:\"Hover text\",type:ControlType.Color},R9YA6Qlr3:{defaultValue:'var(--token-73431302-7524-4189-886c-09ad796ccd2d, rgb(91, 62, 222)) /* {\"name\":\"Purpbrightall\"} */',title:\"Pressed background\",type:ControlType.Color}});addFonts(FramerwIlYf4ujI,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwIlYf4ujI\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"182\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"JGg2AluNc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"hiKRX0Ovr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"yLjLLXweW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"45\",\"framerVariables\":\"{\\\"XqYpW5wg4\\\":\\\"title\\\",\\\"FGWFpvEFI\\\":\\\"link\\\",\\\"f7Kp0gyDT\\\":\\\"background\\\",\\\"iL2tmgMD3\\\":\\\"textColour\\\",\\\"GMd5t2e0Q\\\":\\\"hoverBackground\\\",\\\"x7JQHXERh\\\":\\\"hoverText\\\",\\\"R9YA6Qlr3\\\":\\\"pressedBackground\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wIlYf4ujI.map"],
  "mappings": "0kCAAAA,ICAAC,IACukB,IAAMC,GAAuBC,EAASC,CAAiB,EAAQC,GAA0BF,EAASG,EAAoB,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAhC,EAAQ,GAAGiC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA3C,CAAQ,EAAE4C,GAAgB,CAAC,WAAAjD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgD,EAAiBpB,GAAuBH,EAAMtB,CAAQ,EAAQ8C,EAAWC,EAAO,IAAI,EAAQC,EAAOC,GAAU,EAAQC,GAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,EAAqB,EAAE,OAAoBzC,EAAK0C,EAAY,CAAC,GAAGrB,GAA4CgB,GAAgB,SAAsBrC,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBqD,EAAMzC,EAAO,IAAI,CAAC,GAAGoB,EAAU,GAAGI,EAAgB,UAAUkB,EAAG7D,GAAkB,GAAGwD,EAAsB,gBAAgBnB,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6BkB,EAAK,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGd,CAAK,EAAE,GAAGlC,EAAqB,CAAC,UAAU,CAAC,mBAAmB,WAAW,CAAC,EAAEsC,EAAYI,CAAc,EAAE,SAAS,CAAcgB,EAAMzC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB8B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,mCAAmC,EAAE,SAAS,CAAchC,EAAK6C,EAA0B,CAAC,OAAO,GAAG,MAAmEL,GAAkB,OAAQ,QAAQ,GAAgEA,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,OAAO,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,GAAGvD,EAAqB,CAAC,UAAU,CAAC,GAAgEuD,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,EAAEjB,EAAYI,CAAc,EAAE,SAAsB3B,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKrB,EAAkB,CAAC,UAAuBqB,EAAWG,EAAS,CAAC,SAAsBH,EAAK,IAAI,CAAC,SAAS,+RAA+R,CAAC,CAAC,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,+CAA+C,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAU,WAAW,GAAGf,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEsC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3B,EAAK6C,EAA0B,CAAC,OAAO,GAAG,MAAmEL,GAAkB,OAAQ,QAAQ,GAAgEA,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,OAAO,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,GAAG,GAAGvD,EAAqB,CAAC,UAAU,CAAC,GAAgEuD,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,EAAEjB,EAAYI,CAAc,EAAE,SAAsB3B,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKrB,EAAkB,CAAC,UAAuBqB,EAAWG,EAAS,CAAC,SAAsBH,EAAK,IAAI,CAAC,SAAS,oSAAoS,CAAC,CAAC,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,6CAA6C,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAU,UAAU,GAAGf,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEsC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3B,EAAK6C,EAA0B,CAAC,OAAO,GAAG,MAAmEL,GAAkB,OAAQ,QAAQ,GAAgEA,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,OAAO,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,IAAI,GAAGvD,EAAqB,CAAC,UAAU,CAAC,GAAgEuD,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC,EAAEjB,EAAYI,CAAc,EAAE,SAAsB3B,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKrB,EAAkB,CAAC,UAAuBqB,EAAWG,EAAS,CAAC,SAAsBH,EAAK,IAAI,CAAC,SAAS,0TAA0T,CAAC,CAAC,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,kEAAkE,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAU,aAAa,GAAGf,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEsC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3B,EAAK6C,EAA0B,CAAC,OAAO,GAAG,MAAmEL,GAAkB,OAAQ,QAAQ,GAAgEA,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,OAAO,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,IAAI,GAAGvD,EAAqB,CAAC,UAAU,CAAC,GAAgEuD,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC,EAAEjB,EAAYI,CAAc,EAAE,SAAsB3B,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKrB,EAAkB,CAAC,UAAuBqB,EAAWG,EAAS,CAAC,SAAsBH,EAAK,IAAI,CAAC,SAAS,yTAAyT,CAAC,CAAC,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,4CAA4C,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAU,WAAW,GAAGf,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEsC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3B,EAAK8C,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4B/C,EAAK6C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAgEL,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,OAAO,EAAE,KAAK,EAAE,IAAI,IAAI,GAAGvD,EAAqB,CAAC,UAAU,CAAC,GAAgEuD,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,EAAE,KAAK,EAAE,IAAI,GAAG,CAAC,EAAEjB,EAAYI,CAAc,EAAE,SAAsB3B,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKnB,GAAqB,CAAC,UAAU,CAAC,YAAY,qEAAqE,YAAY,QAAQ,YAAY,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAUkE,EAAc,CAAC,EAAE,UAAU,wEAAwE,SAAS,YAAY,UAAU,qEAAqE,UAAU,qEAAqE,UAAU,CAAC,YAAY,oGAAoG,YAAY,QAAQ,YAAY,CAAC,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,WAAW,UAAU,8EAA8E,MAAM,OAAO,GAAG9D,EAAqB,CAAC,UAAU,CAAC,UAAU8D,EAAc,CAAC,CAAC,CAAC,EAAExB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQqB,GAAI,CAAC,kFAAkF,gFAAgF,uRAAuR,4UAA4U,mOAAmO,0GAA0G,klBAAklB,EAQxnaC,EAAgBC,EAAQrC,GAAUmC,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,oBAAoBA,EAAgB,aAAa,CAAC,OAAO,MAAM,MAAM,GAAG,EAAEG,GAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,EAAE,GAAGxE,GAAuB,GAAGG,EAAyB,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTvf2E,IACgS,IAAMC,GAAgB,CAAC,UAAU,CAAC,MAAM,GAAK,QAAQ,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,IAAI,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,WAAAC,EAAW,OAAAC,EAAO,gBAAAC,EAAgB,UAAAC,EAAU,GAAAC,EAAG,KAAAC,EAAK,kBAAAC,EAAkB,WAAAC,EAAW,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAMC,EAAMC,EAAMC,EAAuCC,EAAMC,EAAMC,EAAM,MAAM,CAAC,GAAGR,EAAM,WAAWC,EAAKX,GAAkDU,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,wEAAwE,UAAUN,GAAgCK,EAAM,UAAU,WAAWE,EAAMV,GAAiEQ,EAAM,aAAa,MAAME,IAAQ,OAAOA,EAAM,sEAAsE,WAAWC,EAAMN,GAAkDG,EAAM,aAAa,MAAMG,IAAQ,OAAOA,EAAM,wEAAwE,WAAWC,EAAMR,GAAuEI,EAAM,aAAa,MAAMI,IAAQ,OAAOA,EAAM,sEAAsE,SAASE,GAAOD,EAAuCjB,GAAwBY,EAAM,OAAO,KAAK,MAAMK,IAAyC,OAAOA,EAAuCL,EAAM,WAAW,MAAMM,IAAQ,OAAOA,EAAM,YAAY,WAAWC,EAAMd,GAA+CO,EAAM,aAAa,MAAMO,IAAQ,OAAOA,EAAM,wEAAwE,WAAWC,EAAMV,GAAmCE,EAAM,aAAa,MAAMQ,IAAQ,OAAOA,EAAM,qBAAqB,CAAE,EAAQC,GAAuB,CAACT,EAAM7B,IAAe6B,EAAM,iBAAwB7B,EAAS,KAAK,GAAG,EAAE6B,EAAM,iBAAwB7B,EAAS,KAAK,GAAG,EAAUuC,GAA6BC,EAAW,SAASX,EAAMY,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA7C,EAAQ,UAAA8C,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAErC,GAASW,CAAK,EAAO,CAAC,YAAA2B,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA/D,CAAQ,EAAEgE,GAAgB,CAAC,WAAArE,GAAW,eAAe,YAAY,gBAAAD,GAAgB,QAAAQ,EAAQ,kBAAAL,EAAiB,CAAC,EAAQoE,GAAiB3B,GAAuBT,EAAM7B,CAAQ,EAAQkE,GAAWC,EAAO,IAAI,EAAQC,GAAsBC,EAAM,EAAQC,GAAsB,CAAC,EAAQC,GAAkBC,EAAqB,EAAE,OAAoB3D,EAAK4D,EAAY,CAAC,GAAG1B,GAA4CqB,GAAgB,SAAsBvD,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAK6D,EAAK,CAAC,KAAKzB,EAAU,aAAa,GAAM,aAAa,GAAM,SAAsB0B,EAAM5D,EAAO,EAAE,CAAC,GAAGwC,EAAU,GAAGI,EAAgB,UAAU,GAAGiB,EAAGhF,GAAkB,GAAG0E,GAAsB,iBAAiBxB,EAAUW,CAAU,mBAAmB,mBAAmB,YAAY,iBAAiBQ,GAAiB,SAAS,YAAY,IAAIxB,GAA6ByB,GAAK,MAAM,CAAC,gBAAgBhB,EAAU,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,UAAU,6VAA6V,GAAGL,CAAK,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgBO,CAAS,EAAE,oBAAoB,CAAC,gBAAgBE,CAAS,CAAC,EAAE,GAAGxD,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,oBAAoB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,WAAW,CAAC,EAAE0D,EAAYI,CAAc,EAAE,SAAS,CAAc/C,EAAKgE,EAAS,CAAC,sBAAsB,GAAK,SAAsBhE,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,wEAAwE,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBkD,GAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,gDAAgD,2BAA2B,mBAAmB,gCAAgC,YAAY,6BAA6B,MAAM,2CAA2Cd,EAAU,2CAA2CE,CAAS,EAAE,KAAKL,EAAU,SAAS,CAAC,kBAAkB,CAAC,qBAAqB,gDAAgD,2CAA2CK,CAAS,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGvD,GAAqB,CAAC,kBAAkB,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,wEAAwE,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,wEAAwE,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyC,EAAYI,CAAc,CAAC,CAAC,EAAe/C,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBkD,GAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,OAAO,YAAY,QAAQ,IAAI,OAAO,IAAI,aAAa,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQa,GAAI,CAAC,kFAAkF,kFAAkF,oXAAoX,gHAAgH,sJAAsJ,+WAA+W,kEAAkE,+GAA+G,EAS/+QC,EAAgBC,EAAQzC,GAAUuC,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,sBAAsBA,EAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,GAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,sBAAsB,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,8FAA8F,MAAM,aAAa,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,mGAAmG,MAAM,cAAc,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,6FAA6F,MAAM,mBAAmB,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,wEAAwE,MAAM,aAAa,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,qGAAqG,MAAM,qBAAqB,KAAKA,EAAY,KAAK,CAAC,CAAC,EAAEC,EAASL,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,IAAI,0GAA0G,OAAO,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EFTuK,IAAMM,GAAkBC,EAASC,EAAY,EAAQC,GAAgBF,EAASG,EAAU,EAAQC,GAAcJ,EAASK,EAAQ,EAAQC,GAAoBN,EAASO,EAAc,EAAQC,GAAsBR,EAASS,EAAgB,EAAQC,GAAWV,EAASW,EAAK,EAAQC,GAAyBZ,EAASa,EAAmB,EAAQC,GAAqBd,EAASe,EAAe,EAAQC,GAAgBhB,EAASiB,EAAU,EAAQC,GAAgBC,GAAOC,CAAS,EAAQC,GAAY,CAAC,UAAU,8CAA8C,UAAU,6CAA6C,UAAU,qBAAqB,UAAU,qBAAqB,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,EAAQC,GAAa,IAAY,SAAS,cAAc,mBAAmB,GAAG,SAAS,cAAc,UAAU,GAAG,SAAS,KAAaC,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,GAAa,CAACC,EAAKC,EAASC,IAAiB,CAAC,OAAOF,EAAK,MAAM,CAAC,IAAI,UAAU,OAAOC,EAAS,SAASC,EAAe,IAAI,UAAU,OAAOD,EAAS,SAASC,EAAe,IAAI,QAAQ,OAAOD,EAAS,OAAOC,EAAe,IAAI,aAAa,OAAOD,EAAS,YAAYC,CAAe,CAAC,EAAQC,GAAU,CAAC,CAAC,MAAAC,CAAK,IAAoBC,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOF,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUG,GAAwB,CAAC,QAAQ,YAAY,OAAO,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAA6BC,EAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAEtB,GAASI,CAAK,EAAQmB,GAAU,IAAI,CAAC,IAAMC,EAASA,GAAiB,OAAUX,CAAY,EAAE,GAAGW,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,GAAI,EAAE,CAAC,OAAUZ,CAAY,CAAC,EAAQa,GAAmB,IAAI,CAAC,IAAMF,EAASA,GAAiB,OAAUX,CAAY,EAAE,SAAS,MAAMW,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAUX,CAAY,CAAC,EAAE,GAAK,CAACc,EAAYC,CAAmB,EAAEC,GAA8BR,EAAQS,GAAY,EAAK,EAAQC,EAAe,OAAe,CAAC,sBAAAC,EAAsB,MAAAC,CAAK,EAAEC,GAAyB,MAAS,EAAQC,EAAgB,CAAC,CAAC,QAAAC,EAAQ,SAAAC,CAAQ,IAAIL,EAAsB,SAASM,IAAO,CAACF,EAAQ,OAAO,CAAE,CAAC,EAA0GG,EAAkBC,EAAG3D,GAAkB,GAAnH,CAAasC,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQsB,GAAOC,GAAU,EAAE,OAAAC,GAAiB,CAAC,CAAC,EAAsB7C,EAAK8C,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA9D,EAAiB,EAAE,SAAsB+D,EAAMC,EAAY,CAAC,GAAG1B,GAAUT,EAAgB,SAAS,CAAcb,EAAKH,GAAU,CAAC,MAAM,kGAAkG,CAAC,EAAekD,EAAME,EAAO,IAAI,CAAC,GAAGzB,EAAU,UAAUkB,EAAGD,EAAkB,iBAAiBpB,CAAS,EAAE,IAAIT,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,SAAS,CAAcpB,EAAKkD,EAA0B,CAAC,SAAsBlD,EAAKmD,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAKoD,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAG,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepD,EAAKd,GAAQ,CAAC,SAASoD,GAAsBtC,EAAKqD,EAAU,CAAC,SAAsBrD,EAAKkD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,EAAE,SAAsBH,EAAMI,EAAU,CAAC,UAAU,2BAA2B,GAAG,UAAU,aAAa,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAS,CAAcnD,EAAKsD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAKuD,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUlB,EAAgB,CAAC,QAAAC,CAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAKwD,GAAgB,CAAC,SAASlB,EAAQ,SAAsBtC,EAAKqD,EAAU,CAAC,SAA+BI,GAA0BV,EAAYW,EAAS,CAAC,SAAS,CAAc1D,EAAKiD,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,CAAC,EAAE,UAAUP,EAAGD,EAAkB,eAAe,EAAE,wBAAwB,UAAU,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAIH,EAAQ,KAAK,CAAC,EAAE,WAAW,EAAetC,EAAKiD,EAAO,IAAI,CAAC,UAAUP,EAAGD,EAAkB,eAAe,EAAE,wBAAwB,UAAU,SAAsBzC,EAAKkD,EAA0B,CAAC,SAAsBlD,EAAKmD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBnD,EAAK2D,GAAS,CAAC,SAAS,2BAA2B,OAAO,OAAO,eAAe,GAAK,uBAAuB,GAAK,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE1E,GAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAee,EAAKkD,EAA0B,CAAC,OAAO,IAAI,MAAMhC,GAAmB,OAAO,QAAQ,SAAsBlB,EAAKmD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAKsD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAK4D,GAAe,CAAC,UAAU,wCAAwC,UAAU,aAAa,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5D,EAAK,OAAO,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsB+C,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc/C,EAAKsD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB7B,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAsBA,EAAK6D,EAAK,CAAC,KAAK,kBAAkB,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsB7D,EAAKiD,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,cAAc,CAAC,CAAC,EAAE,SAAsBjD,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsBA,EAAK6D,EAAK,CAAC,KAAK,kBAAkB,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsB7D,EAAKiD,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAejD,EAAKsD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB7B,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAsBA,EAAK6D,EAAK,CAAC,KAAK,+BAA+B,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsB7D,EAAKiD,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,cAAc,CAAC,CAAC,EAAE,SAAsBjD,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsBA,EAAK6D,EAAK,CAAC,KAAK,+BAA+B,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsB7D,EAAKiD,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAejD,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKsD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBkB,EAAYW,EAAS,CAAC,SAAS,CAAc1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,kBAAkB,CAAC,EAAeA,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,cAAc,CAAC,CAAC,EAAE,SAAsBA,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsBf,EAAYW,EAAS,CAAC,SAAS,CAAc1D,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kBAAkB,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKsD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB7B,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oEAAoE,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,cAAc,CAAC,CAAC,EAAE,SAAsBA,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAK+D,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BhE,EAAKsD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAE,SAAsB7B,EAAKkD,EAA0B,CAAC,OAAO,GAAG,SAAsBlD,EAAKmD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAKsD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUmC,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsBhE,EAAKiE,GAAiB,CAAC,UAAU,sEAAsE,UAAUD,EAAc,CAAC,EAAE,UAAU,sEAAsE,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,SAAS,YAAY,UAAU,sEAAsE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,wEAAwE,UAAU,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehE,EAAKkD,EAA0B,CAAC,SAAsBlD,EAAKmD,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAKkE,GAAM,CAAC,OAAO,OAAO,KAAK,+GAA+G,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,SAAS,OAAO,MAAM,MAAM,EAAE,KAAK,OAAO,IAAI,sCAAsC,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelE,EAAKmE,GAAc,CAAC,OAAO,oFAAoF,UAAU,gBAAgB,OAAO,YAAY,YAAY,CAAC,UAAU,WAAW,EAAE,SAASC,GAAwBrB,EAAMM,EAAU,CAAC,SAAS,CAAcN,EAAM,QAAQ,CAAC,UAAU,iBAAiB,SAAS,CAAc/C,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKqE,EAAmB,CAAC,UAAU,iBAAiB,UAAU,OAAO,YAAY,eAAe,SAAS,GAAK,KAAK,MAAM,CAAC,CAAC,CAAC,CAAC,EAAetB,EAAM,QAAQ,CAAC,UAAU,gBAAgB,SAAS,CAAc/C,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKqE,EAAmB,CAAC,UAAU,gBAAgB,UAAU,eAAe,YAAY,eAAe,SAAS,GAAK,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAetB,EAAM,QAAQ,CAAC,UAAU,iBAAiB,SAAS,CAAc/C,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKqE,EAAmB,CAAC,UAAU,gBAAgB,UAAU,QAAQ,YAAY,kBAAkB,SAAS,GAAK,KAAK,OAAO,CAAC,CAAC,CAAC,CAAC,EAAetB,EAAM,QAAQ,CAAC,UAAU,gBAAgB,SAAS,CAAc/C,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKqE,EAAmB,CAAC,UAAU,iBAAiB,UAAU,UAAU,YAAY,GAAG,SAAS,GAAK,KAAK,MAAM,CAAC,CAAC,CAAC,CAAC,EAAetB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,SAAS,CAAc/C,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,qCAAqC,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe+C,EAAM,QAAQ,CAAC,UAAU,iBAAiB,SAAS,CAAc/C,EAAKsE,GAAiB,CAAC,UAAU,gBAAgB,eAAe,GAAM,aAAa,eAAe,UAAU,QAAQ,KAAK,OAAO,CAAC,EAAetE,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe+C,EAAM,QAAQ,CAAC,UAAU,iBAAiB,SAAS,CAAc/C,EAAKsE,GAAiB,CAAC,UAAU,iBAAiB,eAAe,GAAM,aAAa,oBAAoB,UAAU,QAAQ,KAAK,OAAO,CAAC,EAAetE,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+C,EAAM,QAAQ,CAAC,UAAU,gBAAgB,SAAS,CAAc/C,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKqE,EAAmB,CAAC,UAAU,gBAAgB,UAAU,UAAU,YAAY,2CAA2C,SAAS,GAAM,KAAK,UAAU,CAAC,CAAC,CAAC,CAAC,EAAetB,EAAM,QAAQ,CAAC,UAAU,gBAAgB,SAAS,CAAc/C,EAAKsE,GAAiB,CAAC,UAAU,iBAAiB,eAAe,GAAM,UAAU,UAAU,SAAS,GAAK,KAAK,UAAU,CAAC,EAAetE,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,oEAAoE,EAAE,SAAS,8CAA8C,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKsD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQX,GAAmB,OAAO,4BAA4B,EAAE,UAAU,CAAC,MAAM,QAAQA,GAAmB,OAAO,iBAAiB,CAAC,EAAE,SAAsBlB,EAAKkD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsBlD,EAAKmD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAKuE,GAAoB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,KAAK,SAAS,QAAQ9E,GAAa2E,EAAU,CAAC,QAAQ,YAAY,QAAQ,WAAW,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerB,EAAM,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAc/C,EAAK8D,EAAS,CAAC,sBAAsB,GAAK,SAAsB9D,EAAW0D,EAAS,CAAC,SAAsB1D,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,4BAA4B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKsD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOX,GAAmB,OAAO,wBAAwB,EAAE,UAAU,CAAC,MAAM,OAAOA,GAAmB,OAAO,wBAAwB,CAAC,EAAE,SAAsBlB,EAAKkD,EAA0B,CAAC,OAAO,IAAI,MAAM,OAAOhC,GAAmB,OAAO,kBAAkB,SAAsBlB,EAAKmD,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,gBAAgB,KAAK,gBAAgB,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAKsD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAKwE,GAAgB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,gBAAgB,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexE,EAAKkD,EAA0B,CAAC,OAAO,IAAI,MAAMhC,GAAmB,OAAO,QAAQ,SAAsBlB,EAAKyE,GAAgB,CAAC,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,mBAAmB,SAAS,KAAK,SAAS,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzE,EAAKsD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB7B,EAAK0E,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1E,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ2E,GAAI,CAAC,kFAAkF,kFAAkF,sVAAsV,wGAAwG,oKAAoK,qIAAqI,qiBAAqiB,2GAA2G,qHAAqH,0XAA0X,maAAma,mSAAmS,+RAA+R,gSAAgS,qUAAqU,8RAA8R,4NAA4N,qSAAqS,gJAAgJ,4HAA4H,6RAA6R,iaAAia,myCAAmyC,4TAA4T,2vCAA2vC,2NAA2N,+vCAA+vC,k8BAAk8B,wGAAwG,uXAAuX,6PAA6P,uIAAuI,sjIAAsjI,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,qyBAAqyB,u1CAAu1C,mOAAmO,EAWxx1CC,GAAgBC,EAAQtE,GAAUoE,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,OAAOA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,EAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,IAAI,0GAA0G,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGI,GAAkB,GAAGC,GAAgB,GAAGC,GAAc,GAAGC,GAAoB,GAAGC,GAAsB,GAAGC,GAAW,GAAGC,GAAyB,GAAGC,GAAqB,GAAGC,GAAgB,GAAGC,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC/zH,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,4BAA8B,OAAO,qBAAuB,4BAA4B,sBAAwB,OAAO,sBAAwB,IAAI,yBAA2B,QAAQ,yBAA2B,OAAO,qBAAuB,OAAO,6BAA+B,OAAO,oCAAsC,mMAAyO,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "FAQsAccordionItemFonts", "getFonts", "U5c_PDGPI_default", "ButtonsContactButtonFonts", "IRgCcOzre_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "css", "FramerfCyA12SIL", "withCSS", "fCyA12SIL_default", "addPropertyControls", "ControlType", "addFonts", "init_ssg_sandbox_shims", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "hoverBackground", "hoverText", "id", "link", "pressedBackground", "textColour", "title", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "_ref5", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XqYpW5wg4", "FGWFpvEFI", "f7Kp0gyDT", "iL2tmgMD3", "GMd5t2e0Q", "x7JQHXERh", "R9YA6Qlr3", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FramerwIlYf4ujI", "withCSS", "wIlYf4ujI_default", "addPropertyControls", "ControlType", "addFonts", "SmoothScrollFonts", "getFonts", "SmoothScroll", "NavsNavbarFonts", "JFcoC_5Vs_default", "CalendlyFonts", "Calendly", "SubpagesHeaderFonts", "Ae4m98517_default", "ButtonsDaButton2Fonts", "wIlYf4ujI_default", "EmbedFonts", "Embed", "ContactSubmitButtonFonts", "VDYv4KJJK_default", "ContactQuickFAQFonts", "fCyA12SIL_default", "NavsFooterFonts", "mQqXfrGm6_default", "ContainerWithFX", "withFX", "Container", "breakpoints", "serializationHash", "variantClassNames", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "formVariants", "form", "variants", "currentVariant", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "wJwPYKOcu3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "SmoothScroll", "l", "PropertyOverrides2", "JFcoC_5Vs_default", "AnimatePresence", "Ga", "x", "Calendly", "Ae4m98517_default", "Link", "RichText2", "ResolveLinks", "resolvedLinks", "wIlYf4ujI_default", "Embed", "FormContainer", "formState", "FormPlainTextInput2", "FormBooleanInput", "VDYv4KJJK_default", "fCyA12SIL_default", "ContainerWithFX", "mQqXfrGm6_default", "css", "Framermjul82Dcm", "withCSS", "mjul82Dcm_default", "addFonts", "SmoothScrollFonts", "NavsNavbarFonts", "CalendlyFonts", "SubpagesHeaderFonts", "ButtonsDaButton2Fonts", "EmbedFonts", "ContactSubmitButtonFonts", "ContactQuickFAQFonts", "NavsFooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
