{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/YLaa8d1qFbxTy5CePxwo/BMZ00CCXHugjgbPewfGw/Clock.js", "ssg:https://framerusercontent.com/modules/1I1dqCkGwrypRN8Yr84o/FwuujOkDoJQ2ugbj6AYW/c9RqtAJJd.js", "ssg:https://framerusercontent.com/modules/389VCi4E1rTm4ClA0ghP/Pg4vv2DOplyrR10XBtTv/xFwnbqqMb.js", "ssg:https://framerusercontent.com/modules/uRuM1nJRKcUM2uI9vgzn/AN7aXMf6R6oudNGLxPqk/ZEeHWoa_j.js", "ssg:https://framerusercontent.com/modules/dgZYq8NOa3mJWubboGkw/h2aeaCgj7h8lBx6CH9pT/aqnmKOCsP.js", "ssg:https://framerusercontent.com/modules/dcxFW17KWyZjiOB8QY26/JdVV1nteuTv7XhoSY9vz/Dk7DgiGxf.js", "ssg:https://framerusercontent.com/modules/c37e2t1QltyRrLpUXRZQ/giKYgjSpGY7cGbkGA7D3/rrvW7d7F0.js", "ssg:https://framerusercontent.com/modules/y26j1a5YqWP6aiPOMVVG/6F3jvi2dRZoAk8eYgJSF/OKNVnqycl.js"],
  "sourcesContent": ["import{jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useState,useEffect}from\"react\";const timeZones=typeof Intl!=\"undefined\"?Intl.supportedValuesOf(\"timeZone\"):[];/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight auto\n */export default function Clock(props){const getCurrentTime=()=>{// let newTime\nif(props.customTimeZone===\"auto\"){return new Date;}else{return new Date(new Date().toLocaleString(\"en-US\",{timeZone:props.customTimeZone}));}};const[currentTime,setCurrentTime]=useState(getCurrentTime());useEffect(()=>{const timerID=setInterval(()=>setCurrentTime(getCurrentTime()),1e3);return()=>{clearInterval(timerID);};},[]);let text=\"\";const ampmText=props.ampmCase===\"uppercase\"?[\"AM\",\"PM\"]:[\"am\",\"pm\"];const hours=props.is12hour?currentTime.getHours()%12||12:currentTime.getHours();const minutes=currentTime.getMinutes().toString().padStart(2,\"0\");const ampm=props.is12hour?currentTime.getHours()>=12?\" \"+ampmText[1]:\" \"+ampmText[0]:\"\";if(props.seconds){const seconds=currentTime.getSeconds().toString().padStart(2,\"0\");text=`${hours}:${minutes}:${seconds}${ampm}`;}else{text=`${hours}:${minutes}${ampm}`;}// Optional: Display the time zone abbreviation\nlet timeZoneAbbreviation=\"\";if(props.timeZone){timeZoneAbbreviation=\" \"+new Intl.DateTimeFormat(\"en-US\",{timeZone:props.customTimeZone===\"auto\"?undefined:props.customTimeZone,timeZoneName:\"short\"}).formatToParts(currentTime).find(part=>part.type===\"timeZoneName\").value;}return /*#__PURE__*/_jsxs(\"p\",{style:{color:props.color,userSelect:props.textSelect?\"auto\":\"none\",margin:0,...props.font},children:[props.prefix,text,timeZoneAbbreviation,props.suffix]});}addPropertyControls(Clock,{customTimeZone:{type:ControlType.Enum,defaultValue:\"auto\",options:[\"auto\",...timeZones],optionTitles:[\"Auto (Local)\",...timeZones],title:\"Time Zone\"},seconds:{type:ControlType.Boolean,defaultValue:false,enabledTitle:\"Show\",disabledTitle:\"Hide\"},timeZone:{type:ControlType.Boolean,defaultValue:false,enabledTitle:\"Show\",disabledTitle:\"Hide\",title:\"Time Zone Label\"},is12hour:{type:ControlType.Boolean,defaultValue:true,enabledTitle:\"12 Hour\",disabledTitle:\"24 Hour\",title:\"Mode\"},ampmCase:{type:ControlType.Enum,defaultValue:\"uppercase\",options:[\"uppercase\",\"lowercase\"],optionTitles:[\"AM / PM\",\"am / pm\"],title:\"Case\",hidden(props){return!props.is12hour;}},color:{type:ControlType.Color,defaultValue:\"#000\",title:\"Font Color\"},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:16,lineHeight:1}},prefix:{type:ControlType.String},suffix:{type:ControlType.String},textSelect:{type:ControlType.Boolean,defaultValue:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clock\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clock.map", "// Generated by Framer (2c4b293)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Clock from\"https://framerusercontent.com/modules/YLaa8d1qFbxTy5CePxwo/BMZ00CCXHugjgbPewfGw/Clock.js\";const ClockFonts=getFonts(Clock);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"YDERUTJP7\",\"ZB9j2YeN5\"];const serializationHash=\"framer-tFYpA\";const variantClassNames={YDERUTJP7:\"framer-v-1qfyj1t\",ZB9j2YeN5:\"framer-v-2t0lvi\"};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:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:100,delay:.1,mass:3,stiffness:300,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};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(React.Fragment);const humanReadableVariantMap={Desktop:\"YDERUTJP7\",Phone:\"ZB9j2YeN5\"};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:\"YDERUTJP7\"};};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:\"YDERUTJP7\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1qfyj1t\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"YDERUTJP7\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ZB9j2YeN5:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18qxws1\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"O6BLi0nvR\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yc16td\",\"data-framer-name\":\"REMOVE ME\",layoutDependency:layoutDependency,layoutId:\"SWdJPnbqr\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-dptgte-container\",\"data-framer-appear-id\":\"dptgte\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"hwFTMN7ih-container\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Clock,{ampmCase:\"lowercase\",color:\"var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.6))\",customTimeZone:\"auto\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"18px\",textAlign:\"center\"},height:\"100%\",id:\"hwFTMN7ih\",is12hour:true,layoutId:\"hwFTMN7ih\",prefix:\"\",seconds:true,suffix:\"\",textSelect:true,timeZone:false,width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tFYpA.framer-2zebgo, .framer-tFYpA .framer-2zebgo { display: block; }\",\".framer-tFYpA.framer-1qfyj1t { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1136px; }\",\".framer-tFYpA .framer-18qxws1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 285px; }\",\".framer-tFYpA .framer-1yc16td { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 18px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-tFYpA .framer-dptgte-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tFYpA .framer-18qxws1, .framer-tFYpA .framer-1yc16td { gap: 0px; } .framer-tFYpA .framer-18qxws1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-tFYpA .framer-18qxws1 > :first-child { margin-left: 0px; } .framer-tFYpA .framer-18qxws1 > :last-child { margin-right: 0px; } .framer-tFYpA .framer-1yc16td > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-tFYpA .framer-1yc16td > :first-child { margin-top: 0px; } .framer-tFYpA .framer-1yc16td > :last-child { margin-bottom: 0px; } }\",\".framer-tFYpA.framer-v-2t0lvi.framer-1qfyj1t { gap: 20px; justify-content: flex-start; width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tFYpA.framer-v-2t0lvi.framer-1qfyj1t { gap: 0px; } .framer-tFYpA.framer-v-2t0lvi.framer-1qfyj1t > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-tFYpA.framer-v-2t0lvi.framer-1qfyj1t > :first-child { margin-top: 0px; } .framer-tFYpA.framer-v-2t0lvi.framer-1qfyj1t > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 1136\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZB9j2YeN5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerc9RqtAJJd=withCSS(Component,css,\"framer-tFYpA\");export default Framerc9RqtAJJd;Framerc9RqtAJJd.displayName=\"Navigation/Footer\";Framerc9RqtAJJd.defaultProps={height:36,width:1136};addPropertyControls(Framerc9RqtAJJd,{variant:{options:[\"YDERUTJP7\",\"ZB9j2YeN5\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerc9RqtAJJd,[{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\"}]},...ClockFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerc9RqtAJJd\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1136\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZB9j2YeN5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"36\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./c9RqtAJJd.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=[\".framer-ufSY4 .framer-styles-preset-14pabm7:not(.rich-text-wrapper), .framer-ufSY4 .framer-styles-preset-14pabm7.rich-text-wrapper a { --framer-link-current-text-color: var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, #ffffff); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, #ffffff); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.6)); --framer-link-text-decoration: none; transition: color 0.7s cubic-bezier(0, 0.95, 1, 1) 0s; }\"];export const className=\"framer-ufSY4\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[];export const css=['.framer-qrV1E .framer-styles-preset-10o0dh4:not(.rich-text-wrapper), .framer-qrV1E .framer-styles-preset-10o0dh4.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-MediumItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 26px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.5)); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-qrV1E .framer-styles-preset-10o0dh4:not(.rich-text-wrapper), .framer-qrV1E .framer-styles-preset-10o0dh4.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-MediumItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 24px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.5)); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-qrV1E .framer-styles-preset-10o0dh4:not(.rich-text-wrapper), .framer-qrV1E .framer-styles-preset-10o0dh4.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-MediumItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 24px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.5)); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-qrV1E\";\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 (1c1e241)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={BQCkZT8ni:{hover:true}};const cycleOrder=[\"BQCkZT8ni\"];const serializationHash=\"framer-q2Xk4\";const variantClassNames={BQCkZT8ni:\"framer-v-1q7gqkn\"};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 transitions={default:{damping:60,delay:0,mass:2,stiffness:500,type:\"spring\"}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const 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 getProps=({height,icon,id,link,tap,width,...props})=>{var _ref;return{...props,pDmKj7iYL:link!==null&&link!==void 0?link:props.pDmKj7iYL,xnamlO4dm:(_ref=icon!==null&&icon!==void 0?icon:props.xnamlO4dm)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/ZUCiPDGM4tmRD4tTyrViIkfFS6A.png\"},YjsPeu1Mk:tap!==null&&tap!==void 0?tap:props.YjsPeu1Mk};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,pDmKj7iYL,YjsPeu1Mk,xnamlO4dm,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"BQCkZT8ni\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapzonpqe=activeVariantCallback(async(...args)=>{if(YjsPeu1Mk){const res=await YjsPeu1Mk(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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-q2Xk4\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:pDmKj7iYL,openInNewTab:true,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/ZUCiPDGM4tmRD4tTyrViIkfFS6A.png\"},className:`${cx(\"framer-1q7gqkn\",className)} framer-exxto7`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BQCkZT8ni\",onTap:onTapzonpqe,ref:ref!==null&&ref!==void 0?ref:ref1,style:{opacity:.5,...style},variants:{\"BQCkZT8ni-hover\":{opacity:1}},...addPropertyOverrides({\"BQCkZT8ni-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"min(20px, 100vw)\",...toResponsiveImage(xnamlO4dm)},className:\"framer-s0cmf9\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"CsxTDqcmn\"})})})})})});});const css=['.framer-q2Xk4 [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-q2Xk4 .framer-exxto7 { display: block; }\",\".framer-q2Xk4 .framer-1q7gqkn { cursor: pointer; height: 20px; overflow: hidden; position: relative; text-decoration: none; width: 20px; }\",\".framer-q2Xk4 .framer-s0cmf9 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-q2Xk4.framer-v-1q7gqkn.hover .framer-1q7gqkn { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 20px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 20\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"FZLHDiB61\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"pDmKj7iYL\":\"link\",\"YjsPeu1Mk\":\"tap\",\"xnamlO4dm\":\"icon\"}\n * @framerImmutableVariables true\n */const FrameraqnmKOCsP=withCSS(Component,css,\"framer-q2Xk4\");export default FrameraqnmKOCsP;FrameraqnmKOCsP.displayName=\"Icon\";FrameraqnmKOCsP.defaultProps={height:20,width:20};addPropertyControls(FrameraqnmKOCsP,{pDmKj7iYL:{title:\"Link\",type:ControlType.Link},YjsPeu1Mk:{title:\"Tap\",type:ControlType.EventHandler},xnamlO4dm:{__defaultAssetReference:\"data:framer/asset-reference,ZUCiPDGM4tmRD4tTyrViIkfFS6A.png?originalFilename=Insta+icon.png&preferredSize=auto\",title:\"Icon\",type:ControlType.ResponsiveImage}});addFonts(FrameraqnmKOCsP,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraqnmKOCsP\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"pDmKj7iYL\\\":\\\"link\\\",\\\"YjsPeu1Mk\\\":\\\"tap\\\",\\\"xnamlO4dm\\\":\\\"icon\\\"}\",\"framerIntrinsicHeight\":\"20\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FZLHDiB61\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"20\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aqnmKOCsP.map", "// Generated by Framer (1c1e241)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFonts,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Icon from\"https://framerusercontent.com/modules/dgZYq8NOa3mJWubboGkw/h2aeaCgj7h8lBx6CH9pT/aqnmKOCsP.js\";const IconFonts=getFonts(Icon);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"ZBE0UU0qw\"];const serializationHash=\"framer-0YIIs\";const variantClassNames={ZBE0UU0qw:\"framer-v-bbxgmz\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const animation={opacity:0,rotate:0,scale:1,x:0,y:30};const transition1={damping:100,delay:0,mass:3,stiffness:500,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,scale:1.1,transition:transition2};const animation3={opacity:.9,rotate:0,scale:.95,transition:transition2};const transformTemplate=(_,t)=>`perspective(1200px) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition3={damping:100,delay:.1,mass:3,stiffness:500,type:\"spring\"};const transition4={damping:100,delay:.2,mass:3,stiffness:500,type:\"spring\"};const transition5={damping:100,delay:.3,mass:3,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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"ZBE0UU0qw\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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-0YIIs\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-bbxgmz\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ZBE0UU0qw\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-17svkft-container\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"VIlh_fiuz-container\",name:\"X\",transformTemplate:transformTemplate,whileHover:animation2,whileTap:animation3,children:/*#__PURE__*/_jsx(Icon,{height:\"100%\",id:\"VIlh_fiuz\",layoutId:\"VIlh_fiuz\",name:\"X\",pDmKj7iYL:\"https://twitter.com/\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xnamlO4dm:addImageAlt({src:\"https://framerusercontent.com/images/RqKfCUL0i2Mt7kbWJDxo5D37DPc.png\"},\"\")})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-17b09q9-container\",\"data-framer-name\":\"Linkdin\",layoutDependency:layoutDependency,layoutId:\"rSK0bqu_f-container\",name:\"Linkdin\",transformTemplate:transformTemplate,whileHover:animation2,whileTap:animation3,children:/*#__PURE__*/_jsx(Icon,{height:\"100%\",id:\"rSK0bqu_f\",layoutId:\"rSK0bqu_f\",name:\"Linkdin\",pDmKj7iYL:\"https://www.linkedin.com/\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xnamlO4dm:addImageAlt({src:\"https://framerusercontent.com/images/rax8jtAfRagWkYiUdBVbBscsVQ.png\"},\"\")})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-2i4t1f-container\",\"data-framer-name\":\"Instagram\",layoutDependency:layoutDependency,layoutId:\"YOze00m1E-container\",name:\"Instagram\",transformTemplate:transformTemplate,whileHover:animation2,whileTap:animation3,children:/*#__PURE__*/_jsx(Icon,{height:\"100%\",id:\"YOze00m1E\",layoutId:\"YOze00m1E\",name:\"Instagram\",pDmKj7iYL:\"https://www.instagram.com/\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1g6u7tp-container\",\"data-framer-name\":\"Dribble\",layoutDependency:layoutDependency,layoutId:\"LIqcgx_Lf-container\",name:\"Dribble\",transformTemplate:transformTemplate,whileHover:animation2,whileTap:animation3,children:/*#__PURE__*/_jsx(Icon,{height:\"100%\",id:\"LIqcgx_Lf\",layoutId:\"LIqcgx_Lf\",name:\"Dribble\",pDmKj7iYL:\"https://dribbble.com/\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xnamlO4dm:addImageAlt({src:\"https://framerusercontent.com/images/vPflHO8T5hKtLN8jRbJMH0D4js.png\"},\"\")})})]})})})});});const css=['.framer-0YIIs [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-0YIIs .framer-1akrfym { display: block; }\",\".framer-0YIIs .framer-bbxgmz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-0YIIs .framer-17svkft-container, .framer-0YIIs .framer-17b09q9-container, .framer-0YIIs .framer-2i4t1f-container, .framer-0YIIs .framer-1g6u7tp-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0YIIs .framer-bbxgmz { gap: 0px; } .framer-0YIIs .framer-bbxgmz > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-0YIIs .framer-bbxgmz > :first-child { margin-left: 0px; } .framer-0YIIs .framer-bbxgmz > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 170\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n */const FramerDk7DgiGxf=withCSS(Component,css,\"framer-0YIIs\");export default FramerDk7DgiGxf;FramerDk7DgiGxf.displayName=\"Social links\";FramerDk7DgiGxf.defaultProps={height:20,width:170};addFonts(FramerDk7DgiGxf,[...IconFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDk7DgiGxf\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"170\",\"framerIntrinsicHeight\":\"20\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2c4b293)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/uRuM1nJRKcUM2uI9vgzn/AN7aXMf6R6oudNGLxPqk/ZEeHWoa_j.js\";const enabledGestures={aK0NDqI5c:{hover:true},fICPVHJRe:{hover:true},Knd5sHika:{hover:true},VoCeo5sik:{hover:true}};const cycleOrder=[\"Knd5sHika\",\"aK0NDqI5c\",\"fICPVHJRe\",\"VoCeo5sik\",\"jtV5g535r\",\"iRyRjeSAF\",\"xWAa8NN4L\",\"Ppe9AHt_M\",\"Yq3Ho3G3L\"];const serializationHash=\"framer-YxgF9\";const variantClassNames={aK0NDqI5c:\"framer-v-yv1jk5\",fICPVHJRe:\"framer-v-1h4sgbr\",iRyRjeSAF:\"framer-v-1mpchb9\",jtV5g535r:\"framer-v-innn5a\",Knd5sHika:\"framer-v-1owij1e\",Ppe9AHt_M:\"framer-v-1mqtse7\",VoCeo5sik:\"framer-v-86q97w\",xWAa8NN4L:\"framer-v-1cl5i6n\",Yq3Ho3G3L:\"framer-v-y4pc6t\"};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={delay:0,duration:.8,ease:[0,0,1,1],type:\"tween\"};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(React.Fragment);const humanReadableVariantMap={\"Contact page\":\"jtV5g535r\",\"Phone-bottom\":\"Ppe9AHt_M\",\"Phone-left\":\"Yq3Ho3G3L\",\"Phone-right\":\"xWAa8NN4L\",\"Phone-top\":\"iRyRjeSAF\",Bottom:\"fICPVHJRe\",Left:\"VoCeo5sik\",Right:\"aK0NDqI5c\",Top:\"Knd5sHika\"};const getProps=({height,id,link,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,rgW19KOO0:link!==null&&link!==void 0?link:props.rgW19KOO0,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Knd5sHika\",vVkYWVsnA:(_ref1=title!==null&&title!==void 0?title:props.vVkYWVsnA)!==null&&_ref1!==void 0?_ref1:\"Button CTA\"};};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,vVkYWVsnA,rgW19KOO0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Knd5sHika\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearx4yxc4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),700);});const onAppearjsxc6n=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Knd5sHika\"),700);});const onAppearubu042=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"xWAa8NN4L\"),700);});const onAppear10xepy7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Ppe9AHt_M\"),700);});const onAppearcgn5l8=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Yq3Ho3G3L\"),700);});const onAppear1rd5a72=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"iRyRjeSAF\"),700);});useOnVariantChange(baseVariant,{default:onAppearx4yxc4,iRyRjeSAF:onAppearubu042,jtV5g535r:undefined,Ppe9AHt_M:onAppearcgn5l8,VoCeo5sik:onAppearjsxc6n,xWAa8NN4L:onAppear10xepy7,Yq3Ho3G3L:onAppear1rd5a72});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"jtV5g535r\",\"iRyRjeSAF\",\"xWAa8NN4L\",\"Ppe9AHt_M\",\"Yq3Ho3G3L\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];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:rgW19KOO0,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1owij1e\",className,classNames)} framer-1hvslci`,\"data-framer-name\":\"Top\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Knd5sHika\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(255, 255, 255, 0.15)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{\"aK0NDqI5c-hover\":{backgroundColor:\"rgba(255, 255, 255, 0)\"},\"fICPVHJRe-hover\":{backgroundColor:\"rgba(255, 255, 255, 0)\"},\"Knd5sHika-hover\":{backgroundColor:\"rgba(255, 255, 255, 0)\"},\"VoCeo5sik-hover\":{backgroundColor:\"rgba(255, 255, 255, 0)\"},iRyRjeSAF:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},Ppe9AHt_M:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},xWAa8NN4L:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},Yq3Ho3G3L:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}},...addPropertyOverrides({\"aK0NDqI5c-hover\":{\"data-framer-name\":undefined},\"fICPVHJRe-hover\":{\"data-framer-name\":undefined},\"Knd5sHika-hover\":{\"data-framer-name\":undefined},\"VoCeo5sik-hover\":{\"data-framer-name\":undefined},aK0NDqI5c:{\"data-framer-name\":\"Right\"},fICPVHJRe:{\"data-framer-name\":\"Bottom\"},iRyRjeSAF:{\"data-framer-name\":\"Phone-top\"},jtV5g535r:{\"data-framer-name\":\"Contact page\",\"data-highlight\":undefined},Ppe9AHt_M:{\"data-framer-name\":\"Phone-bottom\"},VoCeo5sik:{\"data-framer-name\":\"Left\"},xWAa8NN4L:{\"data-framer-name\":\"Phone-right\"},Yq3Ho3G3L:{\"data-framer-name\":\"Phone-left\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-19uoyyq\",\"data-framer-name\":\"Glow\",layoutDependency:layoutDependency,layoutId:\"IaJuJhNtA\",style:{background:\"radial-gradient(25% 50% at 50% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,filter:\"blur(15px)\",WebkitFilter:\"blur(15px)\"},variants:{\"aK0NDqI5c-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(213, 179, 255, 0.4) 0%, rgba(255, 255, 255, 0.00578) 99.99%, rgba(255, 255, 255, 0) 100%)\"},\"fICPVHJRe-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(213, 179, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)\"},\"Knd5sHika-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(213, 179, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},\"VoCeo5sik-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(237, 224, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)\"},aK0NDqI5c:{background:\"radial-gradient(25% 50% at 100% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\"},fICPVHJRe:{background:\"radial-gradient(25% 25% at 50% 100%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\"},VoCeo5sik:{background:\"radial-gradient(25% 50% at 0% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d3vavm\",\"data-framer-name\":\"Stroke\",layoutDependency:layoutDependency,layoutId:\"l8_SjxMII\",style:{background:\"radial-gradient(25% 50% at 50% 0%, rgb(255, 255, 255) 0%, rgba(114, 24, 229, 0) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},variants:{\"aK0NDqI5c-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 100%)\"},\"fICPVHJRe-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%)\"},\"Knd5sHika-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%)\"},\"VoCeo5sik-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%)\"},aK0NDqI5c:{background:\"radial-gradient(25% 50% at 100% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\"},fICPVHJRe:{background:\"radial-gradient(25% 25% at 50% 100%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\"},iRyRjeSAF:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},jtV5g535r:{background:\"radial-gradient(100% 100% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%)\"},Ppe9AHt_M:{background:\"radial-gradient(25% 50% at 50% 100%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},VoCeo5sik:{background:\"radial-gradient(25% 50% at 0% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\"},xWAa8NN4L:{background:\"radial-gradient(25% 50% at 100% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},Yq3Ho3G3L:{background:\"radial-gradient(25% 50% at 0% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-i3vasf\",\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"Xlp82cmI4\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{\"aK0NDqI5c-hover\":{backgroundColor:\"rgb(114, 24, 229)\"},\"fICPVHJRe-hover\":{backgroundColor:\"rgb(114, 24, 229)\"},\"Knd5sHika-hover\":{backgroundColor:\"var(--token-9a3ed524-a809-45bc-a00d-717f89253222, rgb(114, 24, 229))\"},\"VoCeo5sik-hover\":{backgroundColor:\"rgb(114, 24, 229)\"},iRyRjeSAF:{backgroundColor:\"var(--token-9a3ed524-a809-45bc-a00d-717f89253222, rgb(114, 24, 229))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},jtV5g535r:{backgroundColor:\"var(--token-9a3ed524-a809-45bc-a00d-717f89253222, rgb(114, 24, 229))\"},Ppe9AHt_M:{backgroundColor:\"var(--token-9a3ed524-a809-45bc-a00d-717f89253222, rgb(114, 24, 229))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},xWAa8NN4L:{backgroundColor:\"var(--token-9a3ed524-a809-45bc-a00d-717f89253222, rgb(114, 24, 229))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},Yq3Ho3G3L:{backgroundColor:\"var(--token-9a3ed524-a809-45bc-a00d-717f89253222, rgb(114, 24, 229))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",style:{\"--framer-text-alignment\":\"center\"},children:\"Button CTA\"})}),className:\"framer-12w9of1\",\"data-framer-name\":\"CTA\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sVHZ4TJNU\",text:vVkYWVsnA,variants:{\"aK0NDqI5c-hover\":{\"--extracted-r6o4lv\":\"var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255))\"},\"fICPVHJRe-hover\":{\"--extracted-r6o4lv\":\"var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255))\"},\"Knd5sHika-hover\":{\"--extracted-r6o4lv\":\"var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255))\"},\"VoCeo5sik-hover\":{\"--extracted-r6o4lv\":\"var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255))\"},iRyRjeSAF:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},jtV5g535r:{\"--extracted-r6o4lv\":\"var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255))\"},Ppe9AHt_M:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},xWAa8NN4L:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},Yq3Ho3G3L:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"aK0NDqI5c-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Button CTA\"})})},\"fICPVHJRe-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Button CTA\"})})},\"Knd5sHika-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Button CTA\"})})},\"VoCeo5sik-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Button CTA\"})})},iRyRjeSAF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Buy Template\"})}),fonts:[\"Inter-Medium\"]},jtV5g535r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Button CTA\"})})},Ppe9AHt_M:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Buy Template\"})}),fonts:[\"Inter-Medium\"]},xWAa8NN4L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Buy Template\"})}),fonts:[\"Inter-Medium\"]},Yq3Ho3G3L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Buy Template\"})}),fonts:[\"Inter-Medium\"]}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YxgF9.framer-1hvslci, .framer-YxgF9 .framer-1hvslci { display: block; }\",\".framer-YxgF9.framer-1owij1e { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 8px 16px 8px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-YxgF9 .framer-19uoyyq, .framer-YxgF9 .framer-1d3vavm { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-YxgF9 .framer-i3vasf { bottom: 2px; flex: none; left: 2px; overflow: hidden; position: absolute; right: 2px; top: 2px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-YxgF9 .framer-12w9of1 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YxgF9.framer-1owij1e { gap: 0px; } .framer-YxgF9.framer-1owij1e > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-YxgF9.framer-1owij1e > :first-child { margin-top: 0px; } .framer-YxgF9.framer-1owij1e > :last-child { margin-bottom: 0px; } }\",\".framer-YxgF9.framer-v-innn5a.framer-1owij1e { cursor: unset; }\",\".framer-YxgF9.framer-v-1mpchb9.framer-1owij1e, .framer-YxgF9.framer-v-1cl5i6n.framer-1owij1e, .framer-YxgF9.framer-v-1mqtse7.framer-1owij1e, .framer-YxgF9.framer-v-y4pc6t.framer-1owij1e { cursor: unset; height: 39px; padding: 10px 20px 10px 20px; width: 144px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 113\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"aK0NDqI5c\":{\"layout\":[\"auto\",\"auto\"]},\"fICPVHJRe\":{\"layout\":[\"auto\",\"auto\"]},\"VoCeo5sik\":{\"layout\":[\"auto\",\"auto\"]},\"jtV5g535r\":{\"layout\":[\"auto\",\"auto\"]},\"iRyRjeSAF\":{\"layout\":[\"fixed\",\"fixed\"]},\"xWAa8NN4L\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ppe9AHt_M\":{\"layout\":[\"fixed\",\"fixed\"]},\"Yq3Ho3G3L\":{\"layout\":[\"fixed\",\"fixed\"]},\"eA8dqG7Mb\":{\"layout\":[\"auto\",\"auto\"]},\"jLJoZ6lRb\":{\"layout\":[\"auto\",\"auto\"]},\"auBbQJ6IE\":{\"layout\":[\"auto\",\"auto\"]},\"IOdMrTlEu\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"vVkYWVsnA\":\"title\",\"rgW19KOO0\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrrvW7d7F0=withCSS(Component,css,\"framer-YxgF9\");export default FramerrrvW7d7F0;FramerrrvW7d7F0.displayName=\"CTA-Nav bar\";FramerrrvW7d7F0.defaultProps={height:42,width:113};addPropertyControls(FramerrrvW7d7F0,{variant:{options:[\"Knd5sHika\",\"aK0NDqI5c\",\"fICPVHJRe\",\"VoCeo5sik\",\"jtV5g535r\",\"iRyRjeSAF\",\"xWAa8NN4L\",\"Ppe9AHt_M\",\"Yq3Ho3G3L\"],optionTitles:[\"Top\",\"Right\",\"Bottom\",\"Left\",\"Contact page\",\"Phone-top\",\"Phone-right\",\"Phone-bottom\",\"Phone-left\"],title:\"Variant\",type:ControlType.Enum},vVkYWVsnA:{defaultValue:\"Button CTA\",displayTextArea:false,title:\"Title\",type:ControlType.String},rgW19KOO0:{title:\"Link\",type:ControlType.Link}});addFonts(FramerrrvW7d7F0,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrrvW7d7F0\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"42\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aK0NDqI5c\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fICPVHJRe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VoCeo5sik\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jtV5g535r\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"iRyRjeSAF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xWAa8NN4L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ppe9AHt_M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Yq3Ho3G3L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eA8dqG7Mb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jLJoZ6lRb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"auBbQJ6IE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IOdMrTlEu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"vVkYWVsnA\\\":\\\"title\\\",\\\"rgW19KOO0\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"113\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rrvW7d7F0.map", "// Generated by Framer (38f2e7f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/389VCi4E1rTm4ClA0ghP/Pg4vv2DOplyrR10XBtTv/xFwnbqqMb.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/uRuM1nJRKcUM2uI9vgzn/AN7aXMf6R6oudNGLxPqk/ZEeHWoa_j.js\";import SocialLinks from\"https://framerusercontent.com/modules/dcxFW17KWyZjiOB8QY26/JdVV1nteuTv7XhoSY9vz/Dk7DgiGxf.js\";import CTANavBar from\"https://framerusercontent.com/modules/c37e2t1QltyRrLpUXRZQ/giKYgjSpGY7cGbkGA7D3/rrvW7d7F0.js\";const CTANavBarFonts=getFonts(CTANavBar);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const MotionDivWithFX=withFX(motion.div);const SocialLinksFonts=getFonts(SocialLinks);const cycleOrder=[\"f97Q_p7kR\",\"yzO5V4Nia\",\"IoxvFo5LP\",\"Ry6SGgTFT\"];const serializationHash=\"framer-xJUSR\";const variantClassNames={f97Q_p7kR:\"framer-v-15802jt\",IoxvFo5LP:\"framer-v-qagn2a\",Ry6SGgTFT:\"framer-v-zc4z2j\",yzO5V4Nia:\"framer-v-1n2xzjf\"};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:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2};const animation2={opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transition:transition2};const transition3={damping:100,delay:.1,mass:3,stiffness:500,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition4={damping:100,delay:.3,mass:3,stiffness:500,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={damping:100,delay:.2,mass:3,stiffness:500,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={damping:100,delay:.4,mass:3,stiffness:500,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const transition7={damping:100,delay:.5,mass:3,stiffness:500,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:0};const transition8={damping:100,delay:.6,mass:3,stiffness:500,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition8,x:0,y:0};const transition9={damping:100,delay:0,mass:3,stiffness:500,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition9,x:0,y:0};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(React.Fragment);const humanReadableVariantMap={\"Contact page\":\"Ry6SGgTFT\",\"Desktop/Tablet\":\"f97Q_p7kR\",\"Phone-Default\":\"yzO5V4Nia\",\"Phone-Expanded\":\"IoxvFo5LP\"};const getProps=({avatarLogo,height,id,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,RFfWz_TuM:(_ref=avatarLogo!==null&&avatarLogo!==void 0?avatarLogo:props.RFfWz_TuM)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/RyAreamOEtx6A6KJQtpdLAxwgY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/RyAreamOEtx6A6KJQtpdLAxwgY.png?scale-down-to=512 512w,https://framerusercontent.com/images/RyAreamOEtx6A6KJQtpdLAxwgY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RyAreamOEtx6A6KJQtpdLAxwgY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/RyAreamOEtx6A6KJQtpdLAxwgY.png 2229w\"},variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"f97Q_p7kR\"};};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,RFfWz_TuM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"f97Q_p7kR\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap191a9qg=activeVariantCallback(async(...args)=>{setVariant(\"f97Q_p7kR\");});const onTap5q6gw9=activeVariantCallback(async(...args)=>{setVariant(\"IoxvFo5LP\");});const onTapevrrcw=activeVariantCallback(async(...args)=>{setVariant(\"yzO5V4Nia\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"yzO5V4Nia\",\"IoxvFo5LP\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed1=()=>{if([\"yzO5V4Nia\",\"IoxvFo5LP\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"IoxvFo5LP\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-15802jt\",className,classNames),\"data-framer-name\":\"Desktop/Tablet\",layoutDependency:layoutDependency,layoutId:\"f97Q_p7kR\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{IoxvFo5LP:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({IoxvFo5LP:{\"data-framer-name\":\"Phone-Expanded\"},Ry6SGgTFT:{\"data-framer-name\":\"Contact page\"},yzO5V4Nia:{\"data-framer-name\":\"Phone-Default\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2zriv1\",\"data-border\":true,\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"Xqkc11sgf\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-22cf3d5b-05c3-4cf9-9506-44947f466e1e, rgba(255, 255, 255, 0.15))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(0, 0, 0, 0.6)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 0.6021873017743928px 1.5656869846134214px 0px rgba(0, 0, 0, 0.01505), 0px 2.288533303243457px 5.950186588432988px 0px rgba(0, 0, 0, 0.05721), 0px 10px 26px 0px rgba(0, 0, 0, 0.25)\",WebkitBackdropFilter:\"blur(10px)\"},variants:{IoxvFo5LP:{backgroundColor:\"rgba(0, 0, 0, 0.8)\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36},yzO5V4Nia:{\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q4cisv\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"bAal7p6xf\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k5oohn\",layoutDependency:layoutDependency,layoutId:\"qgnroM6t8\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||104)-0-104)/2)+32+0+-27),pixelHeight:6e3,pixelWidth:4e3,sizes:\"119px\",...toResponsiveImage(RFfWz_TuM),...{positionX:\"left\",positionY:\"top\"}},className:\"framer-snou2s framer-s046ch\",\"data-framer-name\":\"Avatar/Logo\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"PaW48Hj61\",onTap:onTap191a9qg,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},variants:{yzO5V4Nia:{borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7}},whileTap:animation,...addPropertyOverrides({IoxvFo5LP:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+30+0+0+-28),pixelHeight:6e3,pixelWidth:4e3,sizes:\"117px\",...toResponsiveImage(RFfWz_TuM),...{positionX:\"left\",positionY:\"top\"}}},yzO5V4Nia:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||104)-0-104)/2)+32+-6+0),pixelHeight:6e3,pixelWidth:4e3,sizes:\"63px\",...toResponsiveImage(RFfWz_TuM),...{positionX:\"left\",positionY:\"top\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b8g3g3\",layoutDependency:layoutDependency,layoutId:\"I80tiQ99z\"})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jpw1gg\",\"data-framer-name\":\"Nav links\",layoutDependency:layoutDependency,layoutId:\"F6Iy8ZRrP\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xquk0p\",\"data-framer-name\":\"Link 1\",layoutDependency:layoutDependency,layoutId:\"bgnyRchQT\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pabm7\",\"data-styles-preset\":\"xFwnbqqMb\",children:\"Accueil\"})})})}),className:\"framer-sp4zmm\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Q_34bmkhg\",verticalAlignment:\"top\",whileHover:animation1,whileTap:animation2,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1051f4m\",\"data-framer-name\":\"Link 3\",layoutDependency:layoutDependency,layoutId:\"fFIs6QtPa\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Fxe4bYPEK\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pabm7\",\"data-styles-preset\":\"xFwnbqqMb\",children:\"Portfolio\"})})})}),className:\"framer-qtb394\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"H1piNqc3F\",verticalAlignment:\"top\",whileHover:animation1,whileTap:animation2,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q08qsm\",\"data-framer-name\":\"Link 2\",layoutDependency:layoutDependency,layoutId:\"iKQXNafcq\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XY9UUWTnD\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pabm7\",\"data-styles-preset\":\"xFwnbqqMb\",children:\"L'agence\"})})})}),className:\"framer-cbxgz\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pILSERBm6\",verticalAlignment:\"top\",whileHover:animation1,whileTap:animation2,withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ipjsLFJyO\"},implicitPathVariables:undefined},{href:{webPageId:\"ipjsLFJyO\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||104)-0-104)/2)+32+-1+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-byunr9-container\",\"data-framer-name\":\"CTA 1\",layoutDependency:layoutDependency,layoutId:\"WmZaSHjBe-container\",name:\"CTA 1\",whileTap:animation,children:/*#__PURE__*/_jsx(CTANavBar,{height:\"100%\",id:\"WmZaSHjBe\",layoutId:\"WmZaSHjBe\",name:\"CTA 1\",rgW19KOO0:resolvedLinks[0],style:{height:\"100%\"},variant:\"Knd5sHika\",vVkYWVsnA:\"Contact\",width:\"100%\",...addPropertyOverrides({Ry6SGgTFT:{rgW19KOO0:resolvedLinks[1],variant:\"jtV5g535r\"}},baseVariant,gestureVariant)})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wntwal\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"W8IdF683y\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"none\"},variants:{IoxvFo5LP:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 0.6021873017743928px 1.3248120639036642px 0px rgba(0, 0, 0, 0.01505), 0px 2.288533303243457px 5.034773267135606px 0px rgba(0, 0, 0, 0.05721), 0px 10px 22px 0px rgba(0, 0, 0, 0.25)\"}},...addPropertyOverrides({IoxvFo5LP:{\"data-highlight\":true,onTap:onTapevrrcw,whileTap:animation},yzO5V4Nia:{\"data-highlight\":true,onTap:onTap5q6gw9}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13mzpiz\",layoutDependency:layoutDependency,layoutId:\"mqKDWTwNI\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,rotate:0},variants:{IoxvFo5LP:{backgroundColor:\"rgb(16, 16, 16)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-agi7se\",layoutDependency:layoutDependency,layoutId:\"BcEksd06R\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,rotate:0},variants:{IoxvFo5LP:{backgroundColor:\"rgb(16, 16, 16)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:45}}})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wz3xbk\",\"data-framer-name\":\"Nav links-Phone\",layoutDependency:layoutDependency,layoutId:\"skD1NB4Zu\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},children:[isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-1bbwjc2\",\"data-framer-appear-id\":\"1bbwjc2\",\"data-framer-name\":\"Link 1\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"l4V6S1SYG\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pabm7\",\"data-styles-preset\":\"xFwnbqqMb\",children:\"Accueil\"})})})}),className:\"framer-9b85wp\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"W30yIK8SJ\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-tbwxqo\",\"data-framer-appear-id\":\"tbwxqo\",\"data-framer-name\":\"Link 2\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"O5nbTR6ls\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XY9UUWTnD\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pabm7\",\"data-styles-preset\":\"xFwnbqqMb\",children:\"L'agence \"})})})}),className:\"framer-1gy8qqc\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"itC2DaTDe\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-ddqs1b\",\"data-framer-appear-id\":\"ddqs1b\",\"data-framer-name\":\"Link 3\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"nkG2XxA_6\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Fxe4bYPEK\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pabm7\",\"data-styles-preset\":\"xFwnbqqMb\",children:\"Portfolio\"})})})}),className:\"framer-s5dhgm\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"U1QI18HYw\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ipjsLFJyO\"},implicitPathVariables:undefined},{href:{webPageId:\"ipjsLFJyO\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({IoxvFo5LP:{height:45,width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px, 400px) - 60px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+30+101+0+486}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation7,className:\"framer-174sa5u-container\",\"data-framer-appear-id\":\"174sa5u\",\"data-framer-name\":\"CTA 2\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"XacZjgWgM-container\",name:\"CTA 2\",optimized:true,style:{transformPerspective:1200},whileTap:animation,children:/*#__PURE__*/_jsx(CTANavBar,{height:\"100%\",id:\"XacZjgWgM\",layoutId:\"XacZjgWgM\",name:\"CTA 2\",rgW19KOO0:resolvedLinks1[0],style:{height:\"100%\",width:\"100%\"},variant:\"iRyRjeSAF\",vVkYWVsnA:\"Me contacter\",width:\"100%\",...addPropertyOverrides({IoxvFo5LP:{rgW19KOO0:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,className:\"framer-k4n28\",\"data-framer-appear-id\":\"k4n28\",\"data-framer-name\":\"Divider\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"k8nCdg_p1\",optimized:true,style:{backgroundColor:\"rgba(255, 255, 255, 0.15)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,transformPerspective:1200}}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation9,className:\"framer-asfm6m-container\",\"data-framer-appear-id\":\"asfm6m\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"YaTIJhAG7-container\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SocialLinks,{height:\"100%\",id:\"YaTIJhAG7\",layoutId:\"YaTIJhAG7\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation10,className:\"framer-169c2gg\",\"data-framer-appear-id\":\"169c2gg\",\"data-framer-name\":\"Divider\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"mVBFHJdhq\",optimized:true,style:{backgroundColor:\"rgba(255, 255, 255, 0.15)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,transformPerspective:1200}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xJUSR.framer-s046ch, .framer-xJUSR .framer-s046ch { display: block; }\",\".framer-xJUSR.framer-15802jt { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-xJUSR .framer-2zriv1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 32px 10px 32px 10px; position: relative; width: 1px; }\",\".framer-xJUSR .framer-1q4cisv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 40px; justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xJUSR .framer-k5oohn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xJUSR .framer-snou2s { cursor: pointer; flex: none; height: 94px; position: relative; text-decoration: none; width: 119px; }\",\".framer-xJUSR .framer-1b8g3g3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 18px; min-width: 133px; overflow: visible; padding: 0px 20px 0px 0px; position: relative; width: min-content; }\",\".framer-xJUSR .framer-jpw1gg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xJUSR .framer-1xquk0p { 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: 8px 16px 8px 16px; position: relative; width: min-content; }\",\".framer-xJUSR .framer-sp4zmm, .framer-xJUSR .framer-qtb394, .framer-xJUSR .framer-cbxgz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xJUSR .framer-1051f4m, .framer-xJUSR .framer-q08qsm { 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: 8px 16px 8px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-xJUSR .framer-byunr9-container { align-self: stretch; cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-xJUSR .framer-1wntwal { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: var(--framer-aspect-ratio-supported, 40px); }\",\".framer-xJUSR .framer-13mzpiz, .framer-xJUSR .framer-agi7se { flex: none; height: 2px; overflow: visible; position: relative; width: 20px; }\",\".framer-xJUSR .framer-wz3xbk { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; min-height: 184px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xJUSR .framer-1bbwjc2, .framer-xJUSR .framer-tbwxqo, .framer-xJUSR .framer-ddqs1b { 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: center; overflow: hidden; padding: 8px 16px 8px 0px; position: relative; width: 100%; }\",\".framer-xJUSR .framer-9b85wp, .framer-xJUSR .framer-1gy8qqc, .framer-xJUSR .framer-s5dhgm { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xJUSR .framer-174sa5u-container { flex: none; height: 45px; position: relative; width: 100%; }\",\".framer-xJUSR .framer-k4n28, .framer-xJUSR .framer-169c2gg { flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: 1px; }\",\".framer-xJUSR .framer-asfm6m-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xJUSR.framer-15802jt, .framer-xJUSR .framer-k5oohn, .framer-xJUSR .framer-1b8g3g3, .framer-xJUSR .framer-jpw1gg, .framer-xJUSR .framer-1xquk0p, .framer-xJUSR .framer-1051f4m, .framer-xJUSR .framer-q08qsm, .framer-xJUSR .framer-1wntwal, .framer-xJUSR .framer-wz3xbk, .framer-xJUSR .framer-1bbwjc2, .framer-xJUSR .framer-tbwxqo, .framer-xJUSR .framer-ddqs1b { gap: 0px; } .framer-xJUSR.framer-15802jt > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-xJUSR.framer-15802jt > :first-child, .framer-xJUSR .framer-k5oohn > :first-child, .framer-xJUSR .framer-jpw1gg > :first-child { margin-left: 0px; } .framer-xJUSR.framer-15802jt > :last-child, .framer-xJUSR .framer-k5oohn > :last-child, .framer-xJUSR .framer-jpw1gg > :last-child { margin-right: 0px; } .framer-xJUSR .framer-k5oohn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xJUSR .framer-1b8g3g3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xJUSR .framer-1b8g3g3 > :first-child, .framer-xJUSR .framer-1xquk0p > :first-child, .framer-xJUSR .framer-1051f4m > :first-child, .framer-xJUSR .framer-q08qsm > :first-child, .framer-xJUSR .framer-1wntwal > :first-child, .framer-xJUSR .framer-wz3xbk > :first-child, .framer-xJUSR .framer-1bbwjc2 > :first-child, .framer-xJUSR .framer-tbwxqo > :first-child, .framer-xJUSR .framer-ddqs1b > :first-child { margin-top: 0px; } .framer-xJUSR .framer-1b8g3g3 > :last-child, .framer-xJUSR .framer-1xquk0p > :last-child, .framer-xJUSR .framer-1051f4m > :last-child, .framer-xJUSR .framer-q08qsm > :last-child, .framer-xJUSR .framer-1wntwal > :last-child, .framer-xJUSR .framer-wz3xbk > :last-child, .framer-xJUSR .framer-1bbwjc2 > :last-child, .framer-xJUSR .framer-tbwxqo > :last-child, .framer-xJUSR .framer-ddqs1b > :last-child { margin-bottom: 0px; } .framer-xJUSR .framer-jpw1gg > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-xJUSR .framer-1xquk0p > *, .framer-xJUSR .framer-1051f4m > *, .framer-xJUSR .framer-q08qsm > *, .framer-xJUSR .framer-1wntwal > *, .framer-xJUSR .framer-1bbwjc2 > *, .framer-xJUSR .framer-tbwxqo > *, .framer-xJUSR .framer-ddqs1b > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xJUSR .framer-wz3xbk > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-xJUSR.framer-v-1n2xzjf.framer-15802jt { width: 390px; }\",\".framer-xJUSR.framer-v-1n2xzjf .framer-2zriv1 { padding: 32px 20px 32px 20px; }\",\".framer-xJUSR.framer-v-1n2xzjf .framer-k5oohn { height: min-content; }\",\".framer-xJUSR.framer-v-1n2xzjf .framer-snou2s { height: 52px; width: 63px; }\",\".framer-xJUSR.framer-v-1n2xzjf .framer-1wntwal { cursor: pointer; gap: 8px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xJUSR.framer-v-1n2xzjf .framer-1wntwal { gap: 0px; } .framer-xJUSR.framer-v-1n2xzjf .framer-1wntwal > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-xJUSR.framer-v-1n2xzjf .framer-1wntwal > :first-child { margin-top: 0px; } .framer-xJUSR.framer-v-1n2xzjf .framer-1wntwal > :last-child { margin-bottom: 0px; } }\",\".framer-xJUSR.framer-v-qagn2a.framer-15802jt { align-content: flex-end; align-items: flex-end; flex-direction: column; justify-content: flex-start; padding: 10px; width: 390px; }\",\".framer-xJUSR.framer-v-qagn2a .framer-2zriv1 { flex: none; flex-direction: column; flex-wrap: wrap; gap: 30px; justify-content: flex-start; max-width: 400px; order: 0; padding: 30px; width: 100%; }\",\".framer-xJUSR.framer-v-qagn2a .framer-1q4cisv { flex: none; height: min-content; order: 0; width: 100%; }\",\".framer-xJUSR.framer-v-qagn2a .framer-snou2s { height: 96px; width: 117px; }\",\".framer-xJUSR.framer-v-qagn2a .framer-1b8g3g3 { min-width: 94px; }\",\".framer-xJUSR.framer-v-qagn2a .framer-1wntwal { cursor: pointer; display: block; padding: unset; }\",\".framer-xJUSR.framer-v-qagn2a .framer-13mzpiz, .framer-xJUSR.framer-v-qagn2a .framer-agi7se { left: calc(50.00000000000002% - 20px / 2); position: absolute; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-xJUSR.framer-v-qagn2a .framer-wz3xbk { flex: none; min-height: unset; order: 2; width: 100%; }\",\".framer-xJUSR.framer-v-qagn2a .framer-1bbwjc2 { order: 0; }\",\".framer-xJUSR.framer-v-qagn2a .framer-tbwxqo { order: 2; }\",\".framer-xJUSR.framer-v-qagn2a .framer-ddqs1b { order: 1; }\",\".framer-xJUSR.framer-v-qagn2a .framer-174sa5u-container { order: 3; }\",\".framer-xJUSR.framer-v-qagn2a .framer-k4n28 { flex: none; order: 3; width: 100%; }\",\".framer-xJUSR.framer-v-qagn2a .framer-asfm6m-container { order: 4; }\",\".framer-xJUSR.framer-v-qagn2a .framer-169c2gg { flex: none; order: 1; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xJUSR.framer-v-qagn2a.framer-15802jt, .framer-xJUSR.framer-v-qagn2a .framer-2zriv1, .framer-xJUSR.framer-v-qagn2a .framer-1wntwal { gap: 0px; } .framer-xJUSR.framer-v-qagn2a.framer-15802jt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xJUSR.framer-v-qagn2a.framer-15802jt > :first-child, .framer-xJUSR.framer-v-qagn2a .framer-2zriv1 > :first-child { margin-top: 0px; } .framer-xJUSR.framer-v-qagn2a.framer-15802jt > :last-child, .framer-xJUSR.framer-v-qagn2a .framer-2zriv1 > :last-child { margin-bottom: 0px; } .framer-xJUSR.framer-v-qagn2a .framer-2zriv1 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-xJUSR.framer-v-qagn2a .framer-1wntwal > *, .framer-xJUSR.framer-v-qagn2a .framer-1wntwal > :first-child, .framer-xJUSR.framer-v-qagn2a .framer-1wntwal > :last-child { margin: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-xJUSR[data-border=\"true\"]::after, .framer-xJUSR [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 104\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yzO5V4Nia\":{\"layout\":[\"fixed\",\"auto\"]},\"IoxvFo5LP\":{\"layout\":[\"fixed\",\"auto\"]},\"Ry6SGgTFT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"RFfWz_TuM\":\"avatarLogo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOKNVnqycl=withCSS(Component,css,\"framer-xJUSR\");export default FramerOKNVnqycl;FramerOKNVnqycl.displayName=\"Nav bar\";FramerOKNVnqycl.defaultProps={height:104,width:1200};addPropertyControls(FramerOKNVnqycl,{variant:{options:[\"f97Q_p7kR\",\"yzO5V4Nia\",\"IoxvFo5LP\",\"Ry6SGgTFT\"],optionTitles:[\"Desktop/Tablet\",\"Phone-Default\",\"Phone-Expanded\",\"Contact page\"],title:\"Variant\",type:ControlType.Enum},RFfWz_TuM:{__defaultAssetReference:\"data:framer/asset-reference,RyAreamOEtx6A6KJQtpdLAxwgY.png?originalFilename=iconis_version_simplifiee2.png&preferredSize=auto\",description:\"\",title:\"Avatar/Logo\",type:ControlType.ResponsiveImage}});addFonts(FramerOKNVnqycl,[{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\"}]},...CTANavBarFonts,...SocialLinksFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOKNVnqycl\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"RFfWz_TuM\\\":\\\"avatarLogo\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"104\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yzO5V4Nia\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IoxvFo5LP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ry6SGgTFT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OKNVnqycl.map"],
  "mappings": "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",
  "names": ["timeZones", "Clock", "props", "getCurrentTime", "currentTime", "setCurrentTime", "ye", "ue", "timerID", "text", "ampmText", "hours", "minutes", "ampm", "seconds", "timeZoneAbbreviation", "part", "u", "addPropertyControls", "ControlType", "ClockFonts", "getFonts", "Clock", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "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", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "Framerc9RqtAJJd", "withCSS", "c9RqtAJJd_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "icon", "id", "link", "tap", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "pDmKj7iYL", "YjsPeu1Mk", "xnamlO4dm", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapzonpqe", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Link", "Image2", "css", "FrameraqnmKOCsP", "withCSS", "aqnmKOCsP_default", "addPropertyControls", "ControlType", "addFonts", "IconFonts", "getFonts", "aqnmKOCsP_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "variantClassNames", "transitions", "animation", "transition1", "animation1", "transition2", "animation2", "animation3", "transformTemplate", "_", "addImageAlt", "image", "alt", "transition3", "transition4", "transition5", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "MotionDivWithFX", "aqnmKOCsP_default", "css", "FramerDk7DgiGxf", "withCSS", "Dk7DgiGxf_default", "addFonts", "IconFonts", "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", "height", "id", "link", "title", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vVkYWVsnA", "rgW19KOO0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearx4yxc4", "args", "CycleVariantState", "onAppearjsxc6n", "onAppearubu042", "onAppear10xepy7", "onAppearcgn5l8", "onAppear1rd5a72", "useOnVariantChange", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FramerrrvW7d7F0", "withCSS", "rrvW7d7F0_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "CTANavBarFonts", "getFonts", "rrvW7d7F0_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "MotionDivWithFX", "SocialLinksFonts", "Dk7DgiGxf_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transition2", "animation", "animation1", "animation2", "transition3", "animation3", "animation4", "transition4", "animation5", "transition5", "animation6", "transition6", "animation7", "transition7", "animation8", "transition8", "animation9", "transition9", "animation10", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "avatarLogo", "height", "id", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "RFfWz_TuM", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap191a9qg", "args", "onTap5q6gw9", "onTapevrrcw", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "css", "FramerOKNVnqycl", "withCSS", "OKNVnqycl_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
