{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/n9cR4gFLy0DjoxfkLrIe/eDj1MxSfupkYrrIeXQ6b/Shared.js", "ssg:https://framerusercontent.com/modules/aXgJgk4Tii5ZvxLEFhPi/ScTD2bEsozJ7EDkN5pDG/ScrollToTopButton.js", "ssg:https://framerusercontent.com/modules/QpUYdHRIdqGhQONVjbNk/bpZ97uXxqDINGitWREfV/VbyyL9kEH.js", "ssg:https://framerusercontent.com/modules/X03pIzVJUzM1GhwVW04x/mJLPztIRgFoMYPFwToDi/fTEazxyd6-0.js", "ssg:https://framerusercontent.com/modules/X03pIzVJUzM1GhwVW04x/mJLPztIRgFoMYPFwToDi/fTEazxyd6.js", "ssg:https://framerusercontent.com/modules/A4fFQ0p2n41EmQo5ywHt/oPQtfmjUSXamdaT6lznD/WMY_eRIVV.js", "ssg:https://framerusercontent.com/modules/hgDMHxBsAyqMtKQqH5LN/ZKSazFmRhyT5QwYdYhCr/XCmiHuQKb.js", "ssg:https://framerusercontent.com/modules/yqkdCg9eWgC66bUWqRVc/eBqL4PcdzeEeVh3DxnG1/fTEazxyd6.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{ControlType}from\"framer\";import{motion}from\"framer-motion\";export const borderPropertyControl=(hidden=null)=>({type:ControlType.Object,optional:true,hidden,controls:{color:{type:ControlType.Color,defaultValue:\"#222\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}});export function Border({width,widthIsMixed,widthTop,widthRight,widthBottom,widthLeft,style,color,transition}){return /*#__PURE__*/_jsx(motion.div,{animate:{borderColor:color},style:{position:\"absolute\",inset:0,borderWidth:widthIsMixed?`${widthTop}px ${widthRight}px ${widthBottom}px ${widthLeft}px`:`${width}px`,borderStyle:style,borderRadius:\"inherit\",pointerEvents:\"none\"},initial:false,transition:transition});}export function EmptyState({title,subtitle,maxWidth=0}){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",gap:16,backgroundColor:\"rgba(136, 85, 255, 0.1)\",borderRadius:6,border:\"1px dashed rgb(136, 85, 255)\",color:\"rgb(136, 85, 255)\",fontSize:16,padding:20,minHeight:200,maxWidth:maxWidth||undefined},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:600,textAlign:\"center\"},children:title}),/*#__PURE__*/_jsx(\"p\",{style:{margin:0,opacity:.7,// maxWidth: 500,\nlineHeight:1.5,textAlign:\"center\"},children:subtitle})]});}EmptyState.displayName=\"Empty State\";\nexport const __FramerMetadata__ = {\"exports\":{\"borderPropertyControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Border\":{\"type\":\"reactComponent\",\"name\":\"Border\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"EmptyState\":{\"type\":\"reactComponent\",\"name\":\"EmptyState\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Shared.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{cloneElement}from\"react\";import{borderPropertyControl,Border}from\"https://framerusercontent.com/modules/n9cR4gFLy0DjoxfkLrIe/eDj1MxSfupkYrrIeXQ6b/Shared.js\";function scrollToTop(){if(typeof window!==\"undefined\"){window.scrollTo({top:0,behavior:\"smooth\"});}}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerIntrinsicWidth 40\n * @framerIntrinsicHeight 40\n */export default function ScrollToTopButton(props){if(props.buttonType==\"custom\"){var _props_custom,_props_style,_props_style1;let layer=(_props_custom=props.custom)===null||_props_custom===void 0?void 0:_props_custom[0];if(layer&&(((_props_style=props.style)===null||_props_style===void 0?void 0:_props_style.width)||((_props_style1=props.style)===null||_props_style1===void 0?void 0:_props_style1.height))){layer=/*#__PURE__*/cloneElement(layer,{style:{...layer.props.style,...props.style}});}return /*#__PURE__*/_jsx(\"div\",{onClick:scrollToTop,style:props.style,children:layer});}return /*#__PURE__*/_jsxs(\"div\",{style:{width:props.buttonWidth,height:props.buttonHeight,display:\"flex\",justifyContent:\"center\",alignItems:\"center\",backgroundColor:props.fill,cursor:\"pointer\",boxShadow:props.shadows,borderRadius:props.radiusIsMixed?`${props.radiusTopLeft}px ${props.radiusTopRight}px ${props.radiusBottomRight}px ${props.radiusBottomLeft}px`:`${props.radius}px`,...props.style},onClick:scrollToTop,children:[/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",fill:\"none\",viewBox:\"0 0 24 24\",strokeWidth:props.icon.stroke,stroke:props.icon.color,\"stroke-linecap\":\"round\",\"stroke-linejoin\":\"round\",style:{width:props.icon.size,height:props.icon.size},children:[/*#__PURE__*/_jsx(\"path\",{d:\"M12 5l0 14\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M18 11l-6 -6\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M6 11l6 -6\"})]}),/*#__PURE__*/_jsx(Border,{...props.border})]});}ScrollToTopButton.displayName=\"Scroll-to-Top Button\";addPropertyControls(ScrollToTopButton,{buttonType:{type:ControlType.Enum,defaultValue:\"default\",options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,title:\"Button\"},custom:{type:ControlType.ComponentInstance,title:\"Custom\",description:\"Connect a custom button layer.\",hidden(props){return props.buttonType!==\"custom\";}},fill:{type:ControlType.Color,defaultValue:\"#EDEDED\",optional:true,hidden(props){return props.buttonType!==\"default\";}},icon:{type:ControlType.Object,controls:{color:{type:ControlType.Color,defaultValue:\"black\"},size:{type:ControlType.Number,defaultValue:24,min:1},stroke:{type:ControlType.Number,defaultValue:2,min:1,max:10,step:.1}},hidden(props){return props.buttonType!==\"default\";}},radius:{type:ControlType.FusedNumber,defaultValue:20,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusottomRight\",\"radiusBottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,hidden(props){return props.buttonType!==\"default\";}},border:borderPropertyControl(props=>props.buttonType!==\"default\"),shadows:{type:ControlType.BoxShadow,hidden:props=>props.buttonType!=\"default\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ScrollToTopButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f22aa3d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-ddrc3 .framer-styles-preset-13o2291:not(.rich-text-wrapper), .framer-ddrc3 .framer-styles-preset-13o2291.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #0088ff; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-fe24a84b-b018-47cf-9fb6-8baff8a48c86, #3b4147); --framer-link-text-decoration: underline; }\"];export const className=\"framer-ddrc3\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"Home\";export const v1=\"\u2192 Customisation\";export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c3zl81\",\"data-styles-preset\":\"JMsN7ZL96\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nzHUvOVlV\"},motionChild:true,nodeId:\"m_ObxkVqR\",openInNewTab:false,scopeId:\"fTEazxyd6\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cks8ff\",\"data-styles-preset\":\"NRFuWW4LM\",children:\"Book a Demo\"})})})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2e9e6ed)\nimport*as localizedValues from\"./fTEazxyd6-0.js\";const valuesByLocaleId={qU0fFJWSP:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"Inter-Medium\"]);export const fonts=[];export const css=['.framer-aQw3L .framer-styles-preset-xi1otq:not(.rich-text-wrapper), .framer-aQw3L .framer-styles-preset-xi1otq.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 500; --framer-letter-spacing: -0.3px; --framer-line-height: 160%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-875f055a-13f2-49b4-8020-6c2b0d9a0d0e, #0c1523); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-aQw3L\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (84ce8e9)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/A4fFQ0p2n41EmQo5ywHt/oPQtfmjUSXamdaT6lznD/WMY_eRIVV.js\";const enabledGestures={b31H773uK:{hover:true}};const cycleOrder=[\"b31H773uK\",\"nYwY_IAc_\"];const variantClassNames={b31H773uK:\"framer-v-13e0bcs\",nYwY_IAc_:\"framer-v-jfbue8\"};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 humanReadableVariantMap={\"Variant 1\":\"b31H773uK\",Center:\"nYwY_IAc_\"};const transitions={default:{damping:60,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 Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"b31H773uK\",title:P2canK3mG=\"Link Item\",color:MOQfTFBNs=\"var(--token-fe24a84b-b018-47cf-9fb6-8baff8a48c86, rgb(59, 65, 71))\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"b31H773uK\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-dL10S\",sharedStyle.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(motion.div,{...restProps,className:cx(\"framer-13e0bcs\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"b31H773uK\",ref:ref,style:{...style},...addPropertyOverrides({\"b31H773uK-hover\":{\"data-framer-name\":undefined},nYwY_IAc_:{\"data-framer-name\":\"Center\"}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-xi1otq\",\"data-styles-preset\":\"WMY_eRIVV\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Link Item\"})}),className:\"framer-1szpw1r\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"aotbw91EE\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-MOQfTFBNs-XCmiHuQKb)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-MOQfTFBNs-XCmiHuQKb\":MOQfTFBNs},text:P2canK3mG,variants:{\"b31H773uK-hover\":{\"--extracted-r6o4lv\":\"var(--token-580137c5-4f0f-4922-bf6d-ba473023f763, rgb(76, 60, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nYwY_IAc_:{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-xi1otq\",\"data-styles-preset\":\"WMY_eRIVV\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Link Item\"})})}},baseVariant,gestureVariant)})})})})});});const css=['.framer-dL10S [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dL10S .framer-1col0on { display: block; }\",\".framer-dL10S .framer-13e0bcs { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 78px; }\",\".framer-dL10S .framer-1szpw1r { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-dL10S .framer-v-13e0bcs .framer-13e0bcs { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dL10S .framer-13e0bcs { gap: 0px; } .framer-dL10S .framer-13e0bcs > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-dL10S .framer-13e0bcs > :first-child { margin-top: 0px; } .framer-dL10S .framer-13e0bcs > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 78\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nYwY_IAc_\":{\"layout\":[\"fixed\",\"auto\"]},\"yMVQ4Oet4\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"P2canK3mG\":\"title\",\"MOQfTFBNs\":\"color\"}\n */ const FramerXCmiHuQKb=withCSS(Component,css,\"framer-dL10S\");export default FramerXCmiHuQKb;FramerXCmiHuQKb.displayName=\"Link\";FramerXCmiHuQKb.defaultProps={height:26,width:78};addPropertyControls(FramerXCmiHuQKb,{variant:{options:[\"b31H773uK\",\"nYwY_IAc_\"],optionTitles:[\"Variant 1\",\"Center\"],title:\"Variant\",type:ControlType.Enum},P2canK3mG:{defaultValue:\"Link Item\",displayTextArea:false,title:\"Title\",type:ControlType.String},MOQfTFBNs:{defaultValue:\"var(--token-fe24a84b-b018-47cf-9fb6-8baff8a48c86, rgb(59, 65, 71))\",title:\"Color\",type:ControlType.Color}});addFonts(FramerXCmiHuQKb,[...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXCmiHuQKb\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"26\",\"framerVariables\":\"{\\\"P2canK3mG\\\":\\\"title\\\",\\\"MOQfTFBNs\\\":\\\"color\\\"}\",\"framerIntrinsicWidth\":\"78\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nYwY_IAc_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yMVQ4Oet4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XCmiHuQKb.map", "// Generated by Framer (2e9e6ed)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ScrollToTopButton from\"https://framerusercontent.com/modules/aXgJgk4Tii5ZvxLEFhPi/ScTD2bEsozJ7EDkN5pDG/ScrollToTopButton.js\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/jGz5TvJsZ1SrcHP5pahv/i2pNqz7Z7w0RfnTXvdFz/JMsN7ZL96.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/jGvXt1KoBMKc6PVBmifH/Hadc6iYOa495dHUBWyya/NNn_X2SiD.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/xi57Fr0ti8MGWQYr3hmF/0fCrktfMFYi08NridhA4/NRFuWW4LM.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/QpUYdHRIdqGhQONVjbNk/bpZ97uXxqDINGitWREfV/VbyyL9kEH.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/X03pIzVJUzM1GhwVW04x/mJLPztIRgFoMYPFwToDi/fTEazxyd6.js\";import LocaleComponent from\"https://framerusercontent.com/modules/KyXFN2EkmxCgm9lY6IHQ/OCNl2ZggAtomhABwzlcT/WqrHVcbZW.js\";import Link1 from\"https://framerusercontent.com/modules/hgDMHxBsAyqMtKQqH5LN/ZKSazFmRhyT5QwYdYhCr/XCmiHuQKb.js\";const IconoirFonts=getFonts(Iconoir);const Link1Fonts=getFonts(Link1);const ScrollToTopButtonFonts=getFonts(ScrollToTopButton);const LocaleComponentFonts=getFonts(LocaleComponent);const cycleOrder=[\"RhFjpoSPz\",\"SLqK_Wa8Q\",\"BxDqYScCi\",\"Nkp1wV4q5\"];const serializationHash=\"framer-2n8ig\";const variantClassNames={BxDqYScCi:\"framer-v-8kv31o\",Nkp1wV4q5:\"framer-v-19w4o0z\",RhFjpoSPz:\"framer-v-m0vlwh\",SLqK_Wa8Q:\"framer-v-1olc1f1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"default\":return\"Dyd8XuVKx\";case\"qU0fFJWSP\":return\"goazVVx4L\";default:return\"Dyd8XuVKx\";}};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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={\"Large Desktop\":\"RhFjpoSPz\",Desktop:\"SLqK_Wa8Q\",Phone:\"Nkp1wV4q5\",Tablet:\"BxDqYScCi\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"RhFjpoSPz\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RhFjpoSPz\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"BxDqYScCi\",\"Nkp1wV4q5\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"Nkp1wV4q5\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"Nkp1wV4q5\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-m0vlwh\",className,classNames),\"data-framer-name\":\"Large Desktop\",layoutDependency:layoutDependency,layoutId:\"RhFjpoSPz\",ref:refBinding,style:{backgroundColor:\"var(--token-ee8cc238-c520-4f7d-8148-fb1eed22ee2e, rgb(7, 11, 24))\",...style},...addPropertyOverrides({BxDqYScCi:{\"data-framer-name\":\"Tablet\"},Nkp1wV4q5:{\"data-framer-name\":\"Phone\"},SLqK_Wa8Q:{\"data-framer-name\":\"Desktop\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xs8fqf\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"A6LUWjn7c\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uxh5f\",\"data-framer-name\":\"Cta\",layoutDependency:layoutDependency,layoutId:\"fVCtQONWU\",style:{backgroundColor:\"var(--token-8e9e4b6e-bc0f-40ac-940a-1cbe3d69d38f, rgb(8, 22, 71))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1rk3ykg\",\"data-styles-preset\":\"NNn_X2SiD\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)))\"},children:\"The smarter way to own recruitment websites\"})}),className:\"framer-1lx1aue\",\"data-framer-name\":\"Get started with your site now\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UZGz_IMwk\",style:{\"--extracted-a0htzi\":\"var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BxDqYScCi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1rk3ykg\",\"data-styles-preset\":\"NNn_X2SiD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)))\"},children:\"The smarter way to own recruitment websites\"})})},Nkp1wV4q5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{className:\"framer-styles-preset-1rk3ykg\",\"data-styles-preset\":\"NNn_X2SiD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)))\"},children:[\"The smarter \",/*#__PURE__*/_jsx(motion.br,{}),\"way to own recruitment websites\"]})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Wrd_2_lPN\"},motionChild:true,nodeId:\"n6HQEG6Gz\",scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Recsites logo\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+(((componentViewport?.height||864)-143-723.6)/2+0+0)+0+0+40.5),pixelHeight:257,pixelWidth:1419,positionX:\"center\",positionY:\"center\",sizes:\"270px\",src:\"https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png\",srcSet:\"https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png?scale-down-to=512 512w,https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png 1419w\"},className:\"framer-jmcr83 framer-pnmzet\",layoutDependency:layoutDependency,layoutId:\"n6HQEG6Gz\",...addPropertyOverrides({SLqK_Wa8Q:{background:{alt:\"Recsites logo\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+(((componentViewport?.height||898.5)-143-723.6)/2+0+0)+0+0+40.5),pixelHeight:257,pixelWidth:1419,positionX:\"center\",positionY:\"center\",sizes:\"270px\",src:\"https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png\",srcSet:\"https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png?scale-down-to=512 512w,https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png 1419w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/recsites/\",motionChild:true,nodeId:\"ebOYZbF_T\",scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1a9iu80 framer-pnmzet\",layoutDependency:layoutDependency,layoutId:\"ebOYZbF_T\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-maa93y-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"b_BMqABy5-container\",nodeId:\"b_BMqABy5\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"rgb(102, 102, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"Home\",iconSelection:\"LinkedIn\",id:\"b_BMqABy5\",layoutId:\"b_BMqABy5\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yjaulf\",\"data-framer-name\":\"Footer Main\",layoutDependency:layoutDependency,layoutId:\"XWtkBaSyZ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bijte6\",\"data-framer-name\":\"Footer Content Main\",layoutDependency:layoutDependency,layoutId:\"WXnUiBlnP\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vzmhg9\",layoutDependency:layoutDependency,layoutId:\"VB3I_UuHQ\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17m58wa\",\"data-framer-name\":\"Footer List Stack\",layoutDependency:layoutDependency,layoutId:\"cSjX9UAge\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zjapqh\",\"data-framer-name\":\"Footer List Single\",layoutDependency:layoutDependency,layoutId:\"ehSWGTYKF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c3zl81\",\"data-styles-preset\":\"JMsN7ZL96\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"a8pU_eLDn\"},motionChild:true,nodeId:\"YzZ7Rb3m5\",openInNewTab:false,scopeId:\"fTEazxyd6\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cks8ff\",\"data-styles-preset\":\"NRFuWW4LM\",children:\"Recruitment Websites\"})})})}),className:\"framer-asbx5f\",\"data-framer-name\":\"Footer Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YzZ7Rb3m5\",style:{\"--extracted-r6o4lv\":\"var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bly3i6\",\"data-framer-name\":\"Footer List\",layoutDependency:layoutDependency,layoutId:\"LYYetJF_v\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"a8pU_eLDn\"},motionChild:true,nodeId:\"UAllf_Ct8\",openInNewTab:false,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ta56wc framer-pnmzet\",\"data-framer-name\":\"LInk Wrapper\",layoutDependency:layoutDependency,layoutId:\"UAllf_Ct8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-aucy9k-container\",layoutDependency:layoutDependency,layoutId:\"his_Mkvzf-container\",nodeId:\"his_Mkvzf\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Link1,{color:\"var(--token-458c401e-1908-4958-b1dd-06afe5e5ae7c, rgb(184, 193, 204))\",height:\"100%\",id:\"his_Mkvzf\",layoutId:\"his_Mkvzf\",style:{width:\"100%\"},title:\"\u2192 Recruitment Websites\",variant:\"b31H773uK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"E8SdKG3MU\"},motionChild:true,nodeId:\"cYYlaS4cX\",openInNewTab:false,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1kiw1h framer-pnmzet\",\"data-framer-name\":\"LInk Wrapper\",layoutDependency:layoutDependency,layoutId:\"cYYlaS4cX\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fzn2u1-container\",layoutDependency:layoutDependency,layoutId:\"jDnxyeUJp-container\",nodeId:\"jDnxyeUJp\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Link1,{color:\"var(--token-458c401e-1908-4958-b1dd-06afe5e5ae7c, rgb(184, 193, 204))\",height:\"100%\",id:\"jDnxyeUJp\",layoutId:\"jDnxyeUJp\",style:{width:\"100%\"},title:\"\u2192 Website Templates\",variant:\"b31H773uK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FiG4bcAKr\"},motionChild:true,nodeId:\"GBiRN7dCM\",openInNewTab:false,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1b8z6s framer-pnmzet\",\"data-framer-name\":\"LInk Wrapper\",layoutDependency:layoutDependency,layoutId:\"GBiRN7dCM\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lrluvu-container\",layoutDependency:layoutDependency,layoutId:\"AauTgim1h-container\",nodeId:\"AauTgim1h\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Link1,{color:\"var(--token-458c401e-1908-4958-b1dd-06afe5e5ae7c, rgb(184, 193, 204))\",height:\"100%\",id:\"AauTgim1h\",layoutId:\"AauTgim1h\",style:{width:\"100%\"},title:\"\u2192 CRM & ATS Integrations\",variant:\"b31H773uK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bFD0KmR5w\"},motionChild:true,nodeId:\"cz0ivPHa1\",openInNewTab:false,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1tx46dz framer-pnmzet\",\"data-framer-name\":\"LInk Wrapper\",layoutDependency:layoutDependency,layoutId:\"cz0ivPHa1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fh5rtk-container\",layoutDependency:layoutDependency,layoutId:\"YDb912jzV-container\",nodeId:\"YDb912jzV\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Link1,{color:\"var(--token-458c401e-1908-4958-b1dd-06afe5e5ae7c, rgb(184, 193, 204))\",height:\"100%\",id:\"YDb912jzV\",layoutId:\"YDb912jzV\",style:{width:\"100%\"},title:getLocalizedValue(\"v1\",activeLocale)??\"\u2192 Customization\",variant:\"b31H773uK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Jf3kuFIKJ\"},motionChild:true,nodeId:\"r3nl8wdhi\",openInNewTab:false,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1fvsw9w framer-pnmzet\",\"data-framer-name\":\"LInk Wrapper\",layoutDependency:layoutDependency,layoutId:\"r3nl8wdhi\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zfi2vk-container\",layoutDependency:layoutDependency,layoutId:\"ogYZYQsLR-container\",nodeId:\"ogYZYQsLR\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Link1,{color:\"var(--token-458c401e-1908-4958-b1dd-06afe5e5ae7c, rgb(184, 193, 204))\",height:\"100%\",id:\"ogYZYQsLR\",layoutId:\"ogYZYQsLR\",style:{width:\"100%\"},title:\"\u2192 Integrated AI\",variant:\"b31H773uK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DRaT_K7mT\"},motionChild:true,nodeId:\"dJ4U4Cf6a\",openInNewTab:false,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-14h30ld framer-pnmzet\",\"data-framer-name\":\"LInk Wrapper\",layoutDependency:layoutDependency,layoutId:\"dJ4U4Cf6a\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x8ava1-container\",layoutDependency:layoutDependency,layoutId:\"nniB3PHaE-container\",nodeId:\"nniB3PHaE\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Link1,{color:\"var(--token-458c401e-1908-4958-b1dd-06afe5e5ae7c, rgb(184, 193, 204))\",height:\"100%\",id:\"nniB3PHaE\",layoutId:\"nniB3PHaE\",style:{width:\"100%\"},title:\"\u2192 Recruitment SEO\",variant:\"b31H773uK\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m97p6l\",\"data-framer-name\":\"Footer List Single\",layoutDependency:layoutDependency,layoutId:\"xvc3hiMQL\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c3zl81\",\"data-styles-preset\":\"JMsN7ZL96\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R9Mr2y76l\"},motionChild:true,nodeId:\"kgCHK5_li\",openInNewTab:false,scopeId:\"fTEazxyd6\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cks8ff\",\"data-styles-preset\":\"NRFuWW4LM\",children:\"Recsites Customers\"})})})}),className:\"framer-1y2qqji\",\"data-framer-name\":\"Footer Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kgCHK5_li\",style:{\"--extracted-r6o4lv\":\"var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1931z1o\",\"data-framer-name\":\"Footer List\",layoutDependency:layoutDependency,layoutId:\"Bg170thF0\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R9Mr2y76l\"},motionChild:true,nodeId:\"q1vNQOGEv\",openInNewTab:false,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-tw7iqh framer-pnmzet\",\"data-framer-name\":\"LInk Wrapper\",layoutDependency:layoutDependency,layoutId:\"q1vNQOGEv\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ccaztd-container\",layoutDependency:layoutDependency,layoutId:\"khxrQxqKm-container\",nodeId:\"khxrQxqKm\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Link1,{color:\"var(--token-458c401e-1908-4958-b1dd-06afe5e5ae7c, rgb(184, 193, 204))\",height:\"100%\",id:\"khxrQxqKm\",layoutId:\"khxrQxqKm\",style:{width:\"100%\"},title:\"\u2192 Customer Websites\",variant:\"b31H773uK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"h9n4rYnoK\"},motionChild:true,nodeId:\"l1c1dc6Rk\",openInNewTab:false,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-13i4i52 framer-pnmzet\",\"data-framer-name\":\"LInk Wrapper\",layoutDependency:layoutDependency,layoutId:\"l1c1dc6Rk\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7adewq-container\",layoutDependency:layoutDependency,layoutId:\"FrXn5M4RG-container\",nodeId:\"FrXn5M4RG\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Link1,{color:\"var(--token-458c401e-1908-4958-b1dd-06afe5e5ae7c, rgb(184, 193, 204))\",height:\"100%\",id:\"FrXn5M4RG\",layoutId:\"FrXn5M4RG\",style:{width:\"100%\"},title:\"\u2192 Testimonials\",variant:\"b31H773uK\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9x4y6f\",\"data-framer-name\":\"Footer List Single\",layoutDependency:layoutDependency,layoutId:\"ntMb3ryc1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c3zl81\",\"data-styles-preset\":\"JMsN7ZL96\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BXtSdnmg8\"},motionChild:true,nodeId:\"CxY12hgdn\",openInNewTab:false,scopeId:\"fTEazxyd6\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cks8ff\",\"data-styles-preset\":\"NRFuWW4LM\",children:\"Pricing\"})})})}),className:\"framer-incshu\",\"data-framer-name\":\"Footer Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CxY12hgdn\",style:{\"--extracted-r6o4lv\":\"var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c3zl81\",\"data-styles-preset\":\"JMsN7ZL96\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nzHUvOVlV\"},motionChild:true,nodeId:\"m_ObxkVqR\",openInNewTab:false,scopeId:\"fTEazxyd6\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cks8ff\",\"data-styles-preset\":\"NRFuWW4LM\",children:\"Book a Demo\"})})})}),className:\"framer-1hhupqd\",\"data-framer-name\":\"Footer Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"m_ObxkVqR\",style:{\"--extracted-r6o4lv\":\"var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c3zl81\",\"data-styles-preset\":\"JMsN7ZL96\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RxuWlIDA0\"},motionChild:true,nodeId:\"Yjuquk9iG\",openInNewTab:false,scopeId:\"fTEazxyd6\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cks8ff\",\"data-styles-preset\":\"NRFuWW4LM\",children:\"Get Started\"})})})}),className:\"framer-i32t8l\",\"data-framer-name\":\"Footer Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Yjuquk9iG\",style:{\"--extracted-r6o4lv\":\"var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c3zl81\",\"data-styles-preset\":\"JMsN7ZL96\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Dr4L7mlf0\"},motionChild:true,nodeId:\"lk3M5VJaS\",openInNewTab:false,scopeId:\"fTEazxyd6\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cks8ff\",\"data-styles-preset\":\"NRFuWW4LM\",children:\"News & Insights\"})})})}),className:\"framer-30v5f0\",\"data-framer-name\":\"Footer Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lk3M5VJaS\",style:{\"--extracted-r6o4lv\":\"var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c3zl81\",\"data-styles-preset\":\"JMsN7ZL96\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aSj0O_aL4\"},motionChild:true,nodeId:\"Bya8yMrfh\",openInNewTab:false,scopeId:\"fTEazxyd6\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cks8ff\",\"data-styles-preset\":\"NRFuWW4LM\",children:\"About Us\"})})})}),className:\"framer-wy7m6e\",\"data-framer-name\":\"Footer Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Bya8yMrfh\",style:{\"--extracted-r6o4lv\":\"var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nlmm3k\",\"data-framer-name\":\"Footer List Single\",layoutDependency:layoutDependency,layoutId:\"oguZIOl9E\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c3zl81\",\"data-styles-preset\":\"JMsN7ZL96\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MS9UfVz1Z\"},motionChild:true,nodeId:\"NlZP6pvxN\",openInNewTab:false,scopeId:\"fTEazxyd6\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cks8ff\",\"data-styles-preset\":\"NRFuWW4LM\",children:\"Support\"})})})}),className:\"framer-icbbqk\",\"data-framer-name\":\"Footer Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NlZP6pvxN\",style:{\"--extracted-r6o4lv\":\"var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7hes7b\",\"data-framer-name\":\"Footer List\",layoutDependency:layoutDependency,layoutId:\"qMowwnCp1\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JDw3pKOep\"},motionChild:true,nodeId:\"X1CLpJE7J\",openInNewTab:false,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-8rmcxh framer-pnmzet\",\"data-framer-name\":\"LInk Wrapper\",layoutDependency:layoutDependency,layoutId:\"X1CLpJE7J\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13wdq0d-container\",layoutDependency:layoutDependency,layoutId:\"mCz_it_Gg-container\",nodeId:\"mCz_it_Gg\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Link1,{color:\"var(--token-458c401e-1908-4958-b1dd-06afe5e5ae7c, rgb(184, 193, 204))\",height:\"100%\",id:\"mCz_it_Gg\",layoutId:\"mCz_it_Gg\",style:{width:\"100%\"},title:\"\u2192 Help Videos\",variant:\"b31H773uK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MS9UfVz1Z\"},motionChild:true,nodeId:\"RBjIOqDkG\",openInNewTab:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1mb7zma framer-pnmzet\",\"data-framer-name\":\"LInk Wrapper\",layoutDependency:layoutDependency,layoutId:\"RBjIOqDkG\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dzt47i-container\",layoutDependency:layoutDependency,layoutId:\"GTU1l92EJ-container\",nodeId:\"GTU1l92EJ\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Link1,{color:\"var(--token-458c401e-1908-4958-b1dd-06afe5e5ae7c, rgb(184, 193, 204))\",height:\"100%\",id:\"GTU1l92EJ\",layoutId:\"GTU1l92EJ\",style:{width:\"100%\"},title:\"\u2192 Help Desk\",variant:\"b31H773uK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VSq0CX11B\"},motionChild:true,nodeId:\"GKprE4_dt\",openInNewTab:false,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-woayzt framer-pnmzet\",\"data-framer-name\":\"LInk Wrapper\",layoutDependency:layoutDependency,layoutId:\"GKprE4_dt\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-u93nwg-container\",layoutDependency:layoutDependency,layoutId:\"Xllzg3I9Q-container\",nodeId:\"Xllzg3I9Q\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Link1,{color:\"var(--token-458c401e-1908-4958-b1dd-06afe5e5ae7c, rgb(184, 193, 204))\",height:\"100%\",id:\"Xllzg3I9Q\",layoutId:\"Xllzg3I9Q\",style:{width:\"100%\"},title:\"\u2192 Web Care\",variant:\"b31H773uK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://customer.recsites.com/login\",motionChild:true,nodeId:\"KX_KXI6Nf\",openInNewTab:false,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-f7kcnx framer-pnmzet\",\"data-framer-name\":\"LInk Wrapper\",layoutDependency:layoutDependency,layoutId:\"KX_KXI6Nf\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uaxtua-container\",layoutDependency:layoutDependency,layoutId:\"rRzK44_UE-container\",nodeId:\"rRzK44_UE\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Link1,{color:\"var(--token-458c401e-1908-4958-b1dd-06afe5e5ae7c, rgb(184, 193, 204))\",height:\"100%\",id:\"rRzK44_UE\",layoutId:\"rRzK44_UE\",style:{width:\"100%\"},title:\"\u2192 Customer Portal\",variant:\"b31H773uK\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c3zl81\",\"data-styles-preset\":\"JMsN7ZL96\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"c9b0WuvPu\"},motionChild:true,nodeId:\"s6ZaQggXu\",openInNewTab:false,scopeId:\"fTEazxyd6\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cks8ff\",\"data-styles-preset\":\"NRFuWW4LM\",children:\"Contact\"})})})}),className:\"framer-6kbpo5\",\"data-framer-name\":\"Footer Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"s6ZaQggXu\",style:{\"--extracted-r6o4lv\":\"var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x2yiwh\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"GeqzUr44G\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Wrd_2_lPN\"},motionChild:true,nodeId:\"sgbhAftIT\",scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Recsites logo\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+(((componentViewport?.height||864)-143-723.6)/2+0+0)+0+204+0+359.6+66),pixelHeight:257,pixelWidth:1419,positionX:\"center\",positionY:\"center\",sizes:\"270px\",src:\"https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png\",srcSet:\"https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png?scale-down-to=512 512w,https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png 1419w\"},className:\"framer-907lj1 framer-pnmzet\",layoutDependency:layoutDependency,layoutId:\"sgbhAftIT\",...addPropertyOverrides({BxDqYScCi:{background:{alt:\"Recsites logo\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+(((componentViewport?.height||200)-135-802.8)/2+0+0)+0+283.2+0+359.6+66),pixelHeight:257,pixelWidth:1419,positionX:\"center\",positionY:\"center\",sizes:\"270px\",src:\"https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png\",srcSet:\"https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png?scale-down-to=512 512w,https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png 1419w\"}},Nkp1wV4q5:{background:{alt:\"Recsites logo\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+60+(((componentViewport?.height||200)-120-1744.6)/2+0+0)+0+213.2+0+1176.4+60),pixelHeight:257,pixelWidth:1419,positionX:\"center\",positionY:\"center\",sizes:\"270px\",src:\"https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png\",srcSet:\"https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png?scale-down-to=512 512w,https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png 1419w\"}},SLqK_Wa8Q:{background:{alt:\"Recsites logo\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+(((componentViewport?.height||898.5)-143-723.6)/2+0+0)+0+204+0+359.6+66),pixelHeight:257,pixelWidth:1419,positionX:\"center\",positionY:\"center\",sizes:\"270px\",src:\"https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png\",srcSet:\"https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png?scale-down-to=512 512w,https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HEfg5FThTO198gOvLh9JFVgKvR8.png 1419w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nt5ofy\",layoutDependency:layoutDependency,layoutId:\"X5ku5NPlo\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mcnp8r-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"fmZMrLmeF-container\",nodeId:\"fmZMrLmeF\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(ScrollToTopButton,{buttonType:\"default\",custom:[],fill:\"var(--token-580137c5-4f0f-4922-bf6d-ba473023f763, rgb(24, 75, 255))\",height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:24,stroke:2},id:\"fmZMrLmeF\",layoutId:\"fmZMrLmeF\",radius:20,radiusBottomLeft:20,radiusIsMixed:false,radiusottomRight:20,radiusTopLeft:20,radiusTopRight:20,shadows:\"\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+80+(((componentViewport?.height||864)-143-723.6)/2+0+0)+0+204+0+359.6+66+0,...addPropertyOverrides({BxDqYScCi:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||200)-135-802.8)/2+0+0)+0+283.2+0+359.6+66+0},SLqK_Wa8Q:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||898.5)-143-723.6)/2+0+0)+0+204+0+359.6+66+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ra9j7o-container\",layoutDependency:layoutDependency,layoutId:\"kRgRUN8Em-container\",nodeId:\"kRgRUN8Em\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(LocaleComponent,{height:\"100%\",id:\"kRgRUN8Em\",layoutId:\"kRgRUN8Em\",variant:convertFromEnum(activeLocale?.id,activeLocale),width:\"100%\"})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n5wvxw\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"RcOmDpD0G\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({Nkp1wV4q5:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-120-1744.6)/2+0+0)+0+213.2+0+1297.4+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-64x3kk-container\",layoutDependency:layoutDependency,layoutId:\"jPb60t3to-container\",nodeId:\"jPb60t3to\",rendersWithMotion:true,scopeId:\"fTEazxyd6\",children:/*#__PURE__*/_jsx(LocaleComponent,{height:\"100%\",id:\"jPb60t3to\",layoutId:\"jPb60t3to\",variant:convertFromEnum(activeLocale?.id,activeLocale),width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-53ord4\",\"data-framer-name\":\"Copyright Block\",layoutDependency:layoutDependency,layoutId:\"IrjyUDUgg\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uzfwml\",\"data-framer-name\":\"copyright\",layoutDependency:layoutDependency,layoutId:\"lYXR0lYcy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fe24a84b-b018-47cf-9fb6-8baff8a48c86, rgb(59, 65, 71)))\"},children:[\"\\xa9 2025 Recsites\u2122 \u2022 All Rights Reserved \u2022 Part of the Element 10 Group \u2022 Recsites\u2122 is a registered trademark. Recsites\u2122 is a trading name of Element 10 Ltd \u2022 \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EK7ennWWV\"},motionChild:true,nodeId:\"Vd9reaec1\",openInNewTab:false,scopeId:\"fTEazxyd6\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-13o2291\",\"data-styles-preset\":\"VbyyL9kEH\",children:\"Terms\"})}),\" \u2022 \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vqFVpB1N6\"},motionChild:true,nodeId:\"Vd9reaec1\",openInNewTab:false,scopeId:\"fTEazxyd6\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-13o2291\",\"data-styles-preset\":\"VbyyL9kEH\",children:\"Privacy\"})}),\" \u2022 \",/*#__PURE__*/_jsx(Link,{href:\"https://recsites.com/sitemap.xml\",motionChild:true,nodeId:\"Vd9reaec1\",openInNewTab:false,scopeId:\"fTEazxyd6\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-13o2291\",\"data-styles-preset\":\"VbyyL9kEH\",children:\"Sitemap\"})})]})}),className:\"framer-5uycbw\",\"data-framer-name\":\"copyright\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Vd9reaec1\",style:{\"--extracted-r6o4lv\":\"var(--token-fe24a84b-b018-47cf-9fb6-8baff8a48c86, rgb(59, 65, 71))\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2n8ig.framer-pnmzet, .framer-2n8ig .framer-pnmzet { display: block; }\",\".framer-2n8ig.framer-m0vlwh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 80px 0px 63px 0px; position: relative; width: 1440px; }\",\".framer-2n8ig .framer-xs8fqf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1320px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-2n8ig .framer-uxh5f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 40px 50px 40px 50px; position: relative; width: 100%; }\",\".framer-2n8ig .framer-1lx1aue { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 61%; word-break: break-word; word-wrap: break-word; }\",\".framer-2n8ig .framer-jmcr83, .framer-2n8ig .framer-907lj1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 43px; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: 270px; z-index: 1; }\",\".framer-2n8ig .framer-1a9iu80 { flex: none; height: 44px; overflow: visible; position: relative; text-decoration: none; width: 67px; }\",\".framer-2n8ig .framer-maa93y-container { flex: none; height: 43px; left: 0px; position: absolute; right: 0px; top: calc(50.00000000000002% - 43px / 2); }\",\".framer-2n8ig .framer-1yjaulf { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2n8ig .framer-1bijte6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2n8ig .framer-vzmhg9 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2n8ig .framer-17m58wa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2n8ig .framer-zjapqh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 20%; }\",\".framer-2n8ig .framer-asbx5f, .framer-2n8ig .framer-1y2qqji, .framer-2n8ig .framer-incshu, .framer-2n8ig .framer-1hhupqd, .framer-2n8ig .framer-i32t8l, .framer-2n8ig .framer-30v5f0, .framer-2n8ig .framer-wy7m6e, .framer-2n8ig .framer-icbbqk, .framer-2n8ig .framer-6kbpo5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2n8ig .framer-1bly3i6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2n8ig .framer-ta56wc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-2n8ig .framer-aucy9k-container { flex: none; height: auto; position: relative; width: 252px; }\",\".framer-2n8ig .framer-1kiw1h, .framer-2n8ig .framer-1b8z6s, .framer-2n8ig .framer-1tx46dz, .framer-2n8ig .framer-1fvsw9w, .framer-2n8ig .framer-14h30ld, .framer-2n8ig .framer-tw7iqh, .framer-2n8ig .framer-13i4i52, .framer-2n8ig .framer-8rmcxh, .framer-2n8ig .framer-1mb7zma, .framer-2n8ig .framer-woayzt, .framer-2n8ig .framer-f7kcnx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-2n8ig .framer-1fzn2u1-container { flex: none; height: auto; position: relative; width: 222px; }\",\".framer-2n8ig .framer-1lrluvu-container { flex: none; height: auto; position: relative; width: 228px; }\",\".framer-2n8ig .framer-fh5rtk-container { flex: none; height: auto; position: relative; width: 142px; }\",\".framer-2n8ig .framer-zfi2vk-container { flex: none; height: auto; position: relative; width: 133px; }\",\".framer-2n8ig .framer-1x8ava1-container { flex: none; height: auto; position: relative; width: 154px; }\",\".framer-2n8ig .framer-1m97p6l, .framer-2n8ig .framer-9x4y6f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 20%; }\",\".framer-2n8ig .framer-1931z1o, .framer-2n8ig .framer-7hes7b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-2n8ig .framer-1ccaztd-container { flex: none; height: auto; position: relative; width: 167px; }\",\".framer-2n8ig .framer-7adewq-container { flex: none; height: auto; position: relative; width: 159px; }\",\".framer-2n8ig .framer-1nlmm3k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 20%; }\",\".framer-2n8ig .framer-13wdq0d-container, .framer-2n8ig .framer-1dzt47i-container, .framer-2n8ig .framer-u93nwg-container, .framer-2n8ig .framer-uaxtua-container { flex: none; height: auto; position: relative; width: 163px; }\",\".framer-2n8ig .framer-1x2yiwh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 124px; justify-content: space-between; overflow: visible; padding: 66px 0px 38px 0px; position: relative; width: 100%; }\",\".framer-2n8ig .framer-1nt5ofy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2n8ig .framer-1mcnp8r-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-2n8ig .framer-ra9j7o-container, .framer-2n8ig .framer-64x3kk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-2n8ig .framer-1n5wvxw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 95px; justify-content: space-between; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-2n8ig .framer-53ord4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2n8ig .framer-uzfwml { flex: none; height: 26px; overflow: visible; position: relative; width: 100%; }\",\".framer-2n8ig .framer-5uycbw { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre-wrap; width: 1260px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2n8ig.framer-m0vlwh, .framer-2n8ig .framer-xs8fqf, .framer-2n8ig .framer-jmcr83, .framer-2n8ig .framer-1yjaulf, .framer-2n8ig .framer-vzmhg9, .framer-2n8ig .framer-zjapqh, .framer-2n8ig .framer-1bly3i6, .framer-2n8ig .framer-ta56wc, .framer-2n8ig .framer-1kiw1h, .framer-2n8ig .framer-1b8z6s, .framer-2n8ig .framer-1tx46dz, .framer-2n8ig .framer-1fvsw9w, .framer-2n8ig .framer-14h30ld, .framer-2n8ig .framer-1m97p6l, .framer-2n8ig .framer-1931z1o, .framer-2n8ig .framer-tw7iqh, .framer-2n8ig .framer-13i4i52, .framer-2n8ig .framer-9x4y6f, .framer-2n8ig .framer-1nlmm3k, .framer-2n8ig .framer-7hes7b, .framer-2n8ig .framer-8rmcxh, .framer-2n8ig .framer-1mb7zma, .framer-2n8ig .framer-woayzt, .framer-2n8ig .framer-f7kcnx, .framer-2n8ig .framer-907lj1, .framer-2n8ig .framer-1nt5ofy, .framer-2n8ig .framer-53ord4 { gap: 0px; } .framer-2n8ig.framer-m0vlwh > *, .framer-2n8ig .framer-53ord4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2n8ig.framer-m0vlwh > :first-child, .framer-2n8ig .framer-xs8fqf > :first-child, .framer-2n8ig .framer-1yjaulf > :first-child, .framer-2n8ig .framer-vzmhg9 > :first-child, .framer-2n8ig .framer-zjapqh > :first-child, .framer-2n8ig .framer-1bly3i6 > :first-child, .framer-2n8ig .framer-1m97p6l > :first-child, .framer-2n8ig .framer-1931z1o > :first-child, .framer-2n8ig .framer-9x4y6f > :first-child, .framer-2n8ig .framer-1nlmm3k > :first-child, .framer-2n8ig .framer-7hes7b > :first-child, .framer-2n8ig .framer-53ord4 > :first-child { margin-top: 0px; } .framer-2n8ig.framer-m0vlwh > :last-child, .framer-2n8ig .framer-xs8fqf > :last-child, .framer-2n8ig .framer-1yjaulf > :last-child, .framer-2n8ig .framer-vzmhg9 > :last-child, .framer-2n8ig .framer-zjapqh > :last-child, .framer-2n8ig .framer-1bly3i6 > :last-child, .framer-2n8ig .framer-1m97p6l > :last-child, .framer-2n8ig .framer-1931z1o > :last-child, .framer-2n8ig .framer-9x4y6f > :last-child, .framer-2n8ig .framer-1nlmm3k > :last-child, .framer-2n8ig .framer-7hes7b > :last-child, .framer-2n8ig .framer-53ord4 > :last-child { margin-bottom: 0px; } .framer-2n8ig .framer-xs8fqf > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-2n8ig .framer-jmcr83 > *, .framer-2n8ig .framer-ta56wc > *, .framer-2n8ig .framer-1kiw1h > *, .framer-2n8ig .framer-1b8z6s > *, .framer-2n8ig .framer-1tx46dz > *, .framer-2n8ig .framer-1fvsw9w > *, .framer-2n8ig .framer-14h30ld > *, .framer-2n8ig .framer-tw7iqh > *, .framer-2n8ig .framer-13i4i52 > *, .framer-2n8ig .framer-8rmcxh > *, .framer-2n8ig .framer-1mb7zma > *, .framer-2n8ig .framer-woayzt > *, .framer-2n8ig .framer-f7kcnx > *, .framer-2n8ig .framer-907lj1 > *, .framer-2n8ig .framer-1nt5ofy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2n8ig .framer-jmcr83 > :first-child, .framer-2n8ig .framer-ta56wc > :first-child, .framer-2n8ig .framer-1kiw1h > :first-child, .framer-2n8ig .framer-1b8z6s > :first-child, .framer-2n8ig .framer-1tx46dz > :first-child, .framer-2n8ig .framer-1fvsw9w > :first-child, .framer-2n8ig .framer-14h30ld > :first-child, .framer-2n8ig .framer-tw7iqh > :first-child, .framer-2n8ig .framer-13i4i52 > :first-child, .framer-2n8ig .framer-8rmcxh > :first-child, .framer-2n8ig .framer-1mb7zma > :first-child, .framer-2n8ig .framer-woayzt > :first-child, .framer-2n8ig .framer-f7kcnx > :first-child, .framer-2n8ig .framer-907lj1 > :first-child, .framer-2n8ig .framer-1nt5ofy > :first-child { margin-left: 0px; } .framer-2n8ig .framer-jmcr83 > :last-child, .framer-2n8ig .framer-ta56wc > :last-child, .framer-2n8ig .framer-1kiw1h > :last-child, .framer-2n8ig .framer-1b8z6s > :last-child, .framer-2n8ig .framer-1tx46dz > :last-child, .framer-2n8ig .framer-1fvsw9w > :last-child, .framer-2n8ig .framer-14h30ld > :last-child, .framer-2n8ig .framer-tw7iqh > :last-child, .framer-2n8ig .framer-13i4i52 > :last-child, .framer-2n8ig .framer-8rmcxh > :last-child, .framer-2n8ig .framer-1mb7zma > :last-child, .framer-2n8ig .framer-woayzt > :last-child, .framer-2n8ig .framer-f7kcnx > :last-child, .framer-2n8ig .framer-907lj1 > :last-child, .framer-2n8ig .framer-1nt5ofy > :last-child { margin-right: 0px; } .framer-2n8ig .framer-1yjaulf > *, .framer-2n8ig .framer-vzmhg9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2n8ig .framer-zjapqh > *, .framer-2n8ig .framer-1bly3i6 > *, .framer-2n8ig .framer-1931z1o > *, .framer-2n8ig .framer-7hes7b > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-2n8ig .framer-1m97p6l > *, .framer-2n8ig .framer-9x4y6f > *, .framer-2n8ig .framer-1nlmm3k > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",\".framer-2n8ig.framer-v-1olc1f1.framer-m0vlwh { width: 992px; }\",\".framer-2n8ig.framer-v-1olc1f1 .framer-1lx1aue { width: 51%; }\",\".framer-2n8ig.framer-v-1olc1f1 .framer-1bijte6 { gap: 40px; justify-content: flex-start; }\",\".framer-2n8ig.framer-v-1olc1f1 .framer-aucy9k-container { width: 187px; }\",\".framer-2n8ig.framer-v-1olc1f1 .framer-5uycbw { left: 50%; width: 928px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2n8ig.framer-v-1olc1f1 .framer-1bijte6 { gap: 0px; } .framer-2n8ig.framer-v-1olc1f1 .framer-1bijte6 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-2n8ig.framer-v-1olc1f1 .framer-1bijte6 > :first-child { margin-left: 0px; } .framer-2n8ig.framer-v-1olc1f1 .framer-1bijte6 > :last-child { margin-right: 0px; } }\",\".framer-2n8ig.framer-v-8kv31o.framer-m0vlwh { padding: 80px 0px 55px 0px; width: 768px; }\",\".framer-2n8ig.framer-v-8kv31o .framer-uxh5f, .framer-2n8ig.framer-v-8kv31o .framer-1bijte6, .framer-2n8ig.framer-v-19w4o0z .framer-1bijte6, .framer-2n8ig.framer-v-19w4o0z .framer-17m58wa { flex-direction: column; gap: 40px; justify-content: flex-start; }\",\".framer-2n8ig.framer-v-8kv31o .framer-1lx1aue { width: 105%; }\",\".framer-2n8ig.framer-v-8kv31o .framer-vzmhg9, .framer-2n8ig.framer-v-19w4o0z .framer-vzmhg9 { flex: none; width: 100%; }\",\".framer-2n8ig.framer-v-8kv31o .framer-aucy9k-container { width: 143px; }\",\".framer-2n8ig.framer-v-8kv31o .framer-5uycbw { width: 708px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2n8ig.framer-v-8kv31o .framer-uxh5f, .framer-2n8ig.framer-v-8kv31o .framer-1bijte6 { gap: 0px; } .framer-2n8ig.framer-v-8kv31o .framer-uxh5f > *, .framer-2n8ig.framer-v-8kv31o .framer-1bijte6 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-2n8ig.framer-v-8kv31o .framer-uxh5f > :first-child, .framer-2n8ig.framer-v-8kv31o .framer-1bijte6 > :first-child { margin-top: 0px; } .framer-2n8ig.framer-v-8kv31o .framer-uxh5f > :last-child, .framer-2n8ig.framer-v-8kv31o .framer-1bijte6 > :last-child { margin-bottom: 0px; } }\",\".framer-2n8ig.framer-v-19w4o0z.framer-m0vlwh { padding: 60px 0px 60px 0px; width: 375px; }\",\".framer-2n8ig.framer-v-19w4o0z .framer-xs8fqf { gap: 60px; }\",\".framer-2n8ig.framer-v-19w4o0z .framer-uxh5f { flex-direction: column; gap: 30px; justify-content: flex-start; padding: 20px 30px 20px 30px; }\",\".framer-2n8ig.framer-v-19w4o0z .framer-1lx1aue { width: 100%; }\",\".framer-2n8ig.framer-v-19w4o0z .framer-zjapqh { width: 90%; }\",\".framer-2n8ig.framer-v-19w4o0z .framer-aucy9k-container { width: 287px; }\",\".framer-2n8ig.framer-v-19w4o0z .framer-1x2yiwh { height: 111px; padding: 60px 0px 60px 0px; }\",\".framer-2n8ig.framer-v-19w4o0z .framer-907lj1, .framer-2n8ig.framer-v-19w4o0z .framer-64x3kk-container { order: 0; }\",\".framer-2n8ig.framer-v-19w4o0z .framer-1nt5ofy { order: 1; }\",\".framer-2n8ig.framer-v-19w4o0z .framer-uzfwml { height: 129px; }\",\".framer-2n8ig.framer-v-19w4o0z .framer-5uycbw { left: 52%; width: 324px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2n8ig.framer-v-19w4o0z .framer-xs8fqf, .framer-2n8ig.framer-v-19w4o0z .framer-uxh5f, .framer-2n8ig.framer-v-19w4o0z .framer-1bijte6, .framer-2n8ig.framer-v-19w4o0z .framer-17m58wa { gap: 0px; } .framer-2n8ig.framer-v-19w4o0z .framer-xs8fqf > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-2n8ig.framer-v-19w4o0z .framer-xs8fqf > :first-child, .framer-2n8ig.framer-v-19w4o0z .framer-uxh5f > :first-child, .framer-2n8ig.framer-v-19w4o0z .framer-1bijte6 > :first-child, .framer-2n8ig.framer-v-19w4o0z .framer-17m58wa > :first-child { margin-top: 0px; } .framer-2n8ig.framer-v-19w4o0z .framer-xs8fqf > :last-child, .framer-2n8ig.framer-v-19w4o0z .framer-uxh5f > :last-child, .framer-2n8ig.framer-v-19w4o0z .framer-1bijte6 > :last-child, .framer-2n8ig.framer-v-19w4o0z .framer-17m58wa > :last-child { margin-bottom: 0px; } .framer-2n8ig.framer-v-19w4o0z .framer-uxh5f > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-2n8ig.framer-v-19w4o0z .framer-1bijte6 > *, .framer-2n8ig.framer-v-19w4o0z .framer-17m58wa > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 864\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SLqK_Wa8Q\":{\"layout\":[\"fixed\",\"auto\"]},\"BxDqYScCi\":{\"layout\":[\"fixed\",\"auto\"]},\"Nkp1wV4q5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerfTEazxyd6=withCSS(Component,css,\"framer-2n8ig\");export default FramerfTEazxyd6;FramerfTEazxyd6.displayName=\"Footer v3\";FramerfTEazxyd6.defaultProps={height:864,width:1440};addPropertyControls(FramerfTEazxyd6,{variant:{options:[\"RhFjpoSPz\",\"SLqK_Wa8Q\",\"BxDqYScCi\",\"Nkp1wV4q5\"],optionTitles:[\"Large Desktop\",\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerfTEazxyd6,[{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\"}]},...IconoirFonts,...Link1Fonts,...ScrollToTopButtonFonts,...LocaleComponentFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfTEazxyd6\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"864\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SLqK_Wa8Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BxDqYScCi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Nkp1wV4q5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["borderPropertyControl", "hidden", "ControlType", "Border", "width", "widthIsMixed", "widthTop", "widthRight", "widthBottom", "widthLeft", "style", "color", "transition", "p", "motion", "EmptyState", "title", "subtitle", "maxWidth", "u", "scrollToTop", "window", "ScrollToTopButton", "props", "_props_custom", "_props_style", "_props_style1", "layer", "q", "p", "u", "Border", "addPropertyControls", "ControlType", "borderPropertyControl", "fontStore", "fonts", "css", "className", "fTEazxyd6_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "v1", "v2", "p", "x", "motion", "Link", "__FramerMetadata__", "valuesByLocaleId", "fTEazxyd6_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "P2canK3mG", "MOQfTFBNs", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "RichText2", "x", "css", "FramerXCmiHuQKb", "withCSS", "XCmiHuQKb_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "IconoirFonts", "getFonts", "Icon", "Link1Fonts", "XCmiHuQKb_default", "ScrollToTopButtonFonts", "ScrollToTopButton", "LocaleComponentFonts", "WqrHVcbZW_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "convertFromEnum", "value", "activeLocale", "transformTemplate1", "_", "t", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "RichText2", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLocalizedValue", "css", "FramerfTEazxyd6", "withCSS", "fTEazxyd6_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
