{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/b2YOsHBQeu3ryEtrx2GL/RmEGwWkhO7M3C9inZlCQ/KQ6VpKdSd.js", "ssg:https://framerusercontent.com/modules/hJmO0gLdLu7IpmywyeDQ/aBciSs4U2xxTX5TGuPLb/aaB7tCw2i.js", "ssg:https://framerusercontent.com/modules/Q87u4Ciy79xjMcrB4hfD/0kf4UPP611faNAncyqkv/ksR5A59Ws.js", "ssg:https://framerusercontent.com/modules/2fcZ9vceXVatjrPDkrb7/TdWB1jMpPx4TwOc7r4Fi/qSPPbm1op.js"],
  "sourcesContent": ["// Generated by Framer (3969033)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Figtree-regular\",\"GF;Figtree-700\",\"GF;Figtree-700italic\",\"GF;Figtree-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15bwkEU4HTy.woff2\",weight:\"700\"},{family:\"Figtree\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A1EayEA25WTybO8.woff2\",weight:\"700\"},{family:\"Figtree\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A7YdyEA25WTybO8.woff2\",weight:\"400\"}]}];export const css=['.framer-Vten3 .framer-styles-preset-v173xk:not(.rich-text-wrapper), .framer-Vten3 .framer-styles-preset-v173xk.rich-text-wrapper p { --framer-font-family: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-family-bold: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-family-italic: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 24px; --framer-paragraph-spacing: 16px; --framer-text-alignment: start; --framer-text-color: rgba(0, 0, 0, 0.8); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-Vten3\";\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 (51f36d1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={V7wnMBHNQ:{hover:true}};const serializationHash=\"framer-NluGN\";const variantClassNames={V7wnMBHNQ:\"framer-v-1f56ton\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"V7wnMBHNQ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"V7wnMBHNQ-hover\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"V7wnMBHNQ-hover\")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:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"V7wnMBHNQ\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1f56ton\",className,classNames)} framer-1kui99n`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"V7wnMBHNQ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"V7wnMBHNQ-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-4km4rk\",\"data-framer-name\":\"Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"UA1gzsndm\",svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"5.33333\" fill=\"black\"/>\\n<path d=\"M8.6057 11.744V15.952C8.6057 16.0374 8.6537 16.0907 8.7497 16.112C9.2937 16.1867 9.77904 16.224 10.2057 16.224C11.1444 16.224 11.8644 16.0214 12.3657 15.616C12.867 15.2 13.1177 14.608 13.1177 13.84C13.1177 13.072 12.8724 12.4907 12.3817 12.096C11.891 11.6907 11.1657 11.488 10.2057 11.488C9.6937 11.488 9.20837 11.52 8.7497 11.584C8.6537 11.6053 8.6057 11.6587 8.6057 11.744ZM8.3497 21.664C8.17904 21.8347 7.97104 21.92 7.7257 21.92C7.48037 21.92 7.27237 21.8347 7.1017 21.664C6.93104 21.4934 6.8457 21.2854 6.8457 21.04V11.232C6.8457 10.976 6.93104 10.7467 7.1017 10.544C7.27237 10.3414 7.4857 10.2294 7.7417 10.208C8.64837 10.1227 9.52304 10.08 10.3657 10.08C11.8377 10.08 12.9524 10.3947 13.7097 11.024C14.467 11.6427 14.8457 12.528 14.8457 13.68C14.8457 16.2934 13.3524 17.6 10.3657 17.6C9.73637 17.6 9.19237 17.5787 8.7337 17.536C8.64837 17.536 8.6057 17.5787 8.6057 17.664V21.04C8.6057 21.2854 8.52037 21.4934 8.3497 21.664Z\" fill=\"#FAF7F5\"/>\\n<path d=\"M18.1458 21.664C17.9752 21.8347 17.7725 21.92 17.5378 21.92C17.3032 21.92 17.1005 21.8347 16.9298 21.664C16.7592 21.4934 16.6738 21.2907 16.6738 21.056V11.104C16.6738 10.8694 16.7592 10.6667 16.9298 10.496C17.1005 10.3254 17.3032 10.24 17.5378 10.24C18.1032 10.24 18.5352 10.4907 18.8338 10.992L23.3778 18.944C23.3778 18.9547 23.3885 18.96 23.4098 18.96C23.4205 18.96 23.4258 18.9547 23.4258 18.944V11.104C23.4258 10.8694 23.5112 10.6667 23.6818 10.496C23.8525 10.3254 24.0552 10.24 24.2898 10.24C24.5245 10.24 24.7272 10.3254 24.8978 10.496C25.0685 10.6667 25.1538 10.8694 25.1538 11.104V21.056C25.1538 21.2907 25.0685 21.4934 24.8978 21.664C24.7272 21.8347 24.5245 21.92 24.2898 21.92C23.7245 21.92 23.2925 21.6694 22.9938 21.168L18.4338 13.216C18.4338 13.2054 18.4285 13.2 18.4178 13.2C18.4072 13.2 18.4018 13.2054 18.4018 13.216V21.056C18.4018 21.2907 18.3165 21.4934 18.1458 21.664Z\" fill=\"#FAF7F5\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-bz8wy8\",\"data-framer-name\":\"Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"QAc55Bkyn\",svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"5.33333\" fill=\"#EC1B25\"/>\\n<path d=\"M8.6057 11.744V15.952C8.6057 16.0374 8.6537 16.0907 8.7497 16.112C9.2937 16.1867 9.77904 16.224 10.2057 16.224C11.1444 16.224 11.8644 16.0214 12.3657 15.616C12.867 15.2 13.1177 14.608 13.1177 13.84C13.1177 13.072 12.8724 12.4907 12.3817 12.096C11.891 11.6907 11.1657 11.488 10.2057 11.488C9.6937 11.488 9.20837 11.52 8.7497 11.584C8.6537 11.6053 8.6057 11.6587 8.6057 11.744ZM8.3497 21.664C8.17904 21.8347 7.97104 21.92 7.7257 21.92C7.48037 21.92 7.27237 21.8347 7.1017 21.664C6.93104 21.4934 6.8457 21.2854 6.8457 21.04V11.232C6.8457 10.976 6.93104 10.7467 7.1017 10.544C7.27237 10.3414 7.4857 10.2294 7.7417 10.208C8.64837 10.1227 9.52304 10.08 10.3657 10.08C11.8377 10.08 12.9524 10.3947 13.7097 11.024C14.467 11.6427 14.8457 12.528 14.8457 13.68C14.8457 16.2934 13.3524 17.6 10.3657 17.6C9.73637 17.6 9.19237 17.5787 8.7337 17.536C8.64837 17.536 8.6057 17.5787 8.6057 17.664V21.04C8.6057 21.2854 8.52037 21.4934 8.3497 21.664Z\" fill=\"#FAF7F5\"/>\\n<path d=\"M18.1458 21.664C17.9752 21.8347 17.7725 21.92 17.5378 21.92C17.3032 21.92 17.1005 21.8347 16.9298 21.664C16.7592 21.4934 16.6738 21.2907 16.6738 21.056V11.104C16.6738 10.8694 16.7592 10.6667 16.9298 10.496C17.1005 10.3254 17.3032 10.24 17.5378 10.24C18.1032 10.24 18.5352 10.4907 18.8338 10.992L23.3778 18.944C23.3778 18.9547 23.3885 18.96 23.4098 18.96C23.4205 18.96 23.4258 18.9547 23.4258 18.944V11.104C23.4258 10.8694 23.5112 10.6667 23.6818 10.496C23.8525 10.3254 24.0552 10.24 24.2898 10.24C24.5245 10.24 24.7272 10.3254 24.8978 10.496C25.0685 10.6667 25.1538 10.8694 25.1538 11.104V21.056C25.1538 21.2907 25.0685 21.4934 24.8978 21.664C24.7272 21.8347 24.5245 21.92 24.2898 21.92C23.7245 21.92 23.2925 21.6694 22.9938 21.168L18.4338 13.216C18.4338 13.2054 18.4285 13.2 18.4178 13.2C18.4072 13.2 18.4018 13.2054 18.4018 13.216V21.056C18.4018 21.2907 18.3165 21.4934 18.1458 21.664Z\" fill=\"#FAF7F5\"/>\\n</svg>\\n',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NluGN.framer-1kui99n, .framer-NluGN .framer-1kui99n { display: block; }\",\".framer-NluGN.framer-1f56ton { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-NluGN .framer-4km4rk, .framer-NluGN .framer-bz8wy8 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NluGN.framer-1f56ton { gap: 0px; } .framer-NluGN.framer-1f56ton > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NluGN.framer-1f56ton > :first-child { margin-left: 0px; } .framer-NluGN.framer-1f56ton > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"cIkTshXux\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraaB7tCw2i=withCSS(Component,css,\"framer-NluGN\");export default FrameraaB7tCw2i;FrameraaB7tCw2i.displayName=\"Parinlogo.\";FrameraaB7tCw2i.defaultProps={height:40,width:40};addFonts(FrameraaB7tCw2i,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraaB7tCw2i\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"40\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"40\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cIkTshXux\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aaB7tCw2i.map", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,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/b2YOsHBQeu3ryEtrx2GL/RmEGwWkhO7M3C9inZlCQ/KQ6VpKdSd.js\";const enabledGestures={\"I3107:1721;5897:72877\":{hover:true},OBXSwoqcr:{hover:true},RE3hiViNR:{hover:true}};const cycleOrder=[\"I3107:1721;5897:72877\",\"OBXSwoqcr\",\"RE3hiViNR\"];const serializationHash=\"framer-xJBDk\";const variantClassNames={\"I3107:1721;5897:72877\":\"framer-v-6kqfdw\",OBXSwoqcr:\"framer-v-1d39y8r\",RE3hiViNR:\"framer-v-1iue0gg\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"I3107:1721;5897:72877\",\"Variant 2\":\"OBXSwoqcr\",\"Variant 3\":\"RE3hiViNR\"};const getProps=({height,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,lsWdN6hNa:(_ref=title!==null&&title!==void 0?title:props.lsWdN6hNa)!==null&&_ref!==void 0?_ref:\"Label\",Rjsr_o84D:link!==null&&link!==void 0?link:props.Rjsr_o84D,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"I3107:1721;5897:72877\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,lsWdN6hNa,Rjsr_o84D,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I3107:1721;5897:72877\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"RE3hiViNR-hover\")return true;if(baseVariant===\"RE3hiViNR\")return true;return false;};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:Rjsr_o84D,nodeId:\"I3107:1721;5897:72877\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-6kqfdw\",className,classNames)} framer-ha8dp`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"I3107:1721;5897:72877\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},variants:{OBXSwoqcr:{\"--border-bottom-width\":\"4px\",\"--border-color\":\"var(--token-52b4574d-9267-412b-97ff-503862501b78, rgb(236, 27, 37))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({\"I3107:1721;5897:72877-hover\":{\"data-framer-name\":undefined},\"OBXSwoqcr-hover\":{\"data-framer-name\":undefined},\"RE3hiViNR-hover\":{\"data-framer-name\":undefined},OBXSwoqcr:{\"data-border\":true,\"data-framer-name\":\"Variant 2\"},RE3hiViNR:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v173xk\",\"data-styles-preset\":\"KQ6VpKdSd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4d342ac7-c6b6-4e25-818e-d8860861fbea, rgb(0, 0, 0)))\"},children:\"Label\"})}),className:\"framer-1l6htg0\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I3107:1721;5897:72877;5897:72867\",style:{\"--extracted-r6o4lv\":\"var(--token-4d342ac7-c6b6-4e25-818e-d8860861fbea, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"24px\"},text:lsWdN6hNa,variants:{\"I3107:1721;5897:72877-hover\":{\"--extracted-r6o4lv\":\"var(--token-52b4574d-9267-412b-97ff-503862501b78, rgb(236, 27, 37))\"},\"OBXSwoqcr-hover\":{\"--extracted-r6o4lv\":\"var(--token-52b4574d-9267-412b-97ff-503862501b78, rgb(236, 27, 37))\"},\"RE3hiViNR-hover\":{\"--extracted-r6o4lv\":\"var(--token-52b4574d-9267-412b-97ff-503862501b78, rgb(236, 27, 37))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"I3107:1721;5897:72877-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v173xk\",\"data-styles-preset\":\"KQ6VpKdSd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-52b4574d-9267-412b-97ff-503862501b78, rgb(236, 27, 37)))\"},children:\"Label\"})})},\"OBXSwoqcr-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v173xk\",\"data-styles-preset\":\"KQ6VpKdSd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-52b4574d-9267-412b-97ff-503862501b78, rgb(236, 27, 37)))\"},children:\"Label\"})})},\"RE3hiViNR-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v173xk\",\"data-styles-preset\":\"KQ6VpKdSd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-52b4574d-9267-412b-97ff-503862501b78, rgb(236, 27, 37)))\"},children:\"Label\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-gd2q8n\",\"data-framer-name\":\"External link\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"QfqlxlNmI\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 8.667 L 12 12.667 C 12 13.403 11.403 14 10.667 14 L 3.333 14 C 2.597 14 2 13.403 2 12.667 L 2 5.333 C 2 4.597 2.597 4 3.333 4 L 7.333 4 M 10 2 L 14 2 M 14 2 L 14 6 M 14 2 L 6.667 9.333\" fill=\"transparent\" stroke-width=\"1.33\" stroke=\"var(--token-03e44a60-c535-4e35-9036-3837575b8a71, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Button / Primary&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:10221580523,withExternalLayout:true,...addPropertyOverrides({\"RE3hiViNR-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 8.667 L 12 12.667 C 12 13.403 11.403 14 10.667 14 L 3.333 14 C 2.597 14 2 13.403 2 12.667 L 2 5.333 C 2 4.597 2.597 4 3.333 4 L 7.333 4 M 10 2 L 14 2 M 14 2 L 14 6 M 14 2 L 6.667 9.333\" fill=\"transparent\" stroke-width=\"1.33\" stroke=\"var(--token-52b4574d-9267-412b-97ff-503862501b78, rgb(236, 27, 37)) /* {&quot;name&quot;:&quot;CI&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9777767829},RE3hiViNR:{svgContentId:12015689691}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xJBDk.framer-ha8dp, .framer-xJBDk .framer-ha8dp { display: block; }\",\".framer-xJBDk.framer-6kqfdw { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 72px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-xJBDk .framer-1l6htg0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xJBDk .framer-gd2q8n { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xJBDk.framer-6kqfdw { gap: 0px; } .framer-xJBDk.framer-6kqfdw > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-xJBDk.framer-6kqfdw > :first-child { margin-left: 0px; } .framer-xJBDk.framer-6kqfdw > :last-child { margin-right: 0px; } }\",\".framer-xJBDk.framer-v-1iue0gg.framer-6kqfdw { gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xJBDk.framer-v-1iue0gg.framer-6kqfdw { gap: 0px; } .framer-xJBDk.framer-v-1iue0gg.framer-6kqfdw > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-xJBDk.framer-v-1iue0gg.framer-6kqfdw > :first-child { margin-left: 0px; } .framer-xJBDk.framer-v-1iue0gg.framer-6kqfdw > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-xJBDk[data-border=\"true\"]::after, .framer-xJBDk [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 72\n * @framerIntrinsicWidth 39\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"OBXSwoqcr\":{\"layout\":[\"auto\",\"fixed\"]},\"RE3hiViNR\":{\"layout\":[\"auto\",\"fixed\"]},\"Fqy4TC21y\":{\"layout\":[\"auto\",\"fixed\"]},\"BmU_GXusY\":{\"layout\":[\"auto\",\"fixed\"]},\"hQlXEXaGy\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"lsWdN6hNa\":\"title\",\"Rjsr_o84D\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerksR5A59Ws=withCSS(Component,css,\"framer-xJBDk\");export default FramerksR5A59Ws;FramerksR5A59Ws.displayName=\"Navigation header menu\";FramerksR5A59Ws.defaultProps={height:72,width:39};addPropertyControls(FramerksR5A59Ws,{variant:{options:[\"I3107:1721;5897:72877\",\"OBXSwoqcr\",\"RE3hiViNR\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},lsWdN6hNa:{defaultValue:\"Label\",displayTextArea:false,title:\"Title\",type:ControlType.String},Rjsr_o84D:{title:\"Link\",type:ControlType.Link}});addFonts(FramerksR5A59Ws,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerksR5A59Ws\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"72\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"lsWdN6hNa\\\":\\\"title\\\",\\\"Rjsr_o84D\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"OBXSwoqcr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"RE3hiViNR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Fqy4TC21y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"BmU_GXusY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"hQlXEXaGy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"39\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ksR5A59Ws.map", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Parinlogo from\"https://framerusercontent.com/modules/hJmO0gLdLu7IpmywyeDQ/aBciSs4U2xxTX5TGuPLb/aaB7tCw2i.js\";import NavigationHeaderMenu from\"https://framerusercontent.com/modules/Q87u4Ciy79xjMcrB4hfD/0kf4UPP611faNAncyqkv/ksR5A59Ws.js\";const ParinlogoFonts=getFonts(Parinlogo);const NavigationHeaderMenuFonts=getFonts(NavigationHeaderMenu);const MotionHeaderWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.header));const cycleOrder=[\"KEOXfvQWX\",\"IeOK38Ezg\",\"A3qqD34ov\",\"R1bgXcpTq\",\"t0XsOTwDQ\",\"Js8rYDkZ1\",\"JTkPedTdr\",\"pFu4H22LZ\",\"pJ3CmEqpB\"];const serializationHash=\"framer-axN7m\";const variantClassNames={A3qqD34ov:\"framer-v-17s1z6j\",IeOK38Ezg:\"framer-v-njfr4s\",Js8rYDkZ1:\"framer-v-a0v6b\",JTkPedTdr:\"framer-v-wvu81h\",KEOXfvQWX:\"framer-v-72van\",pFu4H22LZ:\"framer-v-198qhkw\",pJ3CmEqpB:\"framer-v-1i5e561\",R1bgXcpTq:\"framer-v-1c3fq64\",t0XsOTwDQ:\"framer-v-jmzw57\"};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:40,delay:.5,mass:1,stiffness:150,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-60};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 2_Desktop\":\"Js8rYDkZ1\",\"Variant 2_Mobile\":\"t0XsOTwDQ\",\"Variant 2_Tablet\":\"R1bgXcpTq\",aboutme_desktop:\"JTkPedTdr\",aboutme_mobile:\"pJ3CmEqpB\",aboutme_tablet:\"pFu4H22LZ\",Desktop:\"KEOXfvQWX\",Phone:\"A3qqD34ov\",Tablet:\"IeOK38Ezg\"};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:\"KEOXfvQWX\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KEOXfvQWX\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"A3qqD34ov\",\"t0XsOTwDQ\",\"pJ3CmEqpB\"].includes(baseVariant))return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();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__*/_jsxs(MotionHeaderWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-72van\",className,classNames),\"data-framer-appear-id\":\"72van\",\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"KEOXfvQWX\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-9812db1f-bce0-49d6-b592-28962b7a6ea4, rgba(255, 250, 246, 0.6))\",...style},...addPropertyOverrides({A3qqD34ov:{\"data-framer-name\":\"Phone\"},IeOK38Ezg:{\"data-framer-name\":\"Tablet\"},Js8rYDkZ1:{\"data-framer-name\":\"Variant 2_Desktop\"},JTkPedTdr:{\"data-framer-name\":\"aboutme_desktop\"},pFu4H22LZ:{\"data-framer-name\":\"aboutme_tablet\"},pJ3CmEqpB:{\"data-framer-name\":\"aboutme_mobile\"},R1bgXcpTq:{\"data-framer-name\":\"Variant 2_Tablet\"},t0XsOTwDQ:{\"data-framer-name\":\"Variant 2_Mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-40)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oysi2e-container\",layoutDependency:layoutDependency,layoutId:\"qHeA0Zmdq-container\",children:/*#__PURE__*/_jsx(Parinlogo,{height:\"100%\",id:\"qHeA0Zmdq\",layoutId:\"qHeA0Zmdq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14m01t7\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"I3107:1721;5892:63032\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xg85r7\",\"data-framer-name\":\"Menu left\",layoutDependency:layoutDependency,layoutId:\"I3107:1721;5892:61288\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1-0-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1-0)*1)/2)+(0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1-0)*1-0-72)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-az5gw2-container\",layoutDependency:layoutDependency,layoutId:\"HxmebkRIM-container\",children:/*#__PURE__*/_jsx(NavigationHeaderMenu,{height:\"100%\",id:\"HxmebkRIM\",layoutId:\"HxmebkRIM\",lsWdN6hNa:\"Work\",Rjsr_o84D:resolvedLinks[0],style:{height:\"100%\"},variant:\"OBXSwoqcr\",width:\"100%\",...addPropertyOverrides({A3qqD34ov:{Rjsr_o84D:resolvedLinks[2]},IeOK38Ezg:{Rjsr_o84D:resolvedLinks[1]},Js8rYDkZ1:{Rjsr_o84D:resolvedLinks[5],variant:\"I3107:1721;5897:72877\"},JTkPedTdr:{Rjsr_o84D:resolvedLinks[6],variant:\"I3107:1721;5897:72877\"},pFu4H22LZ:{Rjsr_o84D:resolvedLinks[7],variant:\"I3107:1721;5897:72877\"},pJ3CmEqpB:{Rjsr_o84D:resolvedLinks[8],variant:\"I3107:1721;5897:72877\"},R1bgXcpTq:{Rjsr_o84D:resolvedLinks[3],variant:\"I3107:1721;5897:72877\"},t0XsOTwDQ:{Rjsr_o84D:resolvedLinks[4],variant:\"I3107:1721;5897:72877\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NKvJZK8tV\"},implicitPathVariables:undefined},{href:{webPageId:\"NKvJZK8tV\"},implicitPathVariables:undefined},{href:{webPageId:\"NKvJZK8tV\"},implicitPathVariables:undefined},{href:{webPageId:\"NKvJZK8tV\"},implicitPathVariables:undefined},{href:{webPageId:\"NKvJZK8tV\"},implicitPathVariables:undefined},{href:{webPageId:\"NKvJZK8tV\"},implicitPathVariables:undefined},{href:{webPageId:\"NKvJZK8tV\"},implicitPathVariables:undefined},{href:{webPageId:\"NKvJZK8tV\"},implicitPathVariables:undefined},{href:{webPageId:\"NKvJZK8tV\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1-0-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1-0)*1)/2)+(0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1-0)*1-0-72)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-elxp00-container\",layoutDependency:layoutDependency,layoutId:\"Qi_NdnMYY-container\",children:/*#__PURE__*/_jsx(NavigationHeaderMenu,{height:\"100%\",id:\"Qi_NdnMYY\",layoutId:\"Qi_NdnMYY\",lsWdN6hNa:\"About me\",Rjsr_o84D:resolvedLinks1[0],style:{height:\"100%\"},variant:\"I3107:1721;5897:72877\",width:\"100%\",...addPropertyOverrides({A3qqD34ov:{Rjsr_o84D:resolvedLinks1[2]},IeOK38Ezg:{Rjsr_o84D:resolvedLinks1[1]},Js8rYDkZ1:{Rjsr_o84D:resolvedLinks1[5]},JTkPedTdr:{Rjsr_o84D:resolvedLinks1[6],variant:\"OBXSwoqcr\"},pFu4H22LZ:{Rjsr_o84D:resolvedLinks1[7],variant:\"OBXSwoqcr\"},pJ3CmEqpB:{Rjsr_o84D:resolvedLinks1[8],variant:\"OBXSwoqcr\"},R1bgXcpTq:{Rjsr_o84D:resolvedLinks1[3]},t0XsOTwDQ:{Rjsr_o84D:resolvedLinks1[4]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1-0-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1-0)*1)/2)+(0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0)*1-0)*1-0-72)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-v53b95-container\",layoutDependency:layoutDependency,layoutId:\"OeGWHm0K3-container\",children:/*#__PURE__*/_jsx(NavigationHeaderMenu,{height:\"100%\",id:\"OeGWHm0K3\",layoutId:\"OeGWHm0K3\",lsWdN6hNa:\"Resume\",Rjsr_o84D:\"https://drive.google.com/file/d/1GtpaBWpxInpi6oXQu2MnhXwpZyOCfR_g/view\",style:{height:\"100%\"},variant:\"RE3hiViNR\",width:\"100%\"})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-axN7m.framer-feyvy5, .framer-axN7m .framer-feyvy5 { display: block; }\",\".framer-axN7m.framer-72van { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: 100px; justify-content: center; overflow: visible; padding: 0px 80px 0px 80px; position: relative; width: 1200px; }\",\".framer-axN7m .framer-1oysi2e-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-axN7m .framer-14m01t7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: 100%; justify-content: flex-end; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-axN7m .framer-1xg85r7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 100%; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 640px; }\",\".framer-axN7m .framer-az5gw2-container, .framer-axN7m .framer-elxp00-container, .framer-axN7m .framer-v53b95-container { flex: none; height: 72px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-axN7m.framer-72van, .framer-axN7m .framer-14m01t7, .framer-axN7m .framer-1xg85r7 { gap: 0px; } .framer-axN7m.framer-72van > *, .framer-axN7m .framer-14m01t7 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-axN7m.framer-72van > :first-child, .framer-axN7m .framer-14m01t7 > :first-child, .framer-axN7m .framer-1xg85r7 > :first-child { margin-left: 0px; } .framer-axN7m.framer-72van > :last-child, .framer-axN7m .framer-14m01t7 > :last-child, .framer-axN7m .framer-1xg85r7 > :last-child { margin-right: 0px; } .framer-axN7m .framer-1xg85r7 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",\".framer-axN7m.framer-v-njfr4s.framer-72van, .framer-axN7m.framer-v-1c3fq64.framer-72van { padding: 0px 120px 0px 120px; width: 810px; }\",\".framer-axN7m.framer-v-njfr4s .framer-1oysi2e-container, .framer-axN7m.framer-v-1c3fq64 .framer-1oysi2e-container { order: 0; }\",\".framer-axN7m.framer-v-njfr4s .framer-14m01t7, .framer-axN7m.framer-v-1c3fq64 .framer-14m01t7 { max-width: unset; order: 1; }\",\".framer-axN7m.framer-v-njfr4s .framer-1xg85r7, .framer-axN7m.framer-v-17s1z6j .framer-1xg85r7, .framer-axN7m.framer-v-1c3fq64 .framer-1xg85r7, .framer-axN7m.framer-v-jmzw57 .framer-1xg85r7, .framer-axN7m.framer-v-1i5e561 .framer-1xg85r7 { width: min-content; }\",\".framer-axN7m.framer-v-17s1z6j.framer-72van, .framer-axN7m.framer-v-jmzw57.framer-72van { width: 200px; }\",\".framer-axN7m.framer-v-17s1z6j .framer-14m01t7, .framer-axN7m.framer-v-jmzw57 .framer-14m01t7, .framer-axN7m.framer-v-1i5e561 .framer-14m01t7 { flex: none; justify-content: center; width: min-content; }\",\".framer-axN7m.framer-v-198qhkw.framer-72van { padding: 0px 168px 0px 168px; width: 810px; }\",\".framer-axN7m.framer-v-198qhkw .framer-1xg85r7 { flex: 1 0 0px; width: 1px; }\",\".framer-axN7m.framer-v-1i5e561.framer-72van { padding: 0px 240px 0px 240px; width: 480px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"IeOK38Ezg\":{\"layout\":[\"fixed\",\"fixed\"]},\"A3qqD34ov\":{\"layout\":[\"fixed\",\"fixed\"]},\"R1bgXcpTq\":{\"layout\":[\"fixed\",\"fixed\"]},\"t0XsOTwDQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"Js8rYDkZ1\":{\"layout\":[\"fixed\",\"fixed\"]},\"JTkPedTdr\":{\"layout\":[\"fixed\",\"fixed\"]},\"pFu4H22LZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"pJ3CmEqpB\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqSPPbm1op=withCSS(Component,css,\"framer-axN7m\");export default FramerqSPPbm1op;FramerqSPPbm1op.displayName=\"Navigation header\";FramerqSPPbm1op.defaultProps={height:100,width:1200};addPropertyControls(FramerqSPPbm1op,{variant:{options:[\"KEOXfvQWX\",\"IeOK38Ezg\",\"A3qqD34ov\",\"R1bgXcpTq\",\"t0XsOTwDQ\",\"Js8rYDkZ1\",\"JTkPedTdr\",\"pFu4H22LZ\",\"pJ3CmEqpB\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Variant 2_Tablet\",\"Variant 2_Mobile\",\"Variant 2_Desktop\",\"aboutme_desktop\",\"aboutme_tablet\",\"aboutme_mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerqSPPbm1op,[{explicitInter:true,fonts:[]},...ParinlogoFonts,...NavigationHeaderMenuFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqSPPbm1op\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IeOK38Ezg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"A3qqD34ov\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"R1bgXcpTq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"t0XsOTwDQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Js8rYDkZ1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JTkPedTdr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pFu4H22LZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pJ3CmEqpB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qSPPbm1op.map"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "css", "FrameraaB7tCw2i", "withCSS", "aaB7tCw2i_default", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "lsWdN6hNa", "Rjsr_o84D", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "SVG", "css", "FramerksR5A59Ws", "withCSS", "ksR5A59Ws_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ParinlogoFonts", "getFonts", "aaB7tCw2i_default", "NavigationHeaderMenuFonts", "ksR5A59Ws_default", "MotionHeaderWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Variants", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "router", "useRouter", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "FramerqSPPbm1op", "withCSS", "qSPPbm1op_default", "addPropertyControls", "ControlType", "addFonts"]
}
