{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/gCt5i07vgAZ7lfY2XepH/0zYVBALjMcJcH1bXmxXi/ro7OPezbn.js", "ssg:https://framerusercontent.com/modules/v6EWvesjJJXadVQKjiF7/J9wXsFOZvg5GcOcPex5g/r6ksbZlAK.js", "ssg:https://framerusercontent.com/modules/r172DIWuMjVs41ENqz3J/PLpvnfsJIIAewWQggAND/LyqHTeQ6W.js", "ssg:https://framerusercontent.com/modules/ygRJQ8TQA2190wMfSLUH/RvmMv9GDRGbNFF7qi36S/BAnmyuMw9.js", "ssg:https://framerusercontent.com/modules/t1ekuwM9PJrapNvtoTwK/6cZ1bcWw4zfRBSORjEf2/MVP1zdKgF.js", "ssg:https://framerusercontent.com/modules/unvT5tr8MiLR1MuRDCh2/BpS4h6H2e8n8BcpXici1/HPLRaKB5Y.js", "ssg:https://framerusercontent.com/modules/jSBDx4iJDujg1q7CPGAz/rg8zgACdoc8nf8KrIFW6/LP5EgAGCc.js", "ssg:https://framerusercontent.com/modules/sSfBaY1c6P9ARi1pBgaI/dIxi7GkJO8glqRScKXuo/t7CC0nbgf.js"],
  "sourcesContent": ["// Generated by Framer (7f988a2)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-lrzPO .framer-styles-preset-1wicq5s:not(.rich-text-wrapper), .framer-lrzPO .framer-styles-preset-1wicq5s.rich-text-wrapper a { --framer-link-current-text-color: var(--token-aaab69cb-d6e6-4b69-b070-aa28332e8e5e, #fcc55a) /* {\"name\":\"Yellow\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-aaab69cb-d6e6-4b69-b070-aa28332e8e5e, #fcc55a) /* {\"name\":\"Yellow\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-lrzPO\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Floating,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={b2DBYgP9V:{hover:true},bEiTQ9NiT:{hover:true},FQ5cdQRrv:{hover:true},geDN6O7aG:{hover:true},HB1kqoSCy:{hover:true},KCAJC9bul:{hover:true},MJNRQcc02:{hover:true},UtlCEFX6D:{hover:true}};const cycleOrder=[\"HB1kqoSCy\",\"FQ5cdQRrv\",\"bEiTQ9NiT\",\"b2DBYgP9V\",\"KCAJC9bul\",\"MJNRQcc02\",\"UtlCEFX6D\",\"geDN6O7aG\",\"fFGC3xxo8\",\"QBeVkrfnY\"];const serializationHash=\"framer-0bUi0\";const variantClassNames={b2DBYgP9V:\"framer-v-1xxls4q\",bEiTQ9NiT:\"framer-v-esgqbi\",fFGC3xxo8:\"framer-v-vxnge9\",FQ5cdQRrv:\"framer-v-1molywg\",geDN6O7aG:\"framer-v-1atuaew\",HB1kqoSCy:\"framer-v-8v0jdp\",KCAJC9bul:\"framer-v-1vxsra2\",MJNRQcc02:\"framer-v-19lrp0l\",QBeVkrfnY:\"framer-v-1j7n67m\",UtlCEFX6D:\"framer-v-1mzuq8u\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};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:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const 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={\"primary-black\":\"MJNRQcc02\",\"primary-orange\":\"b2DBYgP9V\",\"primary-plain\":\"bEiTQ9NiT\",\"primary-red-black\":\"KCAJC9bul\",\"primary-template\":\"geDN6O7aG\",\"primary-underscore\":\"FQ5cdQRrv\",\"primary-yellow-black\":\"UtlCEFX6D\",\"secondary-yellow\":\"QBeVkrfnY\",primary:\"HB1kqoSCy\",secondary:\"fFGC3xxo8\"};const getProps=({click,fontSize,height,id,link,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,LAoZPlWp2:(_ref=title!==null&&title!==void 0?title:props.LAoZPlWp2)!==null&&_ref!==void 0?_ref:\"Get Started\",TynGA5ah2:(_ref1=fontSize!==null&&fontSize!==void 0?fontSize:props.TynGA5ah2)!==null&&_ref1!==void 0?_ref1:18,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"HB1kqoSCy\",vpFretY6J:link!==null&&link!==void 0?link:props.vpFretY6J,WIhgLyMuR:click!==null&&click!==void 0?click:props.WIhgLyMuR};};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,LAoZPlWp2,vpFretY6J,TynGA5ah2,WIhgLyMuR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HB1kqoSCy\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1m77vw3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(WIhgLyMuR){const res=await WIhgLyMuR(...args);if(res===false)return false;}});const onMouseEnterizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:vpFretY6J,nodeId:\"HB1kqoSCy\",openInNewTab:false,smoothScroll:false,...addPropertyOverrides({fFGC3xxo8:{href:undefined},geDN6O7aG:{openInNewTab:true},QBeVkrfnY:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-8v0jdp\",className,classNames)} framer-3jab6b`,\"data-border\":true,\"data-framer-name\":\"primary\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"HB1kqoSCy\",onTap:onTap1m77vw3,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"b2DBYgP9V-hover\":{\"--border-color\":\"var(--token-fb9679e3-4010-466b-a794-4b8367465820, rgb(102, 55, 237))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},\"bEiTQ9NiT-hover\":{backgroundColor:\"var(--token-fb9679e3-4010-466b-a794-4b8367465820, rgb(102, 55, 237))\"},\"FQ5cdQRrv-hover\":{\"--border-color\":\"rgb(255, 255, 255)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},\"geDN6O7aG-hover\":{\"--border-color\":\"var(--token-aaab69cb-d6e6-4b69-b070-aa28332e8e5e, rgb(252, 197, 90))\",backgroundColor:\"var(--token-aaab69cb-d6e6-4b69-b070-aa28332e8e5e, rgb(252, 197, 90))\"},\"HB1kqoSCy-hover\":{\"--border-color\":\"var(--token-aaab69cb-d6e6-4b69-b070-aa28332e8e5e, rgb(252, 197, 90))\",backgroundColor:\"var(--token-aaab69cb-d6e6-4b69-b070-aa28332e8e5e, rgb(252, 197, 90))\"},\"KCAJC9bul-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},\"MJNRQcc02-hover\":{backgroundColor:\"var(--token-0b05d4fb-1f03-4ef9-8c73-a13baae2225e, rgb(24, 25, 29))\"},\"UtlCEFX6D-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},b2DBYgP9V:{\"--border-color\":\"rgba(132, 157, 255, 0)\",backgroundColor:\"var(--token-fb9679e3-4010-466b-a794-4b8367465820, rgb(102, 55, 237))\"},bEiTQ9NiT:{\"--border-color\":\"rgba(240, 240, 240, 0)\",backgroundColor:\"var(--token-8831e73a-eabe-4765-83ad-bd158c2ab358, rgb(238, 238, 238))\"},fFGC3xxo8:{\"--border-color\":\"rgba(255, 255, 255, 0)\",backgroundColor:\"var(--token-cb1681b6-8d36-4677-9af5-977a7238ab3b, rgb(35, 41, 44))\"},FQ5cdQRrv:{\"--border-color\":\"rgba(255, 255, 255, 0)\",backgroundColor:\"rgb(39, 41, 46)\"},geDN6O7aG:{\"--border-color\":\"var(--token-3823e662-d3f3-45fe-8905-142a17637219, rgb(255, 255, 255))\"},KCAJC9bul:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-3823e662-d3f3-45fe-8905-142a17637219, rgb(255, 255, 255))\"},MJNRQcc02:{\"--border-color\":\"var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29))\"},QBeVkrfnY:{\"--border-color\":\"rgba(132, 157, 255, 0)\",backgroundColor:\"var(--token-aaab69cb-d6e6-4b69-b070-aa28332e8e5e, rgb(252, 197, 90))\"},UtlCEFX6D:{\"--border-color\":\"var(--token-aaab69cb-d6e6-4b69-b070-aa28332e8e5e, rgb(252, 197, 90))\",backgroundColor:\"var(--token-aaab69cb-d6e6-4b69-b070-aa28332e8e5e, rgb(252, 197, 90))\"}},...addPropertyOverrides({\"b2DBYgP9V-hover\":{\"data-framer-name\":undefined},\"bEiTQ9NiT-hover\":{\"data-framer-name\":undefined},\"FQ5cdQRrv-hover\":{\"data-framer-name\":undefined},\"geDN6O7aG-hover\":{\"data-framer-name\":undefined},\"HB1kqoSCy-hover\":{\"data-framer-name\":undefined},\"KCAJC9bul-hover\":{\"data-framer-name\":undefined},\"MJNRQcc02-hover\":{\"data-framer-name\":undefined},\"UtlCEFX6D-hover\":{\"data-framer-name\":undefined},b2DBYgP9V:{\"data-framer-name\":\"primary-orange\"},bEiTQ9NiT:{\"data-framer-name\":\"primary-plain\"},fFGC3xxo8:{\"data-framer-name\":\"secondary\"},FQ5cdQRrv:{\"data-framer-name\":\"primary-underscore\"},geDN6O7aG:{\"data-framer-name\":\"primary-template\"},KCAJC9bul:{\"data-framer-name\":\"primary-red-black\"},MJNRQcc02:{\"data-framer-name\":\"primary-black\"},QBeVkrfnY:{\"data-framer-name\":\"secondary-yellow\"},UtlCEFX6D:{\"data-framer-name\":\"primary-yellow-black\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get Started\"})}),className:\"framer-1ex60m5\",\"data-highlight\":true,fonts:[\"GF;Inter-500\"],id:`${layoutId}-1ex60m5`,layoutDependency:layoutDependency,layoutId:\"HjnZGo0dC\",onMouseEnter:onMouseEnterizu9gt({overlay}),ref:ref2,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--variable-reference-TynGA5ah2-r6ksbZlAK\":TynGA5ah2},text:LAoZPlWp2,variants:{\"FQ5cdQRrv-hover\":{\"--extracted-r6o4lv\":\"var(--token-3823e662-d3f3-45fe-8905-142a17637219, rgb(255, 255, 255))\"},\"geDN6O7aG-hover\":{\"--extracted-r6o4lv\":\"var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29))\"},\"HB1kqoSCy-hover\":{\"--extracted-r6o4lv\":\"var(--token-8e8fa5a8-cbcb-4677-8100-e84433e3c381, rgb(20, 25, 27))\"},\"KCAJC9bul-hover\":{\"--extracted-r6o4lv\":\"var(--token-3823e662-d3f3-45fe-8905-142a17637219, rgb(255, 255, 255))\"},\"MJNRQcc02-hover\":{\"--extracted-r6o4lv\":\"var(--token-3823e662-d3f3-45fe-8905-142a17637219, rgb(255, 255, 255))\"},b2DBYgP9V:{\"--extracted-r6o4lv\":\"var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29))\"},bEiTQ9NiT:{\"--extracted-r6o4lv\":\"var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29))\"},FQ5cdQRrv:{\"--framer-paragraph-spacing\":\"0px\"},geDN6O7aG:{\"--extracted-r6o4lv\":\"var(--token-3823e662-d3f3-45fe-8905-142a17637219, rgb(255, 255, 255))\"},KCAJC9bul:{\"--extracted-r6o4lv\":\"var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29))\"},MJNRQcc02:{\"--extracted-r6o4lv\":\"var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29))\"},QBeVkrfnY:{\"--extracted-r6o4lv\":\"var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29))\"},UtlCEFX6D:{\"--extracted-r6o4lv\":\"var(--token-3823e662-d3f3-45fe-8905-142a17637219, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bEiTQ9NiT-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29)))\"},children:\"Get Started\"})})},\"FQ5cdQRrv-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3823e662-d3f3-45fe-8905-142a17637219, rgb(255, 255, 255)))\",\"--framer-text-decoration\":\"underline\"},children:\"Get Started\"})})},\"geDN6O7aG-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29)))\"},children:\"Get Started\"})})},\"HB1kqoSCy-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8e8fa5a8-cbcb-4677-8100-e84433e3c381, rgb(20, 25, 27)))\"},children:\"Get Started\"})})},\"KCAJC9bul-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3823e662-d3f3-45fe-8905-142a17637219, rgb(255, 255, 255)))\"},children:\"Get Started\"})}),fonts:[\"GF;Inter-500\"]},\"MJNRQcc02-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3823e662-d3f3-45fe-8905-142a17637219, rgb(255, 255, 255)))\"},children:\"Get Started\"})})},b2DBYgP9V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29)))\"},children:\"Get Started\"})})},bEiTQ9NiT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29)))\"},children:\"Get Started\"})})},FQ5cdQRrv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-decoration\":\"underline\"},children:\"Get Started\"})})},geDN6O7aG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3823e662-d3f3-45fe-8905-142a17637219, rgb(255, 255, 255)))\"},children:\"Get Started\"})})},KCAJC9bul:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NGIEFyYWJpYyBSb3VuZGVkIFZhcmlhYmxl\",\"--framer-font-family\":'\"SF Arabic Rounded Variable\", \"SF Arabic Rounded Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29)))\"},children:\"Get Started\"})}),fonts:[\"CUSTOM;SF Arabic Rounded Variable\"]},MJNRQcc02:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29)))\"},children:\"Get Started\"})})},QBeVkrfnY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29)))\"},children:\"Get Started\"})})},UtlCEFX6D:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NGIEFyYWJpYyBSb3VuZGVkIFZhcmlhYmxl\",\"--framer-font-family\":'\"SF Arabic Rounded Variable\", \"SF Arabic Rounded Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-TynGA5ah2-r6ksbZlAK) * 1px)\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3823e662-d3f3-45fe-8905-142a17637219, rgb(255, 255, 255)))\"},children:\"Get Started\"})}),fonts:[\"CUSTOM;SF Arabic Rounded Variable\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1ex60m5`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-n3erow\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"tSxAXXFUG\",ref:ref3,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"}})})})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0bUi0.framer-3jab6b, .framer-0bUi0 .framer-3jab6b { display: block; }\",\".framer-0bUi0.framer-8v0jdp { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; padding: 20px 30px 20px 30px; position: relative; text-decoration: none; width: min-content; }\",\".framer-0bUi0 .framer-1ex60m5 { -webkit-user-select: none; flex: none; height: auto; overflow: visible; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-0bUi0 .framer-n3erow { height: 150px; overflow: hidden; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0bUi0.framer-8v0jdp { gap: 0px; } .framer-0bUi0.framer-8v0jdp > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-0bUi0.framer-8v0jdp > :first-child { margin-left: 0px; } .framer-0bUi0.framer-8v0jdp > :last-child { margin-right: 0px; } }\",\".framer-0bUi0.framer-v-vxnge9.framer-8v0jdp, .framer-0bUi0.framer-v-1j7n67m.framer-8v0jdp { padding: 12px 25px 12px 25px; }\",\".framer-0bUi0.framer-v-vxnge9 .framer-1ex60m5, .framer-0bUi0.framer-v-1j7n67m .framer-1ex60m5 { -webkit-user-select: unset; user-select: unset; }\",'.framer-0bUi0[data-border=\"true\"]::after, .framer-0bUi0 [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 58\n * @framerIntrinsicWidth 158\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"FQ5cdQRrv\":{\"layout\":[\"auto\",\"auto\"]},\"bEiTQ9NiT\":{\"layout\":[\"auto\",\"auto\"]},\"b2DBYgP9V\":{\"layout\":[\"auto\",\"auto\"]},\"KCAJC9bul\":{\"layout\":[\"auto\",\"auto\"]},\"MJNRQcc02\":{\"layout\":[\"auto\",\"auto\"]},\"UtlCEFX6D\":{\"layout\":[\"auto\",\"auto\"]},\"geDN6O7aG\":{\"layout\":[\"auto\",\"auto\"]},\"fFGC3xxo8\":{\"layout\":[\"auto\",\"auto\"]},\"QBeVkrfnY\":{\"layout\":[\"auto\",\"auto\"]},\"L6KZTzeqS\":{\"layout\":[\"auto\",\"auto\"]},\"VqNbBE7xP\":{\"layout\":[\"auto\",\"auto\"]},\"SsGQqU4Ce\":{\"layout\":[\"auto\",\"auto\"]},\"wk8KbsbZd\":{\"layout\":[\"auto\",\"auto\"]},\"ECJrCcqLa\":{\"layout\":[\"auto\",\"auto\"]},\"OfzkoKuqA\":{\"layout\":[\"auto\",\"auto\"]},\"Guy0Pn4c3\":{\"layout\":[\"auto\",\"auto\"]},\"qYu_NXu_F\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"LAoZPlWp2\":\"title\",\"vpFretY6J\":\"link\",\"TynGA5ah2\":\"fontSize\",\"WIhgLyMuR\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerr6ksbZlAK=withCSS(Component,css,\"framer-0bUi0\");export default Framerr6ksbZlAK;Framerr6ksbZlAK.displayName=\"Button\";Framerr6ksbZlAK.defaultProps={height:58,width:158};addPropertyControls(Framerr6ksbZlAK,{variant:{options:[\"HB1kqoSCy\",\"FQ5cdQRrv\",\"bEiTQ9NiT\",\"b2DBYgP9V\",\"KCAJC9bul\",\"MJNRQcc02\",\"UtlCEFX6D\",\"geDN6O7aG\",\"fFGC3xxo8\",\"QBeVkrfnY\"],optionTitles:[\"primary\",\"primary-underscore\",\"primary-plain\",\"primary-orange\",\"primary-red-black\",\"primary-black\",\"primary-yellow-black\",\"primary-template\",\"secondary\",\"secondary-yellow\"],title:\"Variant\",type:ControlType.Enum},LAoZPlWp2:{defaultValue:\"Get Started\",displayTextArea:false,title:\"Title\",type:ControlType.String},vpFretY6J:{title:\"Link\",type:ControlType.Link},TynGA5ah2:{defaultValue:18,displayStepper:true,title:\"Font Size\",type:ControlType.Number},WIhgLyMuR:{title:\"Click\",type:ControlType.EventHandler}});const variationAxes=[{defaultValue:400,maxValue:1e3,minValue:1,name:\"Weight\",tag:\"wght\"},{defaultValue:28,maxValue:80,minValue:17,name:\"Optical Size\",tag:\"opsz\"}];addFonts(Framerr6ksbZlAK,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"SF Arabic Rounded Variable\",source:\"custom\",url:\"https://framerusercontent.com/assets/LAMPMrYgVSo4tpmgmVNT8gMg.woff2\",variationAxes}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerr6ksbZlAK\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"158\",\"framerVariables\":\"{\\\"LAoZPlWp2\\\":\\\"title\\\",\\\"vpFretY6J\\\":\\\"link\\\",\\\"TynGA5ah2\\\":\\\"fontSize\\\",\\\"WIhgLyMuR\\\":\\\"click\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FQ5cdQRrv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bEiTQ9NiT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"b2DBYgP9V\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KCAJC9bul\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MJNRQcc02\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UtlCEFX6D\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"geDN6O7aG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fFGC3xxo8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QBeVkrfnY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"L6KZTzeqS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VqNbBE7xP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SsGQqU4Ce\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wk8KbsbZd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ECJrCcqLa\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OfzkoKuqA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Guy0Pn4c3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qYu_NXu_F\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"58\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./r6ksbZlAK.map", "// Generated by Framer (b2780b5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;SF Arabic Rounded Variable\"]);const variationAxes=[{defaultValue:400,maxValue:1e3,minValue:1,name:\"Weight\",tag:\"wght\"},{defaultValue:28,maxValue:80,minValue:17,name:\"Optical Size\",tag:\"opsz\"}];export const fonts=[{explicitInter:true,fonts:[{family:\"SF Arabic Rounded Variable\",source:\"custom\",url:\"https://framerusercontent.com/assets/LAMPMrYgVSo4tpmgmVNT8gMg.woff2\",variationAxes}]}];export const css=['.framer-qqzyD .framer-styles-preset-12pirso:not(.rich-text-wrapper), .framer-qqzyD .framer-styles-preset-12pirso.rich-text-wrapper p { --framer-font-family: \"SF Arabic Rounded Variable\", \"SF Arabic Rounded 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: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: right; --framer-text-color: var(--token-3823e662-d3f3-45fe-8905-142a17637219, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-qqzyD .framer-styles-preset-12pirso:not(.rich-text-wrapper), .framer-qqzyD .framer-styles-preset-12pirso.rich-text-wrapper p { --framer-font-family: \"SF Arabic Rounded Variable\", \"SF Arabic Rounded 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: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: right; --framer-text-color: var(--token-3823e662-d3f3-45fe-8905-142a17637219, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-qqzyD .framer-styles-preset-12pirso:not(.rich-text-wrapper), .framer-qqzyD .framer-styles-preset-12pirso.rich-text-wrapper p { --framer-font-family: \"SF Arabic Rounded Variable\", \"SF Arabic Rounded 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: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: right; --framer-text-color: var(--token-3823e662-d3f3-45fe-8905-142a17637219, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-qqzyD .framer-styles-preset-12pirso:not(.rich-text-wrapper), .framer-qqzyD .framer-styles-preset-12pirso.rich-text-wrapper p { --framer-font-family: \"SF Arabic Rounded Variable\", \"SF Arabic Rounded 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: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: right; --framer-text-color: var(--token-3823e662-d3f3-45fe-8905-142a17637219, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-qqzyD\";\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\"}}}", "// Generated by Framer (552ec80)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,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/r172DIWuMjVs41ENqz3J/PLpvnfsJIIAewWQggAND/LyqHTeQ6W.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/gCt5i07vgAZ7lfY2XepH/0zYVBALjMcJcH1bXmxXi/ro7OPezbn.js\";const cycleOrder=[\"hQGzGUwaA\",\"fmOHwm_9x\",\"Ez1zX2vcl\",\"yvOgI1L66\"];const serializationHash=\"framer-qEGMw\";const variantClassNames={Ez1zX2vcl:\"framer-v-j8uzj9\",fmOHwm_9x:\"framer-v-9j05bh\",hQGzGUwaA:\"framer-v-1i2vkfs\",yvOgI1L66:\"framer-v-pd89wn\"};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:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"drop down open\":\"fmOHwm_9x\",\"drop down\":\"hQGzGUwaA\",\"phone drop down open\":\"yvOgI1L66\",\"phone drop down\":\"Ez1zX2vcl\"};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:\"hQGzGUwaA\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hQGzGUwaA\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter81n8en=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"fmOHwm_9x\");});const onMouseLeave1wel0tv=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"hQGzGUwaA\");});const onMouseEnter1320iu7=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"yvOgI1L66\");});const onMouseLeave8lqtuh=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"Ez1zX2vcl\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"fmOHwm_9x\",\"yvOgI1L66\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({Ez1zX2vcl:{value:transition2},yvOgI1L66:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1i2vkfs\",className,classNames),\"data-framer-name\":\"drop down\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hQGzGUwaA\",onMouseEnter:onMouseEnter81n8en,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Ez1zX2vcl:{\"data-framer-name\":\"phone drop down\",onMouseEnter:onMouseEnter1320iu7},fmOHwm_9x:{\"data-framer-name\":\"drop down open\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1wel0tv},yvOgI1L66:{\"data-framer-name\":\"phone drop down open\",onMouseEnter:undefined,onMouseLeave:onMouseLeave8lqtuh}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eltog0\",\"data-framer-name\":\"drop down heading wrap\",layoutDependency:layoutDependency,layoutId:\"LhNl8HmTm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15yf84u\",\"data-framer-name\":\"drop down heading\",layoutDependency:layoutDependency,layoutId:\"orv4EGv4L\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:17,intrinsicWidth:17,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+1),pixelHeight:17,pixelWidth:17,src:\"https://framerusercontent.com/images/EqT3zFJLHIzg7u2xF6s51kTRzKE.svg\"},className:\"framer-r8vlas\",layoutDependency:layoutDependency,layoutId:\"S8GwjR8Uf\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12pirso\",\"data-styles-preset\":\"LyqHTeQ6W\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29)))\",direction:\"rtl\"},children:\"\u0627\u0635\u062F\u0642\u0627\u0621\u0646\u0627\"})}),className:\"framer-q9blvy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vm9zdqrF2\",style:{\"--extracted-r6o4lv\":\"var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iz75qv\",\"data-framer-name\":\"drop down wrap\",layoutDependency:layoutDependency,layoutId:\"VFIqVcDiV\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,opacity:0},variants:{fmOHwm_9x:{backgroundColor:\"var(--token-fb9679e3-4010-466b-a794-4b8367465820, rgb(102, 55, 237))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:1},yvOgI1L66:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,opacity:1}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-em2zco\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"XLtMYvtw9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12pirso\",\"data-styles-preset\":\"LyqHTeQ6W\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vuPjdnKoY\"},nodeId:\"gHyfO4DxG\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Contact\"})})})}),className:\"framer-j3hg9d\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gHyfO4DxG\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nacymo\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"Db8YLpDi9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12pirso\",\"data-styles-preset\":\"LyqHTeQ6W\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UTujj3uGe\"},nodeId:\"nu8B4YEwj\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Blog\"})})})}),className:\"framer-1hpggy0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nu8B4YEwj\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11eoq9n\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"oNhtiCKu_\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12pirso\",\"data-styles-preset\":\"LyqHTeQ6W\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"e1OId0EAy\"},nodeId:\"Ib0M0GytY\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Team\"})})})}),className:\"framer-1k5gl2a\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ib0M0GytY\",verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qEGMw.framer-gltgcu, .framer-qEGMw .framer-gltgcu { display: block; }\",\".framer-qEGMw.framer-1i2vkfs { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 18px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qEGMw .framer-eltog0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qEGMw .framer-15yf84u { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qEGMw .framer-r8vlas { flex: none; height: 16px; overflow: visible; position: relative; width: 16px; }\",\".framer-qEGMw .framer-q9blvy, .framer-qEGMw .framer-j3hg9d, .framer-qEGMw .framer-1hpggy0, .framer-qEGMw .framer-1k5gl2a { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-qEGMw .framer-iz75qv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 40px 20px 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-qEGMw .framer-em2zco, .framer-qEGMw .framer-1nacymo, .framer-qEGMw .framer-11eoq9n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qEGMw.framer-1i2vkfs, .framer-qEGMw .framer-eltog0, .framer-qEGMw .framer-15yf84u, .framer-qEGMw .framer-iz75qv, .framer-qEGMw .framer-em2zco, .framer-qEGMw .framer-1nacymo, .framer-qEGMw .framer-11eoq9n { gap: 0px; } .framer-qEGMw.framer-1i2vkfs > *, .framer-qEGMw .framer-15yf84u > *, .framer-qEGMw .framer-em2zco > *, .framer-qEGMw .framer-1nacymo > *, .framer-qEGMw .framer-11eoq9n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qEGMw.framer-1i2vkfs > :first-child, .framer-qEGMw .framer-15yf84u > :first-child, .framer-qEGMw .framer-em2zco > :first-child, .framer-qEGMw .framer-1nacymo > :first-child, .framer-qEGMw .framer-11eoq9n > :first-child { margin-left: 0px; } .framer-qEGMw.framer-1i2vkfs > :last-child, .framer-qEGMw .framer-15yf84u > :last-child, .framer-qEGMw .framer-em2zco > :last-child, .framer-qEGMw .framer-1nacymo > :last-child, .framer-qEGMw .framer-11eoq9n > :last-child { margin-right: 0px; } .framer-qEGMw .framer-eltog0 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-qEGMw .framer-eltog0 > :first-child, .framer-qEGMw .framer-iz75qv > :first-child { margin-top: 0px; } .framer-qEGMw .framer-eltog0 > :last-child, .framer-qEGMw .framer-iz75qv > :last-child { margin-bottom: 0px; } .framer-qEGMw .framer-iz75qv > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",\".framer-qEGMw.framer-v-9j05bh .framer-eltog0 { align-content: flex-end; align-items: flex-end; }\",\".framer-qEGMw.framer-v-9j05bh .framer-iz75qv { align-content: flex-end; align-items: flex-end; padding: 20px 20px 20px 40px; }\",\".framer-qEGMw.framer-v-j8uzj9.framer-1i2vkfs { height: 20px; }\",\".framer-qEGMw.framer-v-j8uzj9 .framer-eltog0, .framer-qEGMw.framer-v-pd89wn .framer-eltog0 { align-content: center; align-items: center; gap: 30px; justify-content: center; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qEGMw.framer-v-j8uzj9 .framer-eltog0 { gap: 0px; } .framer-qEGMw.framer-v-j8uzj9 .framer-eltog0 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-qEGMw.framer-v-j8uzj9 .framer-eltog0 > :first-child { margin-top: 0px; } .framer-qEGMw.framer-v-j8uzj9 .framer-eltog0 > :last-child { margin-bottom: 0px; } }\",\".framer-qEGMw.framer-v-pd89wn.framer-1i2vkfs { height: min-content; }\",\".framer-qEGMw.framer-v-pd89wn .framer-iz75qv { align-content: center; align-items: center; padding: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qEGMw.framer-v-pd89wn .framer-eltog0 { gap: 0px; } .framer-qEGMw.framer-v-pd89wn .framer-eltog0 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-qEGMw.framer-v-pd89wn .framer-eltog0 > :first-child { margin-top: 0px; } .framer-qEGMw.framer-v-pd89wn .framer-eltog0 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 18\n * @framerIntrinsicWidth 89\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"fmOHwm_9x\":{\"layout\":[\"auto\",\"fixed\"]},\"Ez1zX2vcl\":{\"layout\":[\"auto\",\"fixed\"]},\"yvOgI1L66\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBAnmyuMw9=withCSS(Component,css,\"framer-qEGMw\");export default FramerBAnmyuMw9;FramerBAnmyuMw9.displayName=\"Pages\";FramerBAnmyuMw9.defaultProps={height:18,width:89};addPropertyControls(FramerBAnmyuMw9,{variant:{options:[\"hQGzGUwaA\",\"fmOHwm_9x\",\"Ez1zX2vcl\",\"yvOgI1L66\"],optionTitles:[\"drop down\",\"drop down open\",\"phone drop down\",\"phone drop down open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBAnmyuMw9,[{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),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBAnmyuMw9\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"89\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"fmOHwm_9x\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Ez1zX2vcl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"yvOgI1L66\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"18\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/r172DIWuMjVs41ENqz3J/PLpvnfsJIIAewWQggAND/LyqHTeQ6W.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/gCt5i07vgAZ7lfY2XepH/0zYVBALjMcJcH1bXmxXi/ro7OPezbn.js\";import Pages from\"https://framerusercontent.com/modules/ygRJQ8TQA2190wMfSLUH/RvmMv9GDRGbNFF7qi36S/BAnmyuMw9.js\";import Button from\"https://framerusercontent.com/modules/v6EWvesjJJXadVQKjiF7/J9wXsFOZvg5GcOcPex5g/r6ksbZlAK.js\";const ButtonFonts=getFonts(Button);const PagesFonts=getFonts(Pages);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"lKvC2TYoN\",\"WGksCjpSn\",\"eNaEG2d0t\"];const serializationHash=\"framer-yoEsQ\";const variantClassNames={eNaEG2d0t:\"framer-v-sfd9to\",lKvC2TYoN:\"framer-v-1pu6exj\",WGksCjpSn:\"framer-v-pplvn0\"};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:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:30,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-40,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.create(React.Fragment);const humanReadableVariantMap={\"Desktop-Home\":\"lKvC2TYoN\",\"Phone open\":\"eNaEG2d0t\",Phone:\"WGksCjpSn\"};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:\"lKvC2TYoN\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lKvC2TYoN\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaph5o51d=activeVariantCallback(async(...args)=>{setVariant(\"WGksCjpSn\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"WGksCjpSn\",\"eNaEG2d0t\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"eNaEG2d0t\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"eNaEG2d0t\")return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"WGksCjpSn\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({eNaEG2d0t:{value:transition2},WGksCjpSn:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1pu6exj\",className,classNames),\"data-framer-name\":\"Desktop-Home\",layoutDependency:layoutDependency,layoutId:\"lKvC2TYoN\",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\",backgroundColor:\"var(--token-13f419e7-1e07-4108-98e4-a8eb7ba5905b, rgb(250, 240, 230))\",...style},variants:{eNaEG2d0t:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.05)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0.02)\"}},...addPropertyOverrides({eNaEG2d0t:{\"data-border\":true,\"data-framer-name\":\"Phone open\"},WGksCjpSn:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13izldv\",\"data-framer-name\":\"top bar wrap\",layoutDependency:layoutDependency,layoutId:\"T1_0je4cZ\",style:{backdropFilter:\"blur(0px)\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"blur(0px)\"},children:[/*#__PURE__*/_jsx(Link,{href:\"https://docs.google.com/forms/d/e/1FAIpQLSfDzIL3UQWuldFgXMYfXUfwN5UKBaH76WeVeVOylijOQCh5kw/viewform?usp=sf_link\",nodeId:\"d0nqFRAO7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1jmp1fj framer-1s9r9q5\",layoutDependency:layoutDependency,layoutId:\"d0nqFRAO7\"})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11enjnr\",\"data-framer-name\":\"links and button\",layoutDependency:layoutDependency,layoutId:\"kR9Jpp872\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+(0+(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-16-0)/1)*1-0-48)/2)+-5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-byjg7y-container\",layoutDependency:layoutDependency,layoutId:\"uO_TKmLFT-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"uO_TKmLFT\",LAoZPlWp2:\"\u0627\u0646\u0636\u0645 \u0625\u0644\u064A\u0646\u0627\",layoutId:\"uO_TKmLFT\",TynGA5ah2:18,variant:\"KCAJC9bul\",vpFretY6J:\"https://victorflow.lemonsqueezy.com/checkout/buy/5af12546-b0a6-4137-8981-7e089b262657\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mm3c4l\",\"data-framer-name\":\"links wrap\",layoutDependency:layoutDependency,layoutId:\"pGsvn7UTE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12pirso\",\"data-styles-preset\":\"LyqHTeQ6W\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(161, 161, 161))\",direction:\"rtl\"},children:\"\u062F\u0643\u0627\u0646 \u0627\u0644\u0643\u0648\u062E (\u0642\u0631\u064A\u0628\u0627\u064B) \"})}),className:\"framer-1j7gufm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"H8GjAJV63\",style:{\"--extracted-r6o4lv\":\"rgb(161, 161, 161)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aoki20\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"xaVj1I6jW\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12pirso\",\"data-styles-preset\":\"LyqHTeQ6W\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":L3dzoZYc5\",webPageId:\"augiA20Il\"},nodeId:\"wNjdl_Jzj\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"\u0623\u0639\u0645\u0627\u0644\u0646\u0627\"})})})}),className:\"framer-118f8g2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wNjdl_Jzj\",style:{\"--extracted-r6o4lv\":\"var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rxdljy\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"xJwi25Jgt\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12pirso\",\"data-styles-preset\":\"LyqHTeQ6W\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":Dlemu9u2p\",webPageId:\"augiA20Il\"},nodeId:\"JAhP2z51C\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"\u0645\u0646 \u0646\u062D\u0646\"})})})}),className:\"framer-1ewm6ck\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JAhP2z51C\",style:{\"--extracted-r6o4lv\":\"var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29))\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j51at2\",\"data-framer-name\":\"title and icon\",layoutDependency:layoutDependency,layoutId:\"y7DLEmxzZ\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cdhu83\",\"data-framer-name\":\"Hamburger\",layoutDependency:layoutDependency,layoutId:\"NdAMfBtwx\",...addPropertyOverrides({eNaEG2d0t:{\"data-highlight\":true,onTap:onTaph5o51d}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-culn2y\",layoutDependency:layoutDependency,layoutId:\"G5MPZpjQd\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:0},variants:{eNaEG2d0t:{backgroundColor:\"rgb(255, 255, 255)\",rotate:-45}}}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-bgckqg\",\"data-framer-name\":\"Round\",layoutDependency:layoutDependency,layoutId:\"raIY6x9WI\",style:{backgroundColor:\"var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-t9yte2\",layoutDependency:layoutDependency,layoutId:\"ygkZhcRcS\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:0},variants:{eNaEG2d0t:{backgroundColor:\"rgb(255, 255, 255)\",rotate:45}}})]}),/*#__PURE__*/_jsx(Link,{href:{hash:\":JvKN0msNT\",webPageId:\"augiA20Il\"},nodeId:\"QSbSkac25\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:191,intrinsicWidth:218.5,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+(0+(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-16-0)/1)*1-0-44)/2)+3),pixelHeight:382,pixelWidth:437,src:\"https://framerusercontent.com/images/IkeTQJYLIYB7tsk15236LNa1Aqs.png\"},className:\"framer-172upec framer-1s9r9q5\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"QSbSkac25\",...addPropertyOverrides({eNaEG2d0t:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:191,intrinsicWidth:218.5,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+28+3),pixelHeight:382,pixelWidth:437,src:\"https://framerusercontent.com/images/IkeTQJYLIYB7tsk15236LNa1Aqs.png\"}},WGksCjpSn:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:191,intrinsicWidth:218.5,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+28+3),pixelHeight:382,pixelWidth:437,src:\"https://framerusercontent.com/images/IkeTQJYLIYB7tsk15236LNa1Aqs.png\"}}},baseVariant,gestureVariant)})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({WGksCjpSn:{height:41,width:`calc(max(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1200px), 1px) / 4)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+28+1.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hsrq1o-container\",layoutDependency:layoutDependency,layoutId:\"KIMiFqIuB-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"KIMiFqIuB\",LAoZPlWp2:\"\u0627\u0646\u0636\u0645 \u0625\u0644\u064A\u0646\u0627\",layoutId:\"KIMiFqIuB\",style:{height:\"100%\",width:\"100%\"},TynGA5ah2:14,variant:\"KCAJC9bul\",vpFretY6J:\"https://victorflow.lemonsqueezy.com/checkout/buy/5af12546-b0a6-4137-8981-7e089b262657\",width:\"100%\"})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12hrev2\",\"data-framer-name\":\"links full wrap\",layoutDependency:layoutDependency,layoutId:\"Fu1zvDbsx\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{eNaEG2d0t:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1g6wik5\",\"data-border\":true,\"data-framer-appear-id\":\"1g6wik5\",\"data-framer-name\":\"links wrap\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"nKUFEd_c7\",optimized:true,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(100px)\",backgroundColor:\"rgba(0, 0, 0, 0.5)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 1.6796045531809796px 1.6796045531809796px 0px rgba(0, 0, 0, 0.0042), 0px 3.9809593676181976px 3.9809593676181976px 0px rgba(0, 0, 0, 0.00995), 0px 7.261681379313813px 7.261681379313813px 0px rgba(0, 0, 0, 0.01815), 0px 12.07253071552259px 12.07253071552259px 0px rgba(0, 0, 0, 0.03018), 0px 19.496152721956605px 19.496152721956605px 0px rgba(0, 0, 0, 0.04874), 0px 31.91326760742231px 31.91326760742231px 0px rgba(0, 0, 0, 0.07978), 0px 54.952491763368016px 54.952491763368016px 0px rgba(0, 0, 0, 0.13738), 0px 100px 100px 0px rgba(0, 0, 0, 0.25)\",transformPerspective:1200,WebkitBackdropFilter:\"blur(100px)\"},variants:{eNaEG2d0t:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 1.6796045531809796px 1.6796045531809796px 0px rgba(0, 0, 0, 0.00168), 0px 3.9809593676181976px 3.9809593676181976px 0px rgba(0, 0, 0, 0.00398), 0px 7.261681379313813px 7.261681379313813px 0px rgba(0, 0, 0, 0.00726), 0px 12.07253071552259px 12.07253071552259px 0px rgba(0, 0, 0, 0.01207), 0px 19.496152721956605px 19.496152721956605px 0px rgba(0, 0, 0, 0.0195), 0px 31.91326760742231px 31.91326760742231px 0px rgba(0, 0, 0, 0.03191), 0px 54.952491763368016px 54.952491763368016px 0px rgba(0, 0, 0, 0.05495), 0px 100px 100px 0px rgba(0, 0, 0, 0.1)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u0wq0v\",\"data-framer-name\":\"links\",layoutDependency:layoutDependency,layoutId:\"rWx174PeF\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{eNaEG2d0t:{backgroundColor:\"var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"JXDtwYSyg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1fjvdmg framer-1s9r9q5\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"JXDtwYSyg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12pirso\",\"data-styles-preset\":\"LyqHTeQ6W\",children:\"Home\"})}),className:\"framer-27a0r7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JbsnY3poS\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hGt9lH6OJ\"},nodeId:\"cvqSTKk6M\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-wvjohl framer-1s9r9q5\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"cvqSTKk6M\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12pirso\",\"data-styles-preset\":\"LyqHTeQ6W\",children:\"About\"})}),className:\"framer-7d8uga\",\"data-framer-name\":\"About\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ftno73u9M\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hpHXWswrC\"},nodeId:\"afsW5MeQ1\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1vbj1g4 framer-1s9r9q5\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"afsW5MeQ1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12pirso\",\"data-styles-preset\":\"LyqHTeQ6W\",children:\"Portfolio\"})}),className:\"framer-1d4or5h\",\"data-framer-name\":\"Portfolio\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FRtwUhRWR\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,...addPropertyOverrides({eNaEG2d0t:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+100+0+0+20+0+20+174}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17dmh2x-container\",layoutDependency:layoutDependency,layoutId:\"EFM0XRula-container\",children:/*#__PURE__*/_jsx(Pages,{height:\"100%\",id:\"EFM0XRula\",layoutId:\"EFM0XRula\",variant:\"hQGzGUwaA\",width:\"100%\",...addPropertyOverrides({eNaEG2d0t:{variant:\"Ez1zX2vcl\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11vnwaf\",\"data-framer-name\":\"button wrap\",layoutDependency:layoutDependency,layoutId:\"vsf7zJeH1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,...addPropertyOverrides({eNaEG2d0t:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+100+0+0+20+0+20+232+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kbmsxm-container\",layoutDependency:layoutDependency,layoutId:\"a3ISM0ZEj-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"a3ISM0ZEj\",LAoZPlWp2:\"Buy Template\",layoutId:\"a3ISM0ZEj\",TynGA5ah2:18,variant:\"geDN6O7aG\",vpFretY6J:\"https://victorflow.lemonsqueezy.com/checkout/buy/5af12546-b0a6-4137-8981-7e089b262657\",width:\"100%\",...addPropertyOverrides({eNaEG2d0t:{TynGA5ah2:16}},baseVariant,gestureVariant)})})})})]})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yoEsQ.framer-1s9r9q5, .framer-yoEsQ .framer-1s9r9q5 { display: block; }\",\".framer-yoEsQ.framer-1pu6exj { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: flex-start; overflow: visible; padding: 8px 30px 8px 30px; position: relative; width: 1200px; }\",\".framer-yoEsQ .framer-13izldv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 1px; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yoEsQ .framer-1jmp1fj { flex: none; height: 58px; left: 0px; overflow: visible; position: absolute; text-decoration: none; top: calc(50.00000000000002% - 58px / 2); width: 127px; z-index: 1; }\",\".framer-yoEsQ .framer-11enjnr { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 48px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-yoEsQ .framer-byjg7y-container, .framer-yoEsQ .framer-17dmh2x-container, .framer-yoEsQ .framer-1kbmsxm-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-yoEsQ .framer-mm3c4l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px 50px 0px 0px; position: relative; width: min-content; }\",\".framer-yoEsQ .framer-1j7gufm, .framer-yoEsQ .framer-118f8g2, .framer-yoEsQ .framer-1ewm6ck, .framer-yoEsQ .framer-27a0r7, .framer-yoEsQ .framer-7d8uga, .framer-yoEsQ .framer-1d4or5h { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-yoEsQ .framer-1aoki20, .framer-yoEsQ .framer-1rxdljy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-yoEsQ .framer-j51at2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-yoEsQ .framer-cdhu83 { flex: none; height: 30px; overflow: visible; position: relative; width: 30px; }\",\".framer-yoEsQ .framer-culn2y { bottom: 6px; flex: none; height: 2px; left: calc(50.00000000000002% - 22px / 2); overflow: hidden; position: absolute; width: 22px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yoEsQ .framer-bgckqg { flex: none; height: 2px; left: calc(50.00000000000002% - 22px / 2); overflow: hidden; position: absolute; top: calc(53.33333333333336% - 2px / 2); width: 22px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yoEsQ .framer-t9yte2 { flex: none; height: 2px; left: calc(50.00000000000002% - 22px / 2); overflow: hidden; position: absolute; top: 8px; width: 22px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yoEsQ .framer-172upec { flex: none; height: 38px; overflow: visible; position: relative; text-decoration: none; width: 43px; z-index: 1; }\",\".framer-yoEsQ .framer-hsrq1o-container { aspect-ratio: 2.189655172413793 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 91px); position: relative; width: 25%; }\",\".framer-yoEsQ .framer-12hrev2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 201px; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 351px; }\",\".framer-yoEsQ .framer-1g6wik5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 350px; overflow: hidden; padding: 30px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yoEsQ .framer-1u0wq0v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yoEsQ .framer-1fjvdmg, .framer-yoEsQ .framer-wvjohl, .framer-yoEsQ .framer-1vbj1g4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-yoEsQ .framer-11vnwaf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yoEsQ.framer-1pu6exj, .framer-yoEsQ .framer-mm3c4l, .framer-yoEsQ .framer-1aoki20, .framer-yoEsQ .framer-1rxdljy, .framer-yoEsQ .framer-j51at2, .framer-yoEsQ .framer-12hrev2, .framer-yoEsQ .framer-1g6wik5, .framer-yoEsQ .framer-1u0wq0v, .framer-yoEsQ .framer-1fjvdmg, .framer-yoEsQ .framer-wvjohl, .framer-yoEsQ .framer-1vbj1g4, .framer-yoEsQ .framer-11vnwaf { gap: 0px; } .framer-yoEsQ.framer-1pu6exj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-yoEsQ.framer-1pu6exj > :first-child, .framer-yoEsQ .framer-1g6wik5 > :first-child, .framer-yoEsQ .framer-1u0wq0v > :first-child { margin-top: 0px; } .framer-yoEsQ.framer-1pu6exj > :last-child, .framer-yoEsQ .framer-1g6wik5 > :last-child, .framer-yoEsQ .framer-1u0wq0v > :last-child { margin-bottom: 0px; } .framer-yoEsQ .framer-mm3c4l > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-yoEsQ .framer-mm3c4l > :first-child, .framer-yoEsQ .framer-1aoki20 > :first-child, .framer-yoEsQ .framer-1rxdljy > :first-child, .framer-yoEsQ .framer-j51at2 > :first-child, .framer-yoEsQ .framer-12hrev2 > :first-child, .framer-yoEsQ .framer-1fjvdmg > :first-child, .framer-yoEsQ .framer-wvjohl > :first-child, .framer-yoEsQ .framer-1vbj1g4 > :first-child, .framer-yoEsQ .framer-11vnwaf > :first-child { margin-left: 0px; } .framer-yoEsQ .framer-mm3c4l > :last-child, .framer-yoEsQ .framer-1aoki20 > :last-child, .framer-yoEsQ .framer-1rxdljy > :last-child, .framer-yoEsQ .framer-j51at2 > :last-child, .framer-yoEsQ .framer-12hrev2 > :last-child, .framer-yoEsQ .framer-1fjvdmg > :last-child, .framer-yoEsQ .framer-wvjohl > :last-child, .framer-yoEsQ .framer-1vbj1g4 > :last-child, .framer-yoEsQ .framer-11vnwaf > :last-child { margin-right: 0px; } .framer-yoEsQ .framer-1aoki20 > *, .framer-yoEsQ .framer-1rxdljy > *, .framer-yoEsQ .framer-j51at2 > *, .framer-yoEsQ .framer-1fjvdmg > *, .framer-yoEsQ .framer-wvjohl > *, .framer-yoEsQ .framer-1vbj1g4 > *, .framer-yoEsQ .framer-11vnwaf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-yoEsQ .framer-12hrev2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-yoEsQ .framer-1g6wik5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yoEsQ .framer-1u0wq0v > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\".framer-yoEsQ.framer-v-pplvn0.framer-1pu6exj { align-content: flex-start; align-items: flex-start; gap: 0px; padding: 0px 20px 0px 20px; width: 390px; }\",\".framer-yoEsQ.framer-v-pplvn0 .framer-13izldv, .framer-yoEsQ.framer-v-sfd9to .framer-13izldv { flex: none; height: 100px; }\",\".framer-yoEsQ.framer-v-pplvn0 .framer-1jmp1fj { height: 44px; top: calc(50.00000000000002% - 44px / 2); width: 88px; }\",\".framer-yoEsQ.framer-v-pplvn0 .framer-j51at2, .framer-yoEsQ.framer-v-sfd9to .framer-j51at2 { flex: 1 0 0px; gap: unset; justify-content: space-between; width: 1px; }\",\".framer-yoEsQ.framer-v-pplvn0 .framer-172upec { order: 2; }\",\".framer-yoEsQ.framer-v-pplvn0 .framer-hsrq1o-container { height: var(--framer-aspect-ratio-supported, 40px); order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yoEsQ.framer-v-pplvn0.framer-1pu6exj, .framer-yoEsQ.framer-v-pplvn0 .framer-j51at2 { gap: 0px; } .framer-yoEsQ.framer-v-pplvn0.framer-1pu6exj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yoEsQ.framer-v-pplvn0.framer-1pu6exj > :first-child { margin-top: 0px; } .framer-yoEsQ.framer-v-pplvn0.framer-1pu6exj > :last-child { margin-bottom: 0px; } .framer-yoEsQ.framer-v-pplvn0 .framer-j51at2 > *, .framer-yoEsQ.framer-v-pplvn0 .framer-j51at2 > :first-child, .framer-yoEsQ.framer-v-pplvn0 .framer-j51at2 > :last-child { margin: 0px; } }\",\".framer-yoEsQ.framer-v-sfd9to.framer-1pu6exj { align-content: flex-start; align-items: flex-start; gap: 0px; height: min-content; padding: 0px 20px 0px 20px; width: 390px; }\",\".framer-yoEsQ.framer-v-sfd9to .framer-cdhu83 { cursor: pointer; }\",\".framer-yoEsQ.framer-v-sfd9to .framer-culn2y { bottom: unset; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-yoEsQ.framer-v-sfd9to .framer-t9yte2 { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-yoEsQ.framer-v-sfd9to .framer-12hrev2 { flex-direction: column; height: min-content; justify-content: flex-start; padding: 0px 0px 20px 0px; width: 100%; }\",\".framer-yoEsQ.framer-v-sfd9to .framer-1g6wik5 { align-content: center; align-items: center; flex: none; gap: 30px; max-width: unset; padding: 20px; width: 100%; }\",\".framer-yoEsQ.framer-v-sfd9to .framer-1u0wq0v { padding: 20px 0px 20px 0px; }\",\".framer-yoEsQ.framer-v-sfd9to .framer-1fjvdmg, .framer-yoEsQ.framer-v-sfd9to .framer-wvjohl, .framer-yoEsQ.framer-v-sfd9to .framer-1vbj1g4 { width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yoEsQ.framer-v-sfd9to.framer-1pu6exj, .framer-yoEsQ.framer-v-sfd9to .framer-j51at2, .framer-yoEsQ.framer-v-sfd9to .framer-12hrev2, .framer-yoEsQ.framer-v-sfd9to .framer-1g6wik5 { gap: 0px; } .framer-yoEsQ.framer-v-sfd9to.framer-1pu6exj > *, .framer-yoEsQ.framer-v-sfd9to .framer-12hrev2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yoEsQ.framer-v-sfd9to.framer-1pu6exj > :first-child, .framer-yoEsQ.framer-v-sfd9to .framer-12hrev2 > :first-child, .framer-yoEsQ.framer-v-sfd9to .framer-1g6wik5 > :first-child { margin-top: 0px; } .framer-yoEsQ.framer-v-sfd9to.framer-1pu6exj > :last-child, .framer-yoEsQ.framer-v-sfd9to .framer-12hrev2 > :last-child, .framer-yoEsQ.framer-v-sfd9to .framer-1g6wik5 > :last-child { margin-bottom: 0px; } .framer-yoEsQ.framer-v-sfd9to .framer-j51at2 > *, .framer-yoEsQ.framer-v-sfd9to .framer-j51at2 > :first-child, .framer-yoEsQ.framer-v-sfd9to .framer-j51at2 > :last-child { margin: 0px; } .framer-yoEsQ.framer-v-sfd9to .framer-1g6wik5 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-yoEsQ[data-border=\"true\"]::after, .framer-yoEsQ [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 100\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"WGksCjpSn\":{\"layout\":[\"fixed\",\"fixed\"]},\"eNaEG2d0t\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMVP1zdKgF=withCSS(Component,css,\"framer-yoEsQ\");export default FramerMVP1zdKgF;FramerMVP1zdKgF.displayName=\"Navigation Bar\";FramerMVP1zdKgF.defaultProps={height:100,width:1200};addPropertyControls(FramerMVP1zdKgF,{variant:{options:[\"lKvC2TYoN\",\"WGksCjpSn\",\"eNaEG2d0t\"],optionTitles:[\"Desktop-Home\",\"Phone\",\"Phone open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerMVP1zdKgF,[{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\"}]},...ButtonFonts,...PagesFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMVP1zdKgF\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WGksCjpSn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eNaEG2d0t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"100\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b2780b5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;SF Arabic Rounded Variable\"]);const variationAxes=[{defaultValue:400,maxValue:1e3,minValue:1,name:\"Weight\",tag:\"wght\"},{defaultValue:28,maxValue:80,minValue:17,name:\"Optical Size\",tag:\"opsz\"}];export const fonts=[{explicitInter:true,fonts:[{family:\"SF Arabic Rounded Variable\",source:\"custom\",url:\"https://framerusercontent.com/assets/LAMPMrYgVSo4tpmgmVNT8gMg.woff2\",variationAxes}]}];export const css=['.framer-7uWmi .framer-styles-preset-19aokke:not(.rich-text-wrapper), .framer-7uWmi .framer-styles-preset-19aokke.rich-text-wrapper p { --framer-font-family: \"SF Arabic Rounded Variable\", \"SF Arabic Rounded Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: right; --framer-text-color: var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, #18191d); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 811px) { .framer-7uWmi .framer-styles-preset-19aokke:not(.rich-text-wrapper), .framer-7uWmi .framer-styles-preset-19aokke.rich-text-wrapper p { --framer-font-family: \"SF Arabic Rounded Variable\", \"SF Arabic Rounded Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 25px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: right; --framer-text-color: var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, #18191d); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 810px) and (min-width: 810px) { .framer-7uWmi .framer-styles-preset-19aokke:not(.rich-text-wrapper), .framer-7uWmi .framer-styles-preset-19aokke.rich-text-wrapper p { --framer-font-family: \"SF Arabic Rounded Variable\", \"SF Arabic Rounded 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: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: right; --framer-text-color: var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, #18191d); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-7uWmi .framer-styles-preset-19aokke:not(.rich-text-wrapper), .framer-7uWmi .framer-styles-preset-19aokke.rich-text-wrapper p { --framer-font-family: \"SF Arabic Rounded Variable\", \"SF Arabic Rounded 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: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: right; --framer-text-color: var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, #18191d); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-7uWmi\";\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 (552ec80)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={BlKAr2Zrk:{hover:true},dL9Q8GFGb:{hover:true},LDZJuCljQ:{hover:true}};const cycleOrder=[\"BlKAr2Zrk\",\"LDZJuCljQ\",\"Ed8f_yPBL\",\"dL9Q8GFGb\"];const serializationHash=\"framer-dlSCQ\";const variantClassNames={BlKAr2Zrk:\"framer-v-1x9r5zf\",dL9Q8GFGb:\"framer-v-daeahn\",Ed8f_yPBL:\"framer-v-xj2gl6\",LDZJuCljQ:\"framer-v-12gsqlq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const 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={\"social item big-black\":\"dL9Q8GFGb\",\"social item big\":\"Ed8f_yPBL\",\"social item small\":\"LDZJuCljQ\",\"social item\":\"BlKAr2Zrk\"};const getProps=({height,id,link,socialImage,tap,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,cShexvGPq:(_ref=socialImage!==null&&socialImage!==void 0?socialImage:props.cShexvGPq)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/sV0n0MF3w7Ipc10BEzvyIyyTTNk.svg\"},nhpwX5dKv:link!==null&&link!==void 0?link:props.nhpwX5dKv,PDpSDPiEn:tap!==null&&tap!==void 0?tap:props.PDpSDPiEn,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"BlKAr2Zrk\"};};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,PDpSDPiEn,nhpwX5dKv,cShexvGPq,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BlKAr2Zrk\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap4beae4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(PDpSDPiEn){const res=await PDpSDPiEn(...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__*/_jsx(Link,{href:nhpwX5dKv,nodeId:\"BlKAr2Zrk\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1x9r5zf\",className,classNames)} framer-ifk7h0`,\"data-framer-name\":\"social item\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BlKAr2Zrk\",onTap:onTap4beae4,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-aaab69cb-d6e6-4b69-b070-aa28332e8e5e, rgb(224, 84, 52))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{\"BlKAr2Zrk-hover\":{backgroundColor:\"var(--token-fb9679e3-4010-466b-a794-4b8367465820, rgb(102, 55, 237))\"},\"dL9Q8GFGb-hover\":{backgroundColor:\"var(--token-aaab69cb-d6e6-4b69-b070-aa28332e8e5e, rgb(252, 197, 90))\"},\"LDZJuCljQ-hover\":{backgroundColor:\"var(--token-fb9679e3-4010-466b-a794-4b8367465820, rgb(102, 55, 237))\"},dL9Q8GFGb:{backgroundColor:\"var(--token-e017267c-cbad-4362-92e5-7cf64694f6a9, rgb(24, 25, 29))\"},Ed8f_yPBL:{backgroundColor:\"var(--token-fb9679e3-4010-466b-a794-4b8367465820, rgb(102, 55, 237))\"}},...addPropertyOverrides({\"BlKAr2Zrk-hover\":{\"data-framer-name\":undefined},\"dL9Q8GFGb-hover\":{\"data-framer-name\":undefined},\"LDZJuCljQ-hover\":{\"data-framer-name\":undefined},dL9Q8GFGb:{\"data-framer-name\":\"social item big-black\"},Ed8f_yPBL:{\"data-framer-name\":\"social item big\"},LDZJuCljQ:{\"data-framer-name\":\"social item small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:16,intrinsicWidth:17,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||50)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||50)-0)*1)/2)),pixelHeight:16,pixelWidth:17,sizes:\"23px\",...toResponsiveImage(cShexvGPq),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1e4m1wo\",\"data-framer-name\":\"social\",layoutDependency:layoutDependency,layoutId:\"gV8am9iwT\",...addPropertyOverrides({dL9Q8GFGb:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:16,intrinsicWidth:17,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||72)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||72)-0)*1)/2)),pixelHeight:16,pixelWidth:17,sizes:\"20px\",...toResponsiveImage(cShexvGPq),...{positionX:\"center\",positionY:\"center\"}}},Ed8f_yPBL:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:16,intrinsicWidth:17,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||72)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||72)-0)*1)/2)),pixelHeight:16,pixelWidth:17,sizes:\"20px\",...toResponsiveImage(cShexvGPq),...{positionX:\"center\",positionY:\"center\"}}},LDZJuCljQ:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:16,intrinsicWidth:17,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||35)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||35)-0)*1)/2)),pixelHeight:16,pixelWidth:17,sizes:\"15px\",...toResponsiveImage(cShexvGPq),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dlSCQ.framer-ifk7h0, .framer-dlSCQ .framer-ifk7h0 { display: block; }\",\".framer-dlSCQ.framer-1x9r5zf { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 50px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-dlSCQ .framer-1e4m1wo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 23px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dlSCQ.framer-1x9r5zf, .framer-dlSCQ .framer-1e4m1wo { gap: 0px; } .framer-dlSCQ.framer-1x9r5zf > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-dlSCQ.framer-1x9r5zf > :first-child { margin-left: 0px; } .framer-dlSCQ.framer-1x9r5zf > :last-child { margin-right: 0px; } .framer-dlSCQ .framer-1e4m1wo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-dlSCQ .framer-1e4m1wo > :first-child { margin-top: 0px; } .framer-dlSCQ .framer-1e4m1wo > :last-child { margin-bottom: 0px; } }\",\".framer-dlSCQ.framer-v-12gsqlq.framer-1x9r5zf { height: 35px; width: 35px; }\",\".framer-dlSCQ.framer-v-12gsqlq .framer-1e4m1wo { width: 15px; }\",\".framer-dlSCQ.framer-v-xj2gl6.framer-1x9r5zf, .framer-dlSCQ.framer-v-daeahn.framer-1x9r5zf { height: 72px; width: 72px; }\",\".framer-dlSCQ.framer-v-xj2gl6 .framer-1e4m1wo, .framer-dlSCQ.framer-v-daeahn .framer-1e4m1wo { width: 20px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 50\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"LDZJuCljQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ed8f_yPBL\":{\"layout\":[\"fixed\",\"fixed\"]},\"dL9Q8GFGb\":{\"layout\":[\"fixed\",\"fixed\"]},\"RfbWPVbaw\":{\"layout\":[\"fixed\",\"fixed\"]},\"UqzUc6Ikd\":{\"layout\":[\"fixed\",\"fixed\"]},\"g7Y5b6oj8\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"PDpSDPiEn\":\"tap\",\"nhpwX5dKv\":\"link\",\"cShexvGPq\":\"socialImage\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLP5EgAGCc=withCSS(Component,css,\"framer-dlSCQ\");export default FramerLP5EgAGCc;FramerLP5EgAGCc.displayName=\"Social Item\";FramerLP5EgAGCc.defaultProps={height:50,width:50};addPropertyControls(FramerLP5EgAGCc,{variant:{options:[\"BlKAr2Zrk\",\"LDZJuCljQ\",\"Ed8f_yPBL\",\"dL9Q8GFGb\"],optionTitles:[\"social item\",\"social item small\",\"social item big\",\"social item big-black\"],title:\"Variant\",type:ControlType.Enum},PDpSDPiEn:{title:\"Tap\",type:ControlType.EventHandler},nhpwX5dKv:{title:\"Link\",type:ControlType.Link},cShexvGPq:{__defaultAssetReference:\"data:framer/asset-reference,sV0n0MF3w7Ipc10BEzvyIyyTTNk.svg?originalFilename=fb.svg&preferredSize=auto\",title:\"Social Image\",type:ControlType.ResponsiveImage}});addFonts(FramerLP5EgAGCc,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLP5EgAGCc\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LDZJuCljQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ed8f_yPBL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dL9Q8GFGb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RfbWPVbaw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UqzUc6Ikd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"g7Y5b6oj8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"PDpSDPiEn\\\":\\\"tap\\\",\\\"nhpwX5dKv\\\":\\\"link\\\",\\\"cShexvGPq\\\":\\\"socialImage\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"50\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"50\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LP5EgAGCc.map", "// Generated by Framer (4240133)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,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/unvT5tr8MiLR1MuRDCh2/BpS4h6H2e8n8BcpXici1/HPLRaKB5Y.js\";import SocialItem from\"https://framerusercontent.com/modules/jSBDx4iJDujg1q7CPGAz/rg8zgACdoc8nf8KrIFW6/LP5EgAGCc.js\";const SocialItemFonts=getFonts(SocialItem);const cycleOrder=[\"YaSMXfPop\",\"V1DEGtbiC\",\"PCva9XjS6\"];const serializationHash=\"framer-vHv1N\";const variantClassNames={PCva9XjS6:\"framer-v-12yzolp\",V1DEGtbiC:\"framer-v-g4fdzr\",YaSMXfPop:\"framer-v-pkc6dd\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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={Desktop:\"YaSMXfPop\",Phone:\"PCva9XjS6\",Tablet:\"V1DEGtbiC\"};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:\"YaSMXfPop\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YaSMXfPop\",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(motion.footer,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-pkc6dd\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"YaSMXfPop\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({PCva9XjS6:{\"data-framer-name\":\"Phone\"},V1DEGtbiC:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6mcll2\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"WvpS7GWT7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1us8hkj\",\"data-framer-name\":\"Footer Wrap\",layoutDependency:layoutDependency,layoutId:\"a3bqnOM87\",children:[/*#__PURE__*/_jsxs(motion.footer,{className:\"framer-15puq7l\",\"data-framer-name\":\"right section\",layoutDependency:layoutDependency,layoutId:\"g8mHFY_j4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y6zwjv\",\"data-framer-name\":\"sub wrap two\",layoutDependency:layoutDependency,layoutId:\"Tn4KQQ9HM\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1etez5e\",\"data-framer-name\":\"Vertical\",layoutDependency:layoutDependency,layoutId:\"qQNslavVc\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10iok4c\",\"data-framer-name\":\"content wrap\",layoutDependency:layoutDependency,layoutId:\"K6foIKEQ1\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jse3zc\",\"data-framer-name\":\"sub wrap one\",layoutDependency:layoutDependency,layoutId:\"F5EIN6BLH\"})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-o5gh0v\",\"data-framer-name\":\"left section\",layoutDependency:layoutDependency,layoutId:\"Qafdb8OB8\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12alckq\",\"data-framer-name\":\"content wrap\",layoutDependency:layoutDependency,layoutId:\"Q77nBvoYR\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12kjwd8\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:93,intrinsicWidth:221,layoutDependency:layoutDependency,layoutId:\"QE8kqZyyC\",svg:'<svg width=\"221\" height=\"93\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M93.414 72.028c-.379.143-.766.264-1.15.393-.18.06-.36.121-.539.187l-.224.086-.01.007c-.035.023-.256.111-.396.189-.009.01-.005.008-.02.025-.05.053-.105.101-.155.153-.256.263-.489.547-.729.825-.527.61-1.065 1.197-1.85 1.464-.054.018-.108.023-.162.034-.297.637-.718 1.191-1.389 1.565-.923.514-2.199.07-2.465-1.003-.435-1.753.416-3.154 1.641-4.224l.034-.062a3.639 3.639 0 0 1-.99-.092c-.737-.183-1.2-.891-1.233-1.618-.03-.671.541-1.512 1.232-1.618a5.315 5.315 0 0 1 1.058-.045l.074-.042.015-.013c-.083-.254-.173-.505-.245-.763-.25-.906.308-1.784 1.172-2.064.901-.291 1.778.344 2.064 1.172.023.068.048.136.073.203l.038.078c.033.063.07.124.108.184.054.05.106.101.16.153-.097-.1.278.203.338.243.198.133.391.275.593.401.011.007.284.143.288.16.051.014.103.027.155.038l.038.003c.17-.004.337.006.506-.003.056-.003.34-.043.357-.042.167-.03.334-.061.5-.1.368-.085.731-.188 1.092-.297.701-.213 1.391-.461 2.096-.663l3.892-26.019-11.635 3.304-32.865 11.492-4.416.144-21.47-8.39-22.46-7.159-2.246 2.039L9.8 67.734c.17-.004.342.007.521.038.603.103 1.198.242 1.801.347.081.014.161.028.242.04l.12.017c.008 0 .017.002.023.003.082.009.164.017.246.023.323.027.647.036.97.014.077-.006.158-.023.235-.022h-.084c-.152.032-.319.001 0 0h.003c.11-.024.252-.091.371-.11.048-.025.097-.05.144-.079.047-.029.098-.079.148-.1-.037.015-.054.026-.08.039-.124.114-.165.083 0 0l.017-.014c.053-.052.104-.107.153-.163l.034-.04c.022-.126.262-.375.326-.477.206-.328.395-.666.59-1 .47-.811 1.492-1.026 2.295-.602.803.424 1.043 1.536.602 2.296l-.014.023c.722.442 1.392.911 1.925 1.614.45.593.2 1.546-.262 2.033-.395.417-.92.659-1.468.825.647.636 1.102 1.4 1.408 2.294.3.876-.343 1.815-1.172 2.064-1.133.34-2.136-.261-2.775-1.17a4.222 4.222 0 0 1-.23-.36 1.974 1.974 0 0 0-.092-.091c-.054-.037-.107-.074-.162-.109-.12-.079-.242-.154-.362-.234a5.117 5.117 0 0 1-.932-.797l-.054-.012c-1.104-.225-2.237-.391-3.292-.777L14.2 88.011 43.933 91.2H56.32l33.293-3.189 5.214-16.643a8.701 8.701 0 0 1-1.413.662l.001-.002Z\" fill=\"#E05434\"/><path d=\"M7.055 42.374s3.713 20.542 8.522 23.873c4.81 3.331 11.215 22.627 15.252 23.781L14.2 88.009 4.286 42.352l2.245-2.039.523 2.061Z\" fill=\"#D73D23\"/><path d=\"M22.302 26.525H84.85L69.1 14.842l.86-9.88-3.94-.712-.29 8.588-9.41-6.462-5.856-2.126-28.162 22.275Z\" fill=\"#E05434\"/><path d=\"m19.745 39.677 1.143-10.929 4.701-2.626 59.26 1.743 1.09 11.812-33.84 12.688-32.354-12.688Z\" fill=\"#DFD4C8\"/><path d=\"M15.155 42.752a514.546 514.546 0 0 0 18.713 4.723c5.205 1.217 11.198 2.644 14.613 7.148l1.727-3.009c-2.234.182-4.156-.727-6.076-1.759-2.02-1.086-4.03-2.088-6.196-2.859-4.103-1.461-8.446-2.274-12.335-4.294l-1.009 3.727c1.546-.145 3.241.681 4.674 1.206 1.746.64 3.48 1.314 5.218 1.974l10.464 3.973c1.01.383 2.193-.425 2.46-1.397.31-1.125-.383-2.075-1.397-2.46l-10.929-4.15c-1.727-.656-3.449-1.33-5.187-1.955-1.668-.6-3.5-1.359-5.303-1.191-1.813.17-2.925 2.732-1.009 3.727 4.212 2.187 8.851 3.116 13.291 4.697 4.413 1.572 8.406 5.162 13.335 4.761 1.33-.108 2.73-1.686 1.727-3.009-3.838-5.062-9.676-7.223-15.66-8.668-6.705-1.619-13.404-3.22-20.057-5.041-2.486-.681-3.547 3.177-1.063 3.857v-.001Z\" fill=\"#EEE2D5\"/><path d=\"M54.988 55.202c5.907-2.141 11.248-5.455 16.93-8.083 2.81-1.3 5.735-2.335 8.765-2.988a31.919 31.919 0 0 1 4.758-.667c1.604-.099 3.284.127 4.706-.747 1.966-1.209.665-4.133-1.541-3.655-10.761 2.331-20.175 8.407-30.666 11.546-2.46.736-1.412 4.598 1.063 3.857 10.49-3.14 19.909-9.216 30.666-11.546l-1.541-3.655c-.471.29-1.226.138-1.758.156a34.56 34.56 0 0 0-2.318.159 40.535 40.535 0 0 0-4.886.796c-3.064.7-6.003 1.808-8.861 3.105-5.517 2.504-10.667 5.795-16.38 7.865-2.402.87-1.365 4.737 1.063 3.857Zm31.264 14.235c-.695-.447-.757-1.407-.215-1.974a.614.614 0 0 1 .531-.33c.34-.077.395-.101.168-.071-.3-.029-.747.063-1.04.14-1.165.305-2.15 1.198-2.435 2.383-.437 1.823 1.19 3.61 3.075 3.075-.999.283-1.634-.433-1.765-1.255l-.072.221c.085-.199.09-.218.013-.057-.123.198-.222.423-.324.632-.589 1.211-.943 2.501-.537 3.835.503 1.653 2.926 2.625 4.178 1.103a39.694 39.694 0 0 0 1.631-2.112c.41-.573.915-1.436 1.225-1.849-.088.118.188-.2.225-.238.262-.27-.243.131.076-.067.175-.109.376-.177.55-.284.175-.109.458-.495.652-.54-.077.018-.29.19-.375.237.212-.118.225-.045-.04-.031.6-.032.417-.034 1.01.075v-4.821l-2.249.724c-1.243.4-2.174 1.752-1.746 3.075.454 1.402 1.688 1.972 3.075 1.746 1.476-.24 2.863-.911 4.158-1.638 1.224-.687 2.41-1.414 3.501-2.3a8.307 8.307 0 0 0 2.518-3.432c.686-1.734.292-4.184-1.59-5.014-1.845-.813-3.527.169-3.762 2.159.063-.531-.108.385-.137.486-.066.226-.145.445-.224.667-.109.273-.115.292-.019.057a37.137 37.137 0 0 1-.514 1.076c-.552 1.118-1.11 2.247-1.46 3.448-.71 2.427 2.423 4.159 4.177 2.432.904-.89 1.863-1.749 2.714-2.689 1.167-1.289 1.763-2.649 1.511-4.409-.185-1.299-1.904-2.125-3.075-1.746-1.423.461-1.945 1.683-1.746 3.075-.13-.287-.129-.547.005-.78.062-.124.06-.121-.01.008-.098.137-.287.413-.067.144-.254.31-.554.586-.84.867l-2.028 1.995 4.178 2.432c.09-.305.19-.603.303-.899-.17.442.192-.413.231-.494.241-.504.499-.999.737-1.504.648-1.371 1.084-2.657 1.262-4.165l-3.762 2.159c.376.189.256.044-.359-.434l-.182-.647c.037-.165.033-.162-.014.011a2.73 2.73 0 0 1-.112.338c.195-.505-.088.099-.132.169-.068.111-.464.562-.116.182-.27.297-.57.553-.855.835-.136.111-.11.096.073-.047a15.037 15.037 0 0 1-.826.573c-.764.494-1.557.952-2.358 1.382-.228.122-.459.234-.689.351-.432.22.152-.021-.345.15-.487.168-.968.3-1.478.383l1.33 4.821 2.247-.724c1.013-.326 1.886-1.288 1.835-2.411-.046-1.034-.734-2.208-1.835-2.411-1.206-.222-2.426-.404-3.627-.044-.669.201-1.119.522-1.668.919-.536.388.426-.245-.248.107-.238.124-.45.311-.662.474-.887.685-1.47 1.608-2.076 2.536-.247.378-.502.75-.766 1.115.012-.017-.444.598-.26.359-.165.215-.338.423-.51.632l4.178 1.103c-.069-.228-.072-.256-.01-.009-.03.243-.022.273.024.092.048-.139.048-.151 0-.036-.08.217.104-.198.125-.239.072-.141.147-.28.217-.422.47-.955.838-1.959.693-3.039-.29-2.159-2.299-3.843-4.515-3.215l3.075 3.075c-.239.696-.646 1.074-1.22 1.136.304-.038.61-.078.914-.121a4.254 4.254 0 0 0 1.02-.395c.765-.424 1.408-1.235 1.666-2.07.528-1.713-.213-3.394-1.688-4.343-1.102-.709-2.808-.262-3.42.897-.656 1.241-.279 2.664.897 3.42l.005-.005ZM3.05 61.242c-.487.871-1.016 1.731-1.465 2.622-.804 1.596-.24 3.184 1.218 4.134 2.103 1.37 5.153.627 6.266-1.671.57-1.175.36-2.756-.897-3.42-1.25-.66-2.654-.273-3.42.897A15.629 15.629 0 0 0 2.874 67.9c-.287.962.124 2.031.896 2.628.815.63 1.87.67 2.777.195a22.106 22.106 0 0 0 1.941-1.146l-3.42-.897c.342.55-.118-.42-.025-.324.05.051-.018.365-.017.433.004.756.277 1.576.848 2.1.917.842 2.151.855 3.328.883.814.02 1.628.007 2.442.041.384.016.768.04 1.15.087-.55-.068.187.046.242.058.226.048.448.108.67.172l-.598-4.569c.488-.224-.13.035-.208.057-.208.061-.416.098-.627.146.35-.079.166-.017-.086.002a8.93 8.93 0 0 1-.654.023c-.846.002-1.688-.096-2.527-.198v5c.341 0 .68.008 1.02.032.151.011.301.032.452.04.39.021-.372-.075.01 0 .672.131 1.331.263 1.984.474.288.093.571.2.853.308.381.146-.506-.251.131.065.135.067.272.131.407.201.112.058.22.124.332.182.254.13.1.068-.042-.068.306.291-.014-.088-.058-.215a1.325 1.325 0 0 1-.024-.723l1.746-1.746c.531-.073-.42.022-.516.026-.266.013-.54.032-.806.005l1.262.341-.073-.048 1.238 2.159.008-.084-1.835 2.411.07-.017c1.27-.309 2.152-1.818 1.745-3.075-.428-1.321-1.713-2.077-3.075-1.746l-.069.017c-1.144.278-1.734 1.327-1.835 2.411l-.008.084c-.082.882.543 1.709 1.238 2.159 1.105.714 2.774.346 3.986.179.804-.11 1.573-.992 1.746-1.746.315-1.373-.035-2.802-1.066-3.8-.838-.812-1.9-1.27-2.96-1.707-1.849-.761-3.863-1.118-5.86-1.119-1.308 0-2.56 1.15-2.5 2.5.067 1.49 1.104 2.33 2.5 2.5 2.307.281 4.473.276 6.626-.712.893-.41 1.314-1.597 1.194-2.491a2.509 2.509 0 0 0-1.79-2.078c-1.208-.349-2.486-.473-3.739-.508-.543-.015-1.086-.014-1.629-.022a24.003 24.003 0 0 1-1.278-.04c-.488-.051-.317.023.514.222l.897.897c.073.098.228 1.306.24.596.005-.305-.048-.7-.106-.964a4.262 4.262 0 0 0-.549-1.335c-.684-1.099-2.266-1.66-3.42-.897a22.49 22.49 0 0 1-1.94 1.146l3.671 2.823c.087-.291.18-.58.284-.866.053-.143.108-.284.165-.425-.103.248-.094.239.025-.028.285-.54.564-1.071.9-1.584l-4.317-2.524a1.784 1.784 0 0 1-.18.329l.146-.22c.267-.186.282-.207.047-.063a.619.619 0 0 1 .394-.128c.21-.015.196-.019-.042-.012.32.055.387.058.202.008-.177-.055-.122-.033.166.066.31.213.507.515.593.909v1.329c-.219.437-.236.486-.053.147l.122-.219.427-.765.793-1.42c.638-1.142.313-2.781-.897-3.42-1.179-.623-2.74-.323-3.42.897l-.004.003Z\" fill=\"#EEE2D5\"/><path d=\"M20.528 74.025a11.132 11.132 0 0 1-1.299-2.238l.252.597a7.74 7.74 0 0 1-.365-1.009l.09.665.002-.115-.34 1.262.044-.089-.39.506.072-.072-.506.391c.56-.396 1.153-.733 1.665-1.197.891-.807 1.316-2.024 1.055-3.201-.228-1.028-.926-1.705-1.763-2.276a4.495 4.495 0 0 0-1.136-.558c-.479-.158-.944-.12-1.426-.179l1.262.341-.102-.043.506.391-.084-.071.391.506-.05-.091.34 1.262-.004-.102-.34 1.262.048-.096-.39.506c.644-.713 1.102-1.421 1.38-2.351.374-1.253-.449-2.78-1.746-3.075-1.345-.306-2.675.404-3.075 1.746a4.008 4.008 0 0 1-.122.349l.252-.597a3.219 3.219 0 0 1-.379.632l.391-.506c-.237.282-.49.551-.677.87-.458.782-.453 1.9.03 2.671.346.555.81.931 1.406 1.182.52.219 1.001.18 1.53.246l-.665-.089c.09.018.175.046.258.084l-.597-.252c.237.116.454.261.667.416l-.506-.391c.093.075.174.148.254.237l-.39-.506a.834.834 0 0 1 .117.191l-.252-.597c.03.07.047.143.051.219l-.089-.665-.003.108.09-.665a.738.738 0 0 1-.057.207l.252-.597a.98.98 0 0 1-.112.193l.391-.506c-.127.16-.269.29-.429.415l.506-.391c-.508.367-1.112.662-1.55 1.115-.91.942-.898 2.189-.454 3.329.437 1.124.956 2.185 1.68 3.152.405.541.817.962 1.494 1.149.598.165 1.395.09 1.926-.252.534-.344 1.004-.857 1.15-1.494.14-.613.141-1.399-.253-1.926v-.003Z\" fill=\"#EEE2D5\"/><path d=\"M53.583 4.25S32.614 21.761 38.861 25.538l-16.559.987L50.464 4.25h3.12Z\" fill=\"#D73D23\"/><path d=\"m48.766 55.696 1.698 35.502 3.271-.638 1.145-34.842-6.114-.022Z\" fill=\"#C02F20\"/><path d=\"m20.428 27.865 17.95-.495s-12.137 13.391.798 19.431L20.43 39.945v-12.08Z\" fill=\"#D0C3B6\"/><path d=\"M67.415 6.007s-1.794 4.326 1.685 6.832l-.454.511-3.709-1.731.792-5.884 1.686.272Z\" fill=\"#C02F20\"/><path d=\"M99.67 61.075s1.181 6.068-15.696 13.92l1.202 2.607 8.602-4.796 6.58-3.024 2.804-4.901-1.251-2.867-2.242-.938.001-.001Zm-93.403-.083 5.852 7.125 5.198-2.946.474.561 3.097 3.873-1.143 2.904.216 4.839-3.725-.733-5.808-4.397-7.868-4.306-2.039-3.424 2.358-3.146 3.388-.35Z\" fill=\"#E4D3C1\"/><path d=\"M52.176 45.58a7.395 7.395 0 0 0 1.841-.399c1.01-.361 1.938-.939 2.766-1.613 1.213-.988 2.296-2.183 3.067-3.547.177-.313.13-.763.204-1.274-.009.06-.172.182-.216.228-.08.085-.163.168-.245.252a27.507 27.507 0 0 1-1.257 1.189c-.546.486-1.102.96-1.634 1.461-.854.803-1.807 1.518-2.915 1.928-1.022.378-2.165.451-3.24.302-1.744-.242-3.22-1.191-4.747-1.996l-.52.362c-.048.06.543.674.597.738.38.449.775.886 1.264 1.218a5.998 5.998 0 0 0 1.645.769c1.106.332 2.257.481 3.391.381v.001Zm-5.672-12.306c-.463 2.082-.192 3.194 1.176 4.832.033-2.339-.152-3.099-1.176-4.832Zm10.366 4.709c.028-1.977-.106-2.831-.766-4.095-.016-.086-.305-.56-.41-.738-.386 1.734-.25 2.799.592 4.052.005.028.38.535.584.78v.001Z\" fill=\"#000\"/><path d=\"M103.924 63.442c-.496-1.478-1.445-2.466-2.791-3.128-.637-.313-1.307-.557-2.12-.899.392-1.854 2.058-12.237 2.591-15.635a6.803 6.803 0 0 0-.011-2.267c-.212-1.186-1.007-2.08-2.022-2.54-.651-.296-1.394-.316-2.085-.132-1.17.311-3.227.899-4.814 1.472 0-.366-.502-2.407-4.476-2.014.02-.517.04-.995-.017-1.67-.196-2.307-.342-4.816-.121-7.065.226-2.296-.359-3.483-2.095-4.882-1.637-1.318-3.211-2.688-4.998-3.811-2.831-1.779-5.584-3.693-8.384-5.527-.757-.496-1.596-1.242-1.713-2.26a72.554 72.554 0 0 1-.339-4.246c-.04-.709-.076-1.418-.114-2.128-.034-.632.004-1.251-.452-1.749-.396-.412-1.066-.577-1.603-.688-.789-.162-1.546-.103-2.337-.024-.629.063-1.211.371-1.433.998-.279.788-.174 1.731-.196 2.609-.025 1.005-.006.741-.006 2.018-.671-.36-1.146-.573-1.58-.855-3.327-2.158-6.635-4.348-9.972-6.49-1.694-1.088-3.447-1.332-5.22-.136-.71.478-1.494.855-2.143 1.409-5.661 4.828-11.335 9.643-16.924 14.563-1.977 1.74-6.183 6.52-6.594 6.849-1.53 1.227-2.934 2.477-3.037 4.765-.107 2.378-.275 6.36-.337 8.802-.2-.052-.384-.096-.536-.127-.79-.163-2.138-.422-3.681-.381-2.349.245-2.835 1.62-2.835 2.041-1.479-.534-3.367-1.081-4.563-1.405-1.1-.297-2.313-.133-3.186.598a3.365 3.365 0 0 0-1.172 2.008 6.777 6.777 0 0 0-.011 2.267c.534 3.398 2.2 13.781 2.591 15.635-.814.342-1.484.586-2.12.899-1.346.661-2.296 1.65-2.791 3.128-.768 2.292.175 4.08 1.559 5.723 1.438 1.707 3.482 2.524 5.424 3.491.598.298 1.389.758 1.546 1.301.682 2.362 3.402 12.117 3.523 12.689.508 2.395 1.15 3.117 3.438 3.467 3.091.473 6.168 1.056 9.272 1.416 4.619.534 9.249 1.156 13.887 1.282 3.495.095 7.009-.53 10.515-.834.954-.082 1.914-.271 2.862-.219.488.027.976.066 1.464.109.332.04.665.082.996.11 3.506.304 7.02.929 10.515.834 4.637-.126 9.268-.747 13.886-1.282 3.104-.359 6.181-.942 9.272-1.416 2.288-.35 2.93-1.072 3.438-3.467.067-.314 2.795-10.166 3.523-12.689.157-.543.947-1.003 1.546-1.301 1.942-.967 3.986-1.784 5.424-3.491 1.384-1.642 2.327-3.43 1.559-5.723l-.002-.002ZM68.945 6.755c.244 2.743-.05 3.9.155 6.083-3.48-2.058-3.323-1.389-3.362-3.982-.046-3.074 0-2.632 3.207-2.101ZM34.39 18.943c2.396-1.987 2.631-2.094 5.085-4.005 2.472-1.718 2.498-1.543 2.615-1.441-2.336 1.572-10.591 8.058-12.659 9.93-.183.165-.95.585-.912 1.014 0 0 .041.234.032.227.867-.628 5.815-4.232 6.619-4.941.67-.589 5.686-4.589 7.314-5.946-.015.009-.03.022-.045.029.135-.108.244-.197.324-.264-.076.066-.169.144-.279.235.394-.23.866-.756.423-.359 1.464-1.491 1.265-1.152 2.818-2.55.787-.708 1.548-1.443 2.329-2.157.6-.549 1.299-1 1.87-1.581 1.352-1.378 2.327-1.466 3.886-.421 3.541 2.375 7.06 4.789 10.64 7.098 4.563 2.945 9.181 5.798 13.768 8.702.712.45 1.389.961 2.053 1.876-.781.007-1.562.047-2.341.02-6.234-.219-12.468-.637-18.701-.631-7.774.007-30.988 1.037-32.332.91 2.136-2.478 5.077-3.744 7.494-5.747l-.001.002Zm-3.97 8.961c4.526-.098 9.056.017 13.585.029 3.609.009 30.54.852 35.254 1.145 1.194.075 3.865.097 5.356 0 .039 2.788.12 5.473.23 8.154.025.619-.064 1.225-.135 1.834-6.537 2.012-26.379 9.451-29.092 10.721-.339.159-2.351 1.188-3.518 1.703-1.167-.515-3.178-1.544-3.518-1.703-2.416-1.13-18.4-7.246-26.502-9.933-.336-4.517-.916-6.202-1.193-11.105-.02-.356 6.495-.777 9.533-.844v-.001ZM8.799 70.426c-4.566-2.532-6.352-3.287-6.234-6.356.04-1.031 1.521-2.251 3.128-2.728l.62 2.498a5.673 5.673 0 0 0 3.268 3.848c.598.257 1.187.521 1.746.655.902.217 1.66.168 2.109.133a1.52 1.52 0 0 0 .749-.266 29.29 29.29 0 0 0 1.536-1.127c.525-.426 1.542-1.759 2.07-1.351.391.348-.562 1.61-.952 2.297a.198.198 0 0 0 .05.248c.73.588 1.762.455 2.582.718 1.051.337.987 1.9-.088 2.15-.566.132-1.22.156-1.694.579-.088.079-.058.228.042.29 1.442.912 1.798 2.253 1.806 3.75.003.581-.592 1.006-1.134.795-1.641-.636-2.798-1.822-3.228-3.263-.131-.441-.497-.766-.936-.903-1.334-.415-4.059-1.205-5.439-1.97l-.001.003ZM39.48 89.862c-7.48-.899-14.927-2.076-22.384-3.156-2.012-.291-2.573-.969-2.868-2.958-.53-3.571-1.442-8.518-1.435-8.883 2.182 1.481 5.555 5.226 7.891 3.252 1.235-1.044 1.051-3.346-.234-5.852.295-.626.703-1.208 1.1-1.787.591-.862.242-2.092-.74-2.45l-.011-.004c-1.001-.358-1.511-.98-1.724-2.066-.306-1.556-.922-1.824-2.362-1.194-.653.285-1.257.706-1.841 1.128-1.625 1.179-1.723 1.137-2.45 1.328-.528.138-.674-.098-.736-.241-1.715-3.932-4.709-19.759-5.152-24.208a.388.388 0 0 1 .52-.397l40.624 14.042a.243.243 0 0 1 .164.232c-.096 11.217.437 22.187 1.476 33.254-3.014 0-6.931.309-9.838-.04Zm10.057-35.299a113.985 113.985 0 0 1-5.738-2.449c-8.296-3.82-16.898-6.834-25.536-9.755-.682-.23-2.466-.593-3.094-.92-.31-.161-.164-.717-.164-1.46 5.66.422 31.23 10.811 34.347 12.031.504.196 1.085.489 1.353.913.242.383.23 1.048.074 1.501-.061.179-.88.283-1.243.14l.001-.001Zm3.414 19.397c-.123 4.809-.297 7.87-.385 13.897.02.695.024 1.379.035 2.068a9.872 9.872 0 0 1-.942-.05c-.076-7.427-.275-10.594-.411-15.915-.135-5.276-.506-11.388-.784-16.845.732-.02 2.149.485 3.27 0-.277 5.457-.648 11.57-.783 16.845Zm1.711-19.397c-.362.143-1.181.039-1.243-.14-.156-.453-.168-1.118.074-1.501.268-.424.849-.717 1.353-.913 3.117-1.219 28.313-11.274 33.973-11.696 0 .743-.026 1.082-.336 1.243-.628.328-1.866.573-2.548.803-8.638 2.921-17.24 5.935-25.536 9.755a113.56 113.56 0 0 1-5.737 2.449Zm35.31 29.185c-.295 1.988-.856 2.667-2.868 2.958-7.458 1.08-14.905 2.257-22.385 3.156-2.907.349-6.825.04-9.839.04 1.039-11.066 1.571-22.037 1.476-33.254 0-.105.065-.198.164-.232l40.62-14.04c.271-.094.552.114.523.399-.442 4.454-3.435 20.274-5.15 24.204-.062.143-.208.379-.736.241-.727-.19-.825-.149-2.45-1.328-.583-.423-1.187-.843-1.84-1.128-1.44-.63-2.395.165-1.931 1.681.39 1.273-.434 1.405-2.156 1.578l-.011.004c-.982.358-1.33 1.588-.74 2.45.323.472 1.182.91 1.649 1.394a.564.564 0 0 1 .088.646c-1.204 2.39-2.055 4.597-.871 5.599 2.336 1.974 5.709-1.771 7.891-3.252.007.365-.905 5.312-1.435 8.883l.001.001ZM95.4 70.426c-1.381.765-4.106 1.555-5.44 1.97-.439.136-.804.462-.936.903-.429 1.44-1.586 2.626-3.228 3.263-.542.21-1.137-.214-1.134-.795.007-1.497.363-2.839 1.806-3.75.099-.063.129-.212.042-.29-.474-.423-1.129-.447-1.694-.579-1.075-.251-1.139-1.814-.088-2.15.82-.263 1.853-.13 2.582-.718a.199.199 0 0 0 .05-.248c-.39-.687-1.344-1.949-.952-2.297.527-.408 1.544.925 2.069 1.351.38.309 1.095.823 1.536 1.127.225.154.478.244.75.266.449.035 1.207.084 2.109-.133.559-.134 1.148-.398 1.746-.655a5.673 5.673 0 0 0 3.268-3.848l.62-2.498c1.607.477 3.088 1.697 3.127 2.728.118 3.069-1.667 3.824-6.233 6.356v-.003Zm58.311-22.911c-.445-.211-.89-.234-1.288-.07-4.635 1.569-5.271 1.394-8.314 1.815-3.917.542-13.476.417-15.178-10.735-.35-2.294.14-4.167.773-5.595.632-1.803 1.569-3.371 2.833-4.682 2.177-2.247 4.539-3.562 8.074-4.943 3.793-1.381 10.256-.091 11.637-.068.445.023 1.246-.238 1.597-.59.351-.304.652-6.022.301-6.373-.304-.351-.702-.515-1.147-.538 0 0-24.472-2.278-26.532-2.582-.562-.023-.983.094-1.264.375a1.879 1.879 0 0 0-.632 1.147c-.023.562-.562 3.641-.282 3.921a1.71 1.71 0 0 0 1.1.632c2.692.351 14.243 1.371 14.609 1.439-4.019.379-8.431 1.602-11.657 4.92-1.569 1.615-2.739 3.558-3.559 5.876-.796 2.762-1.124 5.08-.96 6.953.14 2.388.679 4.425 1.592 6.134a13.335 13.335 0 0 0 3.792 4.659c3.301 2.645 8.72 3.445 13.801 3.445 1.966 0 7.283-.925 10.537-1.979.445-.164.773-.421.936-.796.258-.258-.328-2.177-.773-2.365h.004Zm65.621-17.277c-.738-1.416-1.682-2.538-2.833-3.393-1.151-.856-2.567-1.416-4.279-1.741-.572-.1-16.932-.354-22.089-.436a.824.824 0 0 1-.665-1.293c2.468-3.558 16.843-17.45 18.967-19.863.354-.502.502-1.003.472-1.505-.03-.59-1.741-2.036-2.331-2.007-.561.029-1.062.295-1.446.738-2.98 3.334-21.373 20.343-21.354 24.395.006 1.269.601 2.151 1.593 2.833 1.844 1.267 8.675 1.18 10.889 1.151l14.961.177c2.153.029 4.556 2.157 4.762 4.293.031.32.005.655-.146.938-.263.494-.836.725-1.369.895-2.176.693-4.478.88-6.749 1.088-5.803.532-11.649.528-17.471.587-2.862.029-5.724.056-8.587.081h-4.843s-1.443-7.887-7.695-10.609c-.708-.266-1.711-.354-3.039-.236-1.092.148-2.036.413-2.803.767-1.387.62-2.656 1.682-3.748 3.157-2.091 2.846-2.836 6.636-2.136 10.032.071.346.519 2.216 1.16 3.013 1.797 2.234 6.976 2.083 7.906 2.089.348.003 7.085-.011 7.085-.011.148 2.449-3.569 11.277-15.816 9.368-1.557-.189-2.675-.386-2.97-.18-.56.148-.337 2.121-.16 2.74.206.561.586 1.225 1.153 1.246 16.388.588 21.293-9.615 21.116-13.126l2.706-.02s30.689-.409 34.259-1.302c6.37-1.592 6.54-5.917 6.617-9.159.045-1.902-.321-2.968-1.118-4.709l.001.002Zm-47.192 6.895c-.591 0-1.63-.052-2.997-.077-1.659-.031-3.343-.066-4.932-.544-.702-.211-1.6-.595-1.836-1.358-.267-.865.226-1.86.738-2.53.536-.702 1.223-1.298 2.027-1.664.804-.366 1.727-.492 2.585-.284.744.181 1.441.297 2.145 1.45 1.27 2.08 2.169 4.582 2.27 5.007Zm-27.912 36.509c-.102-.298-.277-.492-.496-.596-.146-.149-.438-.164-.861-.06-.248.104-.452.298-.613.552-.117.313-.131.596-.029.835.409 1.193.657 2.028.759 2.52.175.895.219.744.117 1.4-.058.447-.277.82-.671 1.133-.423.358-1.109.671-2.028.924-1.955.552-4.407.909-7.339 1.044-1.386.045-2.583.03-3.575-.075-1.342-.164-2.437-.522-3.298-1.059-.525-.313-.905-.805-1.153-1.491-.263-.671-.306-1.282-.146-1.849.219-.701.744-1.237 1.547-1.595.554-.253 1.488-.477 2.802-.656.306-.045.54-.179.7-.432.175-.224.248-.492.204-.805a1.01 1.01 0 0 0-.423-.716.976.976 0 0 0-.788-.209l-.175.03-.175.03-.204.03-.292.045h.044l-.146.015-.102.03-.117.015-.423.075c-.554.134-1.138.313-1.751.567-1.415.626-2.335 1.61-2.729 2.937-.321 1.014-.263 3.688.19 4.866.452 1.163 1.138 2.622 2.043 3.174 1.561.969 3.706 1.461 6.406 1.461h.336c.35 0 .525 0 .54-.015h.306l.452-.015a36.352 36.352 0 0 0 3.706-.298c1.517-.194 2.904-.477 4.144-.85l.102-.015.131-.03.131-.045.117-.045.161-.06.146-.045.277-.104c.569-.209 1.007-.432 1.328-.671 1.08-.716 1.693-3.836 1.838-5.014.117-1.133.073-1.206-.146-2.056-.146-.731-.423-1.7-.846-2.877h-.001Zm9.153 11.981c1.582-.054 3.98-.361 5.006-1.648a2.14 2.14 0 0 0 .294-.458c.44-1.007.577-4.134.41-5.324-.121-.961-.41-1.998-.865-3.112a.958.958 0 0 0-.592-.595 1.062 1.062 0 0 0-.835-.031 1.13 1.13 0 0 0-.607.61.939.939 0 0 0 0 .854c.492 1.117.851 2.421.744 3.655-.04.459-.184.921-.487 1.267-.338.387-.839.593-1.34.696-1.29.265-2.34.344-3.522-.329-1.463-.832-2.151-2.49-2.498-4.069-.213-.946-.44-14.572-.652-14.801-.228-.214-1.861-.177-1.887.101-.058.616-.007 1.4 0 2.089l.035 2.964c.043 3.604-.07 7.249.275 10.84.183 1.906.829 3.773 1.946 5.332 1.099 1.534 2.633 2.007 4.424 1.963l.151-.004Zm60.463-22.668a1.19 1.19 0 0 0-.41-.732.99.99 0 0 0-.804-.229.986.986 0 0 0-.759.412c-.182.29-.258.564-.213.809.387 2.077.39 4.227.523 6.332.154 2.435.288 4.877.482 7.307.096 1.197.48 3.564-.807 4.295a1.227 1.227 0 0 1-.546.198c-.167.031-2.982.046-3.726.046 0 0-1.412-.046-1.761-.092l-.026-.003c-.646-.09-.51-1.072.139-1.005.334.034.722.078 1.18.133.349.015.622-.061.804-.244.228-.183.559-1.177.604-1.467a.987.987 0 0 0-.228-.824 1.075 1.075 0 0 0-.698-.412c-2.596-.366-5.889-1.266-9.851-2.7l-.228-.076-.228-.076-.455-.137-.258-.092-.243-.076-.137-.061-.137-.046-.091-.031h-.03l-.061-.031-.243-.076-.243-.076-.273-.092-.258-.076-.516-.168-.531-.153c-1.533-.473-2.914-.824-4.129-1.022-.243-.046-.516.031-.82.198a1.026 1.026 0 0 0-.44.717c-.061.305 0 .58.197.839.182.229.41.381.698.458.987.153 2.277.473 3.901.946.137.046.273.076.395.122l.455.137c.379.107.744.229 1.123.366l1.412.473.228.076.213.061.835.29.964.385a.368.368 0 0 1 .231.33l.005.159a.366.366 0 0 1-.335.376 9.074 9.074 0 0 0-1.957.36l-.046.015-.135.045c-2.748.921-5.767 2.692-8.726 2.554-.021 0-.041-.006-.062-.006-.477 0-1.718-.047-2.565-.142-.256-.029-.391-.299-.284-.534.14-.305.238-.706.295-1.201.106-.732-.03-1.541-.44-2.441a5.476 5.476 0 0 0-1.427-1.739c-.592-.442-1.321-.748-2.216-.915a11.845 11.845 0 0 0-1.154-.137l-.258-.015c-3.247-.172-6.785.497-9.985-.058l-.036-.004-.893-.045c-.076 0-.106-.015-.106-.031v-.031l.015-.046a.801.801 0 0 0 .046-.198l.061-.244c.407-1.56 7.413-8.099 8.823-9.703a.358.358 0 0 0 .054-.081c.165-.328.234-.571.219-.732-.015-.305-.152-.564-.41-.793-.379-.183-.638-.259-.789-.244a.967.967 0 0 0-.729.381c-1.533 1.724-8.839 8.823-9.431 11.127l-.03.137a3.047 3.047 0 0 0-.046.732c.03.656.304 1.144.82 1.465.273.183.622.305 1.063.381l.091.031.121.015.152.015.137.015.243.015.243.015h.182l.167.015c3.608.33 7.322-.343 10.898.183.622.092 1.078.259 1.396.519.349.259.622.595.82 1.007.182.381.258.763.213 1.129-.106.778-.956 1.312-2.565 1.632-2.06.41-4.195.511-6.29.478-2.194-.034-4.398.06-6.593.096-1.767.028-2.204-.096-3.416-1.535-.653-.778-2.103-16.848-2.103-16.848 0-.287-.094-.534-.283-.753a.324.324 0 0 0-.077-.071c-.299-.182-1.335-.173-1.522.015a1.03 1.03 0 0 0-.334.793c0 .61.033 1.37.125 2.603.169 2.246.718 12.079.976 13.238.349 1.632.622 2.981 1.518 4.064.684.828 1.49 1.622 2.437 2.139 1.071.585.943.532 2.131.544 3.954.04 7.94.081 11.882-.279 1.245-.107 2.246-.493 3.021-.722.299-.088 1.168.4 1.468.506.512.181 1.026.358 1.555.483 1.033.244 2.796.168 3.844-.021 2.418-.437 4.693-1.482 6.971-2.343 1.415-.535 2.89-1.26 4.374-1.572.028-.006.226-.078.247-.037.505.976.908 1.845 1.789 2.545 1.715 1.362 4.094 1.544 6.199 1.315 1.544-.168 6.613-.774 6.848-2.692.285-2.335.016-4.837-.092-7.18a137.994 137.994 0 0 0-.513-6.98c-.185-1.908-.309-3.856-.836-5.707l.001.005Zm6.052 9.658c-.164-2.504-.301-5.009-.308-7.517-.001-.537.002-1.082-.14-1.599-.142-.517-.453-1.014-.932-1.251-.479-.237-1.136-.141-1.44.301-.207.301-.222.69-.221 1.055.001.812.045 1.624.088 2.435l.973 18.243c.052.975.978 1.757 1.952 1.148.525-.328.588-1.059.585-1.68-.016-3.717-.315-7.425-.557-11.135ZM144.404 6.627a.411.411 0 0 1-.172.55c-.652.344-1.303.669-1.915 1.054a43.735 43.735 0 0 0-2.387 1.645c-.337.245-.805.27-1.141.024a6.337 6.337 0 0 1-2.065-2.52c-.136-.298-.048-.76.175-1 1.046-1.126 2.231-2.076 3.65-2.731a1.497 1.497 0 0 1 1.497.14c1.024.756 1.768 1.723 2.359 2.837l-.001.001Zm-8.666 63.565a.233.233 0 0 1-.097.311c-.367.195-.734.379-1.078.597-.46.291-.904.61-1.344.931a.547.547 0 0 1-.642.014 3.59 3.59 0 0 1-1.163-1.426c-.077-.169-.027-.43.098-.566.588-.636 1.253-1.172 2.05-1.543.305-.142.665-.068.93.139.535.418.93.943 1.247 1.544l-.001-.001Z\" fill=\"#000\"/><path d=\"M138.97 70.888a.233.233 0 0 1-.097.311c-.367.195-.734.379-1.078.597-.46.291-.904.61-1.344.931a.547.547 0 0 1-.642.014 3.59 3.59 0 0 1-1.163-1.426c-.077-.169-.027-.43.098-.566.589-.637 1.256-1.175 2.055-1.545a.84.84 0 0 1 .843.079c.576.428.995.974 1.328 1.605Zm15.425 17.775c.076.1.054.247-.046.323-.333.251-.667.492-.974.762-.41.362-.799.747-1.185 1.135a.553.553 0 0 1-.635.117 3.59 3.59 0 0 1-1.382-1.221.572.572 0 0 1 .007-.574c.481-.722 1.056-1.359 1.787-1.853.28-.189.649-.174.945-.012.597.327 1.072.781 1.483 1.323Z\" fill=\"#000\"/><path d=\"M157.712 88.83c.076.1.054.247-.046.323-.333.251-.667.492-.974.762-.41.362-.799.747-1.185 1.135a.553.553 0 0 1-.635.117 3.59 3.59 0 0 1-1.382-1.221.572.572 0 0 1 .007-.574c.482-.724 1.058-1.362 1.791-1.856a.845.845 0 0 1 .849-.057c.64.33 1.143.802 1.574 1.371h.001Z\" fill=\"#000\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h220.454v92.82H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19aokke\",\"data-styles-preset\":\"HPLRaKB5Y\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b5ebe7a4-b752-4a02-99ce-6c26e4d439d7, rgb(41, 41, 41)))\",direction:\"rtl\"},children:\"\u0648\u0643\u0627\u0644\u0629 \u0623\u062F\u0628\u064A\u0629 \u0645\u062A\u062E\u0635\u0635\u0629 \u0641\u064A \u0631\u0639\u0627\u064A\u0629 \u0627\u0644\u0645\u0648\u0627\u0647\u0628 \u0627\u0644\u0634\u063A\u0648\u0641\u0629 \u0628\u0635\u0646\u0627\u0639\u0629 \u0623\u062F\u0628 \u0627\u0644\u0623\u0637\u0641\u0627\u0644\"})}),className:\"framer-4yrsxq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dDABLgTq8\",style:{\"--extracted-r6o4lv\":\"var(--token-b5ebe7a4-b752-4a02-99ce-6c26e4d439d7, rgb(41, 41, 41))\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jfjqs\",\"data-border\":true,\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"rL_44yCAC\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6cec6b4c-d203-4567-8322-41a35cbd0ae5, rgb(78, 78, 78)))\"},children:\"\\xa9cottage_tales_2024\"})}),className:\"framer-vf0hgm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zdQ1as5zo\",style:{\"--extracted-r6o4lv\":\"var(--token-6cec6b4c-d203-4567-8322-41a35cbd0ae5, rgb(78, 78, 78))\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ces7i6\",\"data-framer-name\":\"social media wrap\",layoutDependency:layoutDependency,layoutId:\"yNnH4wgN3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"39.1176px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(140+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||453)-170-119)/2)+0+50+30+0,...addPropertyOverrides({PCva9XjS6:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(60+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||629)-90-447)/2)+0+364+10+34+0},V1DEGtbiC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(100+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||471)-130-353)/2)+0+284+30+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o7deh5-container\",layoutDependency:layoutDependency,layoutId:\"Db39Rf69k-container\",children:/*#__PURE__*/_jsx(SocialItem,{cShexvGPq:addImageAlt({src:\"https://framerusercontent.com/images/4SJnbEIrMrCoqcaeMgb20YaNCM.svg\"},\"\"),height:\"100%\",id:\"Db39Rf69k\",layoutId:\"Db39Rf69k\",nhpwX5dKv:\"https://mail.google.com/mail/u/0/?fs=1&to=info@cottage-tales.com&su=&body=&bcc=&tf=cm\",style:{height:\"100%\",width:\"100%\"},variant:\"BlKAr2Zrk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"39.1176px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(140+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||453)-170-119)/2)+0+50+30+0,...addPropertyOverrides({PCva9XjS6:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(60+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||629)-90-447)/2)+0+364+10+34+0},V1DEGtbiC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(100+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||471)-130-353)/2)+0+284+30+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pvblfy-container\",layoutDependency:layoutDependency,layoutId:\"ESugQ1yay-container\",children:/*#__PURE__*/_jsx(SocialItem,{cShexvGPq:addImageAlt({src:\"https://framerusercontent.com/images/tCI6UVLzCwaDsk5PDXyIqpkOpI.svg\"},\"icon\"),height:\"100%\",id:\"ESugQ1yay\",layoutId:\"ESugQ1yay\",nhpwX5dKv:\"www.instagram.com\",style:{height:\"100%\",width:\"100%\"},variant:\"BlKAr2Zrk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"39.1176px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(140+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||453)-170-119)/2)+0+50+30+0,...addPropertyOverrides({PCva9XjS6:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(60+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||629)-90-447)/2)+0+364+10+34+0},V1DEGtbiC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(100+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||471)-130-353)/2)+0+284+30+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uysqja-container\",layoutDependency:layoutDependency,layoutId:\"SNYHU32cE-container\",children:/*#__PURE__*/_jsx(SocialItem,{height:\"100%\",id:\"SNYHU32cE\",layoutId:\"SNYHU32cE\",nhpwX5dKv:\"www.facebook.com\",style:{height:\"100%\",width:\"100%\"},variant:\"BlKAr2Zrk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"39.1176px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(140+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||453)-170-119)/2)+0+50+30+0,...addPropertyOverrides({PCva9XjS6:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(60+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||629)-90-447)/2)+0+364+10+34+0},V1DEGtbiC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(100+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||471)-130-353)/2)+0+284+30+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g0qvnb-container\",layoutDependency:layoutDependency,layoutId:\"YUqEEtDm8-container\",children:/*#__PURE__*/_jsx(SocialItem,{cShexvGPq:addImageAlt({src:\"https://framerusercontent.com/images/ASwINOz7uy0KFMh85ywVj5hxP1A.svg\"},\"\"),height:\"100%\",id:\"YUqEEtDm8\",layoutId:\"YUqEEtDm8\",nhpwX5dKv:\"www.linkedin.com\",style:{height:\"100%\",width:\"100%\"},variant:\"BlKAr2Zrk\",width:\"100%\"})})})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vHv1N.framer-10f2psa, .framer-vHv1N .framer-10f2psa { display: block; }\",\".framer-vHv1N.framer-pkc6dd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 140px 30px 30px 30px; position: relative; width: 1200px; }\",\".framer-vHv1N .framer-6mcll2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-vHv1N .framer-1us8hkj { 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: 0px; position: relative; width: 100%; }\",\".framer-vHv1N .framer-15puq7l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 50px 0px; position: relative; width: 50%; }\",\".framer-vHv1N .framer-1y6zwjv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-vHv1N .framer-1etez5e { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-vHv1N .framer-10iok4c { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; min-height: 18px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vHv1N .framer-jse3zc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; min-height: 164px; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-vHv1N .framer-o5gh0v { align-content: flex-end; align-items: flex-end; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; padding: 0px 0px 40px 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-vHv1N .framer-12alckq { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-vHv1N .framer-12kjwd8 { aspect-ratio: 2.3763440860215055 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 59px); position: relative; width: 140px; }\",\".framer-vHv1N .framer-4yrsxq { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 350px; word-break: break-word; word-wrap: break-word; }\",\".framer-vHv1N .framer-1jfjqs { 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: 30px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-vHv1N .framer-vf0hgm { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-vHv1N .framer-ces7i6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-vHv1N .framer-o7deh5-container, .framer-vHv1N .framer-pvblfy-container, .framer-vHv1N .framer-uysqja-container, .framer-vHv1N .framer-1g0qvnb-container { flex: none; height: 39px; position: relative; width: 39px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vHv1N.framer-pkc6dd, .framer-vHv1N .framer-6mcll2, .framer-vHv1N .framer-1us8hkj, .framer-vHv1N .framer-15puq7l, .framer-vHv1N .framer-1y6zwjv, .framer-vHv1N .framer-1etez5e, .framer-vHv1N .framer-10iok4c, .framer-vHv1N .framer-jse3zc, .framer-vHv1N .framer-12alckq, .framer-vHv1N .framer-ces7i6 { gap: 0px; } .framer-vHv1N.framer-pkc6dd > *, .framer-vHv1N .framer-ces7i6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-vHv1N.framer-pkc6dd > :first-child, .framer-vHv1N .framer-1us8hkj > :first-child, .framer-vHv1N .framer-15puq7l > :first-child, .framer-vHv1N .framer-1y6zwjv > :first-child, .framer-vHv1N .framer-jse3zc > :first-child, .framer-vHv1N .framer-ces7i6 > :first-child { margin-left: 0px; } .framer-vHv1N.framer-pkc6dd > :last-child, .framer-vHv1N .framer-1us8hkj > :last-child, .framer-vHv1N .framer-15puq7l > :last-child, .framer-vHv1N .framer-1y6zwjv > :last-child, .framer-vHv1N .framer-jse3zc > :last-child, .framer-vHv1N .framer-ces7i6 > :last-child { margin-right: 0px; } .framer-vHv1N .framer-6mcll2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-vHv1N .framer-6mcll2 > :first-child, .framer-vHv1N .framer-1etez5e > :first-child, .framer-vHv1N .framer-10iok4c > :first-child, .framer-vHv1N .framer-12alckq > :first-child { margin-top: 0px; } .framer-vHv1N .framer-6mcll2 > :last-child, .framer-vHv1N .framer-1etez5e > :last-child, .framer-vHv1N .framer-10iok4c > :last-child, .framer-vHv1N .framer-12alckq > :last-child { margin-bottom: 0px; } .framer-vHv1N .framer-1us8hkj > *, .framer-vHv1N .framer-15puq7l > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-vHv1N .framer-1y6zwjv > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-vHv1N .framer-1etez5e > *, .framer-vHv1N .framer-10iok4c > *, .framer-vHv1N .framer-12alckq > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-vHv1N .framer-jse3zc > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } }\",\".framer-vHv1N.framer-v-g4fdzr.framer-pkc6dd { padding: 100px 30px 30px 30px; width: 810px; }\",\".framer-vHv1N.framer-v-g4fdzr .framer-6mcll2, .framer-vHv1N.framer-v-12yzolp .framer-6mcll2 { max-width: 100%; }\",\".framer-vHv1N.framer-v-g4fdzr .framer-1us8hkj { align-content: flex-start; align-items: flex-start; gap: 60px; order: 0; }\",\".framer-vHv1N.framer-v-g4fdzr .framer-15puq7l { flex-direction: column; gap: 40px; justify-content: flex-start; }\",\".framer-vHv1N.framer-v-g4fdzr .framer-1y6zwjv, .framer-vHv1N.framer-v-12yzolp .framer-1y6zwjv { flex: none; width: 100%; }\",\".framer-vHv1N.framer-v-g4fdzr .framer-o5gh0v { align-self: unset; gap: 20px; height: min-content; justify-content: center; padding: 0px 0px 50px 0px; }\",\".framer-vHv1N.framer-v-g4fdzr .framer-12alckq, .framer-vHv1N.framer-v-g4fdzr .framer-4yrsxq, .framer-vHv1N.framer-v-12yzolp .framer-12alckq, .framer-vHv1N.framer-v-12yzolp .framer-4yrsxq { width: 100%; }\",\".framer-vHv1N.framer-v-g4fdzr .framer-1jfjqs { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vHv1N.framer-v-g4fdzr .framer-1us8hkj, .framer-vHv1N.framer-v-g4fdzr .framer-15puq7l, .framer-vHv1N.framer-v-g4fdzr .framer-o5gh0v { gap: 0px; } .framer-vHv1N.framer-v-g4fdzr .framer-1us8hkj > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-vHv1N.framer-v-g4fdzr .framer-1us8hkj > :first-child { margin-left: 0px; } .framer-vHv1N.framer-v-g4fdzr .framer-1us8hkj > :last-child { margin-right: 0px; } .framer-vHv1N.framer-v-g4fdzr .framer-15puq7l > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-vHv1N.framer-v-g4fdzr .framer-15puq7l > :first-child, .framer-vHv1N.framer-v-g4fdzr .framer-o5gh0v > :first-child { margin-top: 0px; } .framer-vHv1N.framer-v-g4fdzr .framer-15puq7l > :last-child, .framer-vHv1N.framer-v-g4fdzr .framer-o5gh0v > :last-child { margin-bottom: 0px; } .framer-vHv1N.framer-v-g4fdzr .framer-o5gh0v > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-vHv1N.framer-v-12yzolp.framer-pkc6dd { padding: 60px 20px 30px 20px; width: 390px; }\",\".framer-vHv1N.framer-v-12yzolp .framer-1us8hkj { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 40px; justify-content: flex-start; }\",\".framer-vHv1N.framer-v-12yzolp .framer-15puq7l { flex-direction: column; gap: 40px; justify-content: flex-start; width: 100%; }\",\".framer-vHv1N.framer-v-12yzolp .framer-o5gh0v { align-self: unset; flex: none; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; width: 100%; }\",\".framer-vHv1N.framer-v-12yzolp .framer-1jfjqs { flex-direction: column; gap: 10px; justify-content: center; padding: 10px 0px 0px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vHv1N.framer-v-12yzolp .framer-1us8hkj, .framer-vHv1N.framer-v-12yzolp .framer-15puq7l, .framer-vHv1N.framer-v-12yzolp .framer-o5gh0v, .framer-vHv1N.framer-v-12yzolp .framer-1jfjqs { gap: 0px; } .framer-vHv1N.framer-v-12yzolp .framer-1us8hkj > *, .framer-vHv1N.framer-v-12yzolp .framer-15puq7l > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-vHv1N.framer-v-12yzolp .framer-1us8hkj > :first-child, .framer-vHv1N.framer-v-12yzolp .framer-15puq7l > :first-child, .framer-vHv1N.framer-v-12yzolp .framer-o5gh0v > :first-child, .framer-vHv1N.framer-v-12yzolp .framer-1jfjqs > :first-child { margin-top: 0px; } .framer-vHv1N.framer-v-12yzolp .framer-1us8hkj > :last-child, .framer-vHv1N.framer-v-12yzolp .framer-15puq7l > :last-child, .framer-vHv1N.framer-v-12yzolp .framer-o5gh0v > :last-child, .framer-vHv1N.framer-v-12yzolp .framer-1jfjqs > :last-child { margin-bottom: 0px; } .framer-vHv1N.framer-v-12yzolp .framer-o5gh0v > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-vHv1N.framer-v-12yzolp .framer-1jfjqs > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,'.framer-vHv1N[data-border=\"true\"]::after, .framer-vHv1N [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 453\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"V1DEGtbiC\":{\"layout\":[\"fixed\",\"auto\"]},\"PCva9XjS6\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framert7CC0nbgf=withCSS(Component,css,\"framer-vHv1N\");export default Framert7CC0nbgf;Framert7CC0nbgf.displayName=\"Footer\";Framert7CC0nbgf.defaultProps={height:453,width:1200};addPropertyControls(Framert7CC0nbgf,{variant:{options:[\"YaSMXfPop\",\"V1DEGtbiC\",\"PCva9XjS6\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framert7CC0nbgf,[{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\"}]},...SocialItemFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framert7CC0nbgf\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"V1DEGtbiC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PCva9XjS6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"453\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./t7CC0nbgf.map"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "click", "fontSize", "height", "id", "link", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "LAoZPlWp2", "vpFretY6J", "TynGA5ah2", "WIhgLyMuR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1m77vw3", "args", "onMouseEnterizu9gt", "overlay", "paginationInfo", "ref1", "pe", "ref2", "ref3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "u", "l", "RichText2", "AnimatePresence", "Floating", "css", "Framerr6ksbZlAK", "withCSS", "r6ksbZlAK_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "fontStore", "variationAxes", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter81n8en", "args", "onMouseLeave1wel0tv", "onMouseEnter1320iu7", "onMouseLeave8lqtuh", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Link", "css", "FramerBAnmyuMw9", "withCSS", "BAnmyuMw9_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonFonts", "getFonts", "r6ksbZlAK_default", "PagesFonts", "BAnmyuMw9_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaph5o51d", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "ComponentViewportProvider", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerMVP1zdKgF", "withCSS", "MVP1zdKgF_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "variationAxes", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "socialImage", "tap", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PDpSDPiEn", "nhpwX5dKv", "cShexvGPq", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap4beae4", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "Image2", "getLoadingLazyAtYPosition", "css", "FramerLP5EgAGCc", "withCSS", "LP5EgAGCc_default", "addPropertyControls", "ControlType", "addFonts", "SocialItemFonts", "getFonts", "LP5EgAGCc_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "SVG", "RichText2", "ComponentViewportProvider", "css", "Framert7CC0nbgf", "withCSS", "t7CC0nbgf_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
