{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2DsBDzj4rtehtA1tUc4M/B6Nj0u40NyFqrLMZ1LpN/WithTransition.js", "ssg:https://framerusercontent.com/modules/zYAbQXO4yrqNRY3OXCnA/HtLip2cUpcVG8FGUIn70/dt3ac9KeA.js", "ssg:https://framerusercontent.com/modules/WtttHgK2H8K23EYyvu9w/zRVdcveiJR7cLpBIXTRF/fwK9KX3M0.js", "ssg:https://framerusercontent.com/modules/WHr6RR1mhkKzdCcO2gJC/T6j8s8QsYL3fn5WzE98N/Z4ID9HTOc.js", "ssg:https://framerusercontent.com/modules/NIBSAQ6mzPxwgjP9N5Ub/ghUJOYgh2poWk7XxoLtw/xcDYYHdEq.js", "ssg:https://framerusercontent.com/modules/yAhgpaZKrGmORnVH1zHV/C7sefLX7kaLhStrVTOzX/BodyScroll.js", "ssg:https://framerusercontent.com/modules/Wih7H6naSIUFfn1Zc8kP/MO2sknPQY6oRDObvIDCj/ThemeToggle.js", "ssg:https://framerusercontent.com/modules/OCgWg61yV9TC435D7TtY/HJinjWRJwOroJVUE6DEc/PUVPB18sp.js", "ssg:https://framerusercontent.com/modules/Yhdhu2SfQfQG81BKkC0u/EimBZj9kxf7qpHHtBW1U/KNfStBvUF.js", "ssg:https://framerusercontent.com/modules/B2WNbGRLD4sB0h7V7oXw/waYTzuHn5R3AkV7tN5fO/PYIkXWZj0.js", "ssg:https://framerusercontent.com/modules/FyRsnOqRYSSr7FIiZm08/3jmIHccvXnLf7xelmMAD/bYks3_1QP.js", "ssg:https://framerusercontent.com/modules/s0owoAarwI5IYaDZ8noV/rCGStTJE4ARZJ8SHaLsM/c0h4gQea9.js", "ssg:https://framerusercontent.com/modules/u9xHT7nxFtgcimIVAVid/vEAIegZpFPtLxMvsmNPx/OS88ASkpt.js", "ssg:https://framerusercontent.com/modules/IIHX8iu0crv1SN4BPFoU/LWmNlxdhqkzIgUuSmUPS/F2Z6Vq78U.js", "ssg:https://framerusercontent.com/modules/SlzAoQi3KUoPAZ63Sdzz/fOEIXhxeZFOIUEQeICrR/aSkzurVjt.js", "ssg:https://framerusercontent.com/modules/rNPDzJebOxtrfY7NudGQ/VLBGzwTxREErXA7aNmpK/M8g3THQIe.js", "ssg:https://framerusercontent.com/modules/NSVeZHCKrQaoJ66ZSPZf/huyueZnrYKkcBcejCZjh/dBbZc2xQ0.js", "ssg:https://framerusercontent.com/modules/umZA4Q3yHqyjAUrw1s2N/DTQa0hllOucJQLNlrdoP/DjMqJVDuS.js", "ssg:https://framerusercontent.com/modules/ZZVw8sKe4QBgAb6DY1Vo/Sr1JGqqeoy9NdYRNyssm/kdY73mWt6.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";export function withTransition(Component){return props=>{// This line is generally safe server-side,\n// but if you want to guarantee no SSR errors,\n// you could also do it in useEffect.\nprops.style.transition=\"all 0.4s ease\";return /*#__PURE__*/_jsx(Component,{...props});};}export function withTheme(Component){return props=>{// Store a default theme in state\nconst[currentTheme,setCurrentTheme]=useState(\"light\");useEffect(()=>{// Only run in the browser:\nif(typeof window!==\"undefined\"){// Read from localStorage if available\nconst userTheme=localStorage.getItem(\"currentToggleState\");// Use matchMedia to get user\u2019s preferred scheme\nconst systemMatchesDark=window.matchMedia(\"(prefers-color-scheme: dark)\").matches;let newTheme=systemMatchesDark?\"dark\":\"light\";// If localStorage has a theme, override the matchMedia result\nif(userTheme){newTheme=userTheme;}setCurrentTheme(newTheme);// Listen for changes in OS preference\nconst mediaQuery=window.matchMedia(\"(prefers-color-scheme: dark)\");const handleMediaQueryChange=e=>{setCurrentTheme(e.matches?\"dark\":\"light\");};mediaQuery.addListener(handleMediaQueryChange);// Listen for your custom \"themeChange\" event\nconst handleThemeChange=()=>{const updatedTheme=localStorage.getItem(\"currentToggleState\");setCurrentTheme(updatedTheme||\"light\");};window.addEventListener(\"themeChange\",handleThemeChange);// Cleanup event listeners on unmount\nreturn()=>{mediaQuery.removeListener(handleMediaQueryChange);window.removeEventListener(\"themeChange\",handleThemeChange);};}},[]);return /*#__PURE__*/_jsx(Component,{...props,style:{filter:currentTheme===\"dark\"?\"invert(0)\":\"invert(1)\"}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withTheme\":{\"type\":\"reactHoc\",\"name\":\"withTheme\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTransition\":{\"type\":\"reactHoc\",\"name\":\"withTransition\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WithTransition.map", "// Generated by Framer (4175fb7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"I365:49443;77:41;41:38\",\"aKMSkHMFf\"];const serializationHash=\"framer-AHnvD\";const variantClassNames={\"I365:49443;77:41;41:38\":\"framer-v-1psvwpr\",aKMSkHMFf:\"framer-v-82pp1j\"};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={duration:0,type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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={\"Variant 1\":\"I365:49443;77:41;41:38\",\"Variant 2\":\"aKMSkHMFf\"};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:\"I365:49443;77:41;41:38\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I365:49443;77:41;41:38\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1vsdeb1=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"aKMSkHMFf\"),2600);});useOnVariantChange(baseVariant,{default:onAppear1vsdeb1});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,background:{alt:\"\",fit:\"fill\",intrinsicHeight:650,intrinsicWidth:650},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1psvwpr\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"I365:49443;77:41;41:38\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({aKMSkHMFf:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:900,intrinsicWidth:2700,pixelHeight:900,pixelWidth:2700,positionX:\"center\",positionY:\"center\",sizes:\"1453px\",src:\"https://framerusercontent.com/images/nJ4L4gx101YVBf0nBDtRqH5Hk.gif\",srcSet:\"https://framerusercontent.com/images/nJ4L4gx101YVBf0nBDtRqH5Hk.gif?scale-down-to=512 512w,https://framerusercontent.com/images/nJ4L4gx101YVBf0nBDtRqH5Hk.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/nJ4L4gx101YVBf0nBDtRqH5Hk.gif?scale-down-to=2048 2048w,https://framerusercontent.com/images/nJ4L4gx101YVBf0nBDtRqH5Hk.gif 2700w\"},className:\"framer-y5mo7j\",\"data-framer-name\":\"Group\",layoutDependency:layoutDependency,layoutId:\"xHRoglsA0\",style:{filter:\"blur(0px)\",opacity:1,WebkitFilter:\"blur(0px)\"},transformTemplate:transformTemplate1,variants:{aKMSkHMFf:{opacity:0}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:650,intrinsicWidth:650,pixelHeight:650,pixelWidth:650,positionX:\"center\",positionY:\"center\",sizes:\"392px\",src:\"https://framerusercontent.com/images/axhfk2qNceJmp5ygijiIH14Lox0.gif\",srcSet:\"https://framerusercontent.com/images/axhfk2qNceJmp5ygijiIH14Lox0.gif?scale-down-to=512 512w,https://framerusercontent.com/images/axhfk2qNceJmp5ygijiIH14Lox0.gif 650w\"},className:\"framer-d030oi\",layoutDependency:layoutDependency,layoutId:\"irKxCbnlC\",style:{filter:\"blur(0px)\",opacity:0,WebkitFilter:\"blur(0px)\"},transformTemplate:transformTemplate1,variants:{aKMSkHMFf:{opacity:1}},...addPropertyOverrides({aKMSkHMFf:{transformTemplate:undefined}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AHnvD.framer-j2owdq, .framer-AHnvD .framer-j2owdq { display: block; }\",\".framer-AHnvD.framer-1psvwpr { height: 365px; position: relative; width: 400px; }\",\".framer-AHnvD .framer-y5mo7j { aspect-ratio: 3.0032102728731944 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 484px); left: -65%; position: absolute; top: 30%; width: 1453px; }\",\".framer-AHnvD .framer-d030oi { aspect-ratio: 1.096774193548387 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 358px); left: 50%; position: absolute; top: 49%; width: 392px; }\",\".framer-AHnvD.framer-v-82pp1j.framer-1psvwpr { aspect-ratio: 1.096579476861167 / 1; height: var(--framer-aspect-ratio-supported, 365px); }\",\".framer-AHnvD.framer-v-82pp1j .framer-d030oi { aspect-ratio: unset; height: 358px; left: calc(49.75000000000002% - 392px / 2); top: calc(49.04109589041098% - 358px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 365\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"aKMSkHMFf\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerdt3ac9KeA=withCSS(Component,css,\"framer-AHnvD\");export default Framerdt3ac9KeA;Framerdt3ac9KeA.displayName=\"intro bird\";Framerdt3ac9KeA.defaultProps={height:365,width:400};addPropertyControls(Framerdt3ac9KeA,{variant:{options:[\"I365:49443;77:41;41:38\",\"aKMSkHMFf\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerdt3ac9KeA,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerdt3ac9KeA\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"365\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aKMSkHMFf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dt3ac9KeA.map", "// Generated by Framer (e80ae68)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,optimizeAppear,optimizeAppearTransformTemplate,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withTransition}from\"https://framerusercontent.com/modules/2DsBDzj4rtehtA1tUc4M/B6Nj0u40NyFqrLMZ1LpN/WithTransition.js\";const MotionDivWithTransition=withTransition(motion.div);const ImageWithFX=withFX(Image);const cycleOrder=[\"g058avlSj\"];const serializationHash=\"framer-ERXOe\";const variantClassNames={g058avlSj:\"framer-v-gejtyq\"};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:{delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"}};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,scale:1,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,scale:1,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 getProps=({height,id,tap,width,...props})=>{return{...props,to5KsWZ9d:tap!==null&&tap!==void 0?tap:props.to5KsWZ9d};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){var _restProps_transformTemplate;const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,to5KsWZ9d,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"g058avlSj\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1dkbnek=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(to5KsWZ9d){const res=await to5KsWZ9d(...args);if(res===false)return false;}});var _restProps_transformTemplate1;const transforms=(_restProps_transformTemplate1=(_restProps_transformTemplate=restProps.transformTemplate)===null||_restProps_transformTemplate===void 0?void 0:_restProps_transformTemplate.call(restProps,undefined,\"\"))!==null&&_restProps_transformTemplate1!==void 0?_restProps_transformTemplate1:\"\";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:transition,children:/*#__PURE__*/_jsx(ImageWithFX,{...restProps,__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__presenceAnimate:optimizeAppear(\"animate\",\"gejtyq\",animation1,undefined),__framer__presenceExit:animation,__framer__presenceInitial:optimizeAppear(\"initial\",\"gejtyq\",animation2,undefined),__framer__speed:96,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",backgroundSize:1,fit:\"tile\",intrinsicHeight:2558,intrinsicWidth:1920,pixelHeight:2558,pixelWidth:1920,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/6NdAHeoq9jfrEyesdXsiis3pLU.jpg\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-gejtyq\",className,classNames),\"data-framer-appear-id\":\"gejtyq\",\"data-framer-name\":\"dark\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"g058avlSj\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap1dkbnek,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},transformTemplate:optimizeAppearTransformTemplate(\"gejtyq\",(_,t)=>`${transforms} perspective(1200px) ${t}`),children:/*#__PURE__*/_jsx(MotionDivWithTransition,{className:\"framer-t2zgyz\",\"data-framer-name\":\"MainBackground\",layoutDependency:layoutDependency,layoutId:\"sVp8RIihp\",style:{backgroundColor:\"var(--token-2eb8f708-428c-4edd-8ef6-a1b5fec79059, rgb(255, 255, 255))\"}})})})})});});const css=['.framer-ERXOe[data-border=\"true\"]::after, .framer-ERXOe [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-ERXOe.framer-11c4jcc, .framer-ERXOe .framer-11c4jcc { display: block; }\",\".framer-ERXOe.framer-gejtyq { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 7284px; justify-content: center; mix-blend-mode: multiply; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1874px; }\",\".framer-ERXOe .framer-t2zgyz { flex: 1 0 0px; height: 1px; mix-blend-mode: exclusion; overflow: visible; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ERXOe.framer-gejtyq { gap: 0px; } .framer-ERXOe.framer-gejtyq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ERXOe.framer-gejtyq > :first-child { margin-top: 0px; } .framer-ERXOe.framer-gejtyq > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7284\n * @framerIntrinsicWidth 1874\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"to5KsWZ9d\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfwK9KX3M0=withCSS(Component,css,\"framer-ERXOe\");export default FramerfwK9KX3M0;FramerfwK9KX3M0.displayName=\"background\";FramerfwK9KX3M0.defaultProps={height:7284,width:1874};addPropertyControls(FramerfwK9KX3M0,{to5KsWZ9d:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerfwK9KX3M0,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfwK9KX3M0\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1874\",\"framerVariables\":\"{\\\"to5KsWZ9d\\\":\\\"tap\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"7284\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (01933e6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Futura LT Pro Book\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Futura LT Pro Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/YhhSwFFLsaYgYYS6vW1m5rhoA.woff2\"}]}];export const css=['.framer-IrV0f .framer-styles-preset-1b6yi1k:not(.rich-text-wrapper), .framer-IrV0f .framer-styles-preset-1b6yi1k.rich-text-wrapper p { --framer-font-family: \"Futura LT Pro Book\", \"Futura LT Pro Book Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.16em; --framer-line-height: 100%; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, #f0f0f0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-IrV0f\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (41c59c7)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/WHr6RR1mhkKzdCcO2gJC/T6j8s8QsYL3fn5WzE98N/Z4ID9HTOc.js\";const enabledGestures={e60e_3fma:{hover:true}};const cycleOrder=[\"e60e_3fma\"];const serializationHash=\"framer-Cvsz0\";const variantClassNames={e60e_3fma:\"framer-v-1ba7li3\"};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 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 getProps=({height,id,label,link,width,...props})=>{var _ref;return{...props,PIHY5IrTv:(_ref=label!==null&&label!==void 0?label:props.PIHY5IrTv)!==null&&_ref!==void 0?_ref:\"Button\",qNQAD9_BS:link!==null&&link!==void 0?link:props.qNQAD9_BS};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,PIHY5IrTv,qNQAD9_BS,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"e60e_3fma\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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:qNQAD9_BS,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1ba7li3\",className,classNames)} framer-11i8q12`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"e60e_3fma\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1cdc9faf-e6aa-4e3c-bd46-c100ce848db7, rgba(240, 240, 240, 0.8))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60,...style},variants:{\"e60e_3fma-hover\":{\"--border-color\":\"var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, rgb(240, 240, 240))\",backgroundColor:\"rgba(255, 255, 255, 0.15)\"}},...addPropertyOverrides({\"e60e_3fma-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b6yi1k\",\"data-styles-preset\":\"Z4ID9HTOc\",children:\"Button\"})}),className:\"framer-1b5ajfi\",\"data-framer-name\":\"NEWSLETTER\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CFW789CIC\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:PIHY5IrTv,verticalAlignment:\"center\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Cvsz0.framer-11i8q12, .framer-Cvsz0 .framer-11i8q12 { display: block; }\",\".framer-Cvsz0.framer-1ba7li3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 42px; justify-content: center; overflow: visible; padding: 0px 24px 0px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Cvsz0 .framer-1b5ajfi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Cvsz0.framer-1ba7li3 { gap: 0px; } .framer-Cvsz0.framer-1ba7li3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Cvsz0.framer-1ba7li3 > :first-child { margin-top: 0px; } .framer-Cvsz0.framer-1ba7li3 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-Cvsz0[data-border=\"true\"]::after, .framer-Cvsz0 [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 42\n * @framerIntrinsicWidth 121\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"gnAS9qtlJ\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"PIHY5IrTv\":\"label\",\"qNQAD9_BS\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxcDYYHdEq=withCSS(Component,css,\"framer-Cvsz0\");export default FramerxcDYYHdEq;FramerxcDYYHdEq.displayName=\"button\";FramerxcDYYHdEq.defaultProps={height:42,width:121};addPropertyControls(FramerxcDYYHdEq,{PIHY5IrTv:{defaultValue:\"Button\",displayTextArea:false,title:\"Label\",type:ControlType.String},qNQAD9_BS:{title:\"Link\",type:ControlType.Link}});addFonts(FramerxcDYYHdEq,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxcDYYHdEq\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"gnAS9qtlJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"121\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"PIHY5IrTv\\\":\\\"label\\\",\\\"qNQAD9_BS\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"42\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";function disableScroll(){document.body.style.overflow=\"hidden\";document.body.style.height=\"100%\";}function enableScroll(){document.body.style.overflow=\"\";document.body.style.height=\"\";}export default function BodyScroll(){useEffect(()=>{let isMenuOpen=false;const toggleScroll=()=>{isMenuOpen=!isMenuOpen;if(isMenuOpen){disableScroll();}else{enableScroll();}};const handleUrlChange=()=>{if(isMenuOpen){enableScroll();isMenuOpen=false;}};// Setup\nconst navMenuButton=document.querySelector('[data-framer-name=\"NavMenuButton\"]');if(navMenuButton){navMenuButton.addEventListener(\"click\",toggleScroll);}window.addEventListener(\"popstate\",handleUrlChange);window.addEventListener(\"hashchange\",handleUrlChange);// Override history methods to listen to pushState and replaceState\nconst historyPushState=history.pushState;history.pushState=function(){historyPushState.apply(history,arguments);window.dispatchEvent(new Event(\"pushstate\"));handleUrlChange();};const historyReplaceState=history.replaceState;history.replaceState=function(){historyReplaceState.apply(history,arguments);window.dispatchEvent(new Event(\"replacestate\"));handleUrlChange();};window.addEventListener(\"pushstate\",handleUrlChange);window.addEventListener(\"replacestate\",handleUrlChange);// Cleanup\nreturn()=>{window.removeEventListener(\"popstate\",handleUrlChange);window.removeEventListener(\"hashchange\",handleUrlChange);window.removeEventListener(\"pushstate\",handleUrlChange);window.removeEventListener(\"replacestate\",handleUrlChange);history.pushState=historyPushState;history.replaceState=historyReplaceState;};},[]);return /*#__PURE__*/_jsx(\"div\",{});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BodyScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BodyScroll.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useEffect,useState}from\"react\";import{motion}from\"framer-motion\";/**\n * @framerDisableUnlink\n */function getOSTheme(){if(typeof window!==\"undefined\"){return window.matchMedia&&window.matchMedia(\"(prefers-color-scheme: dark)\").matches?\"dark\":\"light\";}}function setInitialState(){if(typeof window===\"undefined\"||typeof document===\"undefined\"){return false;}const osTheme=getOSTheme();const currentToggleState=localStorage.getItem(\"currentToggleState\")||(osTheme===\"dark\"?\"dark\":\"light\");localStorage.setItem(\"currentToggleState\",currentToggleState);const styleTag=document.getElementsByTagName(\"style\")[0];const newCSS=styleTag.innerHTML.replace(/prefers-color-scheme: \\w+/,`prefers-color-scheme: ${currentToggleState===\"dark\"&&osTheme===\"dark\"||currentToggleState===\"light\"&&osTheme===\"light\"?\"dark\":\"light\"}`);styleTag.innerHTML=newCSS;return currentToggleState===\"dark\";}function ToggleButton(props){const[isOn,setIsOn]=useState(setInitialState());const toggle=()=>{const newToggleState=!isOn?\"dark\":\"light\";setIsOn(!isOn);localStorage.setItem(\"currentToggleState\",newToggleState);window.dispatchEvent(new CustomEvent(\"themeChange\"));};useEffect(()=>{if(typeof window!==\"undefined\"){const mediaQuery=window.matchMedia(\"(prefers-color-scheme: dark)\");mediaQuery.addListener(e=>{const newTheme=e.matches?\"dark\":\"light\";localStorage.setItem(\"currentOsTheme\",newTheme);localStorage.setItem(\"currentToggleState\",newTheme);setIsOn(newTheme===\"dark\");const styleTag=document.getElementsByTagName(\"style\")[0];const newCSS=styleTag.innerHTML.replace(/prefers-color-scheme: \\w+/,`prefers-color-scheme: ${newTheme===\"dark\"&&newTheme===\"dark\"||newTheme===\"light\"&&newTheme===\"light\"?\"dark\":\"light\"}`);styleTag.innerHTML=newCSS;// ManualThemeChanges(newTheme, newTheme)\nwindow.dispatchEvent(new CustomEvent(\"themeChange\"));});}},[]);useEffect(()=>{const currentToggleState=isOn?\"dark\":\"light\";const currentOsTheme=localStorage.getItem(\"currentOsTheme\")||getOSTheme();const styleTag=document.getElementsByTagName(\"style\")[0];const newCSS=styleTag.innerHTML.replace(/prefers-color-scheme: \\w+/,`prefers-color-scheme: ${currentToggleState===\"dark\"&&currentOsTheme===\"dark\"||currentToggleState===\"light\"&&currentOsTheme===\"light\"?\"dark\":\"light\"}`);styleTag.innerHTML=newCSS;localStorage.setItem(\"currentToggleState\",currentToggleState);},[isOn]);const themeColor=isOn?{background:props.darkSwitch,switchColor:props.darkKnob}:{background:props.lightSwitch,switchColor:props.lightKnob};const variants={on:{x:20},off:{x:0}};const sunSVG=/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"80%\",height:\"80%\",fill:props.lightIcon,viewBox:\"0 0 256 256\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M184,128a56,56,0,1,1-56-56A56,56,0,0,1,184,128Z\",opacity:\"0.2\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M120,40V32a8,8,0,0,1,16,0v8a8,8,0,0,1-16,0Zm72,88a64,64,0,1,1-64-64A64.07,64.07,0,0,1,192,128Zm-16,0a48,48,0,1,0-48,48A48.05,48.05,0,0,0,176,128ZM58.34,69.66A8,8,0,0,0,69.66,58.34l-8-8A8,8,0,0,0,50.34,61.66Zm0,116.68-8,8a8,8,0,0,0,11.32,11.32l8-8a8,8,0,0,0-11.32-11.32ZM192,72a8,8,0,0,0,5.66-2.34l8-8a8,8,0,0,0-11.32-11.32l-8,8A8,8,0,0,0,192,72Zm5.66,114.34a8,8,0,0,0-11.32,11.32l8,8a8,8,0,0,0,11.32-11.32ZM40,120H32a8,8,0,0,0,0,16h8a8,8,0,0,0,0-16Zm88,88a8,8,0,0,0-8,8v8a8,8,0,0,0,16,0v-8A8,8,0,0,0,128,208Zm96-88h-8a8,8,0,0,0,0,16h8a8,8,0,0,0,0-16Z\"})]});const moonSVG=/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"80%\",height:\"80%\",fill:props.darkIcon,viewBox:\"0 0 256 256\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M210.69,158.18A88,88,0,1,1,97.82,45.31,96.08,96.08,0,0,0,192,160,96.78,96.78,0,0,0,210.69,158.18Z\",opacity:\"0.2\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M240,96a8,8,0,0,1-8,8H216v16a8,8,0,0,1-16,0V104H184a8,8,0,0,1,0-16h16V72a8,8,0,0,1,16,0V88h16A8,8,0,0,1,240,96ZM144,56h8v8a8,8,0,0,0,16,0V56h8a8,8,0,0,0,0-16h-8V32a8,8,0,0,0-16,0v8h-8a8,8,0,0,0,0,16Zm72.77,97a8,8,0,0,1,1.43,8A96,96,0,1,1,95.07,37.8a8,8,0,0,1,10.6,9.06A88.07,88.07,0,0,0,209.14,150.33,8,8,0,0,1,216.77,153Zm-19.39,14.88c-1.79.09-3.59.14-5.38.14A104.11,104.11,0,0,1,88,64c0-1.79,0-3.59.14-5.38A80,80,0,1,0,197.38,167.86Z\"})]});return /*#__PURE__*/_jsx(\"div\",{onClick:toggle,className:\"theme_toggle_button\",id:\"theme_toggle_button\",style:{cursor:\"pointer\",background:themeColor.background,borderRadius:15,position:\"relative\",width:50,height:30,padding:5},children:/*#__PURE__*/_jsx(motion.div,{initial:false,animate:isOn?\"on\":\"off\",variants:variants,style:{cursor:\"pointer\",background:themeColor.switchColor,borderRadius:\"50%\",position:\"absolute\",width:20,height:20,display:\"flex\",alignItems:\"center\",justifyContent:\"center\"}})});}export default function OptimizedToggleButton(props){const[isClient,setIsClient]=useState(false);useEffect(()=>{setIsClient(true);},[]);return /*#__PURE__*/_jsx(ToggleButton,{...props});}OptimizedToggleButton.displayName=\"Theme Toggle\";addPropertyControls(OptimizedToggleButton,{darkSwitch:{type:ControlType.Color,defaultValue:\"#333\",description:\"Dark switch color.\"},darkKnob:{type:ControlType.Color,defaultValue:\"#111\",description:\"Dark knob color.\"},darkIcon:{type:ControlType.Color,defaultValue:\"#ddd\",description:\"Dark icon color.\"},lightSwitch:{type:ControlType.Color,defaultValue:\"#bbb\",description:\"Light switch color.\"},lightKnob:{type:ControlType.Color,defaultValue:\"#fff\",description:\"Light knob color.\"},lightIcon:{type:ControlType.Color,defaultValue:\"#000\",description:\"Light icon color.\"}});function ManualThemeChanges(OStheme,toggleState){// logo\n// bird\n// lightTexture\nconst lightTexture=document.querySelector('[data-framer-name=\"LTTexture\"]');if(lightTexture){console.log(lightTexture.getAttribute(\"style\"),lightTexture,OStheme,toggleState);if(toggleState===\"dark\"&&OStheme===\"dark\"){lightTexture.setAttribute(\"style\",\"opacity: 0;\");}else if(toggleState===\"light\"&&OStheme===\"light\"){lightTexture.setAttribute(\"style\",\"opacity: 1;\");}}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"OptimizedToggleButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ThemeToggle.map", "// Generated by Framer (01933e6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Futura LT Pro Book\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Futura LT Pro Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/YhhSwFFLsaYgYYS6vW1m5rhoA.woff2\"}]}];export const css=['.framer-IH3UL .framer-styles-preset-gieo6j:not(.rich-text-wrapper), .framer-IH3UL .framer-styles-preset-gieo6j.rich-text-wrapper p { --framer-font-family: \"Futura LT Pro Book\", \"Futura LT Pro Book Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 35px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.33em; --framer-line-height: 100%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-fe1e0619-541e-4bad-93c0-e0a67d454ef0, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-IH3UL\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (41c59c7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,optimizeAppear,optimizeAppearTransformTemplate,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/OCgWg61yV9TC435D7TtY/HJinjWRJwOroJVUE6DEc/PUVPB18sp.js\";import IntroBird from\"https://framerusercontent.com/modules/zYAbQXO4yrqNRY3OXCnA/HtLip2cUpcVG8FGUIn70/dt3ac9KeA.js\";import Background from\"https://framerusercontent.com/modules/WtttHgK2H8K23EYyvu9w/zRVdcveiJR7cLpBIXTRF/fwK9KX3M0.js\";import Button from\"https://framerusercontent.com/modules/NIBSAQ6mzPxwgjP9N5Ub/ghUJOYgh2poWk7XxoLtw/xcDYYHdEq.js\";const BackgroundFonts=getFonts(Background);const IntroBirdFonts=getFonts(IntroBird);const MotionDivWithFX=withFX(motion.div);const ButtonFonts=getFonts(Button);const cycleOrder=[\"ZgBMsl1lv\",\"f3j2Ldvf4\",\"h7zIbqq6x\",\"aJa4YaQo0\",\"f4YRTeLEd\"];const serializationHash=\"framer-huKoc\";const variantClassNames={aJa4YaQo0:\"framer-v-139qm15\",f3j2Ldvf4:\"framer-v-1a11cyj\",f4YRTeLEd:\"framer-v-1eghepo\",h7zIbqq6x:\"framer-v-17lxclx\",ZgBMsl1lv:\"framer-v-tkkxxo\"};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:.3,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const transition2={delay:1.2,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transformTemplate2=(_,t)=>`perspective(1200px) translate(-50%, -50%) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const transition4={duration:0,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={about:\"aJa4YaQo0\",blog:\"f4YRTeLEd\",default:\"ZgBMsl1lv\",home:\"f3j2Ldvf4\",portfolio:\"h7zIbqq6x\"};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:\"ZgBMsl1lv\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZgBMsl1lv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1oe481h=activeVariantCallback(async(...args)=>{setVariant(\"f3j2Ldvf4\");});const onMouseEnter15vr6do=activeVariantCallback(async(...args)=>{setVariant(\"aJa4YaQo0\");});const onMouseEnterx46ztm=activeVariantCallback(async(...args)=>{setVariant(\"h7zIbqq6x\");});const onMouseEnter1gydel=activeVariantCallback(async(...args)=>{setVariant(\"f4YRTeLEd\");});const ref1=React.useRef(null);const router=useRouter();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__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-tkkxxo\",className,classNames),\"data-framer-name\":\"default\",layoutDependency:layoutDependency,layoutId:\"ZgBMsl1lv\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-2eb8f708-428c-4edd-8ef6-a1b5fec79059, rgb(255, 255, 255))\",...style},variants:{aJa4YaQo0:{backgroundColor:\"var(--token-edca2309-0dbc-4a0b-aba2-6890be851fcc, rgb(132, 143, 165))\"},f3j2Ldvf4:{backgroundColor:\"var(--token-0ee76b12-d3b8-4dbd-8f92-e9d1e95f1fff, rgb(204, 25, 74))\"},f4YRTeLEd:{backgroundColor:\"var(--token-075a93cd-f53f-45ef-8b72-1ca8a8370985, rgb(235, 148, 102))\"},h7zIbqq6x:{backgroundColor:\"var(--token-93d2895b-b2da-4bfe-8463-39e77fa330f4, rgb(175, 189, 165))\"}},...addPropertyOverrides({aJa4YaQo0:{\"data-framer-name\":\"about\"},f3j2Ldvf4:{\"data-framer-name\":\"home\"},f4YRTeLEd:{\"data-framer-name\":\"blog\"},h7zIbqq6x:{\"data-framer-name\":\"portfolio\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rgp71a-container\",layoutDependency:layoutDependency,layoutId:\"Il05RD77q-container\",style:{opacity:1},variants:{aJa4YaQo0:{opacity:0},f3j2Ldvf4:{opacity:0},f4YRTeLEd:{opacity:0},h7zIbqq6x:{opacity:0}},children:/*#__PURE__*/_jsx(Background,{height:\"100%\",id:\"Il05RD77q\",layoutId:\"Il05RD77q\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-16tvqpb\",\"data-framer-name\":\"Logo_BLACK 2\",layoutDependency:layoutDependency,layoutId:\"reUFB86dA\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s20ne0-container\",layoutDependency:layoutDependency,layoutId:\"rxAkSrvZm-container\",style:{opacity:1},variants:{aJa4YaQo0:{opacity:0},f4YRTeLEd:{opacity:0},h7zIbqq6x:{opacity:0}},children:/*#__PURE__*/_jsx(IntroBird,{height:\"100%\",id:\"rxAkSrvZm\",layoutId:\"rxAkSrvZm\",style:{height:\"100%\",width:\"100%\"},variant:\"aKMSkHMFf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:396,intrinsicWidth:675,pixelHeight:396,pixelWidth:675,sizes:\"374px\",src:\"https://framerusercontent.com/images/FjKTdhqULz2wNNrWgptSSMSeEZw.gif\",srcSet:\"https://framerusercontent.com/images/FjKTdhqULz2wNNrWgptSSMSeEZw.gif?scale-down-to=512 512w,https://framerusercontent.com/images/FjKTdhqULz2wNNrWgptSSMSeEZw.gif 675w\"},className:\"framer-6rpe1z\",\"data-framer-name\":\"intro bird\",layoutDependency:layoutDependency,layoutId:\"GPWqxAvl8\",style:{opacity:0},variants:{aJa4YaQo0:{opacity:1},f3j2Ldvf4:{opacity:1},f4YRTeLEd:{opacity:1},h7zIbqq6x:{opacity:1}}}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:90,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"xujnde\",animation1,\"tkkxxo\"),className:\"framer-xujnde\",\"data-framer-appear-id\":\"xujnde\",\"data-framer-name\":\"logo desktop\",exit:animation,initial:optimizeAppear(\"initial\",\"xujnde\",animation2,\"tkkxxo\"),layoutDependency:layoutDependency,layoutId:\"J_U2o0X35\",transformTemplate:optimizeAppearTransformTemplate(\"xujnde\",transformTemplate2),...addPropertyOverrides({aJa4YaQo0:{\"data-framer-appear-id\":\"nw13sz\",animate:optimizeAppear(\"animate\",\"nw13sz\",animation1,\"139qm15\"),initial:optimizeAppear(\"initial\",\"nw13sz\",animation2,\"139qm15\"),transformTemplate:optimizeAppearTransformTemplate(\"nw13sz\",transformTemplate2)},f3j2Ldvf4:{\"data-framer-appear-id\":\"fq5s7x\",animate:optimizeAppear(\"animate\",\"fq5s7x\",animation1,\"1a11cyj\"),initial:optimizeAppear(\"initial\",\"fq5s7x\",animation2,\"1a11cyj\"),transformTemplate:optimizeAppearTransformTemplate(\"fq5s7x\",transformTemplate2)},f4YRTeLEd:{\"data-framer-appear-id\":\"94lv0n\",animate:optimizeAppear(\"animate\",\"94lv0n\",animation1,\"1eghepo\"),initial:optimizeAppear(\"initial\",\"94lv0n\",animation2,\"1eghepo\"),transformTemplate:optimizeAppearTransformTemplate(\"94lv0n\",transformTemplate2)},h7zIbqq6x:{\"data-framer-appear-id\":\"1w3xr16\",animate:optimizeAppear(\"animate\",\"1w3xr16\",animation1,\"17lxclx\"),initial:optimizeAppear(\"initial\",\"1w3xr16\",animation2,\"17lxclx\"),transformTemplate:optimizeAppearTransformTemplate(\"1w3xr16\",transformTemplate2)}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jawixf\",layoutDependency:layoutDependency,layoutId:\"G_dbpo3Mt\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zpuz64\",layoutDependency:layoutDependency,layoutId:\"bfxpenMnE\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"um8oomUcC\"},implicitPathVariables:undefined},{href:{webPageId:\"um8oomUcC\"},implicitPathVariables:undefined},{href:{webPageId:\"um8oomUcC\"},implicitPathVariables:undefined},{href:{webPageId:\"um8oomUcC\"},implicitPathVariables:undefined},{href:{webPageId:\"um8oomUcC\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xcwen4-container\",layoutDependency:layoutDependency,layoutId:\"xi3zPrc_7-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"xi3zPrc_7\",layoutId:\"xi3zPrc_7\",PIHY5IrTv:\"Media\",qNQAD9_BS:resolvedLinks[0],style:{height:\"100%\"},width:\"100%\",...addPropertyOverrides({aJa4YaQo0:{qNQAD9_BS:resolvedLinks[3]},f3j2Ldvf4:{qNQAD9_BS:resolvedLinks[1]},f4YRTeLEd:{qNQAD9_BS:resolvedLinks[4]},h7zIbqq6x:{qNQAD9_BS:resolvedLinks[2]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lilj5d\",layoutDependency:layoutDependency,layoutId:\"c4LylCWK1\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MtvJ8y7K0\"},implicitPathVariables:undefined},{href:{webPageId:\"MtvJ8y7K0\"},implicitPathVariables:undefined},{href:{webPageId:\"MtvJ8y7K0\"},implicitPathVariables:undefined},{href:{webPageId:\"MtvJ8y7K0\"},implicitPathVariables:undefined},{href:{webPageId:\"MtvJ8y7K0\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r3xh6n-container\",layoutDependency:layoutDependency,layoutId:\"AxFg7cmK7-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"AxFg7cmK7\",layoutId:\"AxFg7cmK7\",PIHY5IrTv:\"Newsletter\",qNQAD9_BS:resolvedLinks1[0],style:{height:\"100%\"},width:\"100%\",...addPropertyOverrides({aJa4YaQo0:{qNQAD9_BS:resolvedLinks1[3]},f3j2Ldvf4:{qNQAD9_BS:resolvedLinks1[1]},f4YRTeLEd:{qNQAD9_BS:resolvedLinks1[4]},h7zIbqq6x:{qNQAD9_BS:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xuivoo\",\"data-framer-name\":\"Group 511\",layoutDependency:layoutDependency,layoutId:\"Huor7VhQT\",children:[/*#__PURE__*/_jsx(Transition,{value:transition4,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-s2nurk framer-1u8wbli\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Hr0bzttiL\",onMouseEnter:onMouseEnter1oe481h,style:{opacity:.7},variants:{f3j2Ldvf4:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gieo6j\",\"data-styles-preset\":\"PUVPB18sp\",children:\"HOME\"})}),className:\"framer-1cpiia7\",\"data-framer-name\":\"HOME\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"twC6KS0JC\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Transition,{value:transition4,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R1jWsGnwm\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1xca4c9 framer-1u8wbli\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"RQsOMs5KD\",onMouseEnter:onMouseEnter15vr6do,style:{opacity:.7},variants:{aJa4YaQo0:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gieo6j\",\"data-styles-preset\":\"PUVPB18sp\",children:\"ABOUT\"})}),className:\"framer-9brdim\",\"data-framer-name\":\"FOUNDERS\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WbmGawFKl\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Transition,{value:transition4,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dc1Uca1tg\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2j0fkp framer-1u8wbli\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"G2jaWGEnr\",onMouseEnter:onMouseEnterx46ztm,style:{opacity:.7},variants:{h7zIbqq6x:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gieo6j\",\"data-styles-preset\":\"PUVPB18sp\",children:\"PORTFOLIO\"})}),className:\"framer-1fwlirq\",\"data-framer-name\":\"PORTFOLIO\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KJHs_QnOL\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Transition,{value:transition4,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wdcs9u91d\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1pcv06k framer-1u8wbli\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"up4dDe9Zc\",onMouseEnter:onMouseEnter1gydel,style:{opacity:.7},variants:{f4YRTeLEd:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gieo6j\",\"data-styles-preset\":\"PUVPB18sp\",children:\"BLOG\"})}),className:\"framer-1yfblym\",\"data-framer-name\":\"BLOG\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MpKhl1ItM\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-huKoc.framer-1u8wbli, .framer-huKoc .framer-1u8wbli { display: block; }\",\".framer-huKoc.framer-tkkxxo { height: 280px; max-height: calc(var(--framer-viewport-height, 100vh) * 1); min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: hidden; position: relative; width: 1799px; }\",\".framer-huKoc .framer-1rgp71a-container { bottom: 0px; flex: none; left: 0px; min-height: calc(var(--framer-viewport-height, 100vh) * 1); pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-huKoc .framer-16tvqpb { flex: none; height: 498px; left: calc(50.02779321845472% - 850px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 498px / 2); width: 850px; z-index: 1; }\",\".framer-huKoc .framer-1s20ne0-container { flex: none; height: 365px; left: calc(50.00000000000002% - 400px / 2); position: absolute; top: calc(49.79919678714862% - 364.67124631992147px / 2); width: 400px; }\",\".framer-huKoc .framer-6rpe1z { flex: none; height: 340px; left: calc(50.7058823529412% - 374px / 2); position: absolute; top: calc(53.21285140562251% - 340px / 2); width: 374px; }\",\".framer-huKoc .framer-xujnde { aspect-ratio: 3.4482758620689653 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 174px); left: 50%; overflow: visible; position: absolute; top: 50%; width: 600px; }\",\".framer-huKoc .framer-1jawixf { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px 40px 40px 40px; position: absolute; width: 100%; z-index: 3; }\",\".framer-huKoc .framer-zpuz64 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-huKoc .framer-xcwen4-container, .framer-huKoc .framer-r3xh6n-container { flex: none; height: 42px; position: relative; width: auto; }\",\".framer-huKoc .framer-1lilj5d { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-huKoc .framer-1xuivoo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; left: calc(49.91662034463593% - 100% / 2); overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 2; }\",\".framer-huKoc .framer-s2nurk, .framer-huKoc .framer-1xca4c9, .framer-huKoc .framer-2j0fkp, .framer-huKoc .framer-1pcv06k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 28px 28px 28px 28px; position: relative; text-decoration: none; width: min-content; }\",\".framer-huKoc .framer-1cpiia7, .framer-huKoc .framer-9brdim, .framer-huKoc .framer-1fwlirq, .framer-huKoc .framer-1yfblym { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-huKoc .framer-1jawixf, .framer-huKoc .framer-zpuz64, .framer-huKoc .framer-1lilj5d, .framer-huKoc .framer-1xuivoo, .framer-huKoc .framer-s2nurk, .framer-huKoc .framer-1xca4c9, .framer-huKoc .framer-2j0fkp, .framer-huKoc .framer-1pcv06k { gap: 0px; } .framer-huKoc .framer-1jawixf > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-huKoc .framer-1jawixf > :first-child, .framer-huKoc .framer-s2nurk > :first-child, .framer-huKoc .framer-1xca4c9 > :first-child, .framer-huKoc .framer-2j0fkp > :first-child, .framer-huKoc .framer-1pcv06k > :first-child { margin-left: 0px; } .framer-huKoc .framer-1jawixf > :last-child, .framer-huKoc .framer-s2nurk > :last-child, .framer-huKoc .framer-1xca4c9 > :last-child, .framer-huKoc .framer-2j0fkp > :last-child, .framer-huKoc .framer-1pcv06k > :last-child { margin-right: 0px; } .framer-huKoc .framer-zpuz64 > *, .framer-huKoc .framer-1lilj5d > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-huKoc .framer-zpuz64 > :first-child, .framer-huKoc .framer-1lilj5d > :first-child, .framer-huKoc .framer-1xuivoo > :first-child { margin-top: 0px; } .framer-huKoc .framer-zpuz64 > :last-child, .framer-huKoc .framer-1lilj5d > :last-child, .framer-huKoc .framer-1xuivoo > :last-child { margin-bottom: 0px; } .framer-huKoc .framer-1xuivoo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-huKoc .framer-s2nurk > *, .framer-huKoc .framer-1xca4c9 > *, .framer-huKoc .framer-2j0fkp > *, .framer-huKoc .framer-1pcv06k > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 280\n * @framerIntrinsicWidth 1799\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]},\"f3j2Ldvf4\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]},\"h7zIbqq6x\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]},\"aJa4YaQo0\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]},\"f4YRTeLEd\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKNfStBvUF=withCSS(Component,css,\"framer-huKoc\");export default FramerKNfStBvUF;FramerKNfStBvUF.displayName=\"fullscreen menu\";FramerKNfStBvUF.defaultProps={height:280,width:1799};addPropertyControls(FramerKNfStBvUF,{variant:{options:[\"ZgBMsl1lv\",\"f3j2Ldvf4\",\"h7zIbqq6x\",\"aJa4YaQo0\",\"f4YRTeLEd\"],optionTitles:[\"default\",\"home\",\"portfolio\",\"about\",\"blog\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerKNfStBvUF,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...BackgroundFonts,...IntroBirdFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKNfStBvUF\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"280\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1799\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]},\\\"f3j2Ldvf4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]},\\\"h7zIbqq6x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]},\\\"aJa4YaQo0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]},\\\"f4YRTeLEd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0240392)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={IJFQm4WOx:{hover:true},IllWntPEv:{hover:true}};const cycleOrder=[\"IJFQm4WOx\",\"IllWntPEv\"];const serializationHash=\"framer-O3Aq3\";const variantClassNames={IJFQm4WOx:\"framer-v-1hbvq5a\",IllWntPEv:\"framer-v-2f4ijy\"};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:187,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={CloseMenu:\"IllWntPEv\",OpenMenu:\"IJFQm4WOx\"};const getProps=({height,id,tap,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:\"IJFQm4WOx\",xGxgvMa7k:tap!==null&&tap!==void 0?tap:props.xGxgvMa7k};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,xGxgvMa7k,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IJFQm4WOx\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapko7t8j=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(xGxgvMa7k){const res=await xGxgvMa7k(...args);if(res===false)return false;}});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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1hbvq5a\",className,classNames),\"data-framer-name\":\"OpenMenu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IJFQm4WOx\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTapko7t8j,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{opacity:1,...style},variants:{\"IJFQm4WOx-hover\":{opacity:.5},\"IllWntPEv-hover\":{opacity:.5}},...addPropertyOverrides({\"IJFQm4WOx-hover\":{\"data-framer-name\":undefined},\"IllWntPEv-hover\":{\"data-framer-name\":undefined},IllWntPEv:{\"data-framer-name\":\"CloseMenu\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-v2zfpx\",layoutDependency:layoutDependency,layoutId:\"gRSIj4VJp\",style:{backgroundColor:\"var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, rgb(240, 240, 240))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pe2urj\",layoutDependency:layoutDependency,layoutId:\"Iu1rHNm1p\",style:{backgroundColor:\"var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, rgb(240, 240, 240))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-72r1bk\",layoutDependency:layoutDependency,layoutId:\"wsUsxt5wO\",style:{backgroundColor:\"var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, rgb(240, 240, 240))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,rotate:135}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7lfgk9\",layoutDependency:layoutDependency,layoutId:\"fFu8PE1it\",style:{backgroundColor:\"var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, rgb(240, 240, 240))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,rotate:135}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-O3Aq3.framer-bagh17, .framer-O3Aq3 .framer-bagh17 { display: block; }\",\".framer-O3Aq3.framer-1hbvq5a { cursor: pointer; height: 56px; overflow: visible; position: relative; width: 56px; }\",\".framer-O3Aq3 .framer-v2zfpx { flex: none; height: 5px; left: 12px; overflow: visible; position: absolute; top: 12px; width: 5px; }\",\".framer-O3Aq3 .framer-1pe2urj { bottom: 11px; flex: none; height: 5px; overflow: visible; position: absolute; right: 12px; width: 5px; }\",\".framer-O3Aq3 .framer-72r1bk { flex: none; height: 5px; overflow: visible; position: absolute; right: 12px; top: 12px; width: 5px; }\",\".framer-O3Aq3 .framer-7lfgk9 { bottom: 11px; flex: none; height: 5px; left: 12px; overflow: visible; position: absolute; width: 5px; }\",\".framer-O3Aq3.framer-v-2f4ijy .framer-v2zfpx { height: 2px; left: 6px; top: 28px; width: 44px; }\",\".framer-O3Aq3.framer-v-2f4ijy .framer-1pe2urj { bottom: 26px; height: 2px; right: 6px; width: 44px; }\",\".framer-O3Aq3.framer-v-2f4ijy .framer-72r1bk { height: 2px; right: 6px; top: 28px; width: 44px; }\",\".framer-O3Aq3.framer-v-2f4ijy .framer-7lfgk9 { bottom: 26px; height: 2px; left: 6px; width: 44px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 56\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"IllWntPEv\":{\"layout\":[\"fixed\",\"fixed\"]},\"S979cCg15\":{\"layout\":[\"fixed\",\"fixed\"]},\"dr_c93Vd3\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"xGxgvMa7k\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPYIkXWZj0=withCSS(Component,css,\"framer-O3Aq3\");export default FramerPYIkXWZj0;FramerPYIkXWZj0.displayName=\"menu icon\";FramerPYIkXWZj0.defaultProps={height:56,width:56};addPropertyControls(FramerPYIkXWZj0,{variant:{options:[\"IJFQm4WOx\",\"IllWntPEv\"],optionTitles:[\"OpenMenu\",\"CloseMenu\"],title:\"Variant\",type:ControlType.Enum},xGxgvMa7k:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerPYIkXWZj0,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPYIkXWZj0\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IllWntPEv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"S979cCg15\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dr_c93Vd3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"56\",\"framerVariables\":\"{\\\"xGxgvMa7k\\\":\\\"tap\\\"}\",\"framerIntrinsicHeight\":\"56\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PYIkXWZj0.map", "// Generated by Framer (0240392)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Image,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import BodyScroll from\"https://framerusercontent.com/modules/yAhgpaZKrGmORnVH1zHV/C7sefLX7kaLhStrVTOzX/BodyScroll.js\";import ThemeToggle from\"https://framerusercontent.com/modules/Wih7H6naSIUFfn1Zc8kP/MO2sknPQY6oRDObvIDCj/ThemeToggle.js\";import{withTheme}from\"https://framerusercontent.com/modules/2DsBDzj4rtehtA1tUc4M/B6Nj0u40NyFqrLMZ1LpN/WithTransition.js\";import FullscreenMenu from\"https://framerusercontent.com/modules/Yhdhu2SfQfQG81BKkC0u/EimBZj9kxf7qpHHtBW1U/KNfStBvUF.js\";import MenuIcon from\"https://framerusercontent.com/modules/B2WNbGRLD4sB0h7V7oXw/waYTzuHn5R3AkV7tN5fO/PYIkXWZj0.js\";const ImageWithTheme=withTheme(Image);const ThemeToggleFonts=getFonts(ThemeToggle);const BodyScrollFonts=getFonts(BodyScroll);const MotionAWithThemeWithFX=withFX(withTheme(motion.a));const MenuIconFonts=getFonts(MenuIcon);const FullscreenMenuFonts=getFonts(FullscreenMenu);const MotionDivWithFX=withFX(motion.div);const FullscreenMenuControls=getPropertyControls(FullscreenMenu);const cycleOrder=[\"Ubm_U6hMO\",\"SV8hSueLC\",\"jK7f_PYx4\",\"LxdEutO3V\",\"OeOpSFImO\",\"fLWYJkze6\",\"Mcbeq1SI0\",\"zFzx9Xz3W\",\"YdLD0YOEA\",\"HAvkK9Xvi\",\"k6fSCBnie\"];const serializationHash=\"framer-FJTma\";const variantClassNames={fLWYJkze6:\"framer-v-1l6oryk\",HAvkK9Xvi:\"framer-v-1rwwno3\",jK7f_PYx4:\"framer-v-z38cq7\",k6fSCBnie:\"framer-v-15taq1a\",LxdEutO3V:\"framer-v-1wiht1m\",Mcbeq1SI0:\"framer-v-1bez1je\",OeOpSFImO:\"framer-v-94s0uo\",SV8hSueLC:\"framer-v-1hsalxv\",Ubm_U6hMO:\"framer-v-tvkg7k\",YdLD0YOEA:\"framer-v-18xr0j1\",zFzx9Xz3W:\"framer-v-6k3qd8\"};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:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={duration:0,type:\"tween\"};const transition3={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition4={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation1={opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4};const animation2={opacity:0,rotate:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const transformTemplate2=(_,t)=>`perspective(1200px) ${t}`;const transformTemplate3=(_,t)=>`perspective(1200px) translate(-50%, -50%) ${t}`;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 animation3={opacity:0,rotate:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const Variants=motion(React.Fragment);const humanReadableEnumMap={about:\"aJa4YaQo0\",blog:\"f4YRTeLEd\",default:\"ZgBMsl1lv\",home:\"f3j2Ldvf4\",portfolio:\"h7zIbqq6x\"};const humanReadableVariantMap={\"fullscreen menu closing mobile\":\"zFzx9Xz3W\",\"fullscreen menu closing\":\"k6fSCBnie\",\"fullscreen menu mobile\":\"fLWYJkze6\",\"fullscreen menu open\":\"HAvkK9Xvi\",\"fullscreen menu opening mobile\":\"Mcbeq1SI0\",\"fullscreen menu opening\":\"jK7f_PYx4\",\"with logo mobile\":\"YdLD0YOEA\",\"with logo on scroll mobile\":\"LxdEutO3V\",\"with logo\":\"SV8hSueLC\",\"without logo mobile\":\"OeOpSFImO\",\"without logo\":\"Ubm_U6hMO\"};const getProps=({gradientFadeoutScrollSection,height,id,logoFadeoutScrollSection,variant1,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_humanReadableEnumMap_variant1,_ref1,_ref2;return{...props,dbAgGXHZr:logoFadeoutScrollSection!==null&&logoFadeoutScrollSection!==void 0?logoFadeoutScrollSection:props.dbAgGXHZr,tHCfVEQoS:gradientFadeoutScrollSection!==null&&gradientFadeoutScrollSection!==void 0?gradientFadeoutScrollSection:props.tHCfVEQoS,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Ubm_U6hMO\",z0HZR_42H:(_ref2=(_ref1=(_humanReadableEnumMap_variant1=humanReadableEnumMap[variant1])!==null&&_humanReadableEnumMap_variant1!==void 0?_humanReadableEnumMap_variant1:variant1)!==null&&_ref1!==void 0?_ref1:props.z0HZR_42H)!==null&&_ref2!==void 0?_ref2:\"ZgBMsl1lv\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){var _restProps_transformTemplate;const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,z0HZR_42H,dbAgGXHZr,tHCfVEQoS,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Ubm_U6hMO\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1yn67yu=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"HAvkK9Xvi\"),100);});const onAppearn3i8u5=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"fLWYJkze6\"),100);});const onAppearctgtxk=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"YdLD0YOEA\"),100);});const onAppeardgtv43=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"SV8hSueLC\"),100);});const xGxgvMa7kd7qhls=activeVariantCallback(async(...args)=>{setVariant(\"jK7f_PYx4\");});const xGxgvMa7k728mmm=activeVariantCallback(async(...args)=>{setVariant(\"Mcbeq1SI0\");});const xGxgvMa7k100g6a=activeVariantCallback(async(...args)=>{setVariant(\"zFzx9Xz3W\");});const xGxgvMa7k3mg9zo=activeVariantCallback(async(...args)=>{setVariant(\"k6fSCBnie\");});useOnVariantChange(baseVariant,{jK7f_PYx4:onAppear1yn67yu,k6fSCBnie:onAppeardgtv43,Mcbeq1SI0:onAppearn3i8u5,zFzx9Xz3W:onAppearctgtxk});var _restProps_transformTemplate1;const transforms=(_restProps_transformTemplate1=(_restProps_transformTemplate=restProps.transformTemplate)===null||_restProps_transformTemplate===void 0?void 0:_restProps_transformTemplate.call(restProps,undefined,\"\"))!==null&&_restProps_transformTemplate1!==void 0?_restProps_transformTemplate1:\"\";const ref1=React.useRef(null);const isDisplayed=()=>{if([\"LxdEutO3V\",\"OeOpSFImO\",\"fLWYJkze6\",\"Mcbeq1SI0\",\"zFzx9Xz3W\",\"YdLD0YOEA\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"SV8hSueLC\",\"jK7f_PYx4\",\"LxdEutO3V\",\"Mcbeq1SI0\",\"YdLD0YOEA\",\"k6fSCBnie\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"jK7f_PYx4\",\"fLWYJkze6\",\"Mcbeq1SI0\",\"zFzx9Xz3W\",\"HAvkK9Xvi\",\"k6fSCBnie\"].includes(baseVariant))return true;return false;};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:transition2,...addPropertyOverrides({fLWYJkze6:{value:transition3},HAvkK9Xvi:{value:transition4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-tvkg7k\",className,classNames),\"data-framer-name\":\"without logo\",layoutDependency:layoutDependency,layoutId:\"Ubm_U6hMO\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},transformTemplate:(_,t)=>`${transforms} perspective(1200px) ${t}`,variants:{fLWYJkze6:{backgroundColor:\"var(--token-2eb8f708-428c-4edd-8ef6-a1b5fec79059, rgb(0, 0, 0))\"},LxdEutO3V:{background:'linear-gradient(180deg, var(--token-641b65f9-1fe6-4bb8-9880-441ea6688663, rgba(255, 255, 255, 0.85)) /* {\"name\":\"overlay header step 1\"} */ 0%, var(--token-c1290a8d-7e7a-4d6b-b432-9e581c8c7c6b, rgba(255, 255, 255, 0.5)) /* {\"name\":\"overlay header step 2\"} */ 72.6027397260274%, rgba(171, 171, 171, 0) 100%)'}},...addPropertyOverrides({fLWYJkze6:{\"data-framer-name\":\"fullscreen menu mobile\"},HAvkK9Xvi:{\"data-framer-name\":\"fullscreen menu open\"},jK7f_PYx4:{\"data-framer-name\":\"fullscreen menu opening\",\"data-highlight\":true},k6fSCBnie:{\"data-framer-name\":\"fullscreen menu closing\",\"data-highlight\":true},LxdEutO3V:{\"data-framer-name\":\"with logo on scroll mobile\"},Mcbeq1SI0:{\"data-framer-name\":\"fullscreen menu opening mobile\",\"data-highlight\":true},OeOpSFImO:{\"data-framer-name\":\"without logo mobile\"},SV8hSueLC:{\"data-framer-name\":\"with logo\"},YdLD0YOEA:{\"data-framer-name\":\"with logo mobile\"},zFzx9Xz3W:{\"data-framer-name\":\"fullscreen menu closing mobile\",\"data-highlight\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i90dgc\",layoutDependency:layoutDependency,layoutId:\"B507zKYnG\",...addPropertyOverrides({HAvkK9Xvi:{transformTemplate:transformTemplate1},jK7f_PYx4:{transformTemplate:transformTemplate1},k6fSCBnie:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cu6wbm\",layoutDependency:layoutDependency,layoutId:\"ft_fZKjKp\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t6uipq\",layoutDependency:layoutDependency,layoutId:\"PUzXLZgAR\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":MQscpET4C\",webPageId:\"augiA20Il\"},openInNewTab:false,...addPropertyOverrides({SV8hSueLC:{smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ImageWithTheme,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:44,intrinsicWidth:49,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BSA8FWrGvEU8GF55L4WFHxKGxfY.svg\"},className:\"framer-1qwa16 framer-14bwv6t\",\"data-framer-name\":\"BIRDWHITE\",layoutDependency:layoutDependency,layoutId:\"IbMsh4uGI\",whileHover:animation1})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xafwe9-container\",layoutDependency:layoutDependency,layoutId:\"ghEA9tY6c-container\",children:/*#__PURE__*/_jsx(ThemeToggle,{darkIcon:\"rgb(221, 221, 221)\",darkKnob:\"rgb(17, 17, 17)\",darkSwitch:\"rgb(255, 255, 255)\",height:\"100%\",id:\"ghEA9tY6c\",layoutId:\"ghEA9tY6c\",lightIcon:\"rgb(0, 0, 0)\",lightKnob:\"rgb(255, 255, 255)\",lightSwitch:\"rgb(0, 0, 0)\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17dw87u-container\",layoutDependency:layoutDependency,layoutId:\"B06lOf3hU-container\",children:/*#__PURE__*/_jsx(BodyScroll,{height:\"100%\",id:\"B06lOf3hU\",layoutId:\"B06lOf3hU\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Transition,{value:transition4,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(MotionAWithThemeWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:dbAgGXHZr,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1xfyjw9 framer-14bwv6t\",\"data-framer-name\":\"logo\",layoutDependency:layoutDependency,layoutId:\"Hgy75vJxV\",style:{opacity:1},transformTemplate:transformTemplate2,variants:{jK7f_PYx4:{opacity:0},k6fSCBnie:{opacity:0},Mcbeq1SI0:{opacity:0}},whileHover:animation1,...addPropertyOverrides({jK7f_PYx4:{__targetOpacity:0},k6fSCBnie:{__targetOpacity:0},LxdEutO3V:{transformTemplate:transformTemplate3},Mcbeq1SI0:{__targetOpacity:0,transformTemplate:transformTemplate3},SV8hSueLC:{__framer__styleAppearEffectEnabled:undefined,transformTemplate:undefined},YdLD0YOEA:{transformTemplate:transformTemplate3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2fjvqx\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:84,intrinsicWidth:301,layoutDependency:layoutDependency,layoutId:\"grzWFFxG_\",svg:'<svg width=\"301\" height=\"84\" viewBox=\"0 0 301 84\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M98.5067 72.0058V74.211C97.4307 73.3108 96.3175 72.8607 95.1669 72.8607C93.8992 72.8607 92.8312 73.3161 91.963 74.227C91.0895 75.1325 90.6527 76.2404 90.6527 77.5507C90.6527 78.8451 91.0895 79.937 91.963 80.8265C92.8366 81.7161 93.9072 82.1608 95.1749 82.1608C95.8301 82.1608 96.3867 82.0543 96.8448 81.8412C97.1005 81.7347 97.3641 81.5909 97.6358 81.4098C97.9128 81.2287 98.203 81.0103 98.5067 80.7546V82.9998C97.4414 83.6017 96.3228 83.9026 95.1509 83.9026C93.3879 83.9026 91.8831 83.2874 90.6367 82.057C89.3956 80.8159 88.7751 79.3191 88.7751 77.5667C88.7751 75.9954 89.2944 74.5945 90.3331 73.3641C91.6115 71.8567 93.2654 71.1029 95.2948 71.1029C96.4027 71.1029 97.4733 71.4039 98.5067 72.0058Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M118.232 80.6827H112.951L111.576 83.6789H109.571L115.675 70.5676L121.564 83.6789H119.526L118.232 80.6827ZM117.473 78.9329L115.643 74.7383L113.726 78.9329H117.473Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M134.793 78.6693V83.6789H132.932V71.3426H135.041C136.074 71.3426 136.854 71.4145 137.382 71.5584C137.914 71.7022 138.383 71.9738 138.788 72.3733C139.496 73.0658 139.851 73.9393 139.851 74.994C139.851 76.1232 139.472 77.0181 138.716 77.6786C137.96 78.339 136.94 78.6693 135.656 78.6693H134.793ZM134.793 76.9435H135.488C137.198 76.9435 138.053 76.2857 138.053 74.97C138.053 73.697 137.171 73.0604 135.408 73.0604H134.793V76.9435Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M153.448 71.3426V83.6789H151.586V71.3426H153.448Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M169.633 73.0924V83.6789H167.772V73.0924H164.935V71.3426H172.462V73.0924H169.633Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M190.517 80.6827H185.236L183.862 83.6789H181.856L187.96 70.5676L193.849 83.6789H191.812L190.517 80.6827ZM189.758 78.9329L187.928 74.7383L186.011 78.9329H189.758Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M207.078 71.3426V81.9291H210.706V83.6789H205.217V71.3426H207.078Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M27.0065 52.9611C27.7918 52.9611 28.4344 52.6755 28.8627 52.1758C29.2911 51.676 29.648 51.0335 29.7908 50.2482C29.9336 49.4629 29.9336 48.5348 29.7908 47.6067C29.648 46.6786 29.2911 45.6791 28.8627 44.751L22.0804 31.1864L22.5802 31.115C22.4374 31.115 22.2946 31.115 22.1518 31.1864C22.009 31.1864 21.8662 31.2578 21.7235 31.2578H12.0854V47.9636C12.0854 49.3201 12.5138 50.4624 13.3705 51.3905C14.2272 52.3186 15.3695 52.8897 16.6546 52.9611L17.9396 53.0325H0.305664L1.51934 52.9611C2.8758 52.8897 3.94669 52.3186 4.87479 51.3905C5.8029 50.4624 6.23126 49.3201 6.23126 47.9636V31.2578H2.16187V30.6152H6.23126V6.55592C6.23126 5.19946 5.8029 4.05717 4.87479 3.12907C3.94669 2.20097 2.8758 1.62983 1.51934 1.55844L0.305664 1.48704H21.2237C24.7933 1.48704 27.7918 2.05818 30.362 3.27185C32.8607 4.48553 34.8597 5.98477 36.2876 7.91237C37.7154 9.76858 38.6435 11.9104 38.9291 14.1235C39.286 16.4081 39.0719 18.6213 38.4293 20.763C37.7154 22.9048 36.5017 24.8324 34.7169 26.6172C32.9321 28.3307 30.6475 29.6157 27.7918 30.401L35.0739 44.8937C35.5736 45.8218 36.1448 46.8213 36.8587 47.7495C37.5726 48.6776 38.3579 49.6057 39.286 50.391C40.1428 51.1763 41.0709 51.8188 42.0704 52.3186C43.0699 52.8183 44.0694 53.1039 45.0689 53.1039H27.0065V52.9611ZM20.5812 30.5438C23.4369 30.5438 25.8642 29.8299 27.7918 28.402C29.7194 26.9742 31.2187 25.2608 32.1468 23.119C33.0749 21.0486 33.5746 18.6927 33.5746 16.2653C33.5746 13.7666 33.0749 11.482 32.1468 9.41162C31.2187 7.34124 29.7194 5.55642 27.7918 4.12857C25.8642 2.70072 23.4369 1.98679 20.5812 1.98679H11.9427V30.4724H20.5812V30.5438Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M93.1159 53.5335C88.9752 53.5335 85.3341 52.7481 82.1929 51.2489C79.0516 49.7496 76.4814 47.7506 74.4111 45.2519C72.3407 42.7532 70.77 39.9688 69.7705 36.8276C68.6996 33.6863 68.1999 30.4736 68.1999 27.1896C68.1999 23.9055 68.6996 20.6928 69.7705 17.5516C70.8414 14.4103 72.3407 11.626 74.4111 9.12724C76.4814 6.6285 79.0516 4.62951 82.1929 3.13026C85.3341 1.63102 88.9752 0.845703 93.1159 0.845703C97.2567 0.845703 100.898 1.63102 104.039 3.13026C107.18 4.62951 109.75 6.6285 111.821 9.12724C113.891 11.626 115.462 14.4103 116.461 17.5516C117.532 20.6928 118.032 23.9055 118.032 27.1896C118.032 30.4736 117.532 33.6863 116.461 36.8276C115.39 39.9688 113.891 42.7532 111.821 45.2519C109.75 47.7506 107.18 49.7496 104.039 51.2489C100.898 52.7481 97.3281 53.5335 93.1159 53.5335ZM93.1159 1.27406C89.9747 1.27406 87.1903 1.98798 84.8344 3.48723C82.4784 4.98647 80.4794 6.91407 78.9088 9.34142C77.3382 11.7688 76.1959 14.5531 75.4106 17.623C74.6252 20.6928 74.2683 23.9055 74.2683 27.1182C74.2683 30.4022 74.6252 33.5435 75.4106 36.6134C76.1959 39.6833 77.3382 42.4676 78.9088 44.8949C80.4794 47.3223 82.4784 49.2499 84.8344 50.7491C87.1903 52.2484 89.9747 52.9623 93.1159 52.9623C96.2572 52.9623 99.0415 52.2484 101.397 50.7491C103.753 49.2499 105.752 47.3223 107.323 44.8949C108.894 42.4676 110.036 39.6833 110.821 36.6134C111.607 33.5435 111.964 30.3309 111.964 27.1182C111.964 23.9055 111.607 20.6928 110.821 17.623C110.036 14.5531 108.894 11.7688 107.323 9.34142C105.752 6.91407 103.753 4.98647 101.397 3.48723C99.0415 2.05938 96.2572 1.27406 93.1159 1.27406Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M170.363 23.333C173.861 23.6899 176.788 24.6894 179.002 26.2601C181.215 27.8307 182.857 29.7583 183.856 31.9001C184.856 34.1133 185.284 36.3978 185.141 38.8966C184.999 41.3953 184.285 43.6799 182.928 45.7502C181.643 47.8206 179.787 49.5341 177.36 50.8905C174.932 52.247 172.005 52.9609 168.578 52.9609H143.734L144.947 52.8895C146.304 52.8181 147.446 52.247 148.374 51.3189C149.231 50.3908 149.659 49.2485 149.659 47.892V6.48431C149.659 5.12785 149.231 3.98557 148.374 3.05747C147.517 2.12937 146.375 1.55822 145.09 1.48683L143.805 1.41544H168.079C170.72 1.41544 172.933 1.91518 174.718 2.91468C176.574 3.91418 178.002 5.19925 179.002 6.69849C180.072 8.19774 180.644 9.91116 180.858 11.696C181.072 13.5522 180.858 15.2656 180.144 16.9076C179.43 18.5497 178.288 19.9775 176.646 21.1198C175.146 22.3335 173.005 23.0474 170.363 23.333ZM149.731 23.1902V23.8327ZM155.442 23.1902H166.722H164.509C166.793 23.1902 168.721 22.6904 170.22 21.6195C171.72 20.5487 172.862 19.2636 173.647 17.6929C174.432 16.1223 174.789 14.4089 174.789 12.5527C174.789 10.6965 174.432 8.98305 173.647 7.41242C172.862 5.84178 171.72 4.55671 170.22 3.48582C168.721 2.41493 166.793 1.91519 164.509 1.91519H166.722H155.442V23.1902ZM165.08 52.3184C168.15 52.3184 170.72 51.6044 172.79 50.1766C174.861 48.7487 176.36 47.0353 177.431 44.8935C178.502 42.8231 179.002 40.4672 179.002 38.0398C179.002 35.6125 178.502 33.2565 177.431 31.1862C176.36 29.1158 174.861 27.331 172.79 25.9031C170.72 24.4752 168.15 23.7613 165.08 23.7613H155.442V52.247H165.08V52.3184Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M221.052 47.892C221.052 49.2485 221.48 50.3908 222.408 51.3189C223.336 52.247 224.407 52.8181 225.764 52.8895L226.977 52.9609H209.415L210.628 52.8895C211.985 52.8181 213.056 52.247 213.984 51.3189C214.912 50.3908 215.34 49.2485 215.34 47.892V6.48431C215.34 5.12785 214.912 3.98557 213.984 3.05747C213.056 2.12937 211.985 1.55822 210.628 1.48683L209.415 1.41544H226.977L225.764 1.48683C224.407 1.62961 223.336 2.12937 222.408 3.05747C221.48 3.98557 221.052 5.12785 221.052 6.48431V47.892Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M262.674 49.6769C264.173 51.8901 266.244 52.961 268.885 52.961H251.251C253.964 52.961 256.106 51.8901 257.534 49.6769C259.033 47.4638 259.747 44.6795 259.747 41.1812V13.1239C259.747 11.4819 259.533 9.91126 259.176 8.4834C258.819 7.05555 258.248 5.84188 257.534 4.77099C256.82 3.7001 255.892 2.91478 254.892 2.27225C253.821 1.62972 252.608 1.34414 251.251 1.34414H261.817L291.16 44.3939V13.1239C291.16 9.4829 290.446 6.55581 288.946 4.48542C287.447 2.41503 285.377 1.34414 282.664 1.34414H300.226C297.656 1.34414 295.586 2.41503 294.087 4.48542C292.516 6.55581 291.802 9.41151 291.802 13.1239V54.3175H291.16L260.461 8.69758V41.1812C260.389 44.6081 261.175 47.4638 262.674 49.6769Z\" fill=\"#F0F0F0\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lqakun\",layoutDependency:layoutDependency,layoutId:\"M6wyc3GXk\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-thwc50\",\"data-framer-name\":\"NavMenuButton\",layoutDependency:layoutDependency,layoutId:\"oGBQUzhLX\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"56px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xrqq4r-container\",layoutDependency:layoutDependency,layoutId:\"N7MEaN1Ak-container\",whileHover:animation1,children:/*#__PURE__*/_jsx(MenuIcon,{height:\"100%\",id:\"N7MEaN1Ak\",layoutId:\"N7MEaN1Ak\",style:{height:\"100%\",width:\"100%\"},variant:\"IJFQm4WOx\",width:\"100%\",xGxgvMa7k:xGxgvMa7kd7qhls,...addPropertyOverrides({fLWYJkze6:{variant:\"IllWntPEv\",xGxgvMa7k:xGxgvMa7k100g6a},HAvkK9Xvi:{variant:\"IllWntPEv\",xGxgvMa7k:xGxgvMa7k3mg9zo},k6fSCBnie:{variant:\"IllWntPEv\"},LxdEutO3V:{xGxgvMa7k:xGxgvMa7k728mmm},Mcbeq1SI0:{xGxgvMa7k:xGxgvMa7k100g6a},OeOpSFImO:{xGxgvMa7k:xGxgvMa7k728mmm},YdLD0YOEA:{xGxgvMa7k:xGxgvMa7k728mmm},zFzx9Xz3W:{xGxgvMa7k:xGxgvMa7k728mmm}},baseVariant,gestureVariant)})})})})})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(Transition,{value:transition4,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fLWYJkze6:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},HAvkK9Xvi:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},jK7f_PYx4:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},k6fSCBnie:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},Mcbeq1SI0:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},zFzx9Xz3W:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nx9ftx-container\",layoutDependency:layoutDependency,layoutId:\"vbDQbHf01-container\",style:{opacity:0},variants:{fLWYJkze6:{opacity:1},HAvkK9Xvi:{opacity:1}},children:/*#__PURE__*/_jsx(FullscreenMenu,{height:\"100%\",id:\"vbDQbHf01\",layoutId:\"vbDQbHf01\",style:{height:\"100%\",width:\"100%\"},variant:z0HZR_42H,width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:tHCfVEQoS,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.5,className:\"framer-r4758\",\"data-framer-name\":\"gradient\",layoutDependency:layoutDependency,layoutId:\"YNgrm6TBe\",style:{background:'linear-gradient(180deg, var(--token-641b65f9-1fe6-4bb8-9880-441ea6688663, rgba(255, 255, 255, 0.85)) /* {\"name\":\"overlay header step 1\"} */ 0%, var(--token-c1290a8d-7e7a-4d6b-b432-9e581c8c7c6b, rgba(255, 255, 255, 0.5)) /* {\"name\":\"overlay header step 2\"} */ 72.6027397260274%, rgba(171, 171, 171, 0) 100%)',opacity:.5},transformTemplate:transformTemplate2})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FJTma.framer-14bwv6t, .framer-FJTma .framer-14bwv6t { display: block; }\",\".framer-FJTma.framer-tvkg7k { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 136px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1799px; }\",\".framer-FJTma .framer-1i90dgc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 40px 40px 40px 40px; position: relative; width: 1px; z-index: 2; }\",\".framer-FJTma .framer-1cu6wbm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-FJTma .framer-1t6uipq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-FJTma .framer-1qwa16 { flex: none; height: 44px; position: relative; text-decoration: none; width: 49px; }\",\".framer-FJTma .framer-xafwe9-container, .framer-FJTma .framer-17dw87u-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-FJTma .framer-1xfyjw9 { bottom: -6px; flex: none; left: calc(50.02908667830136% - 240px / 2); overflow: visible; position: absolute; text-decoration: none; top: -5px; width: 240px; z-index: 1; }\",\".framer-FJTma .framer-2fjvqx { aspect-ratio: 3.5833333333333335 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 67px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-FJTma .framer-lqakun { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-FJTma .framer-thwc50 { flex: none; height: 56px; overflow: visible; position: relative; width: 57px; }\",\".framer-FJTma .framer-1xrqq4r-container { bottom: 0px; flex: none; left: calc(49.12280701754388% - 56px / 2); position: absolute; top: 0px; width: 56px; }\",\".framer-FJTma .framer-nx9ftx-container { flex: none; height: 100%; position: relative; width: 100%; z-index: 1; }\",\".framer-FJTma .framer-r4758 { flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FJTma.framer-tvkg7k, .framer-FJTma .framer-1i90dgc, .framer-FJTma .framer-1t6uipq, .framer-FJTma .framer-lqakun { gap: 0px; } .framer-FJTma.framer-tvkg7k > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-FJTma.framer-tvkg7k > :first-child, .framer-FJTma .framer-1t6uipq > :first-child, .framer-FJTma .framer-lqakun > :first-child { margin-left: 0px; } .framer-FJTma.framer-tvkg7k > :last-child, .framer-FJTma .framer-1t6uipq > :last-child, .framer-FJTma .framer-lqakun > :last-child { margin-right: 0px; } .framer-FJTma .framer-1i90dgc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FJTma .framer-1i90dgc > :first-child { margin-top: 0px; } .framer-FJTma .framer-1i90dgc > :last-child { margin-bottom: 0px; } .framer-FJTma .framer-1t6uipq > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-FJTma .framer-lqakun > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-FJTma.framer-v-1hsalxv.framer-tvkg7k { gap: 8px; }\",\".framer-FJTma.framer-v-1hsalxv .framer-1i90dgc { order: 0; }\",\".framer-FJTma.framer-v-1hsalxv .framer-1cu6wbm { gap: 8px; justify-content: center; }\",\".framer-FJTma.framer-v-1hsalxv .framer-lqakun, .framer-FJTma.framer-v-z38cq7 .framer-lqakun, .framer-FJTma.framer-v-1wiht1m .framer-lqakun, .framer-FJTma.framer-v-1l6oryk .framer-lqakun, .framer-FJTma.framer-v-1bez1je .framer-lqakun, .framer-FJTma.framer-v-6k3qd8 .framer-lqakun, .framer-FJTma.framer-v-18xr0j1 .framer-lqakun, .framer-FJTma.framer-v-1rwwno3 .framer-lqakun, .framer-FJTma.framer-v-15taq1a .framer-lqakun { align-content: flex-end; align-items: flex-end; flex-direction: column; }\",\".framer-FJTma.framer-v-1hsalxv .framer-r4758, .framer-FJTma.framer-v-1wiht1m .framer-r4758, .framer-FJTma.framer-v-1l6oryk .framer-r4758, .framer-FJTma.framer-v-1bez1je .framer-r4758, .framer-FJTma.framer-v-6k3qd8 .framer-r4758, .framer-FJTma.framer-v-18xr0j1 .framer-r4758 { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FJTma.framer-v-1hsalxv.framer-tvkg7k, .framer-FJTma.framer-v-1hsalxv .framer-1cu6wbm, .framer-FJTma.framer-v-1hsalxv .framer-lqakun { gap: 0px; } .framer-FJTma.framer-v-1hsalxv.framer-tvkg7k > *, .framer-FJTma.framer-v-1hsalxv .framer-1cu6wbm > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-FJTma.framer-v-1hsalxv.framer-tvkg7k > :first-child, .framer-FJTma.framer-v-1hsalxv .framer-1cu6wbm > :first-child { margin-left: 0px; } .framer-FJTma.framer-v-1hsalxv.framer-tvkg7k > :last-child, .framer-FJTma.framer-v-1hsalxv .framer-1cu6wbm > :last-child { margin-right: 0px; } .framer-FJTma.framer-v-1hsalxv .framer-lqakun > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FJTma.framer-v-1hsalxv .framer-lqakun > :first-child { margin-top: 0px; } .framer-FJTma.framer-v-1hsalxv .framer-lqakun > :last-child { margin-bottom: 0px; } }\",\".framer-FJTma.framer-v-z38cq7.framer-tvkg7k, .framer-FJTma.framer-v-15taq1a.framer-tvkg7k { display: block; height: 800px; min-height: calc(var(--framer-viewport-height, 100vh) * 1); padding: unset; }\",\".framer-FJTma.framer-v-z38cq7 .framer-1i90dgc, .framer-FJTma.framer-v-1rwwno3 .framer-1i90dgc, .framer-FJTma.framer-v-15taq1a .framer-1i90dgc { flex: none; left: 50%; position: absolute; top: 0px; width: 100%; }\",\".framer-FJTma.framer-v-z38cq7 .framer-1cu6wbm, .framer-FJTma.framer-v-1rwwno3 .framer-1cu6wbm, .framer-FJTma.framer-v-15taq1a .framer-1cu6wbm { gap: 8px; justify-content: center; order: 0; }\",\".framer-FJTma.framer-v-z38cq7 .framer-nx9ftx-container, .framer-FJTma.framer-v-15taq1a .framer-nx9ftx-container { bottom: 0px; left: 0px; position: absolute; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FJTma.framer-v-z38cq7.framer-tvkg7k, .framer-FJTma.framer-v-z38cq7 .framer-1cu6wbm, .framer-FJTma.framer-v-z38cq7 .framer-lqakun { gap: 0px; } .framer-FJTma.framer-v-z38cq7.framer-tvkg7k > *, .framer-FJTma.framer-v-z38cq7.framer-tvkg7k > :first-child, .framer-FJTma.framer-v-z38cq7.framer-tvkg7k > :last-child { margin: 0px; } .framer-FJTma.framer-v-z38cq7 .framer-1cu6wbm > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-FJTma.framer-v-z38cq7 .framer-1cu6wbm > :first-child { margin-left: 0px; } .framer-FJTma.framer-v-z38cq7 .framer-1cu6wbm > :last-child { margin-right: 0px; } .framer-FJTma.framer-v-z38cq7 .framer-lqakun > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FJTma.framer-v-z38cq7 .framer-lqakun > :first-child { margin-top: 0px; } .framer-FJTma.framer-v-z38cq7 .framer-lqakun > :last-child { margin-bottom: 0px; } }\",\".framer-FJTma.framer-v-1wiht1m.framer-tvkg7k, .framer-FJTma.framer-v-18xr0j1.framer-tvkg7k { gap: 8px; height: min-content; width: 390px; }\",\".framer-FJTma.framer-v-1wiht1m .framer-1i90dgc, .framer-FJTma.framer-v-18xr0j1 .framer-1i90dgc { order: 0; padding: 0px 0px 0px 0px; }\",\".framer-FJTma.framer-v-1wiht1m .framer-1cu6wbm, .framer-FJTma.framer-v-18xr0j1 .framer-1cu6wbm { gap: 8px; justify-content: center; padding: 16px 16px 16px 16px; }\",\".framer-FJTma.framer-v-1wiht1m .framer-1xfyjw9, .framer-FJTma.framer-v-1bez1je .framer-1xfyjw9, .framer-FJTma.framer-v-18xr0j1 .framer-1xfyjw9 { align-content: center; align-items: center; bottom: unset; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; padding: 0px 0px 0px 0px; top: 50%; width: 148px; }\",\".framer-FJTma.framer-v-1wiht1m .framer-2fjvqx, .framer-FJTma.framer-v-18xr0j1 .framer-2fjvqx { aspect-ratio: 3.7 / 1; height: var(--framer-aspect-ratio-supported, 40px); left: unset; position: relative; right: unset; top: unset; width: 148px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FJTma.framer-v-1wiht1m.framer-tvkg7k, .framer-FJTma.framer-v-1wiht1m .framer-1cu6wbm, .framer-FJTma.framer-v-1wiht1m .framer-1xfyjw9, .framer-FJTma.framer-v-1wiht1m .framer-lqakun { gap: 0px; } .framer-FJTma.framer-v-1wiht1m.framer-tvkg7k > *, .framer-FJTma.framer-v-1wiht1m .framer-1cu6wbm > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-FJTma.framer-v-1wiht1m.framer-tvkg7k > :first-child, .framer-FJTma.framer-v-1wiht1m .framer-1cu6wbm > :first-child, .framer-FJTma.framer-v-1wiht1m .framer-1xfyjw9 > :first-child { margin-left: 0px; } .framer-FJTma.framer-v-1wiht1m.framer-tvkg7k > :last-child, .framer-FJTma.framer-v-1wiht1m .framer-1cu6wbm > :last-child, .framer-FJTma.framer-v-1wiht1m .framer-1xfyjw9 > :last-child { margin-right: 0px; } .framer-FJTma.framer-v-1wiht1m .framer-1xfyjw9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FJTma.framer-v-1wiht1m .framer-lqakun > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FJTma.framer-v-1wiht1m .framer-lqakun > :first-child { margin-top: 0px; } .framer-FJTma.framer-v-1wiht1m .framer-lqakun > :last-child { margin-bottom: 0px; } }\",\".framer-FJTma.framer-v-94s0uo.framer-tvkg7k { height: min-content; width: 390px; }\",\".framer-FJTma.framer-v-94s0uo .framer-1i90dgc { padding: 0px 0px 0px 0px; }\",\".framer-FJTma.framer-v-94s0uo .framer-1cu6wbm { padding: 16px 16px 16px 16px; }\",\".framer-FJTma.framer-v-1l6oryk.framer-tvkg7k { align-content: center; align-items: center; flex-direction: column; height: 800px; justify-content: center; min-height: calc(var(--framer-viewport-height, 100vh) * 1); width: 392px; }\",\".framer-FJTma.framer-v-1l6oryk .framer-1i90dgc, .framer-FJTma.framer-v-1bez1je .framer-1i90dgc, .framer-FJTma.framer-v-6k3qd8 .framer-1i90dgc { gap: unset; height: 1px; justify-content: space-between; order: 0; padding: 0px 0px 0px 0px; width: 100%; }\",\".framer-FJTma.framer-v-1l6oryk .framer-1cu6wbm { gap: 8px; justify-content: center; order: 0; padding: 16px 16px 16px 16px; z-index: 2; }\",\".framer-FJTma.framer-v-1l6oryk .framer-nx9ftx-container, .framer-FJTma.framer-v-1bez1je .framer-nx9ftx-container, .framer-FJTma.framer-v-6k3qd8 .framer-nx9ftx-container { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FJTma.framer-v-1l6oryk.framer-tvkg7k, .framer-FJTma.framer-v-1l6oryk .framer-1i90dgc, .framer-FJTma.framer-v-1l6oryk .framer-1cu6wbm, .framer-FJTma.framer-v-1l6oryk .framer-lqakun { gap: 0px; } .framer-FJTma.framer-v-1l6oryk.framer-tvkg7k > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FJTma.framer-v-1l6oryk.framer-tvkg7k > :first-child, .framer-FJTma.framer-v-1l6oryk .framer-lqakun > :first-child { margin-top: 0px; } .framer-FJTma.framer-v-1l6oryk.framer-tvkg7k > :last-child, .framer-FJTma.framer-v-1l6oryk .framer-lqakun > :last-child { margin-bottom: 0px; } .framer-FJTma.framer-v-1l6oryk .framer-1i90dgc > *, .framer-FJTma.framer-v-1l6oryk .framer-1i90dgc > :first-child, .framer-FJTma.framer-v-1l6oryk .framer-1i90dgc > :last-child { margin: 0px; } .framer-FJTma.framer-v-1l6oryk .framer-1cu6wbm > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-FJTma.framer-v-1l6oryk .framer-1cu6wbm > :first-child { margin-left: 0px; } .framer-FJTma.framer-v-1l6oryk .framer-1cu6wbm > :last-child { margin-right: 0px; } .framer-FJTma.framer-v-1l6oryk .framer-lqakun > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-FJTma.framer-v-1bez1je.framer-tvkg7k { align-content: center; align-items: center; flex-direction: column; height: 554px; justify-content: center; min-height: calc(var(--framer-viewport-height, 100vh) * 1); width: 390px; }\",\".framer-FJTma.framer-v-1bez1je .framer-1cu6wbm, .framer-FJTma.framer-v-6k3qd8 .framer-1cu6wbm { gap: 8px; justify-content: center; order: 0; padding: 16px 16px 16px 16px; }\",\".framer-FJTma.framer-v-1bez1je .framer-2fjvqx { aspect-ratio: unset; height: 40px; left: unset; position: relative; right: unset; top: unset; width: 148px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FJTma.framer-v-1bez1je.framer-tvkg7k, .framer-FJTma.framer-v-1bez1je .framer-1i90dgc, .framer-FJTma.framer-v-1bez1je .framer-1cu6wbm, .framer-FJTma.framer-v-1bez1je .framer-1xfyjw9, .framer-FJTma.framer-v-1bez1je .framer-lqakun { gap: 0px; } .framer-FJTma.framer-v-1bez1je.framer-tvkg7k > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FJTma.framer-v-1bez1je.framer-tvkg7k > :first-child, .framer-FJTma.framer-v-1bez1je .framer-lqakun > :first-child { margin-top: 0px; } .framer-FJTma.framer-v-1bez1je.framer-tvkg7k > :last-child, .framer-FJTma.framer-v-1bez1je .framer-lqakun > :last-child { margin-bottom: 0px; } .framer-FJTma.framer-v-1bez1je .framer-1i90dgc > *, .framer-FJTma.framer-v-1bez1je .framer-1i90dgc > :first-child, .framer-FJTma.framer-v-1bez1je .framer-1i90dgc > :last-child { margin: 0px; } .framer-FJTma.framer-v-1bez1je .framer-1cu6wbm > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-FJTma.framer-v-1bez1je .framer-1cu6wbm > :first-child, .framer-FJTma.framer-v-1bez1je .framer-1xfyjw9 > :first-child { margin-left: 0px; } .framer-FJTma.framer-v-1bez1je .framer-1cu6wbm > :last-child, .framer-FJTma.framer-v-1bez1je .framer-1xfyjw9 > :last-child { margin-right: 0px; } .framer-FJTma.framer-v-1bez1je .framer-1xfyjw9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FJTma.framer-v-1bez1je .framer-lqakun > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-FJTma.framer-v-6k3qd8.framer-tvkg7k { align-content: center; align-items: center; flex-direction: column; height: 800px; justify-content: center; min-height: calc(var(--framer-viewport-height, 100vh) * 1); width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FJTma.framer-v-6k3qd8.framer-tvkg7k, .framer-FJTma.framer-v-6k3qd8 .framer-1i90dgc, .framer-FJTma.framer-v-6k3qd8 .framer-1cu6wbm, .framer-FJTma.framer-v-6k3qd8 .framer-lqakun { gap: 0px; } .framer-FJTma.framer-v-6k3qd8.framer-tvkg7k > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FJTma.framer-v-6k3qd8.framer-tvkg7k > :first-child, .framer-FJTma.framer-v-6k3qd8 .framer-lqakun > :first-child { margin-top: 0px; } .framer-FJTma.framer-v-6k3qd8.framer-tvkg7k > :last-child, .framer-FJTma.framer-v-6k3qd8 .framer-lqakun > :last-child { margin-bottom: 0px; } .framer-FJTma.framer-v-6k3qd8 .framer-1i90dgc > *, .framer-FJTma.framer-v-6k3qd8 .framer-1i90dgc > :first-child, .framer-FJTma.framer-v-6k3qd8 .framer-1i90dgc > :last-child { margin: 0px; } .framer-FJTma.framer-v-6k3qd8 .framer-1cu6wbm > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-FJTma.framer-v-6k3qd8 .framer-1cu6wbm > :first-child { margin-left: 0px; } .framer-FJTma.framer-v-6k3qd8 .framer-1cu6wbm > :last-child { margin-right: 0px; } .framer-FJTma.framer-v-6k3qd8 .framer-lqakun > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FJTma.framer-v-18xr0j1.framer-tvkg7k, .framer-FJTma.framer-v-18xr0j1 .framer-1cu6wbm, .framer-FJTma.framer-v-18xr0j1 .framer-1xfyjw9, .framer-FJTma.framer-v-18xr0j1 .framer-lqakun { gap: 0px; } .framer-FJTma.framer-v-18xr0j1.framer-tvkg7k > *, .framer-FJTma.framer-v-18xr0j1 .framer-1cu6wbm > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-FJTma.framer-v-18xr0j1.framer-tvkg7k > :first-child, .framer-FJTma.framer-v-18xr0j1 .framer-1cu6wbm > :first-child, .framer-FJTma.framer-v-18xr0j1 .framer-1xfyjw9 > :first-child { margin-left: 0px; } .framer-FJTma.framer-v-18xr0j1.framer-tvkg7k > :last-child, .framer-FJTma.framer-v-18xr0j1 .framer-1cu6wbm > :last-child, .framer-FJTma.framer-v-18xr0j1 .framer-1xfyjw9 > :last-child { margin-right: 0px; } .framer-FJTma.framer-v-18xr0j1 .framer-1xfyjw9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FJTma.framer-v-18xr0j1 .framer-lqakun > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FJTma.framer-v-18xr0j1 .framer-lqakun > :first-child { margin-top: 0px; } .framer-FJTma.framer-v-18xr0j1 .framer-lqakun > :last-child { margin-bottom: 0px; } }\",\".framer-FJTma.framer-v-1rwwno3.framer-tvkg7k { display: block; height: 801px; min-height: calc(var(--framer-viewport-height, 100vh) * 1); padding: unset; }\",\".framer-FJTma.framer-v-1rwwno3 .framer-nx9ftx-container { bottom: 0px; height: unset; left: 0px; position: absolute; top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FJTma.framer-v-1rwwno3.framer-tvkg7k, .framer-FJTma.framer-v-1rwwno3 .framer-1cu6wbm, .framer-FJTma.framer-v-1rwwno3 .framer-lqakun { gap: 0px; } .framer-FJTma.framer-v-1rwwno3.framer-tvkg7k > *, .framer-FJTma.framer-v-1rwwno3.framer-tvkg7k > :first-child, .framer-FJTma.framer-v-1rwwno3.framer-tvkg7k > :last-child { margin: 0px; } .framer-FJTma.framer-v-1rwwno3 .framer-1cu6wbm > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-FJTma.framer-v-1rwwno3 .framer-1cu6wbm > :first-child { margin-left: 0px; } .framer-FJTma.framer-v-1rwwno3 .framer-1cu6wbm > :last-child { margin-right: 0px; } .framer-FJTma.framer-v-1rwwno3 .framer-lqakun > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FJTma.framer-v-1rwwno3 .framer-lqakun > :first-child { margin-top: 0px; } .framer-FJTma.framer-v-1rwwno3 .framer-lqakun > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FJTma.framer-v-15taq1a.framer-tvkg7k, .framer-FJTma.framer-v-15taq1a .framer-1cu6wbm, .framer-FJTma.framer-v-15taq1a .framer-lqakun { gap: 0px; } .framer-FJTma.framer-v-15taq1a.framer-tvkg7k > *, .framer-FJTma.framer-v-15taq1a.framer-tvkg7k > :first-child, .framer-FJTma.framer-v-15taq1a.framer-tvkg7k > :last-child { margin: 0px; } .framer-FJTma.framer-v-15taq1a .framer-1cu6wbm > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-FJTma.framer-v-15taq1a .framer-1cu6wbm > :first-child { margin-left: 0px; } .framer-FJTma.framer-v-15taq1a .framer-1cu6wbm > :last-child { margin-right: 0px; } .framer-FJTma.framer-v-15taq1a .framer-lqakun > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FJTma.framer-v-15taq1a .framer-lqakun > :first-child { margin-top: 0px; } .framer-FJTma.framer-v-15taq1a .framer-lqakun > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 136\n * @framerIntrinsicWidth 1799\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"SV8hSueLC\":{\"layout\":[\"fixed\",\"fixed\"]},\"jK7f_PYx4\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"LxdEutO3V\":{\"layout\":[\"fixed\",\"auto\"]},\"OeOpSFImO\":{\"layout\":[\"fixed\",\"auto\"]},\"fLWYJkze6\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"Mcbeq1SI0\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"zFzx9Xz3W\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"YdLD0YOEA\":{\"layout\":[\"fixed\",\"auto\"]},\"HAvkK9Xvi\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"k6fSCBnie\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerVariables {\"z0HZR_42H\":\"variant1\",\"dbAgGXHZr\":\"logoFadeoutScrollSection\",\"tHCfVEQoS\":\"gradientFadeoutScrollSection\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbYks3_1QP=withCSS(Component,css,\"framer-FJTma\");export default FramerbYks3_1QP;FramerbYks3_1QP.displayName=\"header\";FramerbYks3_1QP.defaultProps={height:136,width:1799};addPropertyControls(FramerbYks3_1QP,{variant:{options:[\"Ubm_U6hMO\",\"SV8hSueLC\",\"jK7f_PYx4\",\"LxdEutO3V\",\"OeOpSFImO\",\"fLWYJkze6\",\"Mcbeq1SI0\",\"zFzx9Xz3W\",\"YdLD0YOEA\",\"HAvkK9Xvi\",\"k6fSCBnie\"],optionTitles:[\"without logo\",\"with logo\",\"fullscreen menu opening\",\"with logo on scroll mobile\",\"without logo mobile\",\"fullscreen menu mobile\",\"fullscreen menu opening mobile\",\"fullscreen menu closing mobile\",\"with logo mobile\",\"fullscreen menu open\",\"fullscreen menu closing\"],title:\"Variant\",type:ControlType.Enum},z0HZR_42H:(FullscreenMenuControls===null||FullscreenMenuControls===void 0?void 0:FullscreenMenuControls[\"variant\"])&&{...FullscreenMenuControls[\"variant\"],defaultValue:\"ZgBMsl1lv\",description:undefined,hidden:undefined,title:\"Variant\"},dbAgGXHZr:{title:\"Logo fadeout scroll section\",type:ControlType.ScrollSectionRef},tHCfVEQoS:{title:\"Gradient fadeout scroll section\",type:ControlType.ScrollSectionRef}});addFonts(FramerbYks3_1QP,[{explicitInter:true,fonts:[]},...ThemeToggleFonts,...BodyScrollFonts,...MenuIconFonts,...FullscreenMenuFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbYks3_1QP\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1799\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SV8hSueLC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jK7f_PYx4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"LxdEutO3V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OeOpSFImO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fLWYJkze6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"Mcbeq1SI0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"zFzx9Xz3W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"YdLD0YOEA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HAvkK9Xvi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"k6fSCBnie\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerVariables\":\"{\\\"z0HZR_42H\\\":\\\"variant1\\\",\\\"dbAgGXHZr\\\":\\\"logoFadeoutScrollSection\\\",\\\"tHCfVEQoS\\\":\\\"gradientFadeoutScrollSection\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"136\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (01933e6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Futura LT Pro Book\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Futura LT Pro Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/YhhSwFFLsaYgYYS6vW1m5rhoA.woff2\"}]}];export const css=['.framer-szqkL .framer-styles-preset-19kkzcb:not(.rich-text-wrapper), .framer-szqkL .framer-styles-preset-19kkzcb.rich-text-wrapper p { --framer-font-family: \"Futura LT Pro Book\", \"Futura LT Pro Book Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.6em; --framer-line-height: 100%; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, #f0f0f0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-szqkL\";\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([]);export const fonts=[];export const css=['.framer-91zr2 .framer-styles-preset-1wuhbvd:not(.rich-text-wrapper), .framer-91zr2 .framer-styles-preset-1wuhbvd.rich-text-wrapper a { --framer-link-current-text-color: var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, #f0f0f0); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-476dcb46-a7e4-4d08-866c-2d2d43baab50, rgba(240, 240, 240, 0.5)) /* {\"name\":\"link hover\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, #0f0f0f); --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-91zr2\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e80ae68)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const ImageWithFX=withFX(Image);const cycleOrder=[\"gqK0rIZfO\"];const serializationHash=\"framer-p0JLn\";const variantClassNames={gqK0rIZfO:\"framer-v-hlbinm\"};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:0};const transition1={damping:65,delay:0,mass:1,stiffness:193,type:\"spring\"};const animation1={opacity:0,rotate:0,scale:1,transition:transition1,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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){var _restProps_transformTemplate;const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"gqK0rIZfO\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);var _restProps_transformTemplate1;const transforms=(_restProps_transformTemplate1=(_restProps_transformTemplate=restProps.transformTemplate)===null||_restProps_transformTemplate===void 0?void 0:_restProps_transformTemplate.call(restProps,undefined,\"\"))!==null&&_restProps_transformTemplate1!==void 0?_restProps_transformTemplate1:\"\";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:transition,children:/*#__PURE__*/_jsx(ImageWithFX,{...restProps,__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.35,background:{alt:\"\",fit:\"stretch\",intrinsicHeight:1116,intrinsicWidth:1263,pixelHeight:1116,pixelWidth:1263,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/UW3JbwG3QOvDPdy43rGizkL4.png\",srcSet:\"https://framerusercontent.com/images/UW3JbwG3QOvDPdy43rGizkL4.png?scale-down-to=512 512w, https://framerusercontent.com/images/UW3JbwG3QOvDPdy43rGizkL4.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/UW3JbwG3QOvDPdy43rGizkL4.png 1263w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-hlbinm\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"gqK0rIZfO\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{opacity:.35,...style},transformTemplate:(_,t)=>`${transforms} perspective(1200px) ${t}`})})})});});const css=['.framer-p0JLn[data-border=\"true\"]::after, .framer-p0JLn [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-p0JLn.framer-1m21zv3, .framer-p0JLn .framer-1m21zv3 { display: block; }\",\".framer-p0JLn.framer-hlbinm { height: 1357px; overflow: hidden; position: relative; width: 1370px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1357\n * @framerIntrinsicWidth 1370\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerF2Z6Vq78U=withCSS(Component,css,\"framer-p0JLn\");export default FramerF2Z6Vq78U;FramerF2Z6Vq78U.displayName=\"background highlight\";FramerF2Z6Vq78U.defaultProps={height:1357,width:1370};addFonts(FramerF2Z6Vq78U,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerF2Z6Vq78U\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1370\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1357\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./F2Z6Vq78U.map", "// Generated by Framer (01933e6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Futura LT Pro Book\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Futura LT Pro Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/YhhSwFFLsaYgYYS6vW1m5rhoA.woff2\"}]}];export const css=['.framer-YhzHb .framer-styles-preset-17j2w7i:not(.rich-text-wrapper), .framer-YhzHb .framer-styles-preset-17j2w7i.rich-text-wrapper p { --framer-font-family: \"Futura LT Pro Book\", \"Futura LT Pro Book Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.33em; --framer-line-height: 100%; --framer-paragraph-spacing: 0px; --framer-text-alignment: right; --framer-text-color: var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, #f0f0f0); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-YhzHb\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=[\".framer-uPDBJ .framer-styles-preset-fxw9yb:not(.rich-text-wrapper), .framer-uPDBJ .framer-styles-preset-fxw9yb.rich-text-wrapper a { --framer-link-current-text-color: var(--token-0ee76b12-d3b8-4dbd-8f92-e9d1e95f1fff, #cc194a); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: rgba(204, 25, 74, 0.6); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-0ee76b12-d3b8-4dbd-8f92-e9d1e95f1fff, #cc194a); --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }\"];export const className=\"framer-uPDBJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (41c59c7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,optimizeAppear,optimizeAppearTransformTemplate,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withTheme}from\"https://framerusercontent.com/modules/2DsBDzj4rtehtA1tUc4M/B6Nj0u40NyFqrLMZ1LpN/WithTransition.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/SlzAoQi3KUoPAZ63Sdzz/fOEIXhxeZFOIUEQeICrR/aSkzurVjt.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/s0owoAarwI5IYaDZ8noV/rCGStTJE4ARZJ8SHaLsM/c0h4gQea9.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/rNPDzJebOxtrfY7NudGQ/VLBGzwTxREErXA7aNmpK/M8g3THQIe.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/u9xHT7nxFtgcimIVAVid/vEAIegZpFPtLxMvsmNPx/OS88ASkpt.js\";import IntroBird from\"https://framerusercontent.com/modules/zYAbQXO4yrqNRY3OXCnA/HtLip2cUpcVG8FGUIn70/dt3ac9KeA.js\";import BackgroundHighlight from\"https://framerusercontent.com/modules/IIHX8iu0crv1SN4BPFoU/LWmNlxdhqkzIgUuSmUPS/F2Z6Vq78U.js\";const MotionAWithTheme=withTheme(motion.a);const ImageWithFX=withFX(Image);const IntroBirdFonts=getFonts(IntroBird);const MotionDivWithFX=withFX(motion.div);const BackgroundHighlightFonts=getFonts(BackgroundHighlight);const ImageWithTheme=withTheme(Image);const cycleOrder=[\"b2Oqjt7If\",\"qtz7OQn1r\",\"HaBf1vaKN\",\"D70HW7Z0L\",\"zQQY26jkc\",\"rGiLjpNJK\"];const serializationHash=\"framer-NJBh9\";const variantClassNames={b2Oqjt7If:\"framer-v-apl1p7\",D70HW7Z0L:\"framer-v-979xi1\",HaBf1vaKN:\"framer-v-112jlgm\",qtz7OQn1r:\"framer-v-w7d7yh\",rGiLjpNJK:\"framer-v-1830m9f\",zQQY26jkc:\"framer-v-15urri5\"};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={delay:1,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transition4={delay:1.2,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transformTemplate3=(_,t)=>`perspective(1200px) translateY(-50%) ${t}`;const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transformTemplate4=(_,t)=>`translateX(-50%) ${t}`;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 animation6={opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"footer + moving bird\":\"D70HW7Z0L\",\"footer mobile + moving bird\":\"rGiLjpNJK\",\"footer mobile\":\"qtz7OQn1r\",\"footer tablet + moving bird\":\"zQQY26jkc\",\"footer tablet\":\"HaBf1vaKN\",footer:\"b2Oqjt7If\"};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:\"b2Oqjt7If\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"b2Oqjt7If\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"D70HW7Z0L\",\"zQQY26jkc\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"qtz7OQn1r\",\"rGiLjpNJK\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"D70HW7Z0L\",\"zQQY26jkc\",\"rGiLjpNJK\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"qtz7OQn1r\",\"rGiLjpNJK\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.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__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-apl1p7\",className,classNames),\"data-framer-name\":\"footer\",layoutDependency:layoutDependency,layoutId:\"b2Oqjt7If\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({D70HW7Z0L:{\"data-framer-name\":\"footer + moving bird\"},HaBf1vaKN:{\"data-framer-name\":\"footer tablet\"},qtz7OQn1r:{\"data-framer-name\":\"footer mobile\"},rGiLjpNJK:{\"data-framer-name\":\"footer mobile + moving bird\"},zQQY26jkc:{\"data-framer-name\":\"footer tablet + moving bird\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jw1rqu\",layoutDependency:layoutDependency,layoutId:\"WtiouHS8f\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ydt42\",\"data-framer-name\":\"Logo_BLACK 2\",layoutDependency:layoutDependency,layoutId:\"XKO0t4Fc5\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:98,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"pbsk26\",animation1,\"apl1p7\"),background:{alt:\"\",fit:\"fill\",intrinsicHeight:964,intrinsicWidth:1031,pixelHeight:964,pixelWidth:1031,sizes:\"400px\",src:\"https://framerusercontent.com/images/C5mFkOyPHTcVecH2msODMIo8miE.png\",srcSet:\"https://framerusercontent.com/images/C5mFkOyPHTcVecH2msODMIo8miE.png?scale-down-to=512 512w,https://framerusercontent.com/images/C5mFkOyPHTcVecH2msODMIo8miE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/C5mFkOyPHTcVecH2msODMIo8miE.png 1031w\"},className:\"framer-pbsk26\",\"data-framer-appear-id\":\"pbsk26\",\"data-framer-name\":\"intro bird\",exit:animation,initial:optimizeAppear(\"initial\",\"pbsk26\",animation2,\"apl1p7\"),layoutDependency:layoutDependency,layoutId:\"VHiqBRH1T\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},transformTemplate:optimizeAppearTransformTemplate(\"pbsk26\",transformTemplate1),variants:{rGiLjpNJK:{backgroundColor:\"rgba(255, 255, 255, 0)\"}},...addPropertyOverrides({HaBf1vaKN:{\"data-framer-appear-id\":\"g38ajp\",animate:optimizeAppear(\"animate\",\"g38ajp\",animation1,\"112jlgm\"),initial:optimizeAppear(\"initial\",\"g38ajp\",animation2,\"112jlgm\"),transformTemplate:optimizeAppearTransformTemplate(\"g38ajp\",transformTemplate1)},qtz7OQn1r:{\"data-framer-appear-id\":\"1tzceah\",animate:optimizeAppear(\"animate\",\"1tzceah\",animation1,\"w7d7yh\"),initial:optimizeAppear(\"initial\",\"1tzceah\",animation2,\"w7d7yh\"),transformTemplate:optimizeAppearTransformTemplate(\"1tzceah\",transformTemplate1)},rGiLjpNJK:{\"data-framer-appear-id\":\"lu3q5t\",animate:optimizeAppear(\"animate\",\"lu3q5t\",animation1,\"1830m9f\"),background:undefined,initial:optimizeAppear(\"initial\",\"lu3q5t\",animation2,\"1830m9f\"),transformTemplate:optimizeAppearTransformTemplate(\"lu3q5t\",transformTemplate1)}},baseVariant,gestureVariant),children:isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(MotionAWithTheme,{className:\"framer-e83fkn framer-kjpz5d\",\"data-framer-name\":\"logo mobile\",layoutDependency:layoutDependency,layoutId:\"rBs194N5c\",transformTemplate:transformTemplate2,whileHover:animation3,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mv9w5f\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:84,intrinsicWidth:301,layoutDependency:layoutDependency,layoutId:\"ZTg2QNlql\",svg:'<svg width=\"301\" height=\"84\" viewBox=\"0 0 301 84\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M98.5067 72.0058V74.211C97.4307 73.3108 96.3175 72.8607 95.1669 72.8607C93.8992 72.8607 92.8312 73.3161 91.963 74.227C91.0895 75.1325 90.6527 76.2404 90.6527 77.5507C90.6527 78.8451 91.0895 79.937 91.963 80.8265C92.8366 81.7161 93.9072 82.1608 95.1749 82.1608C95.8301 82.1608 96.3867 82.0543 96.8448 81.8412C97.1005 81.7347 97.3641 81.5909 97.6358 81.4098C97.9128 81.2287 98.203 81.0103 98.5067 80.7546V82.9998C97.4414 83.6017 96.3228 83.9026 95.1509 83.9026C93.3879 83.9026 91.8831 83.2874 90.6367 82.057C89.3956 80.8159 88.7751 79.3191 88.7751 77.5667C88.7751 75.9954 89.2944 74.5945 90.3331 73.3641C91.6115 71.8567 93.2654 71.1029 95.2948 71.1029C96.4027 71.1029 97.4733 71.4039 98.5067 72.0058Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M118.232 80.6827H112.951L111.576 83.6789H109.571L115.675 70.5676L121.564 83.6789H119.526L118.232 80.6827ZM117.473 78.9329L115.643 74.7383L113.726 78.9329H117.473Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M134.793 78.6693V83.6789H132.932V71.3426H135.041C136.074 71.3426 136.854 71.4145 137.382 71.5584C137.914 71.7022 138.383 71.9738 138.788 72.3733C139.496 73.0658 139.851 73.9393 139.851 74.994C139.851 76.1232 139.472 77.0181 138.716 77.6786C137.96 78.339 136.94 78.6693 135.656 78.6693H134.793ZM134.793 76.9435H135.488C137.198 76.9435 138.053 76.2857 138.053 74.97C138.053 73.697 137.171 73.0604 135.408 73.0604H134.793V76.9435Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M153.448 71.3426V83.6789H151.586V71.3426H153.448Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M169.633 73.0924V83.6789H167.772V73.0924H164.935V71.3426H172.462V73.0924H169.633Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M190.517 80.6827H185.236L183.862 83.6789H181.856L187.96 70.5676L193.849 83.6789H191.812L190.517 80.6827ZM189.758 78.9329L187.928 74.7383L186.011 78.9329H189.758Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M207.078 71.3426V81.9291H210.706V83.6789H205.217V71.3426H207.078Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M27.0065 52.9611C27.7918 52.9611 28.4344 52.6755 28.8627 52.1758C29.2911 51.676 29.648 51.0335 29.7908 50.2482C29.9336 49.4629 29.9336 48.5348 29.7908 47.6067C29.648 46.6786 29.2911 45.6791 28.8627 44.751L22.0804 31.1864L22.5802 31.115C22.4374 31.115 22.2946 31.115 22.1518 31.1864C22.009 31.1864 21.8662 31.2578 21.7235 31.2578H12.0854V47.9636C12.0854 49.3201 12.5138 50.4624 13.3705 51.3905C14.2272 52.3186 15.3695 52.8897 16.6546 52.9611L17.9396 53.0325H0.305664L1.51934 52.9611C2.8758 52.8897 3.94669 52.3186 4.87479 51.3905C5.8029 50.4624 6.23126 49.3201 6.23126 47.9636V31.2578H2.16187V30.6152H6.23126V6.55592C6.23126 5.19946 5.8029 4.05717 4.87479 3.12907C3.94669 2.20097 2.8758 1.62983 1.51934 1.55844L0.305664 1.48704H21.2237C24.7933 1.48704 27.7918 2.05818 30.362 3.27185C32.8607 4.48553 34.8597 5.98477 36.2876 7.91237C37.7154 9.76858 38.6435 11.9104 38.9291 14.1235C39.286 16.4081 39.0719 18.6213 38.4293 20.763C37.7154 22.9048 36.5017 24.8324 34.7169 26.6172C32.9321 28.3307 30.6475 29.6157 27.7918 30.401L35.0739 44.8937C35.5736 45.8218 36.1448 46.8213 36.8587 47.7495C37.5726 48.6776 38.3579 49.6057 39.286 50.391C40.1428 51.1763 41.0709 51.8188 42.0704 52.3186C43.0699 52.8183 44.0694 53.1039 45.0689 53.1039H27.0065V52.9611ZM20.5812 30.5438C23.4369 30.5438 25.8642 29.8299 27.7918 28.402C29.7194 26.9742 31.2187 25.2608 32.1468 23.119C33.0749 21.0486 33.5746 18.6927 33.5746 16.2653C33.5746 13.7666 33.0749 11.482 32.1468 9.41162C31.2187 7.34124 29.7194 5.55642 27.7918 4.12857C25.8642 2.70072 23.4369 1.98679 20.5812 1.98679H11.9427V30.4724H20.5812V30.5438Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M93.1159 53.5335C88.9752 53.5335 85.3341 52.7481 82.1929 51.2489C79.0516 49.7496 76.4814 47.7506 74.4111 45.2519C72.3407 42.7532 70.77 39.9688 69.7705 36.8276C68.6996 33.6863 68.1999 30.4736 68.1999 27.1896C68.1999 23.9055 68.6996 20.6928 69.7705 17.5516C70.8414 14.4103 72.3407 11.626 74.4111 9.12724C76.4814 6.6285 79.0516 4.62951 82.1929 3.13026C85.3341 1.63102 88.9752 0.845703 93.1159 0.845703C97.2567 0.845703 100.898 1.63102 104.039 3.13026C107.18 4.62951 109.75 6.6285 111.821 9.12724C113.891 11.626 115.462 14.4103 116.461 17.5516C117.532 20.6928 118.032 23.9055 118.032 27.1896C118.032 30.4736 117.532 33.6863 116.461 36.8276C115.39 39.9688 113.891 42.7532 111.821 45.2519C109.75 47.7506 107.18 49.7496 104.039 51.2489C100.898 52.7481 97.3281 53.5335 93.1159 53.5335ZM93.1159 1.27406C89.9747 1.27406 87.1903 1.98798 84.8344 3.48723C82.4784 4.98647 80.4794 6.91407 78.9088 9.34142C77.3382 11.7688 76.1959 14.5531 75.4106 17.623C74.6252 20.6928 74.2683 23.9055 74.2683 27.1182C74.2683 30.4022 74.6252 33.5435 75.4106 36.6134C76.1959 39.6833 77.3382 42.4676 78.9088 44.8949C80.4794 47.3223 82.4784 49.2499 84.8344 50.7491C87.1903 52.2484 89.9747 52.9623 93.1159 52.9623C96.2572 52.9623 99.0415 52.2484 101.397 50.7491C103.753 49.2499 105.752 47.3223 107.323 44.8949C108.894 42.4676 110.036 39.6833 110.821 36.6134C111.607 33.5435 111.964 30.3309 111.964 27.1182C111.964 23.9055 111.607 20.6928 110.821 17.623C110.036 14.5531 108.894 11.7688 107.323 9.34142C105.752 6.91407 103.753 4.98647 101.397 3.48723C99.0415 2.05938 96.2572 1.27406 93.1159 1.27406Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M170.363 23.333C173.861 23.6899 176.788 24.6894 179.002 26.2601C181.215 27.8307 182.857 29.7583 183.856 31.9001C184.856 34.1133 185.284 36.3978 185.141 38.8966C184.999 41.3953 184.285 43.6799 182.928 45.7502C181.643 47.8206 179.787 49.5341 177.36 50.8905C174.932 52.247 172.005 52.9609 168.578 52.9609H143.734L144.947 52.8895C146.304 52.8181 147.446 52.247 148.374 51.3189C149.231 50.3908 149.659 49.2485 149.659 47.892V6.48431C149.659 5.12785 149.231 3.98557 148.374 3.05747C147.517 2.12937 146.375 1.55822 145.09 1.48683L143.805 1.41544H168.079C170.72 1.41544 172.933 1.91518 174.718 2.91468C176.574 3.91418 178.002 5.19925 179.002 6.69849C180.072 8.19774 180.644 9.91116 180.858 11.696C181.072 13.5522 180.858 15.2656 180.144 16.9076C179.43 18.5497 178.288 19.9775 176.646 21.1198C175.146 22.3335 173.005 23.0474 170.363 23.333ZM149.731 23.1902V23.8327ZM155.442 23.1902H166.722H164.509C166.793 23.1902 168.721 22.6904 170.22 21.6195C171.72 20.5487 172.862 19.2636 173.647 17.6929C174.432 16.1223 174.789 14.4089 174.789 12.5527C174.789 10.6965 174.432 8.98305 173.647 7.41242C172.862 5.84178 171.72 4.55671 170.22 3.48582C168.721 2.41493 166.793 1.91519 164.509 1.91519H166.722H155.442V23.1902ZM165.08 52.3184C168.15 52.3184 170.72 51.6044 172.79 50.1766C174.861 48.7487 176.36 47.0353 177.431 44.8935C178.502 42.8231 179.002 40.4672 179.002 38.0398C179.002 35.6125 178.502 33.2565 177.431 31.1862C176.36 29.1158 174.861 27.331 172.79 25.9031C170.72 24.4752 168.15 23.7613 165.08 23.7613H155.442V52.247H165.08V52.3184Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M221.052 47.892C221.052 49.2485 221.48 50.3908 222.408 51.3189C223.336 52.247 224.407 52.8181 225.764 52.8895L226.977 52.9609H209.415L210.628 52.8895C211.985 52.8181 213.056 52.247 213.984 51.3189C214.912 50.3908 215.34 49.2485 215.34 47.892V6.48431C215.34 5.12785 214.912 3.98557 213.984 3.05747C213.056 2.12937 211.985 1.55822 210.628 1.48683L209.415 1.41544H226.977L225.764 1.48683C224.407 1.62961 223.336 2.12937 222.408 3.05747C221.48 3.98557 221.052 5.12785 221.052 6.48431V47.892Z\" fill=\"#F0F0F0\"/>\\n<path d=\"M262.674 49.6769C264.173 51.8901 266.244 52.961 268.885 52.961H251.251C253.964 52.961 256.106 51.8901 257.534 49.6769C259.033 47.4638 259.747 44.6795 259.747 41.1812V13.1239C259.747 11.4819 259.533 9.91126 259.176 8.4834C258.819 7.05555 258.248 5.84188 257.534 4.77099C256.82 3.7001 255.892 2.91478 254.892 2.27225C253.821 1.62972 252.608 1.34414 251.251 1.34414H261.817L291.16 44.3939V13.1239C291.16 9.4829 290.446 6.55581 288.946 4.48542C287.447 2.41503 285.377 1.34414 282.664 1.34414H300.226C297.656 1.34414 295.586 2.41503 294.087 4.48542C292.516 6.55581 291.802 9.41151 291.802 13.1239V54.3175H291.16L260.461 8.69758V41.1812C260.389 44.6081 261.175 47.4638 262.674 49.6769Z\" fill=\"#F0F0F0\"/>\\n</svg>\\n',withExternalLayout:true})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({D70HW7Z0L:{width:\"400px\"},rGiLjpNJK:{width:\"400px\"},zQQY26jkc:{width:\"400px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1trcfmq-container\",layoutDependency:layoutDependency,layoutId:\"hiLYbGfC8-container\",children:/*#__PURE__*/_jsx(IntroBird,{height:\"100%\",id:\"hiLYbGfC8\",layoutId:\"hiLYbGfC8\",style:{height:\"100%\",width:\"100%\"},variant:\"aKMSkHMFf\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:104,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"eb7mqo\",animation5,\"apl1p7\"),className:\"framer-eb7mqo\",\"data-framer-appear-id\":\"eb7mqo\",\"data-framer-name\":\"capital\",exit:animation4,initial:optimizeAppear(\"initial\",\"eb7mqo\",animation2,\"apl1p7\"),layoutDependency:layoutDependency,layoutId:\"GVlNfYHXG\",transformTemplate:optimizeAppearTransformTemplate(\"eb7mqo\",transformTemplate3),...addPropertyOverrides({D70HW7Z0L:{\"data-framer-appear-id\":\"1kf61lu\",animate:optimizeAppear(\"animate\",\"1kf61lu\",animation5,\"979xi1\"),initial:optimizeAppear(\"initial\",\"1kf61lu\",animation2,\"979xi1\"),transformTemplate:optimizeAppearTransformTemplate(\"1kf61lu\",transformTemplate3)},HaBf1vaKN:{\"data-framer-appear-id\":\"1c5xyyh\",animate:optimizeAppear(\"animate\",\"1c5xyyh\",animation5,\"112jlgm\"),initial:optimizeAppear(\"initial\",\"1c5xyyh\",animation2,\"112jlgm\"),transformTemplate:optimizeAppearTransformTemplate(\"1c5xyyh\",transformTemplate3)},zQQY26jkc:{\"data-framer-appear-id\":\"sjk6i5\",animate:optimizeAppear(\"animate\",\"sjk6i5\",animation5,\"15urri5\"),initial:optimizeAppear(\"initial\",\"sjk6i5\",animation2,\"15urri5\"),transformTemplate:optimizeAppearTransformTemplate(\"sjk6i5\",transformTemplate3)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15a0xh4\",\"data-framer-name\":\"capital\",layoutDependency:layoutDependency,layoutId:\"yozrD8GY7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RnV0dXJhLTUwMA==\",\"--framer-font-family\":'\"Futura\", \"Futura Placeholder\", sans-serif',\"--framer-font-size\":\"23.82px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, rgb(15, 15, 15)))\"},children:\"CAPITAL\"})}),className:\"framer-1f5tb6h\",\"data-framer-name\":\"CAPITAL\",fonts:[\"GF;Futura-500\"],layoutDependency:layoutDependency,layoutId:\"g4BXBl9TV\",style:{\"--extracted-r6o4lv\":\"var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, rgb(15, 15, 15))\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate4,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1swrhoc\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Hrlm5ydEE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 67 76\"><path d=\"M 39.77 75.691 C 40.913 75.691 41.848 75.275 42.471 74.548 C 43.095 73.82 43.614 72.885 43.822 71.742 C 44.03 70.599 44.03 69.248 43.822 67.898 C 43.614 66.547 43.095 65.092 42.471 63.741 L 32.6 43.998 L 33.327 43.895 C 33.119 43.895 32.911 43.895 32.704 43.998 C 32.496 43.998 32.288 44.102 32.08 44.102 L 18.052 44.102 L 18.052 68.417 C 18.052 70.391 18.676 72.054 19.923 73.405 C 21.17 74.756 22.832 75.587 24.703 75.691 L 26.573 75.795 L 0.907 75.795 L 2.674 75.691 C 4.648 75.587 6.207 74.756 7.557 73.405 C 8.908 72.054 9.532 70.391 9.532 68.417 L 9.532 44.102 L 3.609 44.102 L 3.609 43.167 L 9.532 43.167 L 9.532 8.15 C 9.532 6.175 8.908 4.513 7.557 3.162 C 6.207 1.811 4.648 0.98 2.674 0.876 L 0.907 0.772 L 31.353 0.772 C 36.548 0.772 40.913 1.603 44.653 3.37 C 48.29 5.136 51.2 7.318 53.278 10.124 C 55.356 12.826 56.707 15.943 57.122 19.164 C 57.642 22.489 57.33 25.71 56.395 28.828 C 55.356 31.945 53.59 34.75 50.992 37.348 C 48.394 39.842 45.069 41.712 40.913 42.855 L 51.511 63.949 C 52.239 65.3 53.07 66.755 54.109 68.105 C 55.148 69.456 56.291 70.807 57.642 71.95 C 58.889 73.093 60.24 74.028 61.694 74.756 C 63.149 75.483 64.604 75.899 66.059 75.899 L 39.77 75.899 Z M 30.418 43.063 C 34.574 43.063 38.107 42.024 40.913 39.946 C 43.718 37.868 45.9 35.374 47.251 32.257 C 48.602 29.243 49.329 25.814 49.329 22.281 C 49.329 18.644 48.602 15.319 47.251 12.306 C 45.9 9.293 43.718 6.695 40.913 4.617 C 38.107 2.538 34.574 1.499 30.418 1.499 L 17.845 1.499 L 17.845 42.959 L 30.418 42.959 Z\" fill=\"var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, rgb(15, 15, 15))\"></path></svg>',svgContentId:1985609440,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bu0u3d\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"fIrO72xr4\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 74 78\"><path d=\"M 36.99 77.524 C 30.963 77.524 25.663 76.381 21.091 74.199 C 16.519 72.017 12.779 69.108 9.765 65.471 C 6.752 61.834 4.466 57.781 3.011 53.209 C 1.452 48.637 0.725 43.961 0.725 39.181 C 0.725 34.402 1.452 29.726 3.011 25.154 C 4.57 20.582 6.752 16.529 9.765 12.892 C 12.779 9.256 16.519 6.346 21.091 4.164 C 25.663 1.982 30.963 0.839 36.99 0.839 C 43.016 0.839 48.316 1.982 52.888 4.164 C 57.46 6.346 61.2 9.256 64.214 12.892 C 67.227 16.529 69.513 20.582 70.968 25.154 C 72.527 29.726 73.254 34.402 73.254 39.181 C 73.254 43.961 72.527 48.637 70.968 53.209 C 69.409 57.781 67.227 61.834 64.214 65.471 C 61.2 69.108 57.46 72.017 52.888 74.199 C 48.316 76.381 43.12 77.524 36.99 77.524 Z M 36.99 1.462 C 32.418 1.462 28.365 2.501 24.936 4.684 C 21.507 6.866 18.598 9.671 16.312 13.204 C 14.026 16.737 12.363 20.79 11.22 25.258 C 10.077 29.726 9.557 34.402 9.557 39.078 C 9.557 43.858 10.077 48.43 11.22 52.898 C 12.363 57.366 14.026 61.418 16.312 64.951 C 18.598 68.484 21.507 71.29 24.936 73.472 C 28.365 75.654 32.418 76.693 36.99 76.693 C 41.562 76.693 45.614 75.654 49.043 73.472 C 52.472 71.29 55.382 68.484 57.668 64.951 C 59.954 61.418 61.616 57.366 62.759 52.898 C 63.902 48.43 64.422 43.754 64.422 39.078 C 64.422 34.402 63.902 29.726 62.759 25.258 C 61.616 20.79 59.954 16.737 57.668 13.204 C 55.382 9.671 52.472 6.866 49.043 4.684 C 45.614 2.605 41.562 1.462 36.99 1.462 Z\" fill=\"var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, rgb(15, 15, 15))\"></path></svg>',svgContentId:2100561862,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1iromlb\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"eI6srAqjn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 61 76\"><path d=\"M 39.42 32.568 C 44.512 33.088 48.772 34.542 51.993 36.828 C 55.215 39.114 57.605 41.92 59.059 45.037 C 60.514 48.259 61.138 51.584 60.93 55.221 C 60.722 58.857 59.683 62.182 57.709 65.196 C 55.838 68.209 53.136 70.703 49.604 72.677 C 46.071 74.652 41.81 75.691 36.823 75.691 L 0.662 75.691 L 2.429 75.587 C 4.403 75.483 6.065 74.652 7.416 73.301 C 8.663 71.95 9.287 70.287 9.287 68.313 L 9.287 8.046 C 9.287 6.071 8.663 4.409 7.416 3.058 C 6.169 1.707 4.507 0.876 2.636 0.772 L 0.766 0.668 L 36.095 0.668 C 39.94 0.668 43.161 1.395 45.759 2.85 C 48.461 4.305 50.539 6.175 51.993 8.357 C 53.552 10.539 54.383 13.033 54.695 15.631 C 55.007 18.333 54.695 20.826 53.656 23.216 C 52.617 25.606 50.954 27.684 48.565 29.347 C 46.382 31.113 43.265 32.153 39.42 32.568 Z M 9.391 32.36 L 9.391 33.296 Z M 17.703 32.36 L 34.121 32.36 L 30.9 32.36 C 34.225 32.36 37.031 31.633 39.213 30.074 C 41.395 28.516 43.057 26.645 44.2 24.359 C 45.343 22.073 45.863 19.579 45.863 16.878 C 45.863 14.176 45.343 11.682 44.2 9.396 C 43.057 7.11 41.395 5.24 39.213 3.681 C 37.031 2.123 34.225 1.395 30.9 1.395 L 34.121 1.395 L 17.703 1.395 Z M 31.731 74.756 C 36.199 74.756 39.94 73.717 42.953 71.638 C 45.967 69.56 48.149 67.066 49.708 63.949 C 51.266 60.936 51.994 57.507 51.994 53.974 C 51.994 50.441 51.266 47.012 49.708 43.998 C 48.149 40.985 45.967 38.387 42.953 36.309 C 39.94 34.231 36.199 33.192 31.731 33.192 L 17.703 33.192 L 17.703 74.652 L 31.731 74.652 Z\" fill=\"var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, rgb(15, 15, 15))\"></path></svg>',svgContentId:3837607413,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9tnkn0\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vRzw0M29m\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 26 76\"><path d=\"M 17.196 68.313 C 17.196 70.287 17.82 71.95 19.17 73.301 C 20.521 74.652 22.08 75.483 24.054 75.587 L 25.821 75.691 L 0.259 75.691 L 2.025 75.587 C 4 75.483 5.558 74.652 6.909 73.301 C 8.26 71.95 8.883 70.287 8.883 68.313 L 8.883 8.046 C 8.883 6.071 8.26 4.409 6.909 3.058 C 5.558 1.707 4 0.876 2.025 0.772 L 0.259 0.668 L 25.821 0.668 L 24.054 0.772 C 22.08 0.98 20.521 1.707 19.17 3.058 C 17.82 4.409 17.196 6.071 17.196 8.046 Z\" fill=\"var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, rgb(15, 15, 15))\"></path></svg>',svgContentId:4200107817,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1crltwr\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Zd0CSe0xD\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 72 78\"><path d=\"M 16.776 70.911 C 18.958 74.132 21.971 75.691 25.816 75.691 L 0.15 75.691 C 4.099 75.691 7.216 74.132 9.294 70.911 C 11.476 67.69 12.516 63.638 12.516 58.546 L 12.516 17.709 C 12.516 15.32 12.204 13.034 11.684 10.955 C 11.165 8.877 10.334 7.111 9.294 5.552 C 8.255 3.993 6.905 2.85 5.45 1.915 C 3.891 0.98 2.125 0.564 0.15 0.564 L 15.529 0.564 L 58.236 63.222 L 58.236 17.709 C 58.236 12.41 57.197 8.15 55.015 5.136 C 52.833 2.123 49.819 0.564 45.871 0.564 L 71.432 0.564 C 67.692 0.564 64.678 2.123 62.496 5.136 C 60.21 8.15 59.171 12.306 59.171 17.709 L 59.171 77.665 L 58.236 77.665 L 13.555 11.267 L 13.555 58.546 C 13.451 63.534 14.594 67.69 16.776 70.911 Z\" fill=\"var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, rgb(15, 15, 15))\"></path></svg>',svgContentId:1979530982,withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tag9jl\",layoutDependency:layoutDependency,layoutId:\"Fu1vkYnJz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",children:\"Sincerely,\"})}),className:\"framer-1g8ihjq\",\"data-framer-name\":\"Sincerely,\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xzrW6f0if\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-x2ofn3\",\"data-framer-name\":\"LOGO/signature\",layoutDependency:layoutDependency,layoutId:\"Is9g5d9r5\",children:/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1m4t5nj\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"P1wm0jtqR\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 157 98\"><path d=\"M 85.251 55.922 C 84.544 55.872 84.09 55.822 83.636 55.822 C 66.227 55.922 48.817 55.973 31.357 56.073 C 23.535 56.123 15.663 56.274 7.841 56.073 C 5.571 56.023 3.148 55.621 1.079 54.213 C -0.132 53.408 -0.334 51.397 0.524 50.241 C 2.745 47.274 5.823 45.213 8.699 43 C 10.667 41.492 12.686 40.134 14.755 38.827 C 17.631 36.916 20.558 35.106 23.485 33.246 C 25.049 32.24 26.613 31.134 28.228 30.179 C 29.843 29.223 31.508 28.369 33.123 27.413 C 33.931 26.961 34.738 26.458 35.545 25.955 C 37.362 24.799 39.179 23.592 41.046 22.486 C 42.055 21.882 43.165 21.48 44.174 20.877 C 45.184 20.324 46.143 19.67 47.152 19.117 C 48.06 18.614 48.968 18.162 49.826 17.659 C 50.482 17.307 51.189 16.905 51.845 16.603 C 54.015 15.497 56.134 14.391 58.304 13.284 C 59.414 12.681 60.524 12.078 61.685 11.474 C 62.543 11.022 63.451 10.62 64.36 10.268 C 65.621 9.765 66.883 9.262 68.144 8.759 C 69.406 8.256 70.667 7.754 71.929 7.251 C 75.562 5.642 79.297 4.435 83.182 3.379 C 86.311 2.524 89.49 2.172 92.669 1.921 C 95.444 1.72 98.22 2.172 100.743 3.53 C 103.368 4.938 104.982 7.15 105.638 10.016 C 106.294 12.882 106.244 15.748 105.436 18.564 C 105.235 19.368 104.982 20.223 104.881 21.078 C 104.831 21.48 105.133 21.882 105.235 22.285 C 105.537 22.084 105.941 21.983 106.193 21.732 C 109.221 18.413 112.097 14.994 115.276 11.826 C 118.708 8.458 122.442 5.441 126.731 3.178 C 131.324 0.714 136.168 -0.593 141.466 0.262 C 145.504 0.915 147.976 3.228 149.339 6.949 C 150.702 10.67 149.893 14.29 148.582 17.81 C 145.756 25.503 140.155 30.983 133.746 35.76 C 132.182 36.916 130.516 38.022 128.8 38.928 C 126.782 39.983 125.722 41.693 124.511 43.453 C 122.997 45.715 121.433 47.928 119.869 50.14 C 119.162 51.095 118.405 52.051 117.698 52.956 C 117.598 53.107 117.446 53.257 117.446 53.408 C 117.446 53.76 117.497 54.112 117.497 54.464 C 117.799 54.313 118.102 54.263 118.355 54.062 C 119.616 52.906 120.828 51.699 122.139 50.593 C 122.745 50.09 123.451 49.688 124.209 49.386 C 125.772 48.682 127.035 49.537 127.085 51.196 C 127.085 52.051 126.933 52.906 126.933 53.76 C 126.984 54.816 127.185 54.816 128.195 54.866 C 130.465 55.017 131.576 53.609 132.433 51.799 C 132.585 51.498 132.686 51.095 132.938 50.945 C 133.241 50.743 133.645 50.693 133.998 50.542 C 134.099 50.945 134.301 51.347 134.25 51.699 C 134.2 52 133.746 52.252 133.645 52.604 C 133.443 53.056 133.241 53.609 133.291 54.062 C 133.342 54.716 133.948 54.615 134.402 54.716 C 136.37 55.269 137.581 54.213 138.64 52.805 C 138.893 52.453 139.145 52.101 139.498 51.85 C 139.802 51.648 140.155 51.548 140.508 51.397 C 140.609 51.799 140.911 52.302 140.811 52.654 C 140.609 53.459 140.205 54.163 139.852 54.917 C 139.145 56.526 138.439 58.185 137.732 59.794 C 137.833 59.894 137.985 59.945 138.085 60.045 C 138.64 59.593 139.246 59.191 139.7 58.688 C 141.87 56.123 144.141 53.609 146.765 51.498 C 147.118 51.196 147.522 50.945 147.926 50.794 C 149.137 50.391 149.995 51.246 149.692 52.453 C 149.49 53.257 149.238 54.062 148.935 54.816 C 148.33 56.174 147.623 57.481 147.068 58.839 C 146.816 59.392 146.664 60.045 146.563 60.649 C 146.463 61.252 146.816 61.554 147.371 61.403 C 147.976 61.202 148.632 60.95 149.086 60.498 C 150.903 58.889 152.669 57.23 154.486 55.621 C 154.789 55.319 155.091 54.967 155.445 54.766 C 155.798 54.615 156.202 54.716 156.605 54.716 C 156.504 55.118 156.504 55.671 156.252 55.922 C 154.637 57.481 152.972 59.04 151.306 60.498 C 150.197 61.453 149.036 62.358 147.825 63.263 C 147.471 63.515 147.068 63.666 146.664 63.716 C 145.453 64.018 144.645 63.364 144.746 62.107 C 144.797 61.302 144.949 60.448 145.251 59.693 C 146.058 57.783 146.967 55.922 147.825 54.012 C 147.976 53.66 147.876 53.257 147.926 52.855 C 147.522 52.956 146.967 52.906 146.715 53.157 C 144.999 54.866 143.283 56.576 141.618 58.336 C 140.356 59.693 139.297 61.202 138.035 62.61 C 137.581 63.112 136.976 63.515 136.37 63.917 C 135.865 64.219 135.512 63.967 135.259 63.464 C 134.856 62.509 135.259 61.604 135.663 60.749 C 135.764 60.448 136.067 60.196 136.117 59.945 C 136.117 59.543 135.966 59.14 135.865 58.788 C 135.512 58.889 135.109 58.889 134.906 59.09 C 133.998 59.894 133.14 60.8 132.182 61.604 C 131.626 62.057 131.02 62.509 130.315 62.811 C 129.305 63.263 128.649 62.811 128.649 61.705 C 128.649 60.749 128.952 59.794 129.103 58.839 C 129.153 58.587 129.356 58.386 129.406 58.135 C 129.457 57.783 129.356 57.431 129.305 57.079 C 129.002 57.179 128.699 57.23 128.447 57.38 C 126.681 58.587 124.965 59.744 123.25 61.001 C 121.786 62.057 120.424 63.213 118.96 64.319 C 118.557 64.621 118.102 65.124 117.548 64.621 C 116.942 64.118 117.194 63.515 117.598 63.062 C 118.557 61.956 119.616 60.85 120.575 59.744 C 121.282 58.939 121.988 58.084 122.644 57.23 C 123.199 56.526 123.048 56.123 122.19 56.023 C 121.029 55.922 119.869 55.922 118.657 55.973 C 118.304 55.973 117.9 56.274 117.698 56.526 C 114.822 60.397 111.996 64.219 110.281 68.794 C 109.826 70.001 109.776 70.001 110.785 70.906 C 111.29 71.358 111.845 71.71 112.249 72.213 C 112.45 72.465 112.4 72.917 112.45 73.319 C 112.097 73.269 111.693 73.37 111.442 73.219 C 110.937 72.917 110.483 72.465 110.029 72.113 C 109.322 71.509 109.17 71.56 108.817 72.414 C 107.455 75.683 106.092 78.95 104.73 82.168 C 104.477 82.722 104.276 83.576 103.518 83.275 C 102.762 82.973 103.216 82.168 103.418 81.616 C 104.73 78.549 106.092 75.532 107.455 72.465 C 108.161 70.906 108.111 70.453 106.748 69.397 C 102.206 65.727 97.615 62.057 93.022 58.436 C 92.518 58.034 91.912 57.833 91.357 57.531 C 90.852 57.28 90.499 57.431 90.247 57.984 C 87.623 63.364 85.099 68.744 82.375 74.124 C 79.347 80.107 76.622 86.292 72.837 91.873 C 71.778 93.482 70.92 95.241 69.86 96.851 C 69.658 97.152 69.002 97.303 68.548 97.303 C 68.447 97.303 68.043 96.649 68.144 96.398 C 68.497 94.89 68.901 93.381 69.406 91.923 C 70.466 88.956 71.525 86.04 72.686 83.124 C 73.594 80.861 74.654 78.649 75.613 76.437 C 76.773 73.822 77.884 71.208 79.095 68.643 C 79.65 67.386 80.305 66.23 80.861 64.973 C 81.466 63.716 81.971 62.459 82.577 61.202 C 83.131 60.045 83.737 58.939 84.292 57.783 C 84.595 57.23 84.898 56.677 85.251 55.922 Z M 45.84 54.866 C 45.84 54.816 45.84 54.816 45.84 54.766 C 50.381 54.766 54.873 54.766 59.414 54.766 C 67.438 54.766 75.411 54.766 83.435 54.716 C 83.889 54.716 84.292 54.464 84.746 54.364 C 84.444 53.961 84.141 53.559 83.838 53.107 C 83.788 53.056 83.686 53.006 83.636 52.956 C 81.214 51.799 78.742 50.844 75.916 50.945 C 73.897 50.995 71.929 50.844 69.91 50.693 C 68.144 50.542 66.378 50.291 64.612 50.09 C 64.057 50.039 63.653 49.637 63.653 49.034 C 63.653 48.38 63.956 47.877 64.612 47.676 C 65.066 47.525 65.52 47.475 65.974 47.475 C 70.112 47.375 74.099 47.877 78.035 49.285 C 78.691 49.537 79.448 49.637 80.155 49.637 C 82.476 49.637 84.848 49.486 87.169 49.486 C 88.077 49.486 88.632 49.185 89.086 48.38 C 90.297 46.017 91.458 43.654 92.871 41.391 C 95.394 37.369 97.968 33.397 100.692 29.525 C 102.005 27.614 102.711 25.503 103.569 23.441 C 103.67 23.19 103.67 22.888 103.721 22.586 C 103.922 21.229 104.073 19.871 104.326 18.564 C 104.78 16.05 104.881 13.536 104.477 11.022 C 103.771 6.497 100.542 4.033 96.252 3.48 C 91.559 2.876 86.866 3.48 82.324 4.837 C 79.095 5.843 75.865 6.999 72.686 8.106 C 71.273 8.608 69.86 9.262 68.447 9.815 C 68.296 9.865 68.094 9.865 67.942 9.916 C 67.589 10.016 67.236 10.167 66.883 10.318 C 65.571 10.921 64.309 11.575 62.997 12.178 C 61.735 12.731 60.474 13.234 59.263 13.838 C 56.74 15.095 54.267 16.402 51.794 17.709 C 50.936 18.162 50.079 18.614 49.271 19.067 C 48.161 19.67 47.051 20.324 45.941 20.877 C 44.881 21.43 43.771 21.882 42.761 22.486 C 40.037 24.095 37.312 25.754 34.536 27.413 C 33.729 27.866 32.921 28.318 32.114 28.821 C 31.105 29.424 30.146 30.078 29.187 30.682 C 28.077 31.335 26.967 31.989 25.907 32.693 C 24.292 33.749 22.728 34.855 21.163 35.86 C 19.095 37.218 16.925 38.425 14.906 39.833 C 12.03 41.844 9.204 43.905 6.428 46.067 C 4.763 47.425 3.249 48.984 1.786 50.593 C 0.877 51.548 1.13 52.553 2.29 53.207 C 2.946 53.559 3.703 53.861 4.46 53.961 C 6.731 54.263 9.002 54.665 11.273 54.665 C 22.778 54.917 34.334 54.866 45.84 54.866 Z M 148.531 10.972 C 148.582 9.212 148.229 7.653 147.421 6.145 C 145.907 3.379 143.536 1.921 140.508 1.469 C 138.035 1.117 135.563 1.318 133.09 2.122 C 128.548 3.681 124.511 6.044 120.878 9.061 C 118.708 10.871 116.74 12.832 114.671 14.692 C 110.583 18.313 107.051 22.435 103.822 26.76 C 103.165 27.614 102.661 28.57 102.308 29.575 C 101.399 32.14 100.592 34.754 99.734 37.369 C 99.279 38.676 98.825 39.983 98.27 41.24 C 97.362 43.201 96.403 45.112 95.444 47.073 C 94.99 48.028 95.293 48.431 96.353 48.481 C 96.504 48.481 96.706 48.481 96.857 48.431 C 99.784 47.928 102.711 47.525 105.638 46.972 C 110.179 46.118 114.519 44.559 118.809 42.9 C 119.97 42.447 120.928 41.592 121.13 40.185 C 121.18 39.782 121.383 39.43 121.533 39.078 C 122.341 37.369 123.199 35.659 124.006 33.9 C 124.915 32.039 125.772 30.128 126.681 28.268 C 127.69 26.207 128.8 24.195 129.81 22.084 C 131.475 18.514 133.595 15.245 136.017 12.178 C 136.471 11.625 137.076 11.122 137.682 10.72 C 138.338 10.268 139.044 10.418 139.246 11.173 C 139.448 12.027 139.599 12.983 139.498 13.838 C 139.196 16.905 137.935 19.72 136.672 22.486 C 134.906 26.307 132.787 29.927 130.819 33.648 C 130.415 34.352 129.961 35.056 129.608 35.81 C 129.457 36.112 129.608 36.564 129.608 36.916 C 129.961 36.816 130.365 36.816 130.617 36.665 C 132.03 35.659 133.392 34.603 134.704 33.598 C 139.65 29.726 143.838 25.201 146.563 19.519 C 147.775 16.854 148.733 13.988 148.531 10.972 Z M 108.161 47.676 C 108.01 47.676 107.657 47.626 107.353 47.676 C 104.225 48.28 101.146 48.883 98.018 49.436 C 97.059 49.637 96.101 49.688 95.142 49.838 C 94.486 49.939 93.981 50.241 93.678 50.894 C 93.325 51.648 92.922 52.352 92.568 53.107 C 92.013 54.364 92.215 54.665 93.577 54.716 C 96.353 54.766 99.129 54.766 101.904 54.866 C 102.812 54.917 103.67 54.866 104.377 54.163 C 104.578 53.961 104.931 53.811 105.133 53.861 C 105.537 53.961 106.042 54.112 106.244 54.414 C 106.546 54.866 106.143 55.218 105.739 55.47 C 105.335 55.771 104.931 56.174 104.629 56.626 C 104.225 57.179 103.922 57.833 103.67 58.436 C 103.216 59.492 102.661 60.498 102.358 61.604 C 102.206 62.107 102.257 62.962 102.61 63.314 C 103.064 63.816 103.822 63.615 104.427 63.163 C 104.78 62.911 105.133 62.559 105.436 62.258 C 106.95 60.85 108.161 59.191 109.07 57.33 C 109.524 56.375 109.372 55.973 108.413 55.47 C 108.161 55.319 107.707 55.168 107.657 54.967 C 107.354 53.66 106.244 52.553 106.648 51.146 C 107.001 49.939 107.657 48.833 108.161 47.676 Z M 71.323 90.364 C 71.424 90.515 71.475 90.817 71.626 90.867 C 71.778 90.917 72.08 90.766 72.181 90.566 C 72.534 90.063 72.787 89.56 73.09 89.007 C 75.411 84.783 77.732 80.56 80.003 76.336 C 81.517 73.521 82.879 70.604 84.343 67.688 C 86.008 64.269 87.724 60.85 89.389 57.38 C 89.792 56.576 89.49 56.023 88.582 55.822 C 87.27 55.47 86.664 55.721 86.058 56.928 C 85.907 57.28 85.756 57.582 85.554 57.934 C 81.819 66.129 78.085 74.325 74.402 82.521 C 73.443 84.632 72.635 86.794 71.778 88.907 C 71.525 89.409 71.424 89.861 71.323 90.364 Z M 137.631 15.245 C 137.43 14.893 137.329 14.34 137.177 14.29 C 136.824 14.24 136.37 14.441 136.067 14.642 C 135.815 14.793 135.613 15.145 135.462 15.446 C 133.342 19.117 131.021 22.687 129.103 26.458 C 126.832 30.883 124.915 35.508 122.846 40.034 C 122.745 40.235 122.796 40.536 122.796 40.838 C 123.048 40.838 123.451 40.939 123.603 40.788 C 124.461 40.084 125.47 39.43 126.076 38.525 C 127.185 36.967 128.094 35.257 129.103 33.598 C 131.424 29.726 133.645 25.754 135.31 21.53 C 135.815 20.173 136.42 18.866 136.925 17.508 C 137.177 16.754 137.379 16 137.631 15.245 Z M 112.097 56.325 C 111.592 56.626 111.088 56.878 110.684 57.28 C 110.331 57.632 110.079 58.135 109.826 58.537 C 108.716 60.598 107.253 62.459 105.335 63.867 C 105.032 64.068 104.831 64.42 104.629 64.721 C 104.276 65.224 104.427 65.677 104.931 66.029 C 105.739 66.632 106.546 67.286 107.353 67.939 C 108.262 68.694 109.221 68.392 109.675 67.336 C 110.079 66.381 110.432 65.375 110.886 64.42 C 111.795 62.459 112.703 60.548 113.611 58.637 C 114.116 57.38 113.51 56.425 112.097 56.325 Z M 113.409 54.866 C 114.267 55.017 114.923 54.514 115.327 53.66 C 115.882 52.453 116.437 51.296 116.942 50.14 C 117.497 48.833 118.102 47.576 118.657 46.268 C 118.758 46.067 118.758 45.816 118.758 45.615 C 118.758 44.509 118.405 44.207 117.345 44.609 C 115.781 45.162 114.217 45.715 112.703 46.268 C 112.4 46.369 112.097 46.52 111.845 46.671 C 110.987 47.324 111.037 47.827 111.693 48.632 C 112.097 49.134 112.4 49.838 112.45 50.442 C 112.501 51.246 112.249 52.101 112.046 52.956 C 111.693 54.213 112.148 54.866 113.409 54.866 Z M 98.069 55.973 C 98.069 55.922 98.069 55.872 98.069 55.872 C 96.605 55.872 95.142 55.822 93.678 55.922 C 93.376 55.922 93.123 56.274 92.821 56.475 C 93.022 56.727 93.224 56.978 93.477 57.179 C 95.596 58.738 97.716 60.246 99.784 61.855 C 100.289 62.258 100.743 62.358 101.046 61.805 C 101.45 61.101 101.803 60.297 102.156 59.492 C 102.459 58.788 102.61 58.034 102.913 57.33 C 103.266 56.425 103.165 56.073 102.156 56.023 C 100.793 55.922 99.431 55.973 98.069 55.973 Z M 99.583 33.698 C 99.532 33.698 99.482 33.648 99.381 33.648 C 99.129 34.101 98.825 34.553 98.573 35.006 C 96.454 38.324 94.385 41.643 92.316 44.961 C 91.66 46.067 91.055 47.174 90.499 48.33 C 90.398 48.581 90.499 49.134 90.651 49.235 C 91.408 49.637 93.174 48.984 93.577 48.229 C 94.335 46.721 95.142 45.213 95.798 43.604 C 97.059 40.536 98.27 37.419 99.482 34.352 C 99.583 34.101 99.583 33.899 99.583 33.698 Z M 89.995 54.766 C 90.398 54.514 90.701 54.464 90.802 54.263 C 91.306 53.308 91.761 52.352 92.164 51.347 C 92.417 50.743 92.064 50.391 91.408 50.391 C 90.903 50.391 90.398 50.391 89.893 50.492 C 89.642 50.542 89.338 50.693 89.188 50.894 C 88.784 51.498 88.43 52.151 88.128 52.805 C 88.026 53.006 88.026 53.459 88.128 53.559 C 88.683 54.012 89.338 54.364 89.995 54.766 Z M 135.512 56.677 C 135.411 56.475 135.31 56.274 135.259 56.073 C 134.25 55.973 133.241 55.872 132.283 55.771 C 132.182 55.771 131.979 55.872 131.929 55.973 C 131.424 57.028 130.87 58.084 130.415 59.191 C 130.315 59.492 130.516 59.894 130.566 60.196 C 130.92 60.096 131.424 60.146 131.677 59.945 C 132.535 59.241 133.342 58.386 134.2 57.632 C 134.553 57.28 135.058 57.028 135.512 56.677 Z M 121.988 54.967 C 122.089 54.967 122.392 54.967 122.644 54.917 C 124.057 54.766 125.318 53.257 125.117 51.85 C 125.016 51.045 124.612 50.794 123.956 51.196 C 122.846 51.9 121.786 52.654 120.777 53.459 C 120.474 53.71 120.424 54.263 120.272 54.665 C 120.676 54.766 121.029 54.866 121.433 54.967 C 121.584 54.967 121.685 54.967 121.988 54.967 Z M 111.037 52.101 C 111.088 50.894 110.735 50.241 110.079 50.291 C 109.372 50.341 108.716 50.492 108.464 51.296 C 108.211 52.151 108.515 53.207 109.12 53.609 C 109.877 54.163 110.533 53.961 110.836 53.056 C 110.937 52.654 110.987 52.302 111.037 52.101 Z M 120.373 46.822 C 121.18 45.766 121.988 44.66 122.745 43.553 C 122.946 43.252 122.846 42.799 122.896 42.347 C 121.584 42.699 120.121 45.263 120.373 46.822 Z M 86.058 50.341 C 85.655 50.643 84.999 50.794 84.848 51.196 C 84.645 51.648 85.907 52.755 86.512 52.553 C 86.966 52.403 87.471 51.749 87.522 51.296 C 87.572 50.542 86.715 50.593 86.058 50.341 Z M 126.58 55.771 C 126.176 56.123 125.873 56.375 125.622 56.626 C 125.924 56.827 126.226 57.129 126.53 57.129 C 126.832 57.129 127.135 56.777 127.438 56.576 C 127.185 56.375 126.984 56.174 126.58 55.771 Z\" fill=\"var(--token-f756fa02-8d17-4ab3-954a-37dc8f677379, rgb(15, 15, 15)) /* {&quot;name&quot;:&quot;headline&quot;} */\"></path></svg>',svgContentId:1517207173,withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2cdjmr-container\",layoutDependency:layoutDependency,layoutId:\"van8VFqy7-container\",transformTemplate:transformTemplate4,children:/*#__PURE__*/_jsx(BackgroundHighlight,{height:\"100%\",id:\"van8VFqy7\",layoutId:\"van8VFqy7\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f0gx0r\",\"data-framer-name\":\"Group 503\",layoutDependency:layoutDependency,layoutId:\"ddbkPgh3e\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0ee76b12-d3b8-4dbd-8f92-e9d1e95f1fff, rgb(204, 25, 74)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://investors.robincap.com/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fxw9yb\",\"data-styles-preset\":\"M8g3THQIe\",children:\"investor's login\"})})})}),className:\"framer-1f1psdx\",\"data-framer-name\":\"investors login\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"f5nHsDBWN\",style:{\"--extracted-r6o4lv\":\"var(--token-0ee76b12-d3b8-4dbd-8f92-e9d1e95f1fff, rgb(204, 25, 74))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-549w9o\",layoutDependency:layoutDependency,layoutId:\"KJUKidcdY\",children:[/*#__PURE__*/_jsx(Link,{href:\"mailto:ciao@robincap.com\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1exdoke framer-kjpz5d\",\"data-framer-name\":\"email\",layoutDependency:layoutDependency,layoutId:\"gjml6hl4q\",whileHover:animation6,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3ogws6\",\"data-framer-name\":\"Icon/email\",layoutDependency:layoutDependency,layoutId:\"InjvCahuu\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fktzj3\",\"data-framer-name\":\"Isolation_Mode\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:31,layoutDependency:layoutDependency,layoutId:\"fhSBZkXov\",svg:'<svg width=\"31\" height=\"25\" viewBox=\"0 0 31 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1810_36462)\">\\n<path d=\"M26.4841 0.886963H4.65609C2.20922 0.886963 0.222656 2.87353 0.222656 5.3204V20.5669C0.222656 23.0138 2.20922 25.0003 4.65609 25.0003H26.4841C28.931 25.0003 30.9175 23.0138 30.9175 20.5669V5.3204C30.9175 2.87353 28.931 0.886963 26.4841 0.886963ZM26.4841 3.00274C26.6618 3.00274 26.8394 3.02696 27.009 3.06734L17.803 13.517C17.2377 14.155 16.4221 14.5264 15.5741 14.5264C14.7262 14.5264 13.9106 14.163 13.3453 13.517L4.13118 3.06734C4.30077 3.02696 4.47843 3.00274 4.65609 3.00274H26.4841ZM28.7937 20.5669C28.7937 21.8428 27.76 22.8765 26.4841 22.8765H4.65609C3.38017 22.8765 2.34651 21.8428 2.34651 20.5669V5.3204C2.34651 5.01353 2.41111 4.71474 2.52417 4.44017L11.7544 14.9141C12.7235 16.0123 14.1125 16.6422 15.5741 16.6422C17.0358 16.6422 18.4248 16.0123 19.3938 14.9141L28.6241 4.44017C28.7371 4.70666 28.7937 5.00545 28.7937 5.3204V20.5669Z\" fill=\"#CC194A\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1810_36462\">\\n<rect width=\"30.6868\" height=\"24.1053\" fill=\"white\" transform=\"translate(0.222656 0.886963)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:\"http://instagram.com/robincapital\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1rn01z5 framer-kjpz5d\",\"data-framer-name\":\"instagram\",layoutDependency:layoutDependency,layoutId:\"ILwlKr88k\",whileHover:animation6,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fjgdrj\",\"data-framer-name\":\"Icon/instagram\",layoutDependency:layoutDependency,layoutId:\"PJyWBdNpV\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xo6p9b\",\"data-framer-name\":\"Isolation_Mode\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:29,layoutDependency:layoutDependency,layoutId:\"I1804:113229;1804:113159\",svg:'<svg width=\"29\" height=\"30\" viewBox=\"0 0 29 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1810_29844)\">\\n<path d=\"M22.0146 5.56812C21.086 5.56812 20.343 6.31913 20.343 7.23974C20.343 8.16034 21.094 8.91136 22.0146 8.91136C22.9352 8.91136 23.6863 8.16034 23.6863 7.23974C23.6863 6.31913 22.9352 5.56812 22.0146 5.56812Z\" fill=\"#CC194A\"/>\\n<path d=\"M14.5689 7.71606C10.6927 7.71606 7.53516 10.8736 7.53516 14.7498C7.53516 18.626 10.6927 21.7835 14.5689 21.7835C18.4451 21.7835 21.6026 18.626 21.6026 14.7498C21.6026 10.8736 18.4451 7.71606 14.5689 7.71606ZM14.5689 19.2559C12.0816 19.2559 10.0628 17.237 10.0628 14.7498C10.0628 12.2626 12.0816 10.2437 14.5689 10.2437C17.0561 10.2437 19.075 12.2626 19.075 14.7498C19.075 17.237 17.0561 19.2559 14.5689 19.2559Z\" fill=\"#CC194A\"/>\\n<path d=\"M20.1492 29.0354H8.73852C4.0063 29.0354 0.154297 25.1834 0.154297 20.4511V9.04051C0.162372 4.31636 4.01437 0.464355 8.7466 0.464355H20.1572C24.8895 0.464355 28.7415 4.31636 28.7415 9.04858V20.4592C28.7415 25.1915 24.8895 29.0435 20.1572 29.0435L20.1492 29.0354ZM8.7466 3.15349C5.50026 3.15349 2.8515 5.79417 2.8515 9.04858V20.4592C2.8515 23.7056 5.49218 26.3543 8.7466 26.3543H20.1572C23.4036 26.3543 26.0523 23.7136 26.0523 20.4592V9.04858C26.0523 5.80224 23.4117 3.15349 20.1572 3.15349H8.7466Z\" fill=\"#CC194A\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1810_29844\">\\n<rect width=\"28.571\" height=\"28.571\" fill=\"white\" transform=\"translate(0.162354 0.464355)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/robincapital_\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ct4ggn framer-kjpz5d\",\"data-framer-name\":\"twitter\",layoutDependency:layoutDependency,layoutId:\"ixh4DnxyO\",whileHover:animation6,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xgd6m6\",\"data-framer-name\":\"Icon/twitter\",layoutDependency:layoutDependency,layoutId:\"aDKB1MD_9\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1isk4lk\",\"data-framer-name\":\"Isolation_Mode\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:31,layoutDependency:layoutDependency,layoutId:\"I1804:113227;1804:113168\",svg:'<svg width=\"31\" height=\"26\" viewBox=\"0 0 31 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1810_9989)\">\\n<path d=\"M30.1617 3.07947C29.2164 3.51817 28.1669 3.77997 27.1383 3.95687C27.6248 3.87196 28.3407 2.98041 28.6257 2.61248C29.0635 2.06057 29.4249 1.43083 29.6265 0.751557C29.6543 0.702027 29.6751 0.631269 29.6265 0.588815C29.5639 0.560512 29.5153 0.574663 29.4666 0.602966C28.3268 1.22563 27.1452 1.67848 25.8872 1.99689C25.783 2.02519 25.7065 1.99689 25.637 1.9332C25.5328 1.81292 25.4355 1.69971 25.3243 1.60772C24.7961 1.1478 24.2261 0.794011 23.5867 0.525133C22.7457 0.178422 21.8283 0.0298313 20.9247 0.0864372C20.0421 0.143043 19.1802 0.39777 18.4018 0.815238C17.6164 1.23271 16.9214 1.81292 16.3654 2.50634C15.7885 3.22807 15.3645 4.08423 15.1491 4.98992C14.9406 5.86024 14.9545 6.72348 15.0865 7.60795C15.1074 7.75654 15.0865 7.77069 14.9614 7.75654C10.0337 7.01359 5.9608 5.22342 2.64552 1.3813C2.49956 1.21148 2.42311 1.21148 2.30495 1.39545C0.859296 3.60308 1.56127 7.1551 3.36835 8.90281C3.61161 9.13631 3.85487 9.36981 4.12593 9.58208C4.02862 9.60331 2.82622 9.46887 1.74893 8.90281C1.60298 8.81082 1.53347 8.86035 1.51957 9.03017C1.50567 9.27075 1.51957 9.49009 1.56127 9.74482C1.83928 11.9878 3.3614 14.061 5.45343 14.8677C5.70364 14.9738 5.9747 15.0658 6.24576 15.1153C5.77314 15.2214 5.27967 15.2993 3.91742 15.1861C3.75061 15.1507 3.68111 15.2427 3.75061 15.4054C4.7723 18.2499 6.98944 19.0989 8.64361 19.5801C8.86602 19.6226 9.08843 19.6226 9.31083 19.6721C9.29693 19.6933 9.28303 19.6933 9.26913 19.7145C8.72006 20.5707 6.81568 21.2004 5.92605 21.5189C4.31358 22.092 2.55516 22.3538 0.852345 22.184C0.581284 22.1415 0.518732 22.1486 0.449229 22.184C0.372776 22.2335 0.442279 22.2972 0.525682 22.3679C0.873196 22.6014 1.22071 22.8066 1.58212 23.0048C2.66637 23.592 3.79231 24.052 4.97386 24.3845C11.0762 26.0969 17.9431 24.8374 22.5233 20.2098C26.1166 16.5729 27.3816 11.5562 27.3816 6.53244C27.3816 6.33431 27.6109 6.22818 27.743 6.12204C28.6813 5.40739 29.4319 4.55123 30.1339 3.596C30.2937 3.38373 30.2937 3.19269 30.2937 3.11485V3.08655C30.2937 3.00872 30.2937 3.02994 30.1686 3.08655L30.1617 3.07947Z\" fill=\"#CC194A\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1810_9989\">\\n<rect width=\"29.8792\" height=\"25.034\" fill=\"white\" transform=\"translate(0.407471 0.0793457)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/robincapital\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-9is7m9 framer-kjpz5d\",\"data-framer-name\":\"linkedin\",layoutDependency:layoutDependency,layoutId:\"Wczl7r7HE\",whileHover:animation6,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mn10zp\",\"data-framer-name\":\"Isolation_Mode\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:29,layoutDependency:layoutDependency,layoutId:\"I1804:113228;1804:113173\",svg:'<svg width=\"29\" height=\"28\" viewBox=\"0 0 29 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1810_16548)\">\\n<path d=\"M1.05946 9.38663H6.92332V27.7286H1.05946V9.38663ZM3.99209 0.271973C5.86679 0.271973 7.38747 1.75263 7.38747 3.57529C7.38747 5.39795 5.86819 6.88403 3.99209 6.88403C2.11599 6.88403 0.592529 5.3993 0.592529 3.57529C0.592529 1.75127 2.11181 0.271973 3.99209 0.271973Z\" fill=\"#CC194A\"/>\\n<path d=\"M10.5974 9.38664H16.2146V11.896H16.2912C17.0746 10.452 18.9841 8.93335 21.8359 8.93335C27.7639 8.93335 28.858 12.7293 28.858 17.6694V27.7286H23.0067V18.8121C23.0067 16.6827 22.9635 13.948 19.964 13.948C16.9644 13.948 16.4515 16.2647 16.4515 18.656V27.7286H10.5988V9.38664H10.5974Z\" fill=\"#CC194A\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1810_16548\">\\n<rect width=\"28.2642\" height=\"27.4566\" fill=\"white\" transform=\"translate(0.592529 0.271973)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xqozup\",\"data-framer-name\":\"Group 502\",layoutDependency:layoutDependency,layoutId:\"L88avL9MO\",style:{backgroundColor:\"var(--token-92cba4ba-a12e-457b-8502-93fee06b9a96, rgba(240, 240, 240, 0.07))\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-raic2k\",layoutDependency:layoutDependency,layoutId:\"y7mi8DiUa\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":MQscpET4C\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(ImageWithTheme,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:44,intrinsicWidth:49,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ej3P7U5zjPu2V8Hjb19QDDTc.svg\"},className:\"framer-1cbme4o framer-kjpz5d\",\"data-framer-name\":\"BIRD/white small\",layoutDependency:layoutDependency,layoutId:\"u2g_Jz5Jw\",whileHover:animation6})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14f8clo\",\"data-framer-name\":\"Frame 1\",layoutDependency:layoutDependency,layoutId:\"ADwSxvQ0c\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"HOME\"})})})}),className:\"framer-13uspuf\",\"data-framer-name\":\"HOME\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qsdeiEqev\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qtz7OQn1r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"HOME\"})})})})},rGiLjpNJK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"HOME\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dc1Uca1tg\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"PORTFOLIO\"})})})}),className:\"framer-864pwp\",\"data-framer-name\":\"PORTFOLIO\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Gn4y13JUT\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qtz7OQn1r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dc1Uca1tg\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"PORTFOLIO\"})})})})},rGiLjpNJK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dc1Uca1tg\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"PORTFOLIO\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R1jWsGnwm\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"ABOUT\"})})})}),className:\"framer-1um65ud\",\"data-framer-name\":\"FOUNDERS\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Fs2OV5lCZ\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qtz7OQn1r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R1jWsGnwm\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"ABOUT\"})})})})},rGiLjpNJK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R1jWsGnwm\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"ABOUT\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wdcs9u91d\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"BLOG\"})})})}),className:\"framer-2io2p4\",\"data-framer-name\":\"BLOG\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CdSR4L0Vx\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qtz7OQn1r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wdcs9u91d\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"BLOG\"})})})})},rGiLjpNJK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wdcs9u91d\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"BLOG\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uTGBGms_U\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"ESG\"})})})}),className:\"framer-17lq5lz\",\"data-framer-name\":\"EGS\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IZXJZeTJ7\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qtz7OQn1r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uTGBGms_U\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"ESG\"})})})})},rGiLjpNJK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uTGBGms_U\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"ESG\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"um8oomUcC\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"MEDIA\"})})})}),className:\"framer-1551g83\",\"data-framer-name\":\"MEDIA\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zlK7A2J4J\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qtz7OQn1r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"um8oomUcC\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"MEDIA\"})})})})},rGiLjpNJK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17j2w7i\",\"data-styles-preset\":\"aSkzurVjt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"um8oomUcC\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"MEDIA\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19kkzcb\",\"data-styles-preset\":\"c0h4gQea9\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KNwbiqWA1\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"SFDR\"})})})}),className:\"framer-2wsmwj\",\"data-framer-name\":\"SFDR\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oY5vSNZyl\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qtz7OQn1r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19kkzcb\",\"data-styles-preset\":\"c0h4gQea9\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KNwbiqWA1\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"SFDR\"})})})})},rGiLjpNJK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19kkzcb\",\"data-styles-preset\":\"c0h4gQea9\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KNwbiqWA1\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"SFDR\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19kkzcb\",\"data-styles-preset\":\"c0h4gQea9\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EWnCHhAsd\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"LEGAL\"})})})}),className:\"framer-1bso5ct\",\"data-framer-name\":\"LEGAL\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"T39UtrnAc\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qtz7OQn1r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19kkzcb\",\"data-styles-preset\":\"c0h4gQea9\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EWnCHhAsd\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"LEGAL\"})})})})},rGiLjpNJK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19kkzcb\",\"data-styles-preset\":\"c0h4gQea9\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EWnCHhAsd\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"LEGAL\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19kkzcb\",\"data-styles-preset\":\"c0h4gQea9\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M9s7LCaRB\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"PRIVACY\"})})})}),className:\"framer-bnu6gc\",\"data-framer-name\":\"PRIVACY\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IjjH0Skj5\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qtz7OQn1r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19kkzcb\",\"data-styles-preset\":\"c0h4gQea9\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M9s7LCaRB\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"PRIVACY\"})})})})},rGiLjpNJK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19kkzcb\",\"data-styles-preset\":\"c0h4gQea9\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M9s7LCaRB\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wuhbvd\",\"data-styles-preset\":\"OS88ASkpt\",children:\"PRIVACY\"})})})})}},baseVariant,gestureVariant)})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NJBh9.framer-kjpz5d, .framer-NJBh9 .framer-kjpz5d { display: block; }\",\".framer-NJBh9.framer-apl1p7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1920px; }\",\".framer-NJBh9 .framer-1jw1rqu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 140px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-NJBh9 .framer-ydt42 { aspect-ratio: 1.7068273092369477 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 327px); overflow: visible; position: relative; width: 557px; z-index: 1; }\",\".framer-NJBh9 .framer-pbsk26 { bottom: -20px; flex: none; left: calc(49.91023339317776% - 400px / 2); position: absolute; top: -18px; width: 400px; }\",\".framer-NJBh9 .framer-e83fkn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; text-decoration: none; top: 54%; width: min-content; }\",\".framer-NJBh9 .framer-1mv9w5f { aspect-ratio: 3.5833333333333335 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 78px); position: relative; width: 280px; }\",\".framer-NJBh9 .framer-1trcfmq-container { flex: none; height: 365px; left: calc(49.91023339317776% - 400px / 2); position: absolute; top: -18px; width: 400px; }\",\".framer-NJBh9 .framer-eb7mqo { aspect-ratio: 3.4482758620689653 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 174px); left: -22px; overflow: visible; position: absolute; right: -21px; top: 51%; }\",\".framer-NJBh9 .framer-15a0xh4 { flex: none; height: 128px; left: calc(50.00000000000002% - 437px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 128px / 2); width: 437px; }\",\".framer-NJBh9 .framer-1f5tb6h { flex: none; height: 32px; left: 50%; position: absolute; top: 96px; white-space: pre; width: auto; }\",\".framer-NJBh9 .framer-1swrhoc { flex: none; height: 76px; left: -1px; position: absolute; top: 0px; width: 67px; }\",\".framer-NJBh9 .framer-bu0u3d { flex: none; height: 78px; left: 98px; position: absolute; top: -1px; width: 74px; }\",\".framer-NJBh9 .framer-1iromlb { flex: none; height: 76px; left: 208px; position: absolute; top: 0px; width: 61px; }\",\".framer-NJBh9 .framer-9tnkn0 { flex: none; height: 76px; left: 304px; position: absolute; top: 0px; width: 26px; }\",\".framer-NJBh9 .framer-1crltwr { flex: none; height: 78px; left: 365px; position: absolute; top: 0px; width: 72px; }\",\".framer-NJBh9 .framer-tag9jl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-NJBh9 .framer-1g8ihjq, .framer-NJBh9 .framer-1f1psdx, .framer-NJBh9 .framer-13uspuf, .framer-NJBh9 .framer-864pwp, .framer-NJBh9 .framer-1um65ud, .framer-NJBh9 .framer-2io2p4, .framer-NJBh9 .framer-17lq5lz, .framer-NJBh9 .framer-1551g83, .framer-NJBh9 .framer-2wsmwj, .framer-NJBh9 .framer-1bso5ct, .framer-NJBh9 .framer-bnu6gc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-NJBh9 .framer-x2ofn3 { aspect-ratio: 1.6062992125984252 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 100px); overflow: visible; position: relative; width: 160px; }\",\".framer-NJBh9 .framer-1m4t5nj { flex: none; height: 98px; left: calc(50.00000000000002% - 157px / 2); position: absolute; top: calc(50.25125628140705% - 98px / 2); width: 157px; }\",\".framer-NJBh9 .framer-2cdjmr-container { flex: none; height: auto; left: 50%; position: absolute; top: -332px; width: auto; z-index: -1; }\",\".framer-NJBh9 .framer-1f0gx0r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-NJBh9 .framer-549w9o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-NJBh9 .framer-1exdoke, .framer-NJBh9 .framer-1rn01z5, .framer-NJBh9 .framer-ct4ggn, .framer-NJBh9 .framer-9is7m9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 32px; }\",\".framer-NJBh9 .framer-3ogws6, .framer-NJBh9 .framer-fjgdrj, .framer-NJBh9 .framer-xgd6m6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: relative; width: 40px; }\",\".framer-NJBh9 .framer-1fktzj3 { flex: none; height: 25px; left: 5px; position: absolute; top: 8px; width: 31px; }\",\".framer-NJBh9 .framer-1xo6p9b { flex: none; height: 30px; left: 5px; position: absolute; top: 5px; width: 29px; }\",\".framer-NJBh9 .framer-1isk4lk { flex: none; height: 26px; left: 5px; position: absolute; top: 7px; width: 31px; }\",\".framer-NJBh9 .framer-mn10zp { flex: none; height: 28px; position: relative; width: 29px; }\",\".framer-NJBh9 .framer-1xqozup { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 40px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-NJBh9 .framer-raic2k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-NJBh9 .framer-1cbme4o { flex: none; height: 44px; position: relative; text-decoration: none; width: 49px; }\",\".framer-NJBh9 .framer-14f8clo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NJBh9.framer-apl1p7, .framer-NJBh9 .framer-1jw1rqu, .framer-NJBh9 .framer-e83fkn, .framer-NJBh9 .framer-tag9jl, .framer-NJBh9 .framer-549w9o, .framer-NJBh9 .framer-1exdoke, .framer-NJBh9 .framer-1rn01z5, .framer-NJBh9 .framer-ct4ggn, .framer-NJBh9 .framer-9is7m9, .framer-NJBh9 .framer-1xqozup, .framer-NJBh9 .framer-14f8clo { gap: 0px; } .framer-NJBh9.framer-apl1p7 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-NJBh9.framer-apl1p7 > :first-child, .framer-NJBh9 .framer-1jw1rqu > :first-child, .framer-NJBh9 .framer-1xqozup > :first-child { margin-top: 0px; } .framer-NJBh9.framer-apl1p7 > :last-child, .framer-NJBh9 .framer-1jw1rqu > :last-child, .framer-NJBh9 .framer-1xqozup > :last-child { margin-bottom: 0px; } .framer-NJBh9 .framer-1jw1rqu > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-NJBh9 .framer-e83fkn > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NJBh9 .framer-e83fkn > :first-child, .framer-NJBh9 .framer-tag9jl > :first-child, .framer-NJBh9 .framer-549w9o > :first-child, .framer-NJBh9 .framer-1exdoke > :first-child, .framer-NJBh9 .framer-1rn01z5 > :first-child, .framer-NJBh9 .framer-ct4ggn > :first-child, .framer-NJBh9 .framer-9is7m9 > :first-child, .framer-NJBh9 .framer-14f8clo > :first-child { margin-left: 0px; } .framer-NJBh9 .framer-e83fkn > :last-child, .framer-NJBh9 .framer-tag9jl > :last-child, .framer-NJBh9 .framer-549w9o > :last-child, .framer-NJBh9 .framer-1exdoke > :last-child, .framer-NJBh9 .framer-1rn01z5 > :last-child, .framer-NJBh9 .framer-ct4ggn > :last-child, .framer-NJBh9 .framer-9is7m9 > :last-child, .framer-NJBh9 .framer-14f8clo > :last-child { margin-right: 0px; } .framer-NJBh9 .framer-tag9jl > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-NJBh9 .framer-549w9o > *, .framer-NJBh9 .framer-14f8clo > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-NJBh9 .framer-1exdoke > *, .framer-NJBh9 .framer-1rn01z5 > *, .framer-NJBh9 .framer-ct4ggn > *, .framer-NJBh9 .framer-9is7m9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NJBh9 .framer-1xqozup > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-NJBh9.framer-v-w7d7yh.framer-apl1p7, .framer-NJBh9.framer-v-1830m9f.framer-apl1p7 { width: 390px; }\",\".framer-NJBh9.framer-v-w7d7yh .framer-tag9jl, .framer-NJBh9.framer-v-1830m9f .framer-tag9jl { flex-direction: column; }\",\".framer-NJBh9.framer-v-w7d7yh .framer-1f0gx0r, .framer-NJBh9.framer-v-1830m9f .framer-1f0gx0r { flex-direction: column; gap: 16px; justify-content: flex-start; padding: 0px 24px 0px 24px; }\",\".framer-NJBh9.framer-v-w7d7yh .framer-1xqozup, .framer-NJBh9.framer-v-1830m9f .framer-1xqozup { padding: 48px 24px 48px 24px; }\",\".framer-NJBh9.framer-v-w7d7yh .framer-raic2k, .framer-NJBh9.framer-v-1830m9f .framer-raic2k { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; justify-content: flex-start; }\",\".framer-NJBh9.framer-v-w7d7yh .framer-14f8clo, .framer-NJBh9.framer-v-1830m9f .framer-14f8clo { align-content: unset; align-items: unset; display: grid; gap: 32px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(80px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); justify-content: center; width: 100%; }\",\".framer-NJBh9.framer-v-w7d7yh .framer-13uspuf, .framer-NJBh9.framer-v-w7d7yh .framer-864pwp, .framer-NJBh9.framer-v-w7d7yh .framer-1um65ud, .framer-NJBh9.framer-v-w7d7yh .framer-2io2p4, .framer-NJBh9.framer-v-w7d7yh .framer-17lq5lz, .framer-NJBh9.framer-v-w7d7yh .framer-1551g83, .framer-NJBh9.framer-v-w7d7yh .framer-2wsmwj, .framer-NJBh9.framer-v-w7d7yh .framer-1bso5ct, .framer-NJBh9.framer-v-w7d7yh .framer-bnu6gc, .framer-NJBh9.framer-v-1830m9f .framer-13uspuf, .framer-NJBh9.framer-v-1830m9f .framer-864pwp, .framer-NJBh9.framer-v-1830m9f .framer-1um65ud, .framer-NJBh9.framer-v-1830m9f .framer-2io2p4, .framer-NJBh9.framer-v-1830m9f .framer-17lq5lz, .framer-NJBh9.framer-v-1830m9f .framer-1551g83, .framer-NJBh9.framer-v-1830m9f .framer-2wsmwj, .framer-NJBh9.framer-v-1830m9f .framer-1bso5ct, .framer-NJBh9.framer-v-1830m9f .framer-bnu6gc { align-self: start; height: 100%; justify-self: start; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NJBh9.framer-v-w7d7yh .framer-tag9jl, .framer-NJBh9.framer-v-w7d7yh .framer-1f0gx0r, .framer-NJBh9.framer-v-w7d7yh .framer-raic2k, .framer-NJBh9.framer-v-w7d7yh .framer-14f8clo { gap: 0px; } .framer-NJBh9.framer-v-w7d7yh .framer-tag9jl > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-NJBh9.framer-v-w7d7yh .framer-tag9jl > :first-child, .framer-NJBh9.framer-v-w7d7yh .framer-1f0gx0r > :first-child, .framer-NJBh9.framer-v-w7d7yh .framer-raic2k > :first-child { margin-top: 0px; } .framer-NJBh9.framer-v-w7d7yh .framer-tag9jl > :last-child, .framer-NJBh9.framer-v-w7d7yh .framer-1f0gx0r > :last-child, .framer-NJBh9.framer-v-w7d7yh .framer-raic2k > :last-child { margin-bottom: 0px; } .framer-NJBh9.framer-v-w7d7yh .framer-1f0gx0r > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NJBh9.framer-v-w7d7yh .framer-raic2k > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-NJBh9.framer-v-w7d7yh .framer-14f8clo > *, .framer-NJBh9.framer-v-w7d7yh .framer-14f8clo > :first-child, .framer-NJBh9.framer-v-w7d7yh .framer-14f8clo > :last-child { margin: 0px; } }\",\".framer-NJBh9.framer-v-112jlgm.framer-apl1p7, .framer-NJBh9.framer-v-15urri5.framer-apl1p7 { width: 810px; }\",\".framer-NJBh9.framer-v-112jlgm .framer-raic2k, .framer-NJBh9.framer-v-15urri5 .framer-raic2k { flex-direction: column; gap: 24px; justify-content: flex-start; }\",\".framer-NJBh9.framer-v-112jlgm .framer-14f8clo, .framer-NJBh9.framer-v-15urri5 .framer-14f8clo { flex-wrap: wrap; gap: 24px; justify-content: center; max-width: 529px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NJBh9.framer-v-112jlgm .framer-raic2k, .framer-NJBh9.framer-v-112jlgm .framer-14f8clo { gap: 0px; } .framer-NJBh9.framer-v-112jlgm .framer-raic2k > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-NJBh9.framer-v-112jlgm .framer-raic2k > :first-child { margin-top: 0px; } .framer-NJBh9.framer-v-112jlgm .framer-raic2k > :last-child { margin-bottom: 0px; } .framer-NJBh9.framer-v-112jlgm .framer-14f8clo > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-NJBh9.framer-v-112jlgm .framer-14f8clo > :first-child { margin-left: 0px; } .framer-NJBh9.framer-v-112jlgm .framer-14f8clo > :last-child { margin-right: 0px; } }\",\".framer-NJBh9.framer-v-979xi1 .framer-ydt42, .framer-NJBh9.framer-v-15urri5 .framer-ydt42, .framer-NJBh9.framer-v-1830m9f .framer-ydt42 { height: var(--framer-aspect-ratio-supported, 326px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NJBh9.framer-v-15urri5 .framer-raic2k, .framer-NJBh9.framer-v-15urri5 .framer-14f8clo { gap: 0px; } .framer-NJBh9.framer-v-15urri5 .framer-raic2k > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-NJBh9.framer-v-15urri5 .framer-raic2k > :first-child { margin-top: 0px; } .framer-NJBh9.framer-v-15urri5 .framer-raic2k > :last-child { margin-bottom: 0px; } .framer-NJBh9.framer-v-15urri5 .framer-14f8clo > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-NJBh9.framer-v-15urri5 .framer-14f8clo > :first-child { margin-left: 0px; } .framer-NJBh9.framer-v-15urri5 .framer-14f8clo > :last-child { margin-right: 0px; } }\",\".framer-NJBh9.framer-v-1830m9f .framer-pbsk26 { z-index: 6; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NJBh9.framer-v-1830m9f .framer-tag9jl, .framer-NJBh9.framer-v-1830m9f .framer-1f0gx0r, .framer-NJBh9.framer-v-1830m9f .framer-raic2k, .framer-NJBh9.framer-v-1830m9f .framer-14f8clo { gap: 0px; } .framer-NJBh9.framer-v-1830m9f .framer-tag9jl > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-NJBh9.framer-v-1830m9f .framer-tag9jl > :first-child, .framer-NJBh9.framer-v-1830m9f .framer-1f0gx0r > :first-child, .framer-NJBh9.framer-v-1830m9f .framer-raic2k > :first-child { margin-top: 0px; } .framer-NJBh9.framer-v-1830m9f .framer-tag9jl > :last-child, .framer-NJBh9.framer-v-1830m9f .framer-1f0gx0r > :last-child, .framer-NJBh9.framer-v-1830m9f .framer-raic2k > :last-child { margin-bottom: 0px; } .framer-NJBh9.framer-v-1830m9f .framer-1f0gx0r > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NJBh9.framer-v-1830m9f .framer-raic2k > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-NJBh9.framer-v-1830m9f .framer-14f8clo > *, .framer-NJBh9.framer-v-1830m9f .framer-14f8clo > :first-child, .framer-NJBh9.framer-v-1830m9f .framer-14f8clo > :last-child { margin: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 962\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qtz7OQn1r\":{\"layout\":[\"fixed\",\"auto\"]},\"HaBf1vaKN\":{\"layout\":[\"fixed\",\"auto\"]},\"D70HW7Z0L\":{\"layout\":[\"fixed\",\"auto\"]},\"zQQY26jkc\":{\"layout\":[\"fixed\",\"auto\"]},\"rGiLjpNJK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdBbZc2xQ0=withCSS(Component,css,\"framer-NJBh9\");export default FramerdBbZc2xQ0;FramerdBbZc2xQ0.displayName=\"footer\";FramerdBbZc2xQ0.defaultProps={height:962,width:1920};addPropertyControls(FramerdBbZc2xQ0,{variant:{options:[\"b2Oqjt7If\",\"qtz7OQn1r\",\"HaBf1vaKN\",\"D70HW7Z0L\",\"zQQY26jkc\",\"rGiLjpNJK\"],optionTitles:[\"footer\",\"footer mobile\",\"footer tablet\",\"footer + moving bird\",\"footer tablet + moving bird\",\"footer mobile + moving bird\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerdBbZc2xQ0,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...IntroBirdFonts,...BackgroundHighlightFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdBbZc2xQ0\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1920\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qtz7OQn1r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HaBf1vaKN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D70HW7Z0L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zQQY26jkc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rGiLjpNJK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"962\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4175fb7)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const ImageWithFX=withFX(Image);const cycleOrder=[\"JPvMFOh_Z\"];const serializationHash=\"framer-s8m7f\";const variantClassNames={JPvMFOh_Z:\"framer-v-1aniagi\"};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 animation={opacity:0,rotate:0,scale:1,x:0,y:0};const transition1={damping:65,delay:0,mass:1,stiffness:193,type:\"spring\"};const animation1={opacity:0,rotate:0,scale:1,transition:transition1,x:0,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){var _restProps_transformTemplate;const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JPvMFOh_Z\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);var _restProps_transformTemplate1;const transforms=(_restProps_transformTemplate1=(_restProps_transformTemplate=restProps.transformTemplate)===null||_restProps_transformTemplate===void 0?void 0:_restProps_transformTemplate.call(restProps,undefined,\"\"))!==null&&_restProps_transformTemplate1!==void 0?_restProps_transformTemplate1:\"\";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:transition2,children:/*#__PURE__*/_jsx(ImageWithFX,{...restProps,__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.4,background:{alt:\"\",fit:\"stretch\",intrinsicHeight:1116,intrinsicWidth:1263,pixelHeight:1116,pixelWidth:1263,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/UW3JbwG3QOvDPdy43rGizkL4.png\",srcSet:\"https://framerusercontent.com/images/UW3JbwG3QOvDPdy43rGizkL4.png?scale-down-to=512 512w,https://framerusercontent.com/images/UW3JbwG3QOvDPdy43rGizkL4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UW3JbwG3QOvDPdy43rGizkL4.png 1263w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1aniagi\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"JPvMFOh_Z\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{opacity:.4,...style},transformTemplate:(_,t)=>`${transforms} perspective(1200px) ${t}`})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-s8m7f.framer-irhv5a, .framer-s8m7f .framer-irhv5a { display: block; }\",\".framer-s8m7f.framer-1aniagi { height: 1357px; overflow: hidden; position: relative; width: 1370px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1357\n * @framerIntrinsicWidth 1370\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDjMqJVDuS=withCSS(Component,css,\"framer-s8m7f\");export default FramerDjMqJVDuS;FramerDjMqJVDuS.displayName=\"cursor highlight\";FramerDjMqJVDuS.defaultProps={height:1357,width:1370};addFonts(FramerDjMqJVDuS,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDjMqJVDuS\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"1357\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1370\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DjMqJVDuS.map", "// Generated by Framer (01933e6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Futura LT Pro Book\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Futura LT Pro Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/YhhSwFFLsaYgYYS6vW1m5rhoA.woff2\"}]}];export const css=['.framer-lZkYC .framer-styles-preset-jp3in4:not(.rich-text-wrapper), .framer-lZkYC .framer-styles-preset-jp3in4.rich-text-wrapper p { --framer-font-family: \"Futura LT Pro Book\", \"Futura LT Pro Book Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.05em; --framer-line-height: 32px; --framer-paragraph-spacing: 24px; --framer-text-alignment: start; --framer-text-color: var(--token-1cdc9faf-e6aa-4e3c-bd46-c100ce848db7, rgba(15, 15, 15, 0.5)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-lZkYC\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["withTransition", "Component", "props", "p", "withTheme", "currentTheme", "setCurrentTheme", "ye", "ue", "window", "userTheme", "newTheme", "mediaQuery", "handleMediaQueryChange", "e", "handleThemeChange", "updatedTheme", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1vsdeb1", "args", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "css", "Framerdt3ac9KeA", "withCSS", "dt3ac9KeA_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithTransition", "withTransition", "motion", "ImageWithFX", "withFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "transitions", "transition1", "animation", "animation1", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "tap", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "_restProps_transformTemplate", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "to5KsWZ9d", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1dkbnek", "args", "_restProps_transformTemplate1", "transforms", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "ImageWithFX", "optimizeAppear", "cx", "serializationHash", "optimizeAppearTransformTemplate", "_", "t", "MotionDivWithTransition", "css", "FramerfwK9KX3M0", "withCSS", "fwK9KX3M0_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "label", "link", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PIHY5IrTv", "qNQAD9_BS", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerxcDYYHdEq", "withCSS", "xcDYYHdEq_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "disableScroll", "enableScroll", "BodyScroll", "ue", "isMenuOpen", "toggleScroll", "handleUrlChange", "navMenuButton", "window", "historyPushState", "historyReplaceState", "p", "getOSTheme", "window", "setInitialState", "osTheme", "currentToggleState", "styleTag", "newCSS", "ToggleButton", "props", "isOn", "setIsOn", "ye", "toggle", "newToggleState", "ue", "e", "newTheme", "currentOsTheme", "themeColor", "variants", "sunSVG", "u", "p", "moonSVG", "motion", "OptimizedToggleButton", "isClient", "setIsClient", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "BackgroundFonts", "getFonts", "fwK9KX3M0_default", "IntroBirdFonts", "dt3ac9KeA_default", "MotionDivWithFX", "withFX", "motion", "ButtonFonts", "xcDYYHdEq_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transition2", "animation", "transformTemplate2", "animation1", "animation2", "transition3", "transition4", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1oe481h", "args", "onMouseEnter15vr6do", "onMouseEnterx46ztm", "onMouseEnter1gydel", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Image2", "optimizeAppear", "optimizeAppearTransformTemplate", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "Link", "RichText2", "css", "FramerKNfStBvUF", "withCSS", "KNfStBvUF_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "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", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "xGxgvMa7k", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapko7t8j", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerPYIkXWZj0", "withCSS", "PYIkXWZj0_default", "addPropertyControls", "ControlType", "addFonts", "ImageWithTheme", "withTheme", "Image2", "ThemeToggleFonts", "getFonts", "OptimizedToggleButton", "BodyScrollFonts", "BodyScroll", "MotionAWithThemeWithFX", "withFX", "motion", "MenuIconFonts", "PYIkXWZj0_default", "FullscreenMenuFonts", "KNfStBvUF_default", "MotionDivWithFX", "FullscreenMenuControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transition3", "transition4", "transformTemplate1", "_", "t", "animation1", "animation2", "transformTemplate2", "transformTemplate3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "animation3", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "gradientFadeoutScrollSection", "height", "id", "logoFadeoutScrollSection", "variant1", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_humanReadableEnumMap_variant1", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "_restProps_transformTemplate", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "z0HZR_42H", "dbAgGXHZr", "tHCfVEQoS", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1yn67yu", "args", "onAppearn3i8u5", "onAppearctgtxk", "onAppeardgtv43", "xGxgvMa7kd7qhls", "xGxgvMa7k728mmm", "xGxgvMa7k100g6a", "xGxgvMa7k3mg9zo", "useOnVariantChange", "_restProps_transformTemplate1", "transforms", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "ComponentViewportProvider", "SVG", "css", "FramerbYks3_1QP", "withCSS", "bYks3_1QP_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "ImageWithFX", "withFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "transitions", "animation", "transition1", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "_restProps_transformTemplate", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "_restProps_transformTemplate1", "transforms", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "ImageWithFX", "cx", "serializationHash", "_", "t", "css", "FramerF2Z6Vq78U", "withCSS", "F2Z6Vq78U_default", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "MotionAWithTheme", "withTheme", "motion", "ImageWithFX", "withFX", "Image2", "IntroBirdFonts", "getFonts", "dt3ac9KeA_default", "MotionDivWithFX", "BackgroundHighlightFonts", "F2Z6Vq78U_default", "ImageWithTheme", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "animation1", "animation2", "transition3", "animation3", "transformTemplate2", "transition4", "animation4", "transformTemplate3", "animation5", "transformTemplate4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "animation6", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "optimizeAppear", "optimizeAppearTransformTemplate", "Link", "SVG", "ComponentViewportProvider", "RichText2", "css", "FramerdBbZc2xQ0", "withCSS", "dBbZc2xQ0_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ImageWithFX", "withFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "_restProps_transformTemplate", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "_restProps_transformTemplate1", "transforms", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "ImageWithFX", "cx", "serializationHash", "_", "t", "css", "FramerDjMqJVDuS", "withCSS", "DjMqJVDuS_default", "addFonts", "fontStore", "fonts", "css", "className"]
}
