{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/5BLNKWiS6QlxqKLNzTVT/ngiG7C86AvzGPnOQj4bp/BO5MC4CIG.js", "ssg:https://framerusercontent.com/modules/zsZR4qEIkSIDCAhTRYNg/rNXFdS35bGu2V5IedSyO/Z4FD9pIGZ.js", "ssg:https://framerusercontent.com/modules/jtBt02es7mUEW7hKz9Q2/hCcjXM0tLtWGtlOHC5fh/sA9H_4XyU.js", "ssg:https://framerusercontent.com/modules/t7ggq01n5YVr27ME7INs/yYGi84PRrRUhhiZS6mNB/GwiwlmhSh.js", "ssg:https://framerusercontent.com/modules/HlpSlTR9NRnTHhTGdxRz/qXQvKz2aXoSIE4Yll7kq/mHGU8rzgT.js", "ssg:https://framerusercontent.com/modules/zgrTwhRU4lp60Mpb3Dym/1dkmeAOzy7y0aMGmRAaX/PhG5BgIMC.js", "ssg:https://framerusercontent.com/modules/bAHGm1W0kKFmwKU2xrIZ/O6LqXjWuV0nkoLY1te2L/QjLcnCSI2.js", "ssg:https://framerusercontent.com/modules/Fk3rQy4eoiBVtHCnM1UF/kYZIh3hVb53UtFnulfD8/YaDBu_hxI.js", "ssg:https://framerusercontent.com/modules/WSIj67WcodvSodigJRwf/GdnIskjIDF2njKrbS5de/YqzV3zAtv.js", "ssg:https://framerusercontent.com/modules/o53aypxzfPR50zS3MkOR/tCV1iWZjCMoeJGodCmgh/XJYlxEfuw.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "// Generated by Framer (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={saVEKLQgh:{hover:true}};const serializationHash=\"framer-3SzCv\";const variantClassNames={saVEKLQgh:\"framer-v-nh4bgp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({border,click,color,height,id,link,radius,title,visible,width,...props})=>{return{...props,c61FAk0O1:visible??props.c61FAk0O1??true,GBVejMttu:radius??props.GBVejMttu??\"40px\",ITS0GFGEo:border??props.ITS0GFGEo??{borderColor:\"rgb(107, 137, 207)\",borderStyle:\"solid\",borderWidth:1},NCfGGVbM3:title??props.NCfGGVbM3??\"\u05D1\u05D5\u05D0\u05D5 \u05E0\u05D3\u05D1\u05E8\",ObVTI4Qii:link??props.ObVTI4Qii,QYhm074VZ:click??props.QYhm074VZ,SQxhNeFJE:color??props.SQxhNeFJE??\"rgb(38, 74, 252)\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,NCfGGVbM3,c61FAk0O1,GBVejMttu,QYhm074VZ,ObVTI4Qii,SQxhNeFJE,ITS0GFGEo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"saVEKLQgh\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapo3swn=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(QYhm074VZ){const res=await QYhm074VZ(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ObVTI4Qii,motionChild:true,nodeId:\"saVEKLQgh\",scopeId:\"BO5MC4CIG\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-nh4bgp\",className,classNames)} framer-1690uxj`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"saVEKLQgh\",onTap:onTapo3swn,ref:refBinding,style:{\"--border-bottom-width\":(ITS0GFGEo.borderBottomWidth??ITS0GFGEo.borderWidth)+\"px\",\"--border-color\":ITS0GFGEo.borderColor,\"--border-left-width\":(ITS0GFGEo.borderLeftWidth??ITS0GFGEo.borderWidth)+\"px\",\"--border-right-width\":(ITS0GFGEo.borderRightWidth??ITS0GFGEo.borderWidth)+\"px\",\"--border-style\":ITS0GFGEo.borderStyle,\"--border-top-width\":(ITS0GFGEo.borderTopWidth??ITS0GFGEo.borderWidth)+\"px\",backgroundColor:\"rgba(56, 116, 255, 0.11)\",borderBottomLeftRadius:radiusForCorner(GBVejMttu,3),borderBottomRightRadius:radiusForCorner(GBVejMttu,2),borderTopLeftRadius:radiusForCorner(GBVejMttu,0),borderTopRightRadius:radiusForCorner(GBVejMttu,1),...style},variants:{\"saVEKLQgh-hover\":{backgroundColor:\"rgba(87, 137, 255, 0.11)\"}},...addPropertyOverrides({\"saVEKLQgh-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[c61FAk0O1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wq7sln-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Qp80G4Sp8-container\",nodeId:\"Qp80G4Sp8\",rendersWithMotion:true,scopeId:\"BO5MC4CIG\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(38, 74, 252)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-up-left\",id:\"Qp80G4Sp8\",layoutId:\"Qp80G4Sp8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JlaXNpbmdlciAtIE1pY2hhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Reisinger - Michal Regular\", \"Reisinger - Michal Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.07em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-SQxhNeFJE-BO5MC4CIG))\",direction:\"rtl\"},children:\"\u05D1\u05D5\u05D0\u05D5 \u05E0\u05D3\u05D1\u05E8\"})}),className:\"framer-12rzdr\",fonts:[\"CUSTOM;Reisinger - Michal Regular\"],layoutDependency:layoutDependency,layoutId:\"BOlxu0K0p\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-SQxhNeFJE-BO5MC4CIG)\",\"--variable-reference-SQxhNeFJE-BO5MC4CIG\":SQxhNeFJE},text:NCfGGVbM3,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3SzCv.framer-1690uxj, .framer-3SzCv .framer-1690uxj { display: block; }\",\".framer-3SzCv.framer-nh4bgp { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 44px; justify-content: center; overflow: hidden; padding: 16px; position: relative; text-decoration: none; width: 180px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3SzCv .framer-1wq7sln-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-3SzCv .framer-12rzdr { -webkit-user-select: none; flex: none; height: auto; pointer-events: none; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3SzCv.framer-nh4bgp { gap: 0px; } .framer-3SzCv.framer-nh4bgp > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-3SzCv.framer-nh4bgp > :first-child { margin-left: 0px; } .framer-3SzCv.framer-nh4bgp > :last-child { margin-right: 0px; } }\",'.framer-3SzCv[data-border=\"true\"]::after, .framer-3SzCv [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 44\n * @framerIntrinsicWidth 180\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"c_rhAXBUx\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"NCfGGVbM3\":\"title\",\"c61FAk0O1\":\"visible\",\"GBVejMttu\":\"radius\",\"QYhm074VZ\":\"click\",\"ObVTI4Qii\":\"link\",\"SQxhNeFJE\":\"color\",\"ITS0GFGEo\":\"border\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerBO5MC4CIG=withCSS(Component,css,\"framer-3SzCv\");export default FramerBO5MC4CIG;FramerBO5MC4CIG.displayName=\"\u05DB\u05E4\u05EA\u05D5\u05E8 \u05E8\u05D0\u05E9\u05D9/\u05D1\u05D5\u05D0\u05D5 \u05E0\u05D3\u05D1\u05E8\";FramerBO5MC4CIG.defaultProps={height:44,width:180};addPropertyControls(FramerBO5MC4CIG,{NCfGGVbM3:{defaultValue:\"\u05D1\u05D5\u05D0\u05D5 \u05E0\u05D3\u05D1\u05E8\",displayTextArea:false,title:\"Title\",type:ControlType.String},c61FAk0O1:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},GBVejMttu:{defaultValue:\"40px\",title:\"Radius\",type:ControlType.BorderRadius},QYhm074VZ:{title:\"Click\",type:ControlType.EventHandler},ObVTI4Qii:{title:\"Link\",type:ControlType.Link},SQxhNeFJE:{defaultValue:\"rgb(38, 74, 252)\",title:\"Color\",type:ControlType.Color},ITS0GFGEo:{defaultValue:{borderColor:\"rgb(107, 137, 207)\",borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border}});addFonts(FramerBO5MC4CIG,[{explicitInter:true,fonts:[{family:\"Reisinger - Michal Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/nUSsSRCw7dGYKqOUwvHCYQ2baQI.woff2\"}]},...FeatherFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBO5MC4CIG\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"44\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"180\",\"framerVariables\":\"{\\\"NCfGGVbM3\\\":\\\"title\\\",\\\"c61FAk0O1\\\":\\\"visible\\\",\\\"GBVejMttu\\\":\\\"radius\\\",\\\"QYhm074VZ\\\":\\\"click\\\",\\\"ObVTI4Qii\\\":\\\"link\\\",\\\"SQxhNeFJE\\\":\\\"color\\\",\\\"ITS0GFGEo\\\":\\\"border\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"c_rhAXBUx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BO5MC4CIG.map", "// Generated by Framer (2a0d5ab)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Reisinger - Michal Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Reisinger - Michal Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/nUSsSRCw7dGYKqOUwvHCYQ2baQI.woff2\"}]}];export const css=['.framer-QkzNL .framer-styles-preset-qswgrp:not(.rich-text-wrapper), .framer-QkzNL .framer-styles-preset-qswgrp.rich-text-wrapper h3 { --framer-font-family: \"Reisinger - Michal Regular\", \"Reisinger - Michal Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.06em; --framer-line-height: 32px; --framer-paragraph-spacing: 40px; --framer-text-alignment: right; --framer-text-color: var(--token-b998400f-d7b8-43c3-8e06-7d02af8f188f, #ebebeb); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 730px) { .framer-QkzNL .framer-styles-preset-qswgrp:not(.rich-text-wrapper), .framer-QkzNL .framer-styles-preset-qswgrp.rich-text-wrapper h3 { --framer-font-family: \"Reisinger - Michal Regular\", \"Reisinger - Michal Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.06em; --framer-line-height: 32px; --framer-paragraph-spacing: 40px; --framer-text-alignment: right; --framer-text-color: var(--token-b998400f-d7b8-43c3-8e06-7d02af8f188f, #ebebeb); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 729px) and (min-width: 0px) { .framer-QkzNL .framer-styles-preset-qswgrp:not(.rich-text-wrapper), .framer-QkzNL .framer-styles-preset-qswgrp.rich-text-wrapper h3 { --framer-font-family: \"Reisinger - Michal Regular\", \"Reisinger - Michal Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.06em; --framer-line-height: 32px; --framer-paragraph-spacing: 40px; --framer-text-alignment: right; --framer-text-color: var(--token-b998400f-d7b8-43c3-8e06-7d02af8f188f, #ebebeb); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-QkzNL\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-5XMqX .framer-styles-preset-17742yk:not(.rich-text-wrapper), .framer-5XMqX .framer-styles-preset-17742yk.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-8530bb40-4c98-4e1f-b64b-27b92847f80c, #ebebeb) /* {\"name\":\"\u05DC\u05D1\u05DF \u05D8\u05E7\u05E1\u05D8 \u05E8\u05D2\u05D9\u05DC\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-98520f9c-5c61-40cc-868a-504970482485, #858585); --framer-link-text-decoration: none; }'];export const className=\"framer-5XMqX\";\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 (3fa6aa4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={VV8S7ntfm:{hover:true}};const cycleOrder=[\"VV8S7ntfm\"];const serializationHash=\"framer-wa8Nl\";const variantClassNames={VV8S7ntfm:\"framer-v-4hvdr5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VV8S7ntfm\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/tzachi_nemani.ux.ui/\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"\u05DC\u05D9\u05E0\u05E7 \u05DC\u05D0\u05D9\u05E0\u05E1\u05D8\u05D2\u05E8\u05DD\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-4hvdr5\",className,classNames)} framer-1x2g3yp`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"VV8S7ntfm\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"VV8S7ntfm-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.nav,{\"aria-label\":\"\u05D4\u05D0\u05D9\u05E0\u05E1\u05D8\u05D2\u05E8\u05DD \u05E9\u05DC\u05D9\",className:\"framer-xiif3w\",\"data-framer-name\":\"\u05D0\u05D9\u05E0\u05E1\u05D8\u05D2\u05E8\u05DD\",layoutDependency:layoutDependency,layoutId:\"xHCh9KySK\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1a0yzfc\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"cfrx_wLup\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 16.002 11.428 C 14.789 11.428 13.626 11.91 12.769 12.767 C 11.912 13.625 11.43 14.787 11.43 16 C 11.43 17.212 11.912 18.375 12.769 19.232 C 13.626 20.09 14.789 20.571 16.002 20.571 C 17.214 20.571 18.377 20.09 19.234 19.232 C 20.091 18.375 20.573 17.212 20.573 16 C 20.573 14.787 20.091 13.625 19.234 12.767 C 18.377 11.91 17.214 11.428 16.002 11.428 Z M 16.002 8.381 C 18.022 8.381 19.96 9.183 21.389 10.612 C 22.818 12.041 23.621 13.979 23.621 16 C 23.621 18.02 22.818 19.958 21.389 21.387 C 19.96 22.816 18.022 23.619 16.002 23.619 C 13.981 23.619 12.043 22.816 10.614 21.387 C 9.185 19.958 8.383 18.02 8.383 16 C 8.383 13.979 9.185 12.041 10.614 10.612 C 12.043 9.183 13.981 8.381 16.002 8.381 Z M 25.906 8 C 25.906 8.505 25.706 8.989 25.348 9.347 C 24.991 9.704 24.507 9.905 24.002 9.905 C 23.496 9.905 23.012 9.704 22.655 9.347 C 22.297 8.989 22.097 8.505 22.097 8 C 22.097 7.495 22.297 7.01 22.655 6.653 C 23.012 6.296 23.496 6.095 24.002 6.095 C 24.507 6.095 24.991 6.296 25.348 6.653 C 25.706 7.01 25.906 7.495 25.906 8 Z M 16.002 3.809 C 12.232 3.809 11.616 3.82 9.862 3.898 C 8.668 3.954 7.866 4.114 7.122 4.404 C 6.5 4.632 5.937 4.998 5.477 5.475 C 5 5.936 4.633 6.498 4.404 7.121 C 4.114 7.867 3.954 8.667 3.9 9.86 C 3.82 11.543 3.81 12.131 3.81 16 C 3.81 19.771 3.82 20.385 3.898 22.139 C 3.954 23.332 4.114 24.135 4.402 24.877 C 4.661 25.54 4.966 26.017 5.472 26.523 C 5.986 27.035 6.463 27.341 7.118 27.595 C 7.871 27.885 8.672 28.047 9.861 28.102 C 11.543 28.181 12.131 28.19 16 28.19 C 19.772 28.19 20.386 28.18 22.14 28.102 C 23.331 28.045 24.133 27.885 24.878 27.597 C 25.5 27.368 26.062 27.002 26.524 26.526 C 27.037 26.014 27.343 25.537 27.596 24.881 C 27.886 24.131 28.047 23.329 28.102 22.138 C 28.181 20.457 28.191 19.867 28.191 16 C 28.191 12.23 28.18 11.614 28.102 9.86 C 28.046 8.669 27.884 7.864 27.596 7.121 C 27.367 6.499 27.001 5.937 26.525 5.475 C 26.064 4.998 25.502 4.631 24.879 4.402 C 24.133 4.113 23.331 3.953 22.14 3.898 C 20.459 3.818 19.871 3.809 16 3.809 M 16 0.762 C 20.14 0.762 20.657 0.777 22.283 0.853 C 23.904 0.929 25.01 1.184 25.981 1.562 C 26.987 1.949 27.834 2.473 28.681 3.319 C 29.456 4.08 30.056 5.002 30.438 6.019 C 30.815 6.99 31.071 8.096 31.147 9.719 C 31.218 11.343 31.238 11.86 31.238 16 C 31.238 20.14 31.223 20.657 31.147 22.281 C 31.071 23.904 30.815 25.009 30.438 25.981 C 30.057 26.998 29.457 27.92 28.681 28.681 C 27.919 29.456 26.998 30.055 25.981 30.438 C 25.01 30.814 23.904 31.07 22.283 31.147 C 20.657 31.218 20.14 31.238 16 31.238 C 11.86 31.238 11.343 31.223 9.717 31.147 C 8.096 31.07 6.991 30.814 6.019 30.438 C 5.002 30.056 4.08 29.456 3.319 28.681 C 2.544 27.919 1.944 26.998 1.562 25.981 C 1.184 25.01 0.93 23.904 0.853 22.281 C 0.78 20.657 0.762 20.14 0.762 16 C 0.762 11.86 0.777 11.343 0.853 9.719 C 0.93 8.096 1.184 6.991 1.562 6.019 C 1.943 5.001 2.543 4.08 3.319 3.319 C 4.08 2.543 5.002 1.944 6.019 1.562 C 6.99 1.184 8.095 0.929 9.717 0.853 C 11.345 0.782 11.861 0.762 16.002 0.762\" fill=\"var(--token-f4844fe3-1038-41d3-83a7-d332920369b2, rgb(235, 235, 235)) /* {&quot;name&quot;:&quot;\u05DC\u05D1\u05DF \u05D0\u05DC\u05DE\u05E0\u05D8\u05D9\u05DD&quot;} */\"></path></svg>',svgContentId:11320533213,withExternalLayout:true,...addPropertyOverrides({\"VV8S7ntfm-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 16.002 11.428 C 14.789 11.428 13.626 11.91 12.769 12.767 C 11.912 13.625 11.43 14.787 11.43 16 C 11.43 17.212 11.912 18.375 12.769 19.232 C 13.626 20.09 14.789 20.571 16.002 20.571 C 17.214 20.571 18.377 20.09 19.234 19.232 C 20.091 18.375 20.573 17.212 20.573 16 C 20.573 14.787 20.091 13.625 19.234 12.767 C 18.377 11.91 17.214 11.428 16.002 11.428 Z M 16.002 8.381 C 18.022 8.381 19.96 9.183 21.389 10.612 C 22.818 12.041 23.621 13.979 23.621 16 C 23.621 18.02 22.818 19.958 21.389 21.387 C 19.96 22.816 18.022 23.619 16.002 23.619 C 13.981 23.619 12.043 22.816 10.614 21.387 C 9.185 19.958 8.383 18.02 8.383 16 C 8.383 13.979 9.185 12.041 10.614 10.612 C 12.043 9.183 13.981 8.381 16.002 8.381 Z M 25.906 8 C 25.906 8.505 25.706 8.989 25.348 9.347 C 24.991 9.704 24.507 9.905 24.002 9.905 C 23.496 9.905 23.012 9.704 22.655 9.347 C 22.297 8.989 22.097 8.505 22.097 8 C 22.097 7.495 22.297 7.01 22.655 6.653 C 23.012 6.296 23.496 6.095 24.002 6.095 C 24.507 6.095 24.991 6.296 25.348 6.653 C 25.706 7.01 25.906 7.495 25.906 8 Z M 16.002 3.809 C 12.232 3.809 11.616 3.82 9.862 3.898 C 8.668 3.954 7.866 4.114 7.122 4.404 C 6.5 4.632 5.937 4.998 5.477 5.475 C 5 5.936 4.633 6.498 4.404 7.121 C 4.114 7.867 3.954 8.667 3.9 9.86 C 3.82 11.543 3.81 12.131 3.81 16 C 3.81 19.771 3.82 20.385 3.898 22.139 C 3.954 23.332 4.114 24.135 4.402 24.877 C 4.661 25.54 4.966 26.017 5.472 26.523 C 5.986 27.035 6.463 27.341 7.118 27.595 C 7.871 27.885 8.672 28.047 9.861 28.102 C 11.543 28.181 12.131 28.19 16 28.19 C 19.772 28.19 20.386 28.18 22.14 28.102 C 23.331 28.045 24.133 27.885 24.878 27.597 C 25.5 27.368 26.062 27.002 26.524 26.526 C 27.037 26.014 27.343 25.537 27.596 24.881 C 27.886 24.131 28.047 23.329 28.102 22.138 C 28.181 20.457 28.191 19.867 28.191 16 C 28.191 12.23 28.18 11.614 28.102 9.86 C 28.046 8.669 27.884 7.864 27.596 7.121 C 27.367 6.499 27.001 5.937 26.525 5.475 C 26.064 4.998 25.502 4.631 24.879 4.402 C 24.133 4.113 23.331 3.953 22.14 3.898 C 20.459 3.818 19.871 3.809 16 3.809 M 16 0.762 C 20.14 0.762 20.657 0.777 22.283 0.853 C 23.904 0.929 25.01 1.184 25.981 1.562 C 26.987 1.949 27.834 2.473 28.681 3.319 C 29.456 4.08 30.056 5.002 30.438 6.019 C 30.815 6.99 31.071 8.096 31.147 9.719 C 31.218 11.343 31.238 11.86 31.238 16 C 31.238 20.14 31.223 20.657 31.147 22.281 C 31.071 23.904 30.815 25.009 30.438 25.981 C 30.057 26.998 29.457 27.92 28.681 28.681 C 27.919 29.456 26.998 30.055 25.981 30.438 C 25.01 30.814 23.904 31.07 22.283 31.147 C 20.657 31.218 20.14 31.238 16 31.238 C 11.86 31.238 11.343 31.223 9.717 31.147 C 8.096 31.07 6.991 30.814 6.019 30.438 C 5.002 30.056 4.08 29.456 3.319 28.681 C 2.544 27.919 1.944 26.998 1.562 25.981 C 1.184 25.01 0.93 23.904 0.853 22.281 C 0.78 20.657 0.762 20.14 0.762 16 C 0.762 11.86 0.777 11.343 0.853 9.719 C 0.93 8.096 1.184 6.991 1.562 6.019 C 1.943 5.001 2.543 4.08 3.319 3.319 C 4.08 2.543 5.002 1.944 6.019 1.562 C 6.99 1.184 8.095 0.929 9.717 0.853 C 11.345 0.782 11.861 0.762 16.002 0.762\" fill=\"var(--token-22d7001d-1008-4d74-9adf-ab361cdaad3f, rgb(0, 136, 255)) /* {&quot;name&quot;:&quot;\u05DB\u05D7\u05D5\u05DC \u05DC\u05DC\u05D9\u05E0\u05E7\u05D9\u05DD&quot;} */\"></path></svg>',svgContentId:11047914067}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wa8Nl.framer-1x2g3yp, .framer-wa8Nl .framer-1x2g3yp { display: block; }\",\".framer-wa8Nl.framer-4hvdr5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-wa8Nl .framer-xiif3w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wa8Nl .framer-1a0yzfc { flex: none; height: 32px; position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wa8Nl.framer-4hvdr5, .framer-wa8Nl .framer-xiif3w { gap: 0px; } .framer-wa8Nl.framer-4hvdr5 > *, .framer-wa8Nl .framer-xiif3w > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-wa8Nl.framer-4hvdr5 > :first-child, .framer-wa8Nl .framer-xiif3w > :first-child { margin-left: 0px; } .framer-wa8Nl.framer-4hvdr5 > :last-child, .framer-wa8Nl .framer-xiif3w > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"HDhdytbHq\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGwiwlmhSh=withCSS(Component,css,\"framer-wa8Nl\");export default FramerGwiwlmhSh;FramerGwiwlmhSh.displayName=\"instagram link\";FramerGwiwlmhSh.defaultProps={height:32,width:32};addFonts(FramerGwiwlmhSh,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGwiwlmhSh\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"32\",\"framerIntrinsicHeight\":\"32\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HDhdytbHq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GwiwlmhSh.map", "// Generated by Framer (3fa6aa4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={hid4mS7cI:{hover:true}};const cycleOrder=[\"hid4mS7cI\"];const serializationHash=\"framer-GSwCG\";const variantClassNames={hid4mS7cI:\"framer-v-mpteeq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hid4mS7cI\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/profile.php?id=100007239764933\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"\u05DC\u05D9\u05E0\u05E7 \u05DC\u05E4\u05D9\u05D9\u05E1\u05D1\u05D5\u05E7\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-mpteeq\",className,classNames)} framer-1m3h5t8`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"hid4mS7cI\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"hid4mS7cI-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.nav,{\"aria-label\":\"\u05D4\u05E4\u05D9\u05D9\u05E1\u05D1\u05D5\u05E7 \u05E9\u05DC\u05D9\",className:\"framer-gfvm5m\",\"data-framer-name\":\"\u05E4\u05D9\u05D9\u05E1\u05D1\u05D5\u05E7\",layoutDependency:layoutDependency,layoutId:\"HyG3hYjB3\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1i71j6y\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"HumfjXYOZ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 16 0.571 C 12.949 0.571 9.966 1.476 7.428 3.172 C 4.891 4.867 2.914 7.277 1.746 10.096 C 0.578 12.915 0.273 16.017 0.868 19.01 C 1.463 22.003 2.933 24.752 5.09 26.91 C 7.248 29.067 9.997 30.537 12.99 31.132 C 15.983 31.727 19.085 31.422 21.904 30.254 C 24.723 29.086 27.133 27.109 28.828 24.572 C 30.524 22.034 31.429 19.051 31.429 16 C 31.424 11.909 29.797 7.988 26.905 5.095 C 24.012 2.203 20.091 0.576 16 0.571 Z M 17.714 27.876 L 17.714 20 L 20.571 20 C 21.026 20 21.462 19.819 21.784 19.498 C 22.105 19.176 22.286 18.74 22.286 18.286 C 22.286 17.831 22.105 17.395 21.784 17.073 C 21.462 16.752 21.026 16.571 20.571 16.571 L 17.714 16.571 L 17.714 13.714 C 17.714 13.26 17.895 12.824 18.216 12.502 C 18.538 12.181 18.974 12 19.429 12 L 21.714 12 C 22.169 12 22.605 11.819 22.927 11.498 C 23.248 11.176 23.429 10.74 23.429 10.286 C 23.429 9.831 23.248 9.395 22.927 9.074 C 22.605 8.752 22.169 8.571 21.714 8.571 L 19.429 8.571 C 18.065 8.571 16.756 9.113 15.792 10.078 C 14.828 11.042 14.286 12.35 14.286 13.714 L 14.286 16.571 L 11.429 16.571 C 10.974 16.571 10.538 16.752 10.216 17.073 C 9.895 17.395 9.714 17.831 9.714 18.286 C 9.714 18.74 9.895 19.176 10.216 19.498 C 10.538 19.819 10.974 20 11.429 20 L 14.286 20 L 14.286 27.876 C 11.283 27.442 8.556 25.888 6.653 23.525 C 4.751 21.161 3.814 18.165 4.031 15.139 C 4.248 12.113 5.603 9.282 7.824 7.215 C 10.045 5.148 12.966 3.999 16 3.999 C 19.034 3.999 21.955 5.148 24.176 7.215 C 26.397 9.282 27.752 12.113 27.969 15.139 C 28.187 18.165 27.249 21.161 25.347 23.525 C 23.444 25.888 20.717 27.442 17.714 27.876 Z\" fill=\"var(--token-f4844fe3-1038-41d3-83a7-d332920369b2, rgb(235, 235, 235)) /* {&quot;name&quot;:&quot;\u05DC\u05D1\u05DF \u05D0\u05DC\u05DE\u05E0\u05D8\u05D9\u05DD&quot;} */\"></path></svg>',svgContentId:11033818520,withExternalLayout:true,...addPropertyOverrides({\"hid4mS7cI-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 16 0.571 C 12.949 0.571 9.966 1.476 7.428 3.172 C 4.891 4.867 2.914 7.277 1.746 10.096 C 0.578 12.915 0.273 16.017 0.868 19.01 C 1.463 22.003 2.933 24.752 5.09 26.91 C 7.248 29.067 9.997 30.537 12.99 31.132 C 15.983 31.727 19.085 31.422 21.904 30.254 C 24.723 29.086 27.133 27.109 28.828 24.572 C 30.524 22.034 31.429 19.051 31.429 16 C 31.424 11.909 29.797 7.988 26.905 5.095 C 24.012 2.203 20.091 0.576 16 0.571 Z M 17.714 27.876 L 17.714 20 L 20.571 20 C 21.026 20 21.462 19.819 21.784 19.498 C 22.105 19.176 22.286 18.74 22.286 18.286 C 22.286 17.831 22.105 17.395 21.784 17.073 C 21.462 16.752 21.026 16.571 20.571 16.571 L 17.714 16.571 L 17.714 13.714 C 17.714 13.26 17.895 12.824 18.216 12.502 C 18.538 12.181 18.974 12 19.429 12 L 21.714 12 C 22.169 12 22.605 11.819 22.927 11.498 C 23.248 11.176 23.429 10.74 23.429 10.286 C 23.429 9.831 23.248 9.395 22.927 9.074 C 22.605 8.752 22.169 8.571 21.714 8.571 L 19.429 8.571 C 18.065 8.571 16.756 9.113 15.792 10.078 C 14.828 11.042 14.286 12.35 14.286 13.714 L 14.286 16.571 L 11.429 16.571 C 10.974 16.571 10.538 16.752 10.216 17.073 C 9.895 17.395 9.714 17.831 9.714 18.286 C 9.714 18.74 9.895 19.176 10.216 19.498 C 10.538 19.819 10.974 20 11.429 20 L 14.286 20 L 14.286 27.876 C 11.283 27.442 8.556 25.888 6.653 23.525 C 4.751 21.161 3.814 18.165 4.031 15.139 C 4.248 12.113 5.603 9.282 7.824 7.215 C 10.045 5.148 12.966 3.999 16 3.999 C 19.034 3.999 21.955 5.148 24.176 7.215 C 26.397 9.282 27.752 12.113 27.969 15.139 C 28.187 18.165 27.249 21.161 25.347 23.525 C 23.444 25.888 20.717 27.442 17.714 27.876 Z\" fill=\"var(--token-22d7001d-1008-4d74-9adf-ab361cdaad3f, rgb(0, 136, 255)) /* {&quot;name&quot;:&quot;\u05DB\u05D7\u05D5\u05DC \u05DC\u05DC\u05D9\u05E0\u05E7\u05D9\u05DD&quot;} */\"></path></svg>',svgContentId:12725581423}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GSwCG.framer-1m3h5t8, .framer-GSwCG .framer-1m3h5t8 { display: block; }\",\".framer-GSwCG.framer-mpteeq { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-GSwCG .framer-gfvm5m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GSwCG .framer-1i71j6y { flex: none; height: 32px; position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GSwCG.framer-mpteeq, .framer-GSwCG .framer-gfvm5m { gap: 0px; } .framer-GSwCG.framer-mpteeq > *, .framer-GSwCG .framer-gfvm5m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-GSwCG.framer-mpteeq > :first-child, .framer-GSwCG .framer-gfvm5m > :first-child { margin-left: 0px; } .framer-GSwCG.framer-mpteeq > :last-child, .framer-GSwCG .framer-gfvm5m > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"tvl8FhnRP\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermHGU8rzgT=withCSS(Component,css,\"framer-GSwCG\");export default FramermHGU8rzgT;FramermHGU8rzgT.displayName=\"facebook link\";FramermHGU8rzgT.defaultProps={height:32,width:32};addFonts(FramermHGU8rzgT,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermHGU8rzgT\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tvl8FhnRP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"32\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"32\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mHGU8rzgT.map", "// Generated by Framer (f712822)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={IEeDlP7Ly:{hover:true},ykzIWEsNH:{hover:true}};const cycleOrder=[\"IEeDlP7Ly\",\"ykzIWEsNH\"];const serializationHash=\"framer-S1gS6\";const variantClassNames={IEeDlP7Ly:\"framer-v-rb6mod\",ykzIWEsNH:\"framer-v-f3xaei\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.5,0,.88,.77],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"IEeDlP7Ly\",\"\u05DE\u05D5\u05D1\u05D9\u05D9\u05DC\":\"ykzIWEsNH\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"IEeDlP7Ly\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IEeDlP7Ly\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nTKgQFz14\"},motionChild:true,nodeId:\"IEeDlP7Ly\",openInNewTab:false,scopeId:\"PhG5BgIMC\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-rb6mod\",className,classNames)} framer-18f4dld`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"IEeDlP7Ly\",ref:refBinding,style:{...style},...addPropertyOverrides({\"IEeDlP7Ly-hover\":{\"data-framer-name\":undefined},\"ykzIWEsNH-hover\":{\"data-framer-name\":undefined},ykzIWEsNH:{\"data-framer-name\":\"\u05DE\u05D5\u05D1\u05D9\u05D9\u05DC\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zgac3g\",\"data-framer-name\":\"Logo\",description:\"An SVG icon of Tzachi buissnes Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"XtFQKCkET\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 91 25\"><path d=\"M 84.423 3.782 C 84.142 3.595 84.157 3.15 84.449 2.98 C 84.958 2.683 85.635 2.247 86.064 1.81 C 86.476 1.391 86.888 0.741 87.179 0.231 C 87.355 -0.077 87.82 -0.077 87.996 0.231 C 88.287 0.741 88.698 1.391 89.11 1.81 C 89.54 2.247 90.216 2.683 90.726 2.98 C 91.017 3.15 91.033 3.595 90.751 3.782 C 90.242 4.121 89.555 4.616 89.11 5.08 C 88.706 5.503 88.271 6.143 87.971 6.619 C 87.795 6.897 87.38 6.897 87.204 6.619 C 86.903 6.143 86.468 5.503 86.064 5.08 C 85.62 4.616 84.932 4.121 84.423 3.782 Z M 85.425 24.938 L 85.425 8.835 L 89.337 8.835 L 89.337 24.938 Z M 67.03 24.512 L 70.959 24.512 L 70.959 15.673 C 70.959 14.865 71.109 14.145 71.409 13.512 C 71.731 12.879 72.182 12.388 72.762 12.039 C 73.363 11.668 74.071 11.482 74.887 11.482 C 75.552 11.482 76.132 11.635 76.626 11.941 C 77.119 12.224 77.506 12.661 77.785 13.25 C 78.064 13.839 78.203 14.592 78.203 15.509 L 78.203 24.512 L 82.132 24.512 L 82.132 14.56 C 82.132 12.486 81.617 10.849 80.586 9.649 C 79.577 8.449 78.096 7.848 76.143 7.848 C 74.984 7.848 73.953 8.088 73.052 8.569 C 72.171 9.027 71.484 9.649 70.991 10.435 L 70.991 0.155 L 67.03 0.155 Z M 47.834 16.393 C 47.834 14.734 48.167 13.261 48.833 11.973 C 49.52 10.686 50.454 9.682 51.634 8.962 C 52.836 8.22 54.221 7.848 55.788 7.848 C 57.956 7.848 59.727 8.427 61.101 9.584 C 62.496 10.718 63.301 12.257 63.516 14.2 L 59.587 14.2 C 59.351 13.283 58.911 12.595 58.267 12.137 C 57.645 11.657 56.861 11.417 55.917 11.417 C 55.101 11.417 54.371 11.624 53.727 12.039 C 53.104 12.432 52.622 12.999 52.278 13.741 C 51.935 14.483 51.763 15.367 51.763 16.393 C 51.763 17.419 51.924 18.303 52.246 19.045 C 52.568 19.787 53.029 20.365 53.631 20.78 C 54.253 21.173 54.983 21.369 55.82 21.369 C 56.808 21.369 57.623 21.129 58.267 20.649 C 58.933 20.169 59.373 19.481 59.587 18.587 L 63.548 18.587 C 63.376 19.852 62.936 20.965 62.228 21.926 C 61.541 22.864 60.65 23.606 59.555 24.152 C 58.46 24.676 57.215 24.938 55.82 24.938 C 54.21 24.938 52.804 24.588 51.602 23.89 C 50.4 23.17 49.466 22.177 48.801 20.911 C 48.156 19.623 47.834 18.117 47.834 16.393 Z M 31.652 23.535 C 32.64 24.47 33.971 24.938 35.645 24.938 C 36.89 24.938 37.996 24.67 38.962 24.136 C 39.949 23.601 40.615 22.911 40.958 22.065 L 41.248 24.503 L 44.693 24.503 L 44.693 14.482 C 44.693 12.945 44.414 11.665 43.856 10.64 C 43.298 9.594 42.504 8.814 41.473 8.302 C 40.443 7.767 39.209 7.5 37.77 7.5 C 36.354 7.5 35.098 7.745 34.003 8.235 C 32.93 8.725 32.093 9.415 31.491 10.306 C 30.912 11.175 30.622 12.21 30.622 13.413 L 33.971 13.413 C 33.971 12.544 34.282 11.876 34.905 11.409 C 35.527 10.919 36.418 10.674 37.577 10.674 C 38.243 10.674 38.822 10.785 39.316 11.008 C 39.81 11.208 40.185 11.542 40.443 12.01 C 40.722 12.455 40.862 13.057 40.862 13.814 L 40.862 14.181 L 36.096 14.582 C 34.207 14.738 32.747 15.272 31.717 16.185 C 30.708 17.076 30.203 18.279 30.203 19.793 C 30.203 21.33 30.687 22.577 31.652 23.535 Z M 39.799 20.795 C 39.09 21.508 38.125 21.864 36.901 21.864 C 36.042 21.864 35.377 21.675 34.905 21.296 C 34.432 20.918 34.196 20.361 34.196 19.626 C 34.196 18.958 34.454 18.424 34.969 18.023 C 35.484 17.6 36.354 17.332 37.577 17.221 L 40.894 16.954 L 40.894 17.822 C 40.894 19.092 40.529 20.083 39.799 20.795 Z M 26.77 24.512 L 13.954 24.512 L 13.954 21.238 L 21.876 11.679 L 13.954 11.679 L 13.954 8.339 L 26.77 8.339 L 26.77 11.646 L 18.752 21.173 L 26.77 21.173 Z M 3.059 8.34 L 0 8.34 L 0 11.679 L 3.059 11.679 L 3.059 24.512 L 6.987 24.512 L 6.987 11.679 L 10.046 11.679 L 10.046 8.34 L 6.987 8.34 L 6.987 3.298 L 3.059 3.298 Z\" fill=\"rgb(14, 237, 111)\"></path></svg>',svgContentId:9128480625,title:\"Tzachi logo\",withExternalLayout:true,...addPropertyOverrides({\"IEeDlP7Ly-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 91 25\"><path d=\"M 84.423 3.782 C 84.142 3.595 84.157 3.15 84.449 2.98 C 84.958 2.683 85.635 2.247 86.064 1.81 C 86.476 1.391 86.888 0.741 87.179 0.231 C 87.355 -0.077 87.82 -0.077 87.996 0.231 C 88.287 0.741 88.698 1.391 89.11 1.81 C 89.54 2.247 90.216 2.683 90.726 2.98 C 91.017 3.15 91.033 3.595 90.751 3.782 C 90.242 4.121 89.555 4.616 89.11 5.08 C 88.706 5.503 88.271 6.143 87.971 6.619 C 87.795 6.897 87.38 6.897 87.204 6.619 C 86.903 6.143 86.468 5.503 86.064 5.08 C 85.62 4.616 84.932 4.121 84.423 3.782 Z M 85.425 24.938 L 85.425 8.835 L 89.337 8.835 L 89.337 24.938 Z M 67.03 24.512 L 70.959 24.512 L 70.959 15.673 C 70.959 14.865 71.109 14.145 71.409 13.512 C 71.731 12.879 72.182 12.388 72.762 12.039 C 73.363 11.668 74.071 11.482 74.887 11.482 C 75.552 11.482 76.132 11.635 76.626 11.941 C 77.119 12.224 77.506 12.661 77.785 13.25 C 78.064 13.839 78.203 14.592 78.203 15.509 L 78.203 24.512 L 82.132 24.512 L 82.132 14.56 C 82.132 12.486 81.617 10.849 80.586 9.649 C 79.577 8.449 78.096 7.848 76.143 7.848 C 74.984 7.848 73.953 8.088 73.052 8.569 C 72.171 9.027 71.484 9.649 70.991 10.435 L 70.991 0.155 L 67.03 0.155 Z M 47.834 16.393 C 47.834 14.734 48.167 13.261 48.833 11.973 C 49.52 10.686 50.454 9.682 51.634 8.962 C 52.836 8.22 54.221 7.848 55.788 7.848 C 57.956 7.848 59.727 8.427 61.101 9.584 C 62.496 10.718 63.301 12.257 63.516 14.2 L 59.587 14.2 C 59.351 13.283 58.911 12.595 58.267 12.137 C 57.645 11.657 56.861 11.417 55.917 11.417 C 55.101 11.417 54.371 11.624 53.727 12.039 C 53.104 12.432 52.622 12.999 52.278 13.741 C 51.935 14.483 51.763 15.367 51.763 16.393 C 51.763 17.419 51.924 18.303 52.246 19.045 C 52.568 19.787 53.029 20.365 53.631 20.78 C 54.253 21.173 54.983 21.369 55.82 21.369 C 56.808 21.369 57.623 21.129 58.267 20.649 C 58.933 20.169 59.373 19.481 59.587 18.587 L 63.548 18.587 C 63.376 19.852 62.936 20.965 62.228 21.926 C 61.541 22.864 60.65 23.606 59.555 24.152 C 58.46 24.676 57.215 24.938 55.82 24.938 C 54.21 24.938 52.804 24.588 51.602 23.89 C 50.4 23.17 49.466 22.177 48.801 20.911 C 48.156 19.623 47.834 18.117 47.834 16.393 Z M 31.652 23.535 C 32.64 24.47 33.971 24.938 35.645 24.938 C 36.89 24.938 37.996 24.67 38.962 24.136 C 39.949 23.601 40.615 22.911 40.958 22.065 L 41.248 24.503 L 44.693 24.503 L 44.693 14.482 C 44.693 12.945 44.414 11.665 43.856 10.64 C 43.298 9.594 42.504 8.814 41.473 8.302 C 40.443 7.767 39.209 7.5 37.77 7.5 C 36.354 7.5 35.098 7.745 34.003 8.235 C 32.93 8.725 32.093 9.415 31.491 10.306 C 30.912 11.175 30.622 12.21 30.622 13.413 L 33.971 13.413 C 33.971 12.544 34.282 11.876 34.905 11.409 C 35.527 10.919 36.418 10.674 37.577 10.674 C 38.243 10.674 38.822 10.785 39.316 11.008 C 39.81 11.208 40.185 11.542 40.443 12.01 C 40.722 12.455 40.862 13.057 40.862 13.814 L 40.862 14.181 L 36.096 14.582 C 34.207 14.738 32.747 15.272 31.717 16.185 C 30.708 17.076 30.203 18.279 30.203 19.793 C 30.203 21.33 30.687 22.577 31.652 23.535 Z M 39.799 20.795 C 39.09 21.508 38.125 21.864 36.901 21.864 C 36.042 21.864 35.377 21.675 34.905 21.296 C 34.432 20.918 34.196 20.361 34.196 19.626 C 34.196 18.958 34.454 18.424 34.969 18.023 C 35.484 17.6 36.354 17.332 37.577 17.221 L 40.894 16.954 L 40.894 17.822 C 40.894 19.092 40.529 20.083 39.799 20.795 Z M 26.77 24.512 L 13.954 24.512 L 13.954 21.238 L 21.876 11.679 L 13.954 11.679 L 13.954 8.339 L 26.77 8.339 L 26.77 11.646 L 18.752 21.173 L 26.77 21.173 Z M 3.059 8.34 L 0 8.34 L 0 11.679 L 3.059 11.679 L 3.059 24.512 L 6.987 24.512 L 6.987 11.679 L 10.046 11.679 L 10.046 8.34 L 6.987 8.34 L 6.987 3.298 L 3.059 3.298 Z\" fill=\"rgb(29, 209, 107)\"></path></svg>',svgContentId:11749398367},\"ykzIWEsNH-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 57 16\"><path d=\"M 52.881 2.421 C 52.704 2.301 52.714 2.016 52.897 1.907 C 53.216 1.717 53.639 1.438 53.908 1.159 C 54.167 0.89 54.424 0.474 54.607 0.148 C 54.717 -0.049 55.008 -0.049 55.118 0.148 C 55.301 0.474 55.558 0.89 55.816 1.159 C 56.085 1.438 56.509 1.717 56.828 1.907 C 57.011 2.016 57.02 2.301 56.844 2.421 C 56.525 2.638 56.095 2.954 55.816 3.251 C 55.563 3.522 55.291 3.931 55.102 4.236 C 54.992 4.414 54.733 4.414 54.622 4.236 C 54.434 3.931 54.162 3.522 53.908 3.251 C 53.63 2.954 53.199 2.638 52.881 2.421 Z M 53.508 15.96 L 53.508 5.655 L 55.958 5.655 L 55.958 15.96 Z M 41.986 15.688 L 44.447 15.688 L 44.447 10.031 C 44.447 9.514 44.541 9.053 44.729 8.648 C 44.931 8.243 45.213 7.928 45.576 7.705 C 45.953 7.467 46.396 7.349 46.907 7.349 C 47.324 7.349 47.687 7.446 47.996 7.642 C 48.306 7.824 48.548 8.103 48.722 8.48 C 48.897 8.857 48.985 9.339 48.985 9.926 L 48.985 15.688 L 51.445 15.688 L 51.445 9.318 C 51.445 7.991 51.123 6.944 50.477 6.175 C 49.845 5.407 48.917 5.023 47.694 5.023 C 46.968 5.023 46.322 5.177 45.758 5.484 C 45.206 5.777 44.776 6.175 44.467 6.678 L 44.467 0.099 L 41.986 0.099 Z M 29.962 10.492 C 29.962 9.43 30.171 8.487 30.588 7.663 C 31.018 6.839 31.603 6.196 32.342 5.735 C 33.095 5.26 33.963 5.023 34.944 5.023 C 36.302 5.023 37.411 5.393 38.272 6.133 C 39.146 6.86 39.65 7.845 39.785 9.088 L 37.324 9.088 C 37.176 8.501 36.9 8.061 36.497 7.768 C 36.107 7.46 35.616 7.307 35.025 7.307 C 34.514 7.307 34.057 7.44 33.653 7.705 C 33.263 7.956 32.961 8.32 32.746 8.794 C 32.531 9.269 32.423 9.835 32.423 10.492 C 32.423 11.148 32.524 11.714 32.726 12.189 C 32.927 12.664 33.216 13.034 33.593 13.299 C 33.983 13.551 34.44 13.676 34.964 13.676 C 35.583 13.676 36.094 13.523 36.497 13.215 C 36.914 12.908 37.19 12.468 37.324 11.895 L 39.805 11.895 C 39.697 12.706 39.421 13.418 38.978 14.033 C 38.548 14.633 37.99 15.108 37.304 15.457 C 36.618 15.793 35.838 15.96 34.964 15.96 C 33.956 15.96 33.075 15.737 32.322 15.29 C 31.569 14.829 30.984 14.193 30.567 13.383 C 30.164 12.559 29.962 11.595 29.962 10.492 Z M 19.826 15.062 C 20.445 15.661 21.278 15.96 22.327 15.96 C 23.107 15.96 23.8 15.789 24.405 15.447 C 25.023 15.105 25.44 14.663 25.655 14.121 L 25.837 15.682 L 27.995 15.682 L 27.995 9.268 C 27.995 8.285 27.82 7.465 27.47 6.81 C 27.121 6.14 26.623 5.641 25.978 5.313 C 25.332 4.971 24.559 4.8 23.658 4.8 C 22.771 4.8 21.984 4.957 21.299 5.27 C 20.626 5.584 20.102 6.026 19.725 6.596 C 19.362 7.152 19.181 7.815 19.181 8.584 L 21.278 8.584 C 21.278 8.028 21.473 7.601 21.863 7.301 C 22.253 6.988 22.811 6.831 23.537 6.831 C 23.954 6.831 24.317 6.902 24.627 7.045 C 24.936 7.173 25.171 7.387 25.332 7.686 C 25.507 7.971 25.595 8.356 25.595 8.841 L 25.595 9.076 L 22.61 9.333 C 21.426 9.432 20.512 9.774 19.867 10.359 C 19.235 10.929 18.919 11.698 18.919 12.668 C 18.919 13.651 19.221 14.449 19.826 15.062 Z M 24.929 13.309 C 24.485 13.765 23.88 13.993 23.114 13.993 C 22.576 13.993 22.159 13.872 21.863 13.63 C 21.568 13.387 21.42 13.031 21.42 12.561 C 21.42 12.133 21.581 11.791 21.904 11.535 C 22.226 11.264 22.771 11.093 23.537 11.021 L 25.615 10.85 L 25.615 11.406 C 25.615 12.219 25.386 12.853 24.929 13.309 Z M 16.768 15.688 L 8.741 15.688 L 8.741 13.592 L 13.702 7.474 L 8.741 7.474 L 8.741 5.337 L 16.768 5.337 L 16.768 7.453 L 11.746 13.551 L 16.768 13.551 Z M 1.916 5.337 L 0 5.337 L 0 7.474 L 1.916 7.474 L 1.916 15.688 L 4.377 15.688 L 4.377 7.474 L 6.293 7.474 L 6.293 5.337 L 4.377 5.337 L 4.377 2.111 L 1.916 2.111 Z\" fill=\"rgb(29, 209, 107)\"></path></svg>',svgContentId:10911590145},ykzIWEsNH:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 57 16\"><path d=\"M 52.881 2.421 C 52.704 2.301 52.714 2.016 52.897 1.907 C 53.216 1.717 53.639 1.438 53.908 1.159 C 54.167 0.89 54.424 0.474 54.607 0.148 C 54.717 -0.049 55.008 -0.049 55.118 0.148 C 55.301 0.474 55.558 0.89 55.816 1.159 C 56.085 1.438 56.509 1.717 56.828 1.907 C 57.011 2.016 57.02 2.301 56.844 2.421 C 56.525 2.638 56.095 2.954 55.816 3.251 C 55.563 3.522 55.291 3.931 55.102 4.236 C 54.992 4.414 54.733 4.414 54.622 4.236 C 54.434 3.931 54.162 3.522 53.908 3.251 C 53.63 2.954 53.199 2.638 52.881 2.421 Z M 53.508 15.96 L 53.508 5.655 L 55.958 5.655 L 55.958 15.96 Z M 41.986 15.688 L 44.447 15.688 L 44.447 10.031 C 44.447 9.514 44.541 9.053 44.729 8.648 C 44.931 8.243 45.213 7.928 45.576 7.705 C 45.953 7.467 46.396 7.349 46.907 7.349 C 47.324 7.349 47.687 7.446 47.996 7.642 C 48.306 7.824 48.548 8.103 48.722 8.48 C 48.897 8.857 48.985 9.339 48.985 9.926 L 48.985 15.688 L 51.445 15.688 L 51.445 9.318 C 51.445 7.991 51.123 6.944 50.477 6.175 C 49.845 5.407 48.917 5.023 47.694 5.023 C 46.968 5.023 46.322 5.177 45.758 5.484 C 45.206 5.777 44.776 6.175 44.467 6.678 L 44.467 0.099 L 41.986 0.099 Z M 29.962 10.492 C 29.962 9.43 30.171 8.487 30.588 7.663 C 31.018 6.839 31.603 6.196 32.342 5.735 C 33.095 5.26 33.963 5.023 34.944 5.023 C 36.302 5.023 37.411 5.393 38.272 6.133 C 39.146 6.86 39.65 7.845 39.785 9.088 L 37.324 9.088 C 37.176 8.501 36.9 8.061 36.497 7.768 C 36.107 7.46 35.616 7.307 35.025 7.307 C 34.514 7.307 34.057 7.44 33.653 7.705 C 33.263 7.956 32.961 8.32 32.746 8.794 C 32.531 9.269 32.423 9.835 32.423 10.492 C 32.423 11.148 32.524 11.714 32.726 12.189 C 32.927 12.664 33.216 13.034 33.593 13.299 C 33.983 13.551 34.44 13.676 34.964 13.676 C 35.583 13.676 36.094 13.523 36.497 13.215 C 36.914 12.908 37.19 12.468 37.324 11.895 L 39.805 11.895 C 39.697 12.706 39.421 13.418 38.978 14.033 C 38.548 14.633 37.99 15.108 37.304 15.457 C 36.618 15.793 35.838 15.96 34.964 15.96 C 33.956 15.96 33.075 15.737 32.322 15.29 C 31.569 14.829 30.984 14.193 30.567 13.383 C 30.164 12.559 29.962 11.595 29.962 10.492 Z M 19.826 15.062 C 20.445 15.661 21.278 15.96 22.327 15.96 C 23.107 15.96 23.8 15.789 24.405 15.447 C 25.023 15.105 25.44 14.663 25.655 14.121 L 25.837 15.682 L 27.995 15.682 L 27.995 9.268 C 27.995 8.285 27.82 7.465 27.47 6.81 C 27.121 6.14 26.623 5.641 25.978 5.313 C 25.332 4.971 24.559 4.8 23.658 4.8 C 22.771 4.8 21.984 4.957 21.299 5.27 C 20.626 5.584 20.102 6.026 19.725 6.596 C 19.362 7.152 19.181 7.815 19.181 8.584 L 21.278 8.584 C 21.278 8.028 21.473 7.601 21.863 7.301 C 22.253 6.988 22.811 6.831 23.537 6.831 C 23.954 6.831 24.317 6.902 24.627 7.045 C 24.936 7.173 25.171 7.387 25.332 7.686 C 25.507 7.971 25.595 8.356 25.595 8.841 L 25.595 9.076 L 22.61 9.333 C 21.426 9.432 20.512 9.774 19.867 10.359 C 19.235 10.929 18.919 11.698 18.919 12.668 C 18.919 13.651 19.221 14.449 19.826 15.062 Z M 24.929 13.309 C 24.485 13.765 23.88 13.993 23.114 13.993 C 22.576 13.993 22.159 13.872 21.863 13.63 C 21.568 13.387 21.42 13.031 21.42 12.561 C 21.42 12.133 21.581 11.791 21.904 11.535 C 22.226 11.264 22.771 11.093 23.537 11.021 L 25.615 10.85 L 25.615 11.406 C 25.615 12.219 25.386 12.853 24.929 13.309 Z M 16.768 15.688 L 8.741 15.688 L 8.741 13.592 L 13.702 7.474 L 8.741 7.474 L 8.741 5.337 L 16.768 5.337 L 16.768 7.453 L 11.746 13.551 L 16.768 13.551 Z M 1.916 5.337 L 0 5.337 L 0 7.474 L 1.916 7.474 L 1.916 15.688 L 4.377 15.688 L 4.377 7.474 L 6.293 7.474 L 6.293 5.337 L 4.377 5.337 L 4.377 2.111 L 1.916 2.111 Z\" fill=\"rgb(14, 237, 111)\"></path></svg>',svgContentId:9357333848}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-S1gS6.framer-18f4dld, .framer-S1gS6 .framer-18f4dld { display: block; }\",\".framer-S1gS6.framer-rb6mod { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 45px; justify-content: center; overflow: visible; padding: 10px 0px 10px 0px; position: relative; text-decoration: none; width: 91px; }\",\".framer-S1gS6 .framer-zgac3g { flex: none; height: 25px; position: relative; width: 91px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-S1gS6.framer-rb6mod { gap: 0px; } .framer-S1gS6.framer-rb6mod > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-S1gS6.framer-rb6mod > :first-child { margin-left: 0px; } .framer-S1gS6.framer-rb6mod > :last-child { margin-right: 0px; } }\",\".framer-S1gS6.framer-v-f3xaei.framer-rb6mod { height: min-content; padding: 0px; width: min-content; }\",\".framer-S1gS6.framer-v-f3xaei .framer-zgac3g { height: 16px; width: 57px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 45\n * @framerIntrinsicWidth 91\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ykzIWEsNH\":{\"layout\":[\"auto\",\"auto\"]},\"Oz74t2BBc\":{\"layout\":[\"fixed\",\"fixed\"]},\"wYD09eVfG\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerPhG5BgIMC=withCSS(Component,css,\"framer-S1gS6\");export default FramerPhG5BgIMC;FramerPhG5BgIMC.displayName=\"\u05DC\u05D5\u05D2\u05D5\";FramerPhG5BgIMC.defaultProps={height:45,width:91};addPropertyControls(FramerPhG5BgIMC,{variant:{options:[\"IEeDlP7Ly\",\"ykzIWEsNH\"],optionTitles:[\"Variant 1\",\"\u05DE\u05D5\u05D1\u05D9\u05D9\u05DC\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerPhG5BgIMC,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPhG5BgIMC\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"45\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ykzIWEsNH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Oz74t2BBc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wYD09eVfG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"91\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PhG5BgIMC.map", "// Generated by Framer (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import UserComponent from\"https://framerusercontent.com/modules/zgrTwhRU4lp60Mpb3Dym/1dkmeAOzy7y0aMGmRAaX/PhG5BgIMC.js\";const UserComponentFonts=getFonts(UserComponent);const cycleOrder=[\"xn14vQf8o\",\"cZeljtlSH\",\"Fpq5Ej4rY\"];const serializationHash=\"framer-47xAe\";const variantClassNames={cZeljtlSH:\"framer-v-1x0htvx\",Fpq5Ej4rY:\"framer-v-d46mnf\",xn14vQf8o:\"framer-v-ysyg7m\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"xn14vQf8o\",\"Variant 2\":\"cZeljtlSH\",\"\u05DE\u05D5\u05D1\u05D9\u05D9\u05DC\":\"Fpq5Ej4rY\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"xn14vQf8o\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xn14vQf8o\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"cZeljtlSH\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,\"aria-label\":\"\u05D6\u05DB\u05D5\u05D9\u05D5\u05EA \u05E9\u05DE\u05D5\u05E8\u05D5\u05EA \u05E6\u05D7\u05D9 \u05E0\u05D0\u05DE\u05E0\u05D9, \u05D9\u05D7\u05D3 \u05E0\u05D2\u05D9\u05E2 \u05DC\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA \u05D9\u05E4\u05D5\u05EA\",className:cx(scopingClassNames,\"framer-ysyg7m\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"xn14vQf8o\",ref:refBinding,style:{...style},...addPropertyOverrides({cZeljtlSH:{\"data-framer-name\":\"Variant 2\"},Fpq5Ej4rY:{\"data-framer-name\":\"\u05DE\u05D5\u05D1\u05D9\u05D9\u05DC\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-diuh1d\",\"data-framer-name\":\"mdi:copyright\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EFnRvn3vW\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 11.76 12.67 C 11.818 12.285 11.947 11.946 12.11 11.666 C 12.46 11.013 13.055 10.675 13.86 10.663 C 14.385 10.663 14.863 10.896 15.202 11.235 C 15.528 11.596 15.75 12.098 15.75 12.6 L 17.85 12.6 C 17.827 12.051 17.722 11.55 17.5 11.083 C 17.325 10.64 17.057 10.243 16.707 9.916 C 15.015 8.353 11.877 8.575 10.442 10.348 C 8.937 12.296 8.902 15.703 10.43 17.651 C 11.842 19.39 14.933 19.635 16.613 18.083 C 16.975 17.791 17.267 17.43 17.5 17.01 C 17.687 16.59 17.815 16.146 17.827 15.668 L 15.75 15.668 C 15.75 15.913 15.668 16.135 15.563 16.333 C 15.458 16.555 15.318 16.73 15.167 16.881 C 14.782 17.185 14.327 17.348 13.837 17.348 C 13.417 17.336 13.067 17.255 12.798 17.08 C 12.495 16.91 12.254 16.649 12.11 16.333 C 11.527 15.283 11.62 13.825 11.76 12.67 Z M 14 2.333 C 7.583 2.333 2.333 7.583 2.333 14 C 2.952 29.481 25.083 29.47 25.667 14 C 25.667 7.583 20.417 2.333 14 2.333 Z M 14 23.333 C 8.855 23.333 4.667 19.145 4.667 14 C 5.18 1.621 22.82 1.621 23.333 14 C 23.333 19.145 19.145 23.333 14 23.333 Z\" fill=\"rgb(14, 237, 111)\"></path></svg>',svgContentId:12606324075,withExternalLayout:true,...addPropertyOverrides({cZeljtlSH:{svgContentId:12192310034},Fpq5Ej4rY:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 6.72 8.24 C 6.753 8.02 6.827 7.827 6.92 7.667 C 7.12 7.293 7.46 7.1 7.92 7.093 C 8.22 7.093 8.493 7.227 8.687 7.42 C 8.873 7.627 9 7.913 9 8.2 L 10.2 8.2 C 10.187 7.887 10.127 7.6 10 7.333 C 9.9 7.08 9.747 6.853 9.547 6.667 C 8.58 5.773 6.787 5.9 5.967 6.913 C 5.107 8.027 5.087 9.973 5.96 11.087 C 6.767 12.08 8.533 12.22 9.493 11.333 C 9.7 11.167 9.867 10.96 10 10.72 C 10.107 10.48 10.18 10.227 10.187 9.953 L 9 9.953 C 9 10.093 8.953 10.22 8.893 10.333 C 8.833 10.46 8.753 10.56 8.667 10.647 C 8.447 10.82 8.187 10.913 7.907 10.913 C 7.667 10.907 7.467 10.86 7.313 10.76 C 7.14 10.663 7.003 10.514 6.92 10.333 C 6.587 9.733 6.64 8.9 6.72 8.24 Z M 8 2.333 C 4.333 2.333 1.333 5.333 1.333 9 C 1.687 17.847 14.333 17.84 14.667 9 C 14.667 5.333 11.667 2.333 8 2.333 Z M 8 14.333 C 5.06 14.333 2.667 11.94 2.667 9 C 2.96 1.927 13.04 1.927 13.333 9 C 13.333 11.94 10.94 14.333 8 14.333 Z\" fill=\"rgb(14, 237, 111)\"></path></svg>',svgContentId:9294990127}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tu2998\",\"data-border\":true,\"data-framer-name\":\"\u05E4\u05D5\u05E4\u05D0\u05E4\",layoutDependency:layoutDependency,layoutId:\"SF6RboVbr\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(59, 61, 60)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(35, 39, 37)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 0px 2px 0px rgba(54, 54, 54, 0.34)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEhlYnJldy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Hebrew\", \"Noto Sans Hebrew Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(235, 235, 235))\",direction:\"rtl\"},children:\"\u05D0\u05D1\u05DC \u05D9\u05D7\u05D3 \u05E0\u05D2\u05D9\u05E2 \u05DC\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA \u05DB\u05D0\u05DC\u05D4\uD83D\uDC51\"})}),className:\"framer-2rq5de\",\"data-framer-name\":\"\u05D8\u05E7\u05E1\u05D8\",fonts:[\"GF;Noto Sans Hebrew-regular\"],layoutDependency:layoutDependency,layoutId:\"stgKu_eHM\",style:{\"--extracted-r6o4lv\":\"rgb(235, 235, 235)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,width:`max(${componentViewport?.width||\"100vw\"} - 36px, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||45)-0-45)/2),...addPropertyOverrides({Fpq5Ej4rY:{width:undefined,y:(componentViewport?.y||0)+(0+((componentViewport?.height||16)-0-45)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gmr01i-container\",layoutDependency:layoutDependency,layoutId:\"dt0ol8Z6z-container\",nodeId:\"dt0ol8Z6z\",rendersWithMotion:true,scopeId:\"QjLcnCSI2\",children:/*#__PURE__*/_jsx(UserComponent,{height:\"100%\",id:\"dt0ol8Z6z\",layoutId:\"dt0ol8Z6z\",style:{width:\"100%\"},variant:\"IEeDlP7Ly\",width:\"100%\",...addPropertyOverrides({Fpq5Ej4rY:{variant:\"ykzIWEsNH\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-47xAe.framer-1v4j747, .framer-47xAe .framer-1v4j747 { display: block; }\",\".framer-47xAe.framer-ysyg7m { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 131px; }\",\".framer-47xAe .framer-diuh1d { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-47xAe .framer-1tu2998 { align-content: center; align-items: center; bottom: 60px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 14px 8px 14px; position: absolute; right: -142px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-47xAe .framer-2rq5de { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-47xAe .framer-gmr01i-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-47xAe.framer-ysyg7m, .framer-47xAe .framer-1tu2998 { gap: 0px; } .framer-47xAe.framer-ysyg7m > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-47xAe.framer-ysyg7m > :first-child { margin-left: 0px; } .framer-47xAe.framer-ysyg7m > :last-child { margin-right: 0px; } .framer-47xAe .framer-1tu2998 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-47xAe .framer-1tu2998 > :first-child { margin-top: 0px; } .framer-47xAe .framer-1tu2998 > :last-child { margin-bottom: 0px; } }\",\".framer-47xAe.framer-v-1x0htvx .framer-diuh1d { order: 1; }\",\".framer-47xAe.framer-v-1x0htvx .framer-1tu2998 { order: 0; }\",\".framer-47xAe.framer-v-1x0htvx .framer-gmr01i-container { order: 2; }\",\".framer-47xAe.framer-v-d46mnf.framer-ysyg7m { gap: 4px; width: min-content; }\",\".framer-47xAe.framer-v-d46mnf .framer-diuh1d { height: 16px; width: 16px; }\",\".framer-47xAe.framer-v-d46mnf .framer-gmr01i-container { flex: none; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-47xAe.framer-v-d46mnf.framer-ysyg7m { gap: 0px; } .framer-47xAe.framer-v-d46mnf.framer-ysyg7m > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-47xAe.framer-v-d46mnf.framer-ysyg7m > :first-child { margin-left: 0px; } .framer-47xAe.framer-v-d46mnf.framer-ysyg7m > :last-child { margin-right: 0px; } }\",'.framer-47xAe[data-border=\"true\"]::after, .framer-47xAe [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 45\n * @framerIntrinsicWidth 131\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cZeljtlSH\":{\"layout\":[\"fixed\",\"auto\"]},\"Fpq5Ej4rY\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerQjLcnCSI2=withCSS(Component,css,\"framer-47xAe\");export default FramerQjLcnCSI2;FramerQjLcnCSI2.displayName=\"\u05D6\u05DB\u05D5\u05D9\u05D5\u05EA \u05E9\u05DE\u05D5\u05E8\u05D5\u05EA \u05E4\u05D5\u05E4\u05D0\u05E4\";FramerQjLcnCSI2.defaultProps={height:45,width:131};addPropertyControls(FramerQjLcnCSI2,{variant:{options:[\"xn14vQf8o\",\"cZeljtlSH\",\"Fpq5Ej4rY\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"\u05DE\u05D5\u05D1\u05D9\u05D9\u05DC\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerQjLcnCSI2,[{explicitInter:true,fonts:[{family:\"Noto Sans Hebrew\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosanshebrew/v46/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtpyJltutR2g.woff2\",weight:\"400\"}]},...UserComponentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQjLcnCSI2\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cZeljtlSH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Fpq5Ej4rY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"45\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"131\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e942a9a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import UserComponent from\"https://framerusercontent.com/modules/5BLNKWiS6QlxqKLNzTVT/ngiG7C86AvzGPnOQj4bp/BO5MC4CIG.js\";const FeatherFonts=getFonts(Feather);const UserComponentFonts=getFonts(UserComponent);const serializationHash=\"framer-Xoskm\";const variantClassNames={Gmq72XxNO:\"framer-v-16uh2h4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Gmq72XxNO\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-16uh2h4\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Gmq72XxNO\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dwpykf\",layoutDependency:layoutDependency,layoutId:\"AaLfKc6N7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-131pr01\",layoutDependency:layoutDependency,layoutId:\"CtVcEcPwM\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pf3l45\",layoutDependency:layoutDependency,layoutId:\"low6vRCrT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JlaXNpbmdlciAtIE1pY2hhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Reisinger - Michal Regular\", \"Reisinger - Michal Regular Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0.08em\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",direction:\"rtl\"},children:\"\u05E8\u05D5\u05E6\u05D9\u05DD \u05E1\u05E8\u05D8\u05D5\u05DF \u05D4\u05D3\u05D2\u05DE\u05D4?\"})}),className:\"framer-l0c5u\",\"data-framer-name\":\"Crazy Affordable\",fonts:[\"CUSTOM;Reisinger - Michal Regular\"],layoutDependency:layoutDependency,layoutId:\"Hn6eCyT7r\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1w8urkk\",\"data-framer-name\":\"social image\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"VZyarHygY\",svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.94988 15.5227C7.69473 15.6651 7.73192 16.0605 8.00764 16.1572C9.23499 16.5877 11.6364 17.5418 12.8874 18.7928C14.0987 20.0041 15.0962 22.3585 15.5836 23.6554C15.6931 23.947 16.1353 23.9531 16.2522 23.6644C16.7768 22.3694 17.8411 20.0069 19.0552 18.7928C20.295 17.553 22.5971 16.6048 23.7959 16.1689C24.0718 16.0686 24.1046 15.6682 23.8463 15.5288C22.6691 14.8932 20.3364 13.5485 19.0552 12.2314C17.8814 11.0247 16.7514 8.94057 16.2207 7.88992C16.0946 7.64036 15.7219 7.64401 15.5986 7.89494C15.0989 8.91162 14.0484 10.8845 12.8874 12.0781C11.5923 13.4096 9.15179 14.852 7.94988 15.5227Z\" fill=\"url(#paint0_linear_247_281)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_247_281\" x1=\"17.7429\" y1=\"3.30786\" x2=\"11.5752\" y2=\"26.0103\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#00803F\" stop-opacity=\"0.8\"/>\\n<stop offset=\"0.539239\" stop-color=\"#00E671\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEhlYnJldy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Hebrew\", \"Noto Sans Hebrew Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133)))\",direction:\"rtl\"},children:\"\u05DC\u05DE\u05EA\u05DC\u05D1\u05D8\u05D9\u05DD - \u05DE\u05D5\u05D6\u05DE\u05E0\u05D9\u05DD \u05DC\u05E8\u05D0\u05D5\u05EA \u05E1\u05E8\u05D8\u05D5\u05DF \u05E9\u05DC\u05D9 \u05E9\u05DE\u05D3\u05D2\u05D9\u05E9 \u05D0\u05EA \u05E1\u05D2\u05E0\u05D5\u05DF \u05D4\u05DE\u05D7\u05E9\u05D1\u05D4 \u05E9\u05DC\u05D9 \u05D1\u05E2\u05D9\u05E6\u05D5\u05D1.\"})}),className:\"framer-1qizq5k\",\"data-framer-name\":\"Crazy Affordable\",fonts:[\"GF;Noto Sans Hebrew-regular\"],layoutDependency:layoutDependency,layoutId:\"nvwla_XaT\",style:{\"--extracted-r6o4lv\":\"var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n3apwv\",layoutDependency:layoutDependency,layoutId:\"bCbTMGsg4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEhlYnJldy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Hebrew\", \"Noto Sans Hebrew Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133)))\",direction:\"rtl\"},children:\"\u05DC\u05DE\u05DE\u05D4\u05E8\u05D9\u05DD: \u05E9\u05D9\u05DE\u05D5 \u05E2\u05DC 1.5X.\"})}),className:\"framer-3jwz4f\",\"data-framer-name\":\"Crazy Affordable\",fonts:[\"GF;Noto Sans Hebrew-regular\"],layoutDependency:layoutDependency,layoutId:\"fqO7jLZY0\",style:{\"--extracted-r6o4lv\":\"var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-110ue8p-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"GhmBgIF_I-container\",nodeId:\"GhmBgIF_I\",rendersWithMotion:true,scopeId:\"YaDBu_hxI\",style:{rotate:180},children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(107, 137, 207)\",height:\"100%\",iconSearch:\"fast\",iconSelection:\"home\",id:\"GhmBgIF_I\",layoutId:\"GhmBgIF_I\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"180px\",y:(componentViewport?.y||0)+0+0+0+325,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nersya-container\",layoutDependency:layoutDependency,layoutId:\"aBg3z93YR-container\",nodeId:\"aBg3z93YR\",rendersWithMotion:true,scopeId:\"YaDBu_hxI\",children:/*#__PURE__*/_jsx(UserComponent,{c61FAk0O1:false,GBVejMttu:\"10px\",height:\"100%\",id:\"aBg3z93YR\",ITS0GFGEo:{borderColor:\"rgb(107, 137, 207)\",borderStyle:\"solid\",borderWidth:1},layoutId:\"aBg3z93YR\",NCfGGVbM3:\"\u05E7\u05D7 \u05D0\u05D5\u05EA\u05D9 \u05DC\u05E1\u05E8\u05D8\u05D5\u05DF\uD83C\uDF89\",ObVTI4Qii:\"https://www.loom.com/share/0cd79347513e4f08be262499cb305e6a?sid=487b44e3-0e21-493a-b431-7504d63f168a\",SQxhNeFJE:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Xoskm.framer-1pqv8yu, .framer-Xoskm .framer-1pqv8yu { display: block; }\",\".framer-Xoskm.framer-16uh2h4 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 459px; }\",\".framer-Xoskm .framer-1dwpykf { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Xoskm .framer-131pr01 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Xoskm .framer-pf3l45 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 459px; }\",\".framer-Xoskm .framer-l0c5u { flex: 1 0 0px; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Xoskm .framer-1w8urkk { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-Xoskm .framer-1qizq5k { flex: none; height: auto; max-width: 350px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Xoskm .framer-n3apwv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Xoskm .framer-3jwz4f { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Xoskm .framer-110ue8p-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-Xoskm .framer-nersya-container { flex: none; height: 40px; position: relative; width: 180px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 166\n * @framerIntrinsicWidth 459\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerYaDBu_hxI=withCSS(Component,css,\"framer-Xoskm\");export default FramerYaDBu_hxI;FramerYaDBu_hxI.displayName=\"\u05DE\u05D5\u05E6\u05E8 \u05D7\u05D9\u05E0\u05DE\u05D9\";FramerYaDBu_hxI.defaultProps={height:166,width:459};addFonts(FramerYaDBu_hxI,[{explicitInter:true,fonts:[{family:\"Reisinger - Michal Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/nUSsSRCw7dGYKqOUwvHCYQ2baQI.woff2\"},{family:\"Noto Sans Hebrew\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosanshebrew/v46/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtpyJltutR2g.woff2\",weight:\"400\"}]},...FeatherFonts,...UserComponentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYaDBu_hxI\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"459\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"166\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YaDBu_hxI.map", "// Generated by Framer (3fa6aa4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={TzNuuTAgS:{hover:true}};const cycleOrder=[\"TzNuuTAgS\"];const serializationHash=\"framer-KY8dZ\";const variantClassNames={TzNuuTAgS:\"framer-v-14w35xt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TzNuuTAgS\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/tzachipixelperfect/\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"\u05DC\u05D9\u05E0\u05E7 \u05DC\u05DC\u05D9\u05E0\u05E7\u05D3\u05D0\u05D9\u05DF\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-14w35xt\",className,classNames)} framer-1y5iy6d`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"TzNuuTAgS\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({\"TzNuuTAgS-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.nav,{\"aria-label\":\"\u05D4\u05DC\u05D9\u05E0\u05E7\u05D3\u05D0\u05D9\u05DF \u05E9\u05DC\u05D9\",className:\"framer-shyjgc\",\"data-border\":true,\"data-framer-name\":\"\u05DC\u05D9\u05E0\u05E7\u05D3\u05D0\u05D9\u05DF\",layoutDependency:layoutDependency,layoutId:\"HrkOWjViu\",style:{\"--border-bottom-width\":\"3.5px\",\"--border-color\":\"var(--token-f4844fe3-1038-41d3-83a7-d332920369b2, rgb(235, 235, 235))\",\"--border-left-width\":\"3.5px\",\"--border-right-width\":\"3.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3.5px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},variants:{\"TzNuuTAgS-hover\":{\"--border-color\":\"var(--token-22d7001d-1008-4d74-9adf-ab361cdaad3f, rgb(0, 136, 255))\"}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ns9meu\",\"data-framer-name\":\"ri:linkedin-fill\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"v6Sw6g125\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 5.783 4.167 C 5.783 4.609 5.607 5.033 5.295 5.345 C 4.982 5.657 4.558 5.833 4.116 5.833 C 3.674 5.832 3.25 5.656 2.938 5.344 C 2.625 5.031 2.45 4.607 2.45 4.165 C 2.45 3.723 2.626 3.299 2.939 2.987 C 3.251 2.674 3.675 2.499 4.117 2.499 C 4.56 2.499 4.983 2.675 5.296 2.988 C 5.608 3.301 5.784 3.725 5.783 4.167 Z M 5.833 7.067 L 2.5 7.067 L 2.5 17.5 L 5.833 17.5 Z M 11.1 7.067 L 7.783 7.067 L 7.783 17.5 L 11.067 17.5 L 11.067 12.025 C 11.067 8.975 15.042 8.692 15.042 12.025 L 15.042 17.5 L 18.333 17.5 L 18.333 10.892 C 18.333 5.75 12.45 5.942 11.067 8.467 Z\" fill=\"var(--token-f4844fe3-1038-41d3-83a7-d332920369b2, rgb(235, 235, 235)) /* {&quot;name&quot;:&quot;\u05DC\u05D1\u05DF \u05D0\u05DC\u05DE\u05E0\u05D8\u05D9\u05DD&quot;} */\"></path></svg>',svgContentId:9052172341,withExternalLayout:true,...addPropertyOverrides({\"TzNuuTAgS-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 5.783 4.167 C 5.783 4.609 5.607 5.033 5.295 5.345 C 4.982 5.657 4.558 5.833 4.116 5.833 C 3.674 5.832 3.25 5.656 2.938 5.344 C 2.625 5.031 2.45 4.607 2.45 4.165 C 2.45 3.723 2.626 3.299 2.939 2.987 C 3.251 2.674 3.675 2.499 4.117 2.499 C 4.56 2.499 4.983 2.675 5.296 2.988 C 5.608 3.301 5.784 3.725 5.783 4.167 Z M 5.833 7.067 L 2.5 7.067 L 2.5 17.5 L 5.833 17.5 Z M 11.1 7.067 L 7.783 7.067 L 7.783 17.5 L 11.067 17.5 L 11.067 12.025 C 11.067 8.975 15.042 8.692 15.042 12.025 L 15.042 17.5 L 18.333 17.5 L 18.333 10.892 C 18.333 5.75 12.45 5.942 11.067 8.467 Z\" fill=\"var(--token-22d7001d-1008-4d74-9adf-ab361cdaad3f, rgb(0, 136, 255)) /* {&quot;name&quot;:&quot;\u05DB\u05D7\u05D5\u05DC \u05DC\u05DC\u05D9\u05E0\u05E7\u05D9\u05DD&quot;} */\"></path></svg>',svgContentId:9526080294}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KY8dZ.framer-1y5iy6d, .framer-KY8dZ .framer-1y5iy6d { display: block; }\",\".framer-KY8dZ.framer-14w35xt { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-KY8dZ .framer-shyjgc { 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: 6px; position: relative; width: min-content; }\",\".framer-KY8dZ .framer-ns9meu { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KY8dZ.framer-14w35xt, .framer-KY8dZ .framer-shyjgc { gap: 0px; } .framer-KY8dZ.framer-14w35xt > *, .framer-KY8dZ .framer-shyjgc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-KY8dZ.framer-14w35xt > :first-child, .framer-KY8dZ .framer-shyjgc > :first-child { margin-left: 0px; } .framer-KY8dZ.framer-14w35xt > :last-child, .framer-KY8dZ .framer-shyjgc > :last-child { margin-right: 0px; } }\",'.framer-KY8dZ[data-border=\"true\"]::after, .framer-KY8dZ [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 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"DfwdIQSX3\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYqzV3zAtv=withCSS(Component,css,\"framer-KY8dZ\");export default FramerYqzV3zAtv;FramerYqzV3zAtv.displayName=\"linkdin link\";FramerYqzV3zAtv.defaultProps={height:32,width:32};addFonts(FramerYqzV3zAtv,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYqzV3zAtv\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"32\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DfwdIQSX3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"32\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YqzV3zAtv.map", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/jtBt02es7mUEW7hKz9Q2/hCcjXM0tLtWGtlOHC5fh/sA9H_4XyU.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/zsZR4qEIkSIDCAhTRYNg/rNXFdS35bGu2V5IedSyO/Z4FD9pIGZ.js\";import InstagramLink from\"https://framerusercontent.com/modules/t7ggq01n5YVr27ME7INs/yYGi84PRrRUhhiZS6mNB/GwiwlmhSh.js\";import FacebookLink from\"https://framerusercontent.com/modules/HlpSlTR9NRnTHhTGdxRz/qXQvKz2aXoSIE4Yll7kq/mHGU8rzgT.js\";import UserComponent1 from\"https://framerusercontent.com/modules/bAHGm1W0kKFmwKU2xrIZ/O6LqXjWuV0nkoLY1te2L/QjLcnCSI2.js\";import UserComponent from\"https://framerusercontent.com/modules/Fk3rQy4eoiBVtHCnM1UF/kYZIh3hVb53UtFnulfD8/YaDBu_hxI.js\";import LinkdinLink from\"https://framerusercontent.com/modules/WSIj67WcodvSodigJRwf/GdnIskjIDF2njKrbS5de/YqzV3zAtv.js\";const UserComponentFonts=getFonts(UserComponent);const LinkdinLinkFonts=getFonts(LinkdinLink);const FacebookLinkFonts=getFonts(FacebookLink);const InstagramLinkFonts=getFonts(InstagramLink);const UserComponent1Fonts=getFonts(UserComponent1);const cycleOrder=[\"OhlRdr_Fs\",\"DbG0bQt0U\",\"Qjt9dLwus\"];const serializationHash=\"framer-7AHbq\";const variantClassNames={DbG0bQt0U:\"framer-v-71zxxa\",OhlRdr_Fs:\"framer-v-s7h877\",Qjt9dLwus:\"framer-v-1f1sn5q\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={desktop:\"Qjt9dLwus\",mobile:\"OhlRdr_Fs\",tablet:\"DbG0bQt0U\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"OhlRdr_Fs\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OhlRdr_Fs\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"Qjt9dLwus\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"DbG0bQt0U\")return true;return false;};const isDisplayed2=()=>{if([\"DbG0bQt0U\",\"Qjt9dLwus\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-s7h877\",className,classNames),\"data-border\":true,\"data-framer-name\":\"mobile\",layoutDependency:layoutDependency,layoutId:\"OhlRdr_Fs\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(70, 70, 70)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(17, 19, 20)\",...style},...addPropertyOverrides({DbG0bQt0U:{\"data-framer-name\":\"tablet\"},Qjt9dLwus:{\"data-framer-name\":\"desktop\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14nlsey\",layoutDependency:layoutDependency,layoutId:\"eHzPnxRT7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19hvu2m\",\"data-framer-name\":\"Frame 38627\",layoutDependency:layoutDependency,layoutId:\"tXrwoEN7R\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-qswgrp\",\"data-styles-preset\":\"Z4FD9pIGZ\",style:{\"--framer-text-alignment\":\"right\",direction:\"rtl\"},children:\"\u05E7\u05D7\u05D5 \u05D0\u05EA \u05D4\u05E2\u05E1\u05E7 \u05E9\u05DC\u05DB\u05DD \u05DC\u05E9\u05DC\u05D1 \u05D4\u05D1\u05D0.\"})}),className:\"framer-1i045yr\",\"data-framer-name\":\"\u05E7\u05D7\u05D5 \u05D0\u05EA \u05D4\u05E2\u05E1\u05E7 \u05E9\u05DC\u05DB\u05DD \u05DC\u05E9\u05DC\u05D1 \u05D4\u05D1\u05D0.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nBl1zoJdM\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1s5kmt0\",\"data-framer-name\":\"Vector 6\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:384,layoutDependency:layoutDependency,layoutId:\"g9G3hxGtA\",svg:'<svg width=\"384\" height=\"4\" viewBox=\"-1 -1 384 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 1C2.22093 1 255.592 1 382 1\" stroke=\"#474747\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jicbzp\",\"data-framer-name\":\"Frame 38626\",layoutDependency:layoutDependency,layoutId:\"LHo0hyTfK\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19r74ku\",\"data-framer-name\":\"Frame 38625\",layoutDependency:layoutDependency,layoutId:\"ZcTgZmUoW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JlaXNpbmdlciAtIE1pY2hhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Reisinger - Michal Regular\", \"Reisinger - Michal Regular Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0.08em\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",direction:\"rtl\"},children:\"\u05DE\u05D5\u05E6\u05E8\u05D9\u05DD \u05D5\u05E9\u05D9\u05E8\u05D5\u05EA\u05D9\u05DD\"})}),className:\"framer-1puhas1\",\"data-framer-name\":\"\u05DE\u05D5\u05E6\u05E8\u05D9\u05DD \u05D5\u05E9\u05D9\u05E8\u05D5\u05EA\u05D9\u05DD\",fonts:[\"CUSTOM;Reisinger - Michal Regular\"],layoutDependency:layoutDependency,layoutId:\"hhFH4d9cT\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DbG0bQt0U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JlaXNpbmdlciAtIE1pY2hhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Reisinger - Michal Regular\", \"Reisinger - Michal Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.08em\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",direction:\"rtl\"},children:\"\u05DE\u05D5\u05E6\u05E8\u05D9\u05DD \u05D5\u05E9\u05D9\u05E8\u05D5\u05EA\u05D9\u05DD\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k9wqpe\",\"data-framer-name\":\"Frame 1000005858\",layoutDependency:layoutDependency,layoutId:\"Jo11fic3D\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEhlYnJldy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Hebrew\", \"Noto Sans Hebrew Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nTKgQFz14\"},motionChild:true,nodeId:\"ya1A7YXqt\",openInNewTab:false,scopeId:\"XJYlxEfuw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17742yk\",\"data-styles-preset\":\"sA9H_4XyU\",children:\"\u05D3\u05E3 \u05D1\u05D9\u05EA\"})})})}),className:\"framer-fh4fxw\",\"data-framer-name\":\"\u05D0\u05EA\u05E8\u05D9\u05DD\",fonts:[\"GF;Noto Sans Hebrew-regular\"],layoutDependency:layoutDependency,layoutId:\"ya1A7YXqt\",style:{\"--extracted-r6o4lv\":\"var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEhlYnJldy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Hebrew\", \"Noto Sans Hebrew Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ramo0JkGn\"},motionChild:true,nodeId:\"yPC73mOSg\",openInNewTab:false,scopeId:\"XJYlxEfuw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17742yk\",\"data-styles-preset\":\"sA9H_4XyU\",children:\"\u05E2\u05D1\u05D5\u05D3\u05D5\u05EA\"})})})}),className:\"framer-2kpl0j\",\"data-framer-name\":\"\u05D0\u05EA\u05E8\u05D9\u05DD\",fonts:[\"GF;Noto Sans Hebrew-regular\"],layoutDependency:layoutDependency,layoutId:\"yPC73mOSg\",style:{\"--extracted-r6o4lv\":\"var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEhlYnJldy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Hebrew\", \"Noto Sans Hebrew Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nEXEvONQm\"},motionChild:true,nodeId:\"AJOdLzwce\",openInNewTab:false,scopeId:\"XJYlxEfuw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17742yk\",\"data-styles-preset\":\"sA9H_4XyU\",children:\"\u05D0\u05D5\u05D3\u05D5\u05EA\"})})})}),className:\"framer-1h6xr5v\",\"data-framer-name\":\"\u05D0\u05E4\u05DC\u05D9\u05E7\u05E6\u05D9\u05D5\u05EA\",fonts:[\"GF;Noto Sans Hebrew-regular\"],layoutDependency:layoutDependency,layoutId:\"AJOdLzwce\",style:{\"--extracted-r6o4lv\":\"var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEhlYnJldy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Hebrew\", \"Noto Sans Hebrew Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Zsl5bYErJ\"},motionChild:true,nodeId:\"ANA9czBpr\",openInNewTab:false,scopeId:\"XJYlxEfuw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17742yk\",\"data-styles-preset\":\"sA9H_4XyU\",children:\"\u05D9\u05E6\u05D9\u05E8\u05EA \u05E7\u05E9\u05E8\"})})})}),className:\"framer-6j9hw6\",\"data-framer-name\":\"\u05D0\u05EA\u05E8\u05D9\u05DD\",fonts:[\"GF;Noto Sans Hebrew-regular\"],layoutDependency:layoutDependency,layoutId:\"ANA9czBpr\",style:{\"--extracted-r6o4lv\":\"var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({Qjt9dLwus:{height:166,width:\"459px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bm550s-container\",layoutDependency:layoutDependency,layoutId:\"o0YpzRgfi-container\",nodeId:\"o0YpzRgfi\",rendersWithMotion:true,scopeId:\"XJYlxEfuw\",children:/*#__PURE__*/_jsx(UserComponent,{height:\"100%\",id:\"o0YpzRgfi\",layoutId:\"o0YpzRgfi\",style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({DbG0bQt0U:{height:157.2,width:\"376px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8zy2b0-container\",layoutDependency:layoutDependency,layoutId:\"pn4AEZ80Z-container\",nodeId:\"pn4AEZ80Z\",rendersWithMotion:true,scopeId:\"XJYlxEfuw\",children:/*#__PURE__*/_jsx(UserComponent,{height:\"100%\",id:\"pn4AEZ80Z\",layoutId:\"pn4AEZ80Z\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:166,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hfa4zg-container\",layoutDependency:layoutDependency,layoutId:\"jwhihNghg-container\",nodeId:\"jwhihNghg\",rendersWithMotion:true,scopeId:\"XJYlxEfuw\",children:/*#__PURE__*/_jsx(UserComponent,{height:\"100%\",id:\"jwhihNghg\",layoutId:\"jwhihNghg\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7ukqjk\",\"data-framer-name\":\"Frame 38634\",layoutDependency:layoutDependency,layoutId:\"L7VkVWCut\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jm7550\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"LZ4NlIenv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12eq8fs-container\",layoutDependency:layoutDependency,layoutId:\"XeHaEhU9v-container\",nodeId:\"XeHaEhU9v\",rendersWithMotion:true,scopeId:\"XJYlxEfuw\",children:/*#__PURE__*/_jsx(LinkdinLink,{height:\"100%\",id:\"XeHaEhU9v\",layoutId:\"XeHaEhU9v\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-iwggaf-container\",layoutDependency:layoutDependency,layoutId:\"wdjY7Hz2J-container\",nodeId:\"wdjY7Hz2J\",rendersWithMotion:true,scopeId:\"XJYlxEfuw\",children:/*#__PURE__*/_jsx(FacebookLink,{height:\"100%\",id:\"wdjY7Hz2J\",layoutId:\"wdjY7Hz2J\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jg71vd-container\",layoutDependency:layoutDependency,layoutId:\"LxH968uoi-container\",nodeId:\"LxH968uoi\",rendersWithMotion:true,scopeId:\"XJYlxEfuw\",children:/*#__PURE__*/_jsx(InstagramLink,{height:\"100%\",id:\"LxH968uoi\",layoutId:\"LxH968uoi\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10z90au\",\"data-framer-name\":\"\u05E9\u05D5\u05E8\u05D4 \u05EA\u05D7\u05EA\u05D5\u05E0\u05D4\",layoutDependency:layoutDependency,layoutId:\"tz4wtQahM\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-us9r53-container\",layoutDependency:layoutDependency,layoutId:\"Gi6qksOvd-container\",nodeId:\"Gi6qksOvd\",rendersWithMotion:true,scopeId:\"XJYlxEfuw\",children:/*#__PURE__*/_jsx(UserComponent1,{height:\"100%\",id:\"Gi6qksOvd\",layoutId:\"Gi6qksOvd\",variant:\"Fpq5Ej4rY\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.nav,{\"aria-label\":\"\u05E0\u05D9\u05D5\u05D5\u05D8 \u05DC\u05EA\u05E7\u05E0\u05D5\u05DF \u05D0\u05EA\u05E8 \u05D5\u05D4\u05E6\u05D4\u05E8\u05EA \u05E0\u05D2\u05D9\u05E9\u05D5\u05EA\",className:\"framer-50vsgy\",\"data-framer-name\":\"\u05D4\u05E6\u05D4\u05E8\u05EA \u05E0\u05D2\u05D9\u05E9\u05D5\u05EA \u05D5\u05EA\u05E7\u05E0\u05D5\u05DF \u05D0\u05EA\u05E8\",layoutDependency:layoutDependency,layoutId:\"HAIDq2m97\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEhlYnJldy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Hebrew\", \"Noto Sans Hebrew Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uQPVRjS2u\"},motionChild:true,nodeId:\"sOpd_3JHA\",openInNewTab:false,scopeId:\"XJYlxEfuw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17742yk\",\"data-styles-preset\":\"sA9H_4XyU\",children:\"\u05D4\u05E6\u05D4\u05E8\u05EA \u05E0\u05D2\u05D9\u05E9\u05D5\u05EA\"})})})}),className:\"framer-zqw454\",\"data-framer-name\":\"\u05D4\u05E6\u05D4\u05E8\u05EA \u05E0\u05D2\u05D9\u05E9\u05D5\u05EA\",fonts:[\"GF;Noto Sans Hebrew-regular\"],layoutDependency:layoutDependency,layoutId:\"sOpd_3JHA\",style:{\"--extracted-r6o4lv\":\"var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zovww1\",\"data-framer-name\":\"Ellipse 1\",layoutDependency:layoutDependency,layoutId:\"SDRiKzj2A\",style:{backgroundColor:\"rgb(133, 133, 133)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEhlYnJldy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Hebrew\", \"Noto Sans Hebrew Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZRCZQkFOr\"},motionChild:true,nodeId:\"mNpZZhR5_\",openInNewTab:false,scopeId:\"XJYlxEfuw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-17742yk\",\"data-styles-preset\":\"sA9H_4XyU\",children:\"\u05EA\u05E7\u05E0\u05D5\u05DF \u05D0\u05EA\u05E8\"})})})}),className:\"framer-1e7wn6a\",\"data-framer-name\":\"\u05EA\u05E7\u05E0\u05D5\u05DF \u05D0\u05EA\u05E8\",fonts:[\"GF;Noto Sans Hebrew-regular\"],layoutDependency:layoutDependency,layoutId:\"mNpZZhR5_\",style:{\"--extracted-r6o4lv\":\"var(--token-98520f9c-5c61-40cc-868a-504970482485, rgb(133, 133, 133))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7AHbq.framer-1gf2sd5, .framer-7AHbq .framer-1gf2sd5 { display: block; }\",\".framer-7AHbq.framer-s7h877 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 24px 140px 24px; position: relative; width: 441px; }\",\".framer-7AHbq .framer-14nlsey { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7AHbq .framer-19hvu2m { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7AHbq .framer-1i045yr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-7AHbq .framer-1s5kmt0 { flex: none; height: 4px; position: relative; width: 100%; }\",\".framer-7AHbq .framer-jicbzp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7AHbq .framer-19r74ku, .framer-7AHbq .framer-1k9wqpe { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7AHbq .framer-1puhas1, .framer-7AHbq .framer-fh4fxw, .framer-7AHbq .framer-2kpl0j, .framer-7AHbq .framer-1h6xr5v, .framer-7AHbq .framer-6j9hw6, .framer-7AHbq .framer-zqw454, .framer-7AHbq .framer-1e7wn6a { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7AHbq .framer-bm550s-container { flex: none; height: auto; position: relative; width: 459px; }\",\".framer-7AHbq .framer-8zy2b0-container { align-self: stretch; flex: none; height: auto; position: relative; width: 376px; }\",\".framer-7AHbq .framer-hfa4zg-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-7AHbq .framer-7ukqjk { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7AHbq .framer-1jm7550 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7AHbq .framer-12eq8fs-container, .framer-7AHbq .framer-iwggaf-container, .framer-7AHbq .framer-1jg71vd-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-7AHbq .framer-10z90au { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7AHbq .framer-us9r53-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-7AHbq .framer-50vsgy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 8px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-7AHbq .framer-zovww1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 3px); position: relative; width: 3px; }\",\".framer-7AHbq.framer-v-71zxxa.framer-s7h877 { padding: 60px 60px 140px 60px; width: 860px; }\",\".framer-7AHbq.framer-v-71zxxa .framer-jicbzp, .framer-7AHbq.framer-v-1f1sn5q .framer-jicbzp { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-7AHbq.framer-v-71zxxa .framer-19r74ku, .framer-7AHbq.framer-v-71zxxa .framer-zovww1, .framer-7AHbq.framer-v-1f1sn5q .framer-19r74ku, .framer-7AHbq.framer-v-1f1sn5q .framer-zovww1 { order: 1; }\",\".framer-7AHbq.framer-v-71zxxa .framer-8zy2b0-container, .framer-7AHbq.framer-v-71zxxa .framer-zqw454, .framer-7AHbq.framer-v-1f1sn5q .framer-bm550s-container, .framer-7AHbq.framer-v-1f1sn5q .framer-us9r53-container, .framer-7AHbq.framer-v-1f1sn5q .framer-zqw454 { order: 0; }\",\".framer-7AHbq.framer-v-71zxxa .framer-7ukqjk { align-content: flex-start; align-items: flex-start; gap: 36px; justify-content: flex-start; }\",\".framer-7AHbq.framer-v-71zxxa .framer-50vsgy { gap: 12px; }\",\".framer-7AHbq.framer-v-71zxxa .framer-1e7wn6a, .framer-7AHbq.framer-v-1f1sn5q .framer-1e7wn6a { order: 2; }\",\".framer-7AHbq.framer-v-1f1sn5q.framer-s7h877 { padding: 60px 140px 140px 140px; width: min-content; }\",\".framer-7AHbq.framer-v-1f1sn5q .framer-14nlsey { order: 0; width: 1000px; }\",\".framer-7AHbq.framer-v-1f1sn5q .framer-19hvu2m { align-content: center; align-items: center; }\",\".framer-7AHbq.framer-v-1f1sn5q .framer-7ukqjk { gap: 36px; }\",\".framer-7AHbq.framer-v-1f1sn5q .framer-50vsgy { gap: 12px; order: 1; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-7AHbq[data-border=\"true\"]::after, .framer-7AHbq [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 857\n * @framerIntrinsicWidth 441\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DbG0bQt0U\":{\"layout\":[\"fixed\",\"auto\"]},\"Qjt9dLwus\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerXJYlxEfuw=withCSS(Component,css,\"framer-7AHbq\");export default FramerXJYlxEfuw;FramerXJYlxEfuw.displayName=\"\u05E4\u05D5\u05D8\u05E8 \u05D7\u05D3\u05E9\";FramerXJYlxEfuw.defaultProps={height:857,width:441};addPropertyControls(FramerXJYlxEfuw,{variant:{options:[\"OhlRdr_Fs\",\"DbG0bQt0U\",\"Qjt9dLwus\"],optionTitles:[\"mobile\",\"tablet\",\"desktop\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerXJYlxEfuw,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Reisinger - Michal Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/nUSsSRCw7dGYKqOUwvHCYQ2baQI.woff2\"},{family:\"Noto Sans Hebrew\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosanshebrew/v46/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtpyJltutR2g.woff2\",weight:\"400\"}]},...UserComponentFonts,...LinkdinLinkFonts,...FacebookLinkFonts,...InstagramLinkFonts,...UserComponent1Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXJYlxEfuw\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"857\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"441\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DbG0bQt0U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Qjt9dLwus\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XJYlxEfuw.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "border", "click", "color", "height", "id", "link", "radius", "title", "visible", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "NCfGGVbM3", "c61FAk0O1", "GBVejMttu", "QYhm074VZ", "ObVTI4Qii", "SQxhNeFJE", "ITS0GFGEo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapo3swn", "args", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerBO5MC4CIG", "withCSS", "BO5MC4CIG_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "SVG", "css", "FramerGwiwlmhSh", "withCSS", "GwiwlmhSh_default", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "SVG", "css", "FramermHGU8rzgT", "withCSS", "mHGU8rzgT_default", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "SVG", "css", "FramerPhG5BgIMC", "withCSS", "PhG5BgIMC_default", "addPropertyControls", "ControlType", "addFonts", "UserComponentFonts", "getFonts", "PhG5BgIMC_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "SVG", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerQjLcnCSI2", "withCSS", "QjLcnCSI2_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "UserComponentFonts", "BO5MC4CIG_default", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "RichText2", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "Icon", "BO5MC4CIG_default", "css", "FramerYaDBu_hxI", "withCSS", "YaDBu_hxI_default", "addFonts", "FeatherFonts", "UserComponentFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "SVG", "css", "FramerYqzV3zAtv", "withCSS", "YqzV3zAtv_default", "addFonts", "UserComponentFonts", "getFonts", "YaDBu_hxI_default", "LinkdinLinkFonts", "YqzV3zAtv_default", "FacebookLinkFonts", "mHGU8rzgT_default", "InstagramLinkFonts", "GwiwlmhSh_default", "UserComponent1Fonts", "QjLcnCSI2_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "RichText2", "SVG", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerXJYlxEfuw", "withCSS", "XJYlxEfuw_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
