{
  "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/EZvrl055AVCTJlDs2xqY/bDa9RbJUHXIP3wrgRacW/IATkvOZZZ.js", "ssg:https://framerusercontent.com/modules/RB2rYYZ1lNctAQDca4pY/sK60gxaKwYNnM47UBy0s/COBH7fSar.js", "ssg:https://framerusercontent.com/modules/IQqqffPTBQvbJEHbEdHm/Mm22oOfAzJF0yDrUhiP4/iKvWZpN0I.js", "ssg:https://framerusercontent.com/modules/ZYalnEzSfKx48BAieJn8/VrqFfNWuGtjCepzVByz0/ufeND6w2T.js", "ssg:https://framerusercontent.com/modules/fvKTyuD6Cddlpa9gARfx/HbjUMwuyfOkYS5pYJxwk/z7UPiLiDh.js", "ssg:https://framerusercontent.com/modules/WYAwUKpG7u9Pmuvq0mIl/ubJcmN09UuCsUezzft2f/mmvX1H2rp.js", "ssg:https://framerusercontent.com/modules/1fwds0IyzOWShtbClYYg/HyiAe8dFfhc719dgiyHk/NxxZ68a3D.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 (92d6359)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";const FeatherFonts=getFonts(Feather);const FeatherControls=getPropertyControls(Feather);const enabledGestures={BXnjinoiN:{hover:true},fo2FFX6n7:{hover:true},gVY_p2q9r:{hover:true},IJf764DWm:{hover:true},LEEWsMmOW:{hover:true},RprCgPmJ6:{hover:true},rw0t4hGZ6:{hover:true},TZnR5upC0:{hover:true},yJ2oZmSeL:{hover:true}};const cycleOrder=[\"yJ2oZmSeL\",\"gVY_p2q9r\",\"RprCgPmJ6\",\"IJf764DWm\",\"rw0t4hGZ6\",\"LEEWsMmOW\",\"TZnR5upC0\",\"BXnjinoiN\",\"fo2FFX6n7\"];const serializationHash=\"framer-ZGQJC\";const variantClassNames={BXnjinoiN:\"framer-v-yrg0zz\",fo2FFX6n7:\"framer-v-1t8t52u\",gVY_p2q9r:\"framer-v-6riri5\",IJf764DWm:\"framer-v-1pa75md\",LEEWsMmOW:\"framer-v-8657mr\",RprCgPmJ6:\"framer-v-jabl9q\",rw0t4hGZ6:\"framer-v-2cz0yj\",TZnR5upC0:\"framer-v-j3kwfr\",yJ2oZmSeL:\"framer-v-1vvqubx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const transition2={bounce:.2,delay:0,duration:.9,type:\"spring\"};const transition3={bounce:.2,delay:0,duration:.6,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Alert-circle\":\"alert-circle\",\"Alert-octagon\":\"alert-octagon\",\"Alert-triangle\":\"alert-triangle\",\"Align-center\":\"align-center\",\"Align-justify\":\"align-justify\",\"Align-left\":\"align-left\",\"Align-right\":\"align-right\",\"Arrow-down-circle\":\"arrow-down-circle\",\"Arrow-down-left\":\"arrow-down-left\",\"Arrow-down-right\":\"arrow-down-right\",\"Arrow-down\":\"arrow-down\",\"Arrow-left-circle\":\"arrow-left-circle\",\"Arrow-left\":\"arrow-left\",\"Arrow-right-circle\":\"arrow-right-circle\",\"Arrow-right\":\"arrow-right\",\"Arrow-up-circle\":\"arrow-up-circle\",\"Arrow-up-left\":\"arrow-up-left\",\"Arrow-up-right\":\"arrow-up-right\",\"Arrow-up\":\"arrow-up\",\"At-sign\":\"at-sign\",\"Bar-chart-2\":\"bar-chart-2\",\"Bar-chart\":\"bar-chart\",\"Battery-charging\":\"battery-charging\",\"Bell-off\":\"bell-off\",\"Book-open\":\"book-open\",\"Camera-off\":\"camera-off\",\"Check-circle\":\"check-circle\",\"Check-square\":\"check-square\",\"Chevron-down\":\"chevron-down\",\"Chevron-left\":\"chevron-left\",\"Chevron-right\":\"chevron-right\",\"Chevron-up\":\"chevron-up\",\"Chevrons-down\":\"chevrons-down\",\"Chevrons-left\":\"chevrons-left\",\"Chevrons-right\":\"chevrons-right\",\"Chevrons-up\":\"chevrons-up\",\"Cloud-drizzle\":\"cloud-drizzle\",\"Cloud-lightning\":\"cloud-lightning\",\"Cloud-off\":\"cloud-off\",\"Cloud-rain\":\"cloud-rain\",\"Cloud-snow\":\"cloud-snow\",\"Corner-down-left\":\"corner-down-left\",\"Corner-down-right\":\"corner-down-right\",\"Corner-left-down\":\"corner-left-down\",\"Corner-left-up\":\"corner-left-up\",\"Corner-right-down\":\"corner-right-down\",\"Corner-right-up\":\"corner-right-up\",\"Corner-up-left\":\"corner-up-left\",\"Corner-up-right\":\"corner-up-right\",\"Credit-card\":\"credit-card\",\"Divide-circle\":\"divide-circle\",\"Divide-square\":\"divide-square\",\"Dollar-sign\":\"dollar-sign\",\"Download-cloud\":\"download-cloud\",\"Edit-2\":\"edit-2\",\"Edit-3\":\"edit-3\",\"External-link\":\"external-link\",\"Eye-off\":\"eye-off\",\"Fast-forward\":\"fast-forward\",\"File-minus\":\"file-minus\",\"File-plus\":\"file-plus\",\"File-text\":\"file-text\",\"Folder-minus\":\"folder-minus\",\"Folder-plus\":\"folder-plus\",\"Git-branch\":\"git-branch\",\"Git-commit\":\"git-commit\",\"Git-merge\":\"git-merge\",\"Git-pull-request\":\"git-pull-request\",\"Hard-drive\":\"hard-drive\",\"Help-circle\":\"help-circle\",\"Life-buoy\":\"life-buoy\",\"Link-2\":\"link-2\",\"Log-in\":\"log-in\",\"Log-out\":\"log-out\",\"Map-pin\":\"map-pin\",\"Maximize-2\":\"maximize-2\",\"Message-circle\":\"message-circle\",\"Message-square\":\"message-square\",\"Mic-off\":\"mic-off\",\"Minimize-2\":\"minimize-2\",\"Minus-circle\":\"minus-circle\",\"Minus-square\":\"minus-square\",\"More-horizontal\":\"more-horizontal\",\"More-vertical\":\"more-vertical\",\"Mouse-pointer\":\"mouse-pointer\",\"Navigation-2\":\"navigation-2\",\"Pause-circle\":\"pause-circle\",\"Pen-tool\":\"pen-tool\",\"Phone-call\":\"phone-call\",\"Phone-forwarded\":\"phone-forwarded\",\"Phone-incoming\":\"phone-incoming\",\"Phone-missed\":\"phone-missed\",\"Phone-off\":\"phone-off\",\"Phone-outgoing\":\"phone-outgoing\",\"Pie-chart\":\"pie-chart\",\"Play-circle\":\"play-circle\",\"Plus-circle\":\"plus-circle\",\"Plus-square\":\"plus-square\",\"Refresh-ccw\":\"refresh-ccw\",\"Refresh-cw\":\"refresh-cw\",\"Rotate-ccw\":\"rotate-ccw\",\"Rotate-cw\":\"rotate-cw\",\"Share-2\":\"share-2\",\"Shield-off\":\"shield-off\",\"Shopping-bag\":\"shopping-bag\",\"Shopping-cart\":\"shopping-cart\",\"Skip-back\":\"skip-back\",\"Skip-forward\":\"skip-forward\",\"Stop-circle\":\"stop-circle\",\"Thumbs-down\":\"thumbs-down\",\"Thumbs-up\":\"thumbs-up\",\"Toggle-left\":\"toggle-left\",\"Toggle-right\":\"toggle-right\",\"Trash-2\":\"trash-2\",\"Trending-down\":\"trending-down\",\"Trending-up\":\"trending-up\",\"Upload-cloud\":\"upload-cloud\",\"User-check\":\"user-check\",\"User-minus\":\"user-minus\",\"User-plus\":\"user-plus\",\"User-x\":\"user-x\",\"Video-off\":\"video-off\",\"Volume-1\":\"volume-1\",\"Volume-2\":\"volume-2\",\"Volume-x\":\"volume-x\",\"Wifi-off\":\"wifi-off\",\"X-circle\":\"x-circle\",\"X-octagon\":\"x-octagon\",\"X-square\":\"x-square\",\"Zap-off\":\"zap-off\",\"Zoom-in\":\"zoom-in\",\"Zoom-out\":\"zoom-out\",Activity:\"activity\",Airplay:\"airplay\",Anchor:\"anchor\",Aperture:\"aperture\",Archive:\"archive\",Award:\"award\",Battery:\"battery\",Bell:\"bell\",Bluetooth:\"bluetooth\",Bold:\"bold\",Book:\"book\",Bookmark:\"bookmark\",Box:\"box\",Briefcase:\"briefcase\",Calendar:\"calendar\",Camera:\"camera\",Cast:\"cast\",Check:\"check\",Chrome:\"chrome\",Circle:\"circle\",Clipboard:\"clipboard\",Clock:\"clock\",Cloud:\"cloud\",Code:\"code\",Codepen:\"codepen\",Codesandbox:\"codesandbox\",Coffee:\"coffee\",Columns:\"columns\",Command:\"command\",Compass:\"compass\",Copy:\"copy\",Cpu:\"cpu\",Crop:\"crop\",Crosshair:\"crosshair\",Database:\"database\",Delete:\"delete\",Disc:\"disc\",Divide:\"divide\",Download:\"download\",Dribbble:\"dribbble\",Droplet:\"droplet\",Edit:\"edit\",Eye:\"eye\",Facebook:\"facebook\",Feather:\"feather\",Figma:\"figma\",File:\"file\",Film:\"film\",Filter:\"filter\",Flag:\"flag\",Folder:\"folder\",Framer:\"framer\",Frown:\"frown\",Gift:\"gift\",Github:\"github\",Gitlab:\"gitlab\",Globe:\"globe\",Grid:\"grid\",Hash:\"hash\",Headphones:\"headphones\",Heart:\"heart\",Hexagon:\"hexagon\",Home:\"home\",Image:\"image\",Inbox:\"inbox\",Info:\"info\",Instagram:\"instagram\",Italic:\"italic\",Key:\"key\",Layers:\"layers\",Layout:\"layout\",Link:\"link\",Linkedin:\"linkedin\",List:\"list\",Loader:\"loader\",Lock:\"lock\",Mail:\"mail\",Map:\"map\",Maximize:\"maximize\",Meh:\"meh\",Menu:\"menu\",Mic:\"mic\",Minimize:\"minimize\",Minus:\"minus\",Monitor:\"monitor\",Moon:\"moon\",Move:\"move\",Music:\"music\",Navigation:\"navigation\",Octagon:\"octagon\",Package:\"package\",Paperclip:\"paperclip\",Pause:\"pause\",Percent:\"percent\",Phone:\"phone\",Play:\"play\",Plus:\"plus\",Pocket:\"pocket\",Power:\"power\",Printer:\"printer\",Radio:\"radio\",Repeat:\"repeat\",Rewind:\"rewind\",Rss:\"rss\",Save:\"save\",Scissors:\"scissors\",Search:\"search\",Send:\"send\",Server:\"server\",Settings:\"settings\",Share:\"share\",Shield:\"shield\",Shuffle:\"shuffle\",Sidebar:\"sidebar\",Slack:\"slack\",Slash:\"slash\",Sliders:\"sliders\",Smartphone:\"smartphone\",Smile:\"smile\",Speaker:\"speaker\",Square:\"square\",Star:\"star\",Sun:\"sun\",Sunrise:\"sunrise\",Sunset:\"sunset\",Tablet:\"tablet\",Tag:\"tag\",Target:\"target\",Terminal:\"terminal\",Thermometer:\"thermometer\",Tool:\"tool\",Trash:\"trash\",Trello:\"trello\",Triangle:\"triangle\",Truck:\"truck\",Tv:\"tv\",Twitch:\"twitch\",Twitter:\"twitter\",Type:\"type\",Umbrella:\"umbrella\",Underline:\"underline\",Unlock:\"unlock\",Upload:\"upload\",User:\"user\",Users:\"users\",Video:\"video\",Voicemail:\"voicemail\",Volume:\"volume\",Watch:\"watch\",Wifi:\"wifi\",Wind:\"wind\",X:\"x\",Youtube:\"youtube\",Zap:\"zap\"};const humanReadableVariantMap={\"Button outline White\":\"fo2FFX6n7\",\"Button outline\":\"TZnR5upC0\",\"Button Secondary\":\"gVY_p2q9r\",\"Button Text Black\":\"IJf764DWm\",\"Button Text White \":\"rw0t4hGZ6\",\"Header button one\":\"yJ2oZmSeL\",\"Light mode blue\":\"RprCgPmJ6\",Whatsapp:\"LEEWsMmOW\"};const getProps=({click,height,iconName,iconVisibility,id,link,text,width,...props})=>{var _ref,_humanReadableEnumMap_iconName,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,BlJNMfRrN:(_ref=iconVisibility!==null&&iconVisibility!==void 0?iconVisibility:props.BlJNMfRrN)!==null&&_ref!==void 0?_ref:true,fzPQj5vxM:link!==null&&link!==void 0?link:props.fzPQj5vxM,icFgveKzp:(_ref2=(_ref1=(_humanReadableEnumMap_iconName=humanReadableEnumMap[iconName])!==null&&_humanReadableEnumMap_iconName!==void 0?_humanReadableEnumMap_iconName:iconName)!==null&&_ref1!==void 0?_ref1:props.icFgveKzp)!==null&&_ref2!==void 0?_ref2:\"arrow-right\",qWQ35JEj6:(_ref3=text!==null&&text!==void 0?text:props.qWQ35JEj6)!==null&&_ref3!==void 0?_ref3:\"Get started\",rNCBGir5L:click!==null&&click!==void 0?click:props.rNCBGir5L,variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"yJ2oZmSeL\"};};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,qWQ35JEj6,BlJNMfRrN,icFgveKzp,fzPQj5vxM,rNCBGir5L,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yJ2oZmSeL\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1fa711x=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(rNCBGir5L){const res=await rNCBGir5L(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"LEEWsMmOW-hover\")return true;if(baseVariant===\"LEEWsMmOW\")return true;return false;};const isDisplayed1=value=>{if(gestureVariant===\"LEEWsMmOW-hover\")return false;if(baseVariant===\"LEEWsMmOW\")return false;return value;};const isDisplayed2=()=>{if([\"IJf764DWm-hover\",\"rw0t4hGZ6-hover\",\"fo2FFX6n7-hover\"].includes(gestureVariant))return false;if([\"IJf764DWm\",\"rw0t4hGZ6\"].includes(baseVariant))return false;return true;};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,...addPropertyOverrides({LEEWsMmOW:{value:transition3},rw0t4hGZ6:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:fzPQj5vxM,nodeId:\"yJ2oZmSeL\",openInNewTab:false,smoothScroll:true,...addPropertyOverrides({fo2FFX6n7:{openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1vvqubx\",className,classNames)} framer-13002o1`,\"data-border\":true,\"data-framer-name\":\"Header button one\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"yJ2oZmSeL\",onTap:onTap1fa711x,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6f65aca3-040a-4dc9-a9ae-fa1eca621033, rgb(57, 59, 67))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-64a5f50d-1f87-413e-a6ba-0594e1d27521, rgb(254, 115, 30))\",borderBottomLeftRadius:58,borderBottomRightRadius:58,borderTopLeftRadius:58,borderTopRightRadius:58,...style},variants:{\"BXnjinoiN-hover\":{\"--border-color\":\"var(--token-91dde303-ebf6-4a94-86a9-809a76d5fca4, rgb(97, 63, 231))\",backgroundColor:\"var(--token-91dde303-ebf6-4a94-86a9-809a76d5fca4, rgb(97, 63, 231))\"},\"fo2FFX6n7-hover\":{\"--border-color\":\"var(--token-78920d04-ba74-4591-8e25-62105406b4e8, rgb(189, 255, 2))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},\"gVY_p2q9r-hover\":{\"--border-color\":\"var(--token-d78b7170-e8a8-49df-98b5-efb8cb103f1d, rgb(255, 233, 177))\",backgroundColor:\"var(--token-d78b7170-e8a8-49df-98b5-efb8cb103f1d, rgb(255, 233, 177))\"},\"IJf764DWm-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"LEEWsMmOW-hover\":{backgroundColor:\"rgb(188, 255, 3)\"},\"RprCgPmJ6-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"rw0t4hGZ6-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"TZnR5upC0-hover\":{\"--border-color\":\"var(--token-64a5f50d-1f87-413e-a6ba-0594e1d27521, rgb(254, 115, 30))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},\"yJ2oZmSeL-hover\":{\"--border-color\":\"rgba(16, 14, 12, 0)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},BXnjinoiN:{\"--border-color\":\"var(--token-c14065e7-5a4d-4109-85cf-bca8f791260a, rgb(255, 255, 255))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},fo2FFX6n7:{\"--border-color\":\"var(--token-c14065e7-5a4d-4109-85cf-bca8f791260a, rgb(255, 255, 255))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},gVY_p2q9r:{\"--border-color\":\"var(--token-91dde303-ebf6-4a94-86a9-809a76d5fca4, rgb(97, 63, 231))\"},IJf764DWm:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},LEEWsMmOW:{\"--border-color\":\"var(--token-78920d04-ba74-4591-8e25-62105406b4e8, rgb(189, 255, 2))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},RprCgPmJ6:{\"--border-color\":\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},rw0t4hGZ6:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},TZnR5upC0:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"BXnjinoiN-hover\":{\"data-framer-name\":undefined},\"fo2FFX6n7-hover\":{\"data-framer-name\":undefined},\"gVY_p2q9r-hover\":{\"data-framer-name\":undefined},\"IJf764DWm-hover\":{\"data-framer-name\":undefined},\"LEEWsMmOW-hover\":{\"data-framer-name\":undefined},\"RprCgPmJ6-hover\":{\"data-framer-name\":undefined},\"rw0t4hGZ6-hover\":{\"data-framer-name\":undefined},\"TZnR5upC0-hover\":{\"data-framer-name\":undefined},\"yJ2oZmSeL-hover\":{\"data-framer-name\":undefined},BXnjinoiN:{\"data-framer-name\":\"Button outline White\"},fo2FFX6n7:{\"data-framer-name\":\"Button outline White\"},gVY_p2q9r:{\"data-framer-name\":\"Button Secondary\"},IJf764DWm:{\"data-framer-name\":\"Button Text Black\"},LEEWsMmOW:{\"data-framer-name\":\"Whatsapp\"},RprCgPmJ6:{\"data-framer-name\":\"Light mode blue\"},rw0t4hGZ6:{\"data-framer-name\":\"Button Text White \"},TZnR5upC0:{\"data-framer-name\":\"Button outline\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c14065e7-5a4d-4109-85cf-bca8f791260a, rgb(255, 255, 255)))\"},children:\"Get started\"})}),className:\"framer-dh7sty\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"AD0O2bGTa\",style:{\"--extracted-r6o4lv\":\"var(--token-c14065e7-5a4d-4109-85cf-bca8f791260a, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:qWQ35JEj6,variants:{\"fo2FFX6n7-hover\":{\"--extracted-r6o4lv\":\"var(--token-78920d04-ba74-4591-8e25-62105406b4e8, rgb(189, 255, 2))\"},\"gVY_p2q9r-hover\":{\"--extracted-r6o4lv\":\"var(--token-8139056f-6eb1-43e3-a0ba-39ab18aa1fb5, rgb(25, 23, 30))\"},\"IJf764DWm-hover\":{\"--extracted-r6o4lv\":\"var(--token-91dde303-ebf6-4a94-86a9-809a76d5fca4, rgb(97, 63, 231))\"},\"RprCgPmJ6-hover\":{\"--extracted-r6o4lv\":\"var(--token-7ce040c5-9c15-4d98-af40-3bdf4a380369, rgb(227, 235, 255))\"},\"rw0t4hGZ6-hover\":{\"--extracted-r6o4lv\":\"var(--token-64a5f50d-1f87-413e-a6ba-0594e1d27521, rgb(254, 115, 30))\"},\"TZnR5upC0-hover\":{\"--extracted-r6o4lv\":\"var(--token-64a5f50d-1f87-413e-a6ba-0594e1d27521, rgb(254, 115, 30))\"},\"yJ2oZmSeL-hover\":{\"--extracted-r6o4lv\":\"var(--token-8139056f-6eb1-43e3-a0ba-39ab18aa1fb5, rgb(25, 23, 30))\"},IJf764DWm:{\"--extracted-r6o4lv\":\"var(--token-fdc9e995-cd47-4a57-9ff4-63e9ceb50967, rgb(55, 8, 170))\"},LEEWsMmOW:{\"--extracted-r6o4lv\":\"var(--token-78920d04-ba74-4591-8e25-62105406b4e8, rgb(189, 255, 2))\"},RprCgPmJ6:{\"--extracted-r6o4lv\":\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"fo2FFX6n7-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-78920d04-ba74-4591-8e25-62105406b4e8, rgb(189, 255, 2)))\"},children:\"Get started\"})})},\"gVY_p2q9r-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8139056f-6eb1-43e3-a0ba-39ab18aa1fb5, rgb(25, 23, 30)))\"},children:\"Get started\"})})},\"IJf764DWm-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-91dde303-ebf6-4a94-86a9-809a76d5fca4, rgb(97, 63, 231)))\"},children:\"Get started\"})})},\"LEEWsMmOW-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\"},children:\"Get started\"})})},\"RprCgPmJ6-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ce040c5-9c15-4d98-af40-3bdf4a380369, rgb(227, 235, 255)))\"},children:\"Get started\"})})},\"rw0t4hGZ6-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-64a5f50d-1f87-413e-a6ba-0594e1d27521, rgb(254, 115, 30)))\"},children:\"Get started\"})})},\"TZnR5upC0-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-64a5f50d-1f87-413e-a6ba-0594e1d27521, rgb(254, 115, 30)))\"},children:\"Get started\"})})},\"yJ2oZmSeL-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8139056f-6eb1-43e3-a0ba-39ab18aa1fb5, rgb(25, 23, 30)))\"},children:\"Get started\"})})},IJf764DWm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fdc9e995-cd47-4a57-9ff4-63e9ceb50967, rgb(55, 8, 170)))\"},children:\"Get started\"})})},LEEWsMmOW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-78920d04-ba74-4591-8e25-62105406b4e8, rgb(189, 255, 2)))\"},children:\"Get started\"})})},RprCgPmJ6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224)))\"},children:\"Get started\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1maal3y\",\"data-framer-name\":\"whatsapp-line\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IYPYUCZxv\",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 8.578 21.292 L 9.395 21.768 C 10.759 22.564 12.309 22.988 13.926 22.988 C 18.904 22.988 22.939 18.954 22.939 13.976 C 22.939 8.998 18.904 4.963 13.926 4.963 C 8.949 4.963 4.914 8.998 4.914 13.976 C 4.914 15.594 5.339 17.145 6.135 18.509 L 6.61 19.325 L 5.874 22.03 Z M 2.665 25.242 L 4.188 19.644 C 3.217 17.979 2.661 16.043 2.661 13.976 C 2.661 7.754 7.705 2.71 13.926 2.71 C 20.148 2.71 25.192 7.754 25.192 13.976 C 25.192 20.198 20.148 25.242 13.926 25.242 C 11.86 25.242 9.924 24.686 8.26 23.715 Z M 9.861 8.69 C 10.012 8.68 10.163 8.678 10.314 8.686 C 10.375 8.69 10.436 8.697 10.497 8.704 C 10.676 8.724 10.873 8.834 10.94 8.984 C 11.276 9.746 11.602 10.512 11.918 11.283 C 11.988 11.453 11.946 11.674 11.813 11.887 C 11.746 11.996 11.64 12.15 11.517 12.307 C 11.39 12.47 11.116 12.77 11.116 12.77 C 11.116 12.77 11.004 12.903 11.046 13.068 C 11.063 13.131 11.115 13.222 11.162 13.299 C 11.188 13.342 11.212 13.379 11.228 13.406 C 11.516 13.887 11.904 14.375 12.377 14.834 C 12.513 14.965 12.644 15.1 12.786 15.224 C 13.314 15.689 13.91 16.069 14.555 16.351 L 14.561 16.354 C 14.656 16.395 14.705 16.417 14.844 16.476 C 14.914 16.506 14.986 16.532 15.06 16.551 C 15.087 16.558 15.114 16.562 15.142 16.564 C 15.324 16.575 15.429 16.458 15.474 16.404 C 16.289 15.417 16.364 15.352 16.369 15.353 L 16.369 15.355 C 16.477 15.242 16.645 15.203 16.795 15.212 C 16.864 15.216 16.932 15.229 16.995 15.258 C 17.594 15.531 18.573 15.957 18.573 15.957 L 19.228 16.252 C 19.338 16.305 19.438 16.429 19.443 16.551 C 19.446 16.626 19.454 16.748 19.427 16.97 C 19.392 17.262 19.303 17.613 19.215 17.796 C 19.153 17.925 19.073 18.04 18.98 18.137 C 18.853 18.268 18.759 18.348 18.607 18.461 C 18.515 18.53 18.467 18.563 18.467 18.563 C 18.31 18.661 18.222 18.711 18.035 18.81 C 17.745 18.964 17.425 19.053 17.097 19.07 C 16.888 19.081 16.679 19.096 16.47 19.085 C 16.461 19.084 15.83 18.987 15.83 18.987 C 14.228 18.566 12.747 17.777 11.503 16.682 C 11.249 16.458 11.014 16.216 10.773 15.977 C 9.771 14.98 9.013 13.904 8.553 12.887 C 8.327 12.386 8.183 11.849 8.181 11.296 C 8.177 10.612 8.401 9.946 8.817 9.404 C 8.899 9.297 8.977 9.186 9.112 9.059 C 9.254 8.925 9.345 8.853 9.442 8.803 C 9.572 8.736 9.715 8.701 9.861 8.69 Z\" fill=\"var(--token-78920d04-ba74-4591-8e25-62105406b4e8, rgb(189, 255, 2)) /* {&quot;name&quot;:&quot;Lime 400&quot;} */\"></path></svg>',svgContentId:8735576086,withExternalLayout:true,...addPropertyOverrides({\"LEEWsMmOW-hover\":{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 8.578 21.292 L 9.395 21.768 C 10.759 22.564 12.309 22.988 13.926 22.988 C 18.904 22.988 22.939 18.954 22.939 13.976 C 22.939 8.998 18.904 4.963 13.926 4.963 C 8.949 4.963 4.914 8.998 4.914 13.976 C 4.914 15.594 5.339 17.145 6.135 18.509 L 6.61 19.325 L 5.874 22.03 Z M 2.665 25.242 L 4.188 19.644 C 3.217 17.979 2.661 16.043 2.661 13.976 C 2.661 7.754 7.705 2.71 13.926 2.71 C 20.148 2.71 25.192 7.754 25.192 13.976 C 25.192 20.198 20.148 25.242 13.926 25.242 C 11.86 25.242 9.924 24.686 8.26 23.715 Z M 9.861 8.69 C 10.012 8.68 10.163 8.678 10.314 8.686 C 10.375 8.69 10.436 8.697 10.497 8.704 C 10.676 8.724 10.873 8.834 10.94 8.984 C 11.276 9.746 11.602 10.512 11.918 11.283 C 11.988 11.453 11.946 11.674 11.813 11.887 C 11.746 11.996 11.64 12.15 11.517 12.307 C 11.39 12.47 11.116 12.77 11.116 12.77 C 11.116 12.77 11.004 12.903 11.046 13.068 C 11.063 13.131 11.115 13.222 11.162 13.299 C 11.188 13.342 11.212 13.379 11.228 13.406 C 11.516 13.887 11.904 14.375 12.377 14.834 C 12.513 14.965 12.644 15.1 12.786 15.224 C 13.314 15.689 13.91 16.069 14.555 16.351 L 14.561 16.354 C 14.656 16.395 14.705 16.417 14.844 16.476 C 14.914 16.506 14.986 16.532 15.06 16.551 C 15.087 16.558 15.114 16.562 15.142 16.564 C 15.324 16.575 15.429 16.458 15.474 16.404 C 16.289 15.417 16.364 15.352 16.369 15.353 L 16.369 15.355 C 16.477 15.242 16.645 15.203 16.795 15.212 C 16.864 15.216 16.932 15.229 16.995 15.258 C 17.594 15.531 18.573 15.957 18.573 15.957 L 19.228 16.252 C 19.338 16.305 19.438 16.429 19.443 16.551 C 19.446 16.626 19.454 16.748 19.427 16.97 C 19.392 17.262 19.303 17.613 19.215 17.796 C 19.153 17.925 19.073 18.04 18.98 18.137 C 18.853 18.268 18.759 18.348 18.607 18.461 C 18.515 18.53 18.467 18.563 18.467 18.563 C 18.31 18.661 18.222 18.711 18.035 18.81 C 17.745 18.964 17.425 19.053 17.097 19.07 C 16.888 19.081 16.679 19.096 16.47 19.085 C 16.461 19.084 15.83 18.987 15.83 18.987 C 14.228 18.566 12.747 17.777 11.503 16.682 C 11.249 16.458 11.014 16.216 10.773 15.977 C 9.771 14.98 9.013 13.904 8.553 12.887 C 8.327 12.386 8.183 11.849 8.181 11.296 C 8.177 10.612 8.401 9.946 8.817 9.404 C 8.899 9.297 8.977 9.186 9.112 9.059 C 9.254 8.925 9.345 8.853 9.442 8.803 C 9.572 8.736 9.715 8.701 9.861 8.69 Z\" fill=\"rgb(0, 0, 0)\"></path></svg>',svgContentId:11543831198},LEEWsMmOW:{svgContentId:11323742961}},baseVariant,gestureVariant)}),isDisplayed1(BlJNMfRrN)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-181uhsw\",\"data-framer-name\":\"Button Icon\",layoutDependency:layoutDependency,layoutId:\"wQMz8Wrns\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1558hvd-container\",layoutDependency:layoutDependency,layoutId:\"MmlRFG39j-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-c14065e7-5a4d-4109-85cf-bca8f791260a, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:icFgveKzp,id:\"MmlRFG39j\",layoutId:\"MmlRFG39j\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"fo2FFX6n7-hover\":{color:\"var(--token-78920d04-ba74-4591-8e25-62105406b4e8, rgb(189, 255, 2))\"},\"gVY_p2q9r-hover\":{color:\"var(--token-8139056f-6eb1-43e3-a0ba-39ab18aa1fb5, rgb(25, 23, 30))\"},\"IJf764DWm-hover\":{color:\"var(--token-7b9fa65f-9e2f-432c-ad50-feeefaa40b36, rgb(80, 52, 250))\"},\"RprCgPmJ6-hover\":{color:\"var(--token-7ce040c5-9c15-4d98-af40-3bdf4a380369, rgb(227, 235, 255))\"},\"rw0t4hGZ6-hover\":{color:\"var(--token-64a5f50d-1f87-413e-a6ba-0594e1d27521, rgb(254, 115, 30))\"},\"TZnR5upC0-hover\":{color:\"var(--token-64a5f50d-1f87-413e-a6ba-0594e1d27521, rgb(254, 115, 30))\"},\"yJ2oZmSeL-hover\":{color:\"var(--token-8139056f-6eb1-43e3-a0ba-39ab18aa1fb5, rgb(25, 23, 30))\"},IJf764DWm:{color:\"var(--token-fdc9e995-cd47-4a57-9ff4-63e9ceb50967, rgb(55, 8, 170))\"},RprCgPmJ6:{color:\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224))\"}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zcr7x9\",\"data-framer-name\":\"Hover Fill\",layoutDependency:layoutDependency,layoutId:\"gMHdx0c60\",style:{backgroundColor:\"var(--token-91dde303-ebf6-4a94-86a9-809a76d5fca4, rgb(97, 63, 231))\"},variants:{\"BXnjinoiN-hover\":{backgroundColor:\"var(--token-64a5f50d-1f87-413e-a6ba-0594e1d27521, rgb(254, 115, 30))\"},\"gVY_p2q9r-hover\":{backgroundColor:\"var(--token-d78b7170-e8a8-49df-98b5-efb8cb103f1d, rgb(255, 233, 177))\"},\"RprCgPmJ6-hover\":{backgroundColor:\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224))\"},\"yJ2oZmSeL-hover\":{backgroundColor:\"var(--token-d78b7170-e8a8-49df-98b5-efb8cb103f1d, rgb(255, 233, 177))\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZGQJC.framer-13002o1, .framer-ZGQJC .framer-13002o1 { display: block; }\",\".framer-ZGQJC.framer-1vvqubx { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 24px 10px 24px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZGQJC .framer-dh7sty { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 3; }\",\".framer-ZGQJC .framer-1maal3y { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-ZGQJC .framer-181uhsw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 16px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 16px; z-index: 2; }\",\".framer-ZGQJC .framer-1558hvd-container { flex: none; height: 16px; position: relative; width: 16px; z-index: 1; }\",\".framer-ZGQJC .framer-zcr7x9 { flex: none; height: 100%; left: -9px; overflow: visible; position: absolute; top: 0px; width: 9px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZGQJC.framer-1vvqubx, .framer-ZGQJC .framer-181uhsw { gap: 0px; } .framer-ZGQJC.framer-1vvqubx > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-ZGQJC.framer-1vvqubx > :first-child, .framer-ZGQJC .framer-181uhsw > :first-child { margin-left: 0px; } .framer-ZGQJC.framer-1vvqubx > :last-child, .framer-ZGQJC .framer-181uhsw > :last-child { margin-right: 0px; } .framer-ZGQJC .framer-181uhsw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-ZGQJC.framer-v-6riri5.framer-1vvqubx, .framer-ZGQJC.framer-v-jabl9q.framer-1vvqubx { padding: 13px 24px 13px 24px; }\",\".framer-ZGQJC.framer-v-1pa75md.framer-1vvqubx, .framer-ZGQJC.framer-v-2cz0yj.framer-1vvqubx { padding: 0px; }\",\".framer-ZGQJC.framer-v-8657mr .framer-dh7sty { order: 0; }\",\".framer-ZGQJC.framer-v-8657mr .framer-1maal3y { order: 1; }\",\".framer-ZGQJC.framer-v-8657mr .framer-zcr7x9 { order: 3; }\",\".framer-ZGQJC.framer-v-1vvqubx.hover .framer-181uhsw, .framer-ZGQJC.framer-v-1pa75md.hover .framer-181uhsw { justify-content: flex-end; }\",\".framer-ZGQJC.framer-v-1vvqubx.hover .framer-zcr7x9 { left: 0px; right: -184px; width: unset; z-index: 0; }\",\".framer-ZGQJC.framer-v-6riri5.hover .framer-zcr7x9, .framer-ZGQJC.framer-v-jabl9q.hover .framer-zcr7x9 { width: 350px; }\",\".framer-ZGQJC.framer-v-yrg0zz.hover .framer-zcr7x9 { width: 133%; }\",'.framer-ZGQJC[data-border=\"true\"]::after, .framer-ZGQJC [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 47\n * @framerIntrinsicWidth 161\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gVY_p2q9r\":{\"layout\":[\"auto\",\"auto\"]},\"RprCgPmJ6\":{\"layout\":[\"auto\",\"auto\"]},\"IJf764DWm\":{\"layout\":[\"auto\",\"auto\"]},\"rw0t4hGZ6\":{\"layout\":[\"auto\",\"auto\"]},\"LEEWsMmOW\":{\"layout\":[\"auto\",\"auto\"]},\"TZnR5upC0\":{\"layout\":[\"auto\",\"auto\"]},\"BXnjinoiN\":{\"layout\":[\"auto\",\"auto\"]},\"fo2FFX6n7\":{\"layout\":[\"auto\",\"auto\"]},\"KCMwoFNsF\":{\"layout\":[\"auto\",\"auto\"]},\"eYqjIbvOg\":{\"layout\":[\"auto\",\"auto\"]},\"nf6vqbvOw\":{\"layout\":[\"auto\",\"auto\"]},\"U0FAt78OI\":{\"layout\":[\"auto\",\"auto\"]},\"rXa_YSq5Q\":{\"layout\":[\"auto\",\"auto\"]},\"ViqxMZDEy\":{\"layout\":[\"auto\",\"auto\"]},\"B2Wc1pReG\":{\"layout\":[\"auto\",\"auto\"]},\"TCBZoGG3d\":{\"layout\":[\"auto\",\"auto\"]},\"DniskvuHq\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"qWQ35JEj6\":\"text\",\"BlJNMfRrN\":\"iconVisibility\",\"icFgveKzp\":\"iconName\",\"fzPQj5vxM\":\"link\",\"rNCBGir5L\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIATkvOZZZ=withCSS(Component,css,\"framer-ZGQJC\");export default FramerIATkvOZZZ;FramerIATkvOZZZ.displayName=\"Buttons/buttons\";FramerIATkvOZZZ.defaultProps={height:47,width:161};addPropertyControls(FramerIATkvOZZZ,{variant:{options:[\"yJ2oZmSeL\",\"gVY_p2q9r\",\"RprCgPmJ6\",\"IJf764DWm\",\"rw0t4hGZ6\",\"LEEWsMmOW\",\"TZnR5upC0\",\"BXnjinoiN\",\"fo2FFX6n7\"],optionTitles:[\"Header button one\",\"Button Secondary\",\"Light mode blue\",\"Button Text Black\",\"Button Text White \",\"Whatsapp\",\"Button outline\",\"Button outline White\",\"Button outline White\"],title:\"Variant\",type:ControlType.Enum},qWQ35JEj6:{defaultValue:\"Get started\",displayTextArea:false,title:\"Text\",type:ControlType.String},BlJNMfRrN:{defaultValue:true,title:\"Icon Visibility\",type:ControlType.Boolean},icFgveKzp:(FeatherControls===null||FeatherControls===void 0?void 0:FeatherControls[\"iconSelection\"])&&{...FeatherControls[\"iconSelection\"],defaultValue:\"arrow-right\",description:undefined,hidden:undefined,title:\"Icon Name\"},fzPQj5vxM:{title:\"Link\",type:ControlType.Link},rNCBGir5L:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerIATkvOZZZ,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...FeatherFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIATkvOZZZ\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"161\",\"framerVariables\":\"{\\\"qWQ35JEj6\\\":\\\"text\\\",\\\"BlJNMfRrN\\\":\\\"iconVisibility\\\",\\\"icFgveKzp\\\":\\\"iconName\\\",\\\"fzPQj5vxM\\\":\\\"link\\\",\\\"rNCBGir5L\\\":\\\"click\\\"}\",\"framerIntrinsicHeight\":\"47\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gVY_p2q9r\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RprCgPmJ6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IJf764DWm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rw0t4hGZ6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LEEWsMmOW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TZnR5upC0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BXnjinoiN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fo2FFX6n7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KCMwoFNsF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eYqjIbvOg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nf6vqbvOw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"U0FAt78OI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rXa_YSq5Q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ViqxMZDEy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"B2Wc1pReG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TCBZoGG3d\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DniskvuHq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IATkvOZZZ.map", "// Generated by Framer (a1a9a9e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Area Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Area Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/itW7XucWXB7L1zFRPHNAufJdfI.woff2\"}]}];export const css=['.framer-JUVcI .framer-styles-preset-r0vxaa:not(.rich-text-wrapper), .framer-JUVcI .framer-styles-preset-r0vxaa.rich-text-wrapper p { --framer-font-family: \"Area Regular\", \"Area 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.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-7ce040c5-9c15-4d98-af40-3bdf4a380369, #e3ebff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-JUVcI .framer-styles-preset-r0vxaa:not(.rich-text-wrapper), .framer-JUVcI .framer-styles-preset-r0vxaa.rich-text-wrapper p { --framer-font-family: \"Area Regular\", \"Area Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-7ce040c5-9c15-4d98-af40-3bdf4a380369, #e3ebff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-JUVcI .framer-styles-preset-r0vxaa:not(.rich-text-wrapper), .framer-JUVcI .framer-styles-preset-r0vxaa.rich-text-wrapper p { --framer-font-family: \"Area Regular\", \"Area Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-7ce040c5-9c15-4d98-af40-3bdf4a380369, #e3ebff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-JUVcI .framer-styles-preset-r0vxaa:not(.rich-text-wrapper), .framer-JUVcI .framer-styles-preset-r0vxaa.rich-text-wrapper p { --framer-font-family: \"Area Regular\", \"Area Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-7ce040c5-9c15-4d98-af40-3bdf4a380369, #e3ebff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-JUVcI\";\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 (cf240c2)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-c0vvJ .framer-styles-preset-jw1wpa:not(.rich-text-wrapper), .framer-c0vvJ .framer-styles-preset-jw1wpa.rich-text-wrapper a { --framer-link-current-text-color: var(--token-772307d0-45e4-483d-b444-451b4f7aa237, #dddddd) /* {\"name\":\"Whute\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-38a746d1-114a-47d3-9935-c54042df9978, #7c9dff) /* {\"name\":\"Blue 300\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-ce1194a7-deba-45c4-b988-6ac71245e67b, #d0deff); --framer-link-text-decoration: none; }'];export const className=\"framer-c0vvJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (56d1180)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-uZQvE .framer-styles-preset-3fwmmk:not(.rich-text-wrapper), .framer-uZQvE .framer-styles-preset-3fwmmk.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-fdc9e995-cd47-4a57-9ff4-63e9ceb50967, #3708aa) /* {\"name\":\"Blue 500\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-1d347fca-8932-499b-8bba-b213cb14930a, #3f0ae0); --framer-link-text-decoration: none; }'];export const className=\"framer-uZQvE\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (38f2e7f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Area Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Area Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/CH1cO6N9KoxKbjLOv463Drpdmxo.woff2\"}]}];export const css=['.framer-OnPJY .framer-styles-preset-144yre8:not(.rich-text-wrapper), .framer-OnPJY .framer-styles-preset-144yre8.rich-text-wrapper p { --framer-font-family: \"Area Medium\", \"Area Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-772307d0-45e4-483d-b444-451b4f7aa237, #f7f7f7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-OnPJY\";\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 (92d6359)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/IQqqffPTBQvbJEHbEdHm/Mm22oOfAzJF0yDrUhiP4/iKvWZpN0I.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/ZYalnEzSfKx48BAieJn8/VrqFfNWuGtjCepzVByz0/ufeND6w2T.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/fvKTyuD6Cddlpa9gARfx/HbjUMwuyfOkYS5pYJxwk/z7UPiLiDh.js\";const cycleOrder=[\"LA5uQKMxV\",\"NNc6kzYoh\",\"KEfDzGiJp\",\"TfCmsbSfX\"];const serializationHash=\"framer-WvgJv\";const variantClassNames={KEfDzGiJp:\"framer-v-6nf5c8\",LA5uQKMxV:\"framer-v-19k5np\",NNc6kzYoh:\"framer-v-1rgxt3r\",TfCmsbSfX:\"framer-v-s601en\"};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.create(React.Fragment);const humanReadableVariantMap={\"Light mode\":\"KEfDzGiJp\",\"Mobile light mode\":\"TfCmsbSfX\",\"Variant 1\":\"LA5uQKMxV\",Mobile:\"NNc6kzYoh\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"LA5uQKMxV\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LA5uQKMxV\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-19k5np\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"LA5uQKMxV\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,...style},...addPropertyOverrides({KEfDzGiJp:{\"data-framer-name\":\"Light mode\"},NNc6kzYoh:{\"data-framer-name\":\"Mobile\"},TfCmsbSfX:{\"data-framer-name\":\"Mobile light mode\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n8is2t\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"TytxGsJ9T\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-144yre8\",\"data-styles-preset\":\"z7UPiLiDh\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ce1194a7-deba-45c4-b988-6ac71245e67b, rgb(208, 222, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tLoHHkncS\"},nodeId:\"sNYSdUSOg\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\"Home\"})})})}),className:\"framer-2rqycd\",\"data-framer-name\":\"Home\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sNYSdUSOg\",style:{\"--extracted-r6o4lv\":\"var(--token-ce1194a7-deba-45c4-b988-6ac71245e67b, rgb(208, 222, 255))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{KEfDzGiJp:{\"--extracted-r6o4lv\":\"var(--token-772307d0-45e4-483d-b444-451b4f7aa237, rgb(247, 247, 247))\"},TfCmsbSfX:{\"--extracted-r6o4lv\":\"var(--token-772307d0-45e4-483d-b444-451b4f7aa237, rgb(247, 247, 247))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KEfDzGiJp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FyZWEgTWVkaXVt\",\"--framer-font-family\":'\"Area Medium\", \"Area Medium Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-772307d0-45e4-483d-b444-451b4f7aa237, rgb(247, 247, 247)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tLoHHkncS\"},nodeId:\"sNYSdUSOg\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-3fwmmk\",\"data-styles-preset\":\"ufeND6w2T\",children:\"Home\"})})})}),fonts:[\"CUSTOM;Area Medium\"]},NNc6kzYoh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-144yre8\",\"data-styles-preset\":\"z7UPiLiDh\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ce1194a7-deba-45c4-b988-6ac71245e67b, rgb(208, 222, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tLoHHkncS\"},nodeId:\"sNYSdUSOg\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\"Home\"})})})})},TfCmsbSfX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FyZWEgTWVkaXVt\",\"--framer-font-family\":'\"Area Medium\", \"Area Medium Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-772307d0-45e4-483d-b444-451b4f7aa237, rgb(247, 247, 247)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tLoHHkncS\"},nodeId:\"sNYSdUSOg\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-3fwmmk\",\"data-styles-preset\":\"ufeND6w2T\",children:\"Home\"})})})}),fonts:[\"CUSTOM;Area Medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-144yre8\",\"data-styles-preset\":\"z7UPiLiDh\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zTdYgmmac\"},nodeId:\"uLqdId1xn\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\"Use cases\"})})})}),className:\"framer-yd8ilg\",\"data-framer-name\":\"Use cases\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uLqdId1xn\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{KEfDzGiJp:{\"--extracted-r6o4lv\":\"var(--token-772307d0-45e4-483d-b444-451b4f7aa237, rgb(247, 247, 247))\"},TfCmsbSfX:{\"--extracted-r6o4lv\":\"var(--token-772307d0-45e4-483d-b444-451b4f7aa237, rgb(247, 247, 247))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KEfDzGiJp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FyZWEgTWVkaXVt\",\"--framer-font-family\":'\"Area Medium\", \"Area Medium Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-772307d0-45e4-483d-b444-451b4f7aa237, rgb(247, 247, 247)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tLoHHkncS\"},nodeId:\"uLqdId1xn\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-3fwmmk\",\"data-styles-preset\":\"ufeND6w2T\",children:\"Ca\"})})})}),fonts:[\"CUSTOM;Area Medium\"]},TfCmsbSfX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FyZWEgTWVkaXVt\",\"--framer-font-family\":'\"Area Medium\", \"Area Medium Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-772307d0-45e4-483d-b444-451b4f7aa237, rgb(247, 247, 247)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tLoHHkncS\"},nodeId:\"uLqdId1xn\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-3fwmmk\",\"data-styles-preset\":\"ufeND6w2T\",children:\"Ca\"})})})}),fonts:[\"CUSTOM;Area Medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-144yre8\",\"data-styles-preset\":\"z7UPiLiDh\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"foNNzkRBo\"},nodeId:\"xIRZaZmC7\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\"About us \"})})})}),className:\"framer-i41ibk\",\"data-framer-name\":\"Use cases\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xIRZaZmC7\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KEfDzGiJp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FyZWEgTWVkaXVt\",\"--framer-font-family\":'\"Area Medium\", \"Area Medium Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"130%\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"foNNzkRBo\"},nodeId:\"xIRZaZmC7\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\"About us \"})})})}),fonts:[\"CUSTOM;Area Medium\"]},NNc6kzYoh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-144yre8\",\"data-styles-preset\":\"z7UPiLiDh\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"foNNzkRBo\"},nodeId:\"xIRZaZmC7\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\"About us \"})})})})},TfCmsbSfX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FyZWEgTWVkaXVt\",\"--framer-font-family\":'\"Area Medium\", \"Area Medium Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"foNNzkRBo\"},nodeId:\"xIRZaZmC7\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\"About us \"})})})}),fonts:[\"CUSTOM;Area Medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-144yre8\",\"data-styles-preset\":\"z7UPiLiDh\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z6jRIAIch\"},nodeId:\"NCdmZ40_N\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\" Resources \"})})})}),className:\"framer-yiulxu\",\"data-framer-name\":\"Use cases\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NCdmZ40_N\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KEfDzGiJp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FyZWEgTWVkaXVt\",\"--framer-font-family\":'\"Area Medium\", \"Area Medium Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"130%\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z6jRIAIch\"},nodeId:\"NCdmZ40_N\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\" Resources \"})})})}),fonts:[\"CUSTOM;Area Medium\"]},NNc6kzYoh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-144yre8\",\"data-styles-preset\":\"z7UPiLiDh\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z6jRIAIch\"},nodeId:\"NCdmZ40_N\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\" Resources \"})})})})},TfCmsbSfX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FyZWEgTWVkaXVt\",\"--framer-font-family\":'\"Area Medium\", \"Area Medium Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z6jRIAIch\"},nodeId:\"NCdmZ40_N\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\" Resources \"})})})}),fonts:[\"CUSTOM;Area Medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-144yre8\",\"data-styles-preset\":\"z7UPiLiDh\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DqDE2ICnK\"},nodeId:\"jeCMg73xB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\" Tools \"})})})}),className:\"framer-alczap\",\"data-framer-name\":\"Use cases\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jeCMg73xB\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KEfDzGiJp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FyZWEgTWVkaXVt\",\"--framer-font-family\":'\"Area Medium\", \"Area Medium Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"130%\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DqDE2ICnK\"},nodeId:\"jeCMg73xB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\" Tools \"})})})}),fonts:[\"CUSTOM;Area Medium\"]},NNc6kzYoh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-144yre8\",\"data-styles-preset\":\"z7UPiLiDh\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DqDE2ICnK\"},nodeId:\"jeCMg73xB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\" Tools \"})})})})},TfCmsbSfX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FyZWEgTWVkaXVt\",\"--framer-font-family\":'\"Area Medium\", \"Area Medium Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DqDE2ICnK\"},nodeId:\"jeCMg73xB\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-jw1wpa\",\"data-styles-preset\":\"iKvWZpN0I\",children:\" Tools \"})})})}),fonts:[\"CUSTOM;Area Medium\"]}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WvgJv.framer-df297f, .framer-WvgJv .framer-df297f { display: block; }\",\".framer-WvgJv.framer-19k5np { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 14px 55px 14px 55px; position: relative; width: min-content; }\",\".framer-WvgJv .framer-1n8is2t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: 21px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-WvgJv .framer-2rqycd, .framer-WvgJv .framer-yd8ilg, .framer-WvgJv .framer-i41ibk, .framer-WvgJv .framer-yiulxu, .framer-WvgJv .framer-alczap { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WvgJv.framer-19k5np, .framer-WvgJv .framer-1n8is2t { gap: 0px; } .framer-WvgJv.framer-19k5np > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-WvgJv.framer-19k5np > :first-child, .framer-WvgJv .framer-1n8is2t > :first-child { margin-left: 0px; } .framer-WvgJv.framer-19k5np > :last-child, .framer-WvgJv .framer-1n8is2t > :last-child { margin-right: 0px; } .framer-WvgJv .framer-1n8is2t > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } }\",\".framer-WvgJv.framer-v-1rgxt3r.framer-19k5np, .framer-WvgJv.framer-v-s601en.framer-19k5np { flex-direction: column; gap: 9px; }\",\".framer-WvgJv.framer-v-1rgxt3r .framer-1n8is2t, .framer-WvgJv.framer-v-s601en .framer-1n8is2t { flex-direction: column; gap: 30px; height: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WvgJv.framer-v-1rgxt3r.framer-19k5np, .framer-WvgJv.framer-v-1rgxt3r .framer-1n8is2t { gap: 0px; } .framer-WvgJv.framer-v-1rgxt3r.framer-19k5np > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-WvgJv.framer-v-1rgxt3r.framer-19k5np > :first-child, .framer-WvgJv.framer-v-1rgxt3r .framer-1n8is2t > :first-child { margin-top: 0px; } .framer-WvgJv.framer-v-1rgxt3r.framer-19k5np > :last-child, .framer-WvgJv.framer-v-1rgxt3r .framer-1n8is2t > :last-child { margin-bottom: 0px; } .framer-WvgJv.framer-v-1rgxt3r .framer-1n8is2t > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",\".framer-WvgJv.framer-v-6nf5c8 .framer-1n8is2t { height: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WvgJv.framer-v-s601en.framer-19k5np, .framer-WvgJv.framer-v-s601en .framer-1n8is2t { gap: 0px; } .framer-WvgJv.framer-v-s601en.framer-19k5np > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-WvgJv.framer-v-s601en.framer-19k5np > :first-child, .framer-WvgJv.framer-v-s601en .framer-1n8is2t > :first-child { margin-top: 0px; } .framer-WvgJv.framer-v-s601en.framer-19k5np > :last-child, .framer-WvgJv.framer-v-s601en .framer-1n8is2t > :last-child { margin-bottom: 0px; } .framer-WvgJv.framer-v-s601en .framer-1n8is2t > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 49\n * @framerIntrinsicWidth 543.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"NNc6kzYoh\":{\"layout\":[\"auto\",\"auto\"]},\"KEfDzGiJp\":{\"layout\":[\"auto\",\"auto\"]},\"TfCmsbSfX\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermmvX1H2rp=withCSS(Component,css,\"framer-WvgJv\");export default FramermmvX1H2rp;FramermmvX1H2rp.displayName=\"navigation/Nav content\";FramermmvX1H2rp.defaultProps={height:49,width:543.5};addPropertyControls(FramermmvX1H2rp,{variant:{options:[\"LA5uQKMxV\",\"NNc6kzYoh\",\"KEfDzGiJp\",\"TfCmsbSfX\"],optionTitles:[\"Variant 1\",\"Mobile\",\"Light mode\",\"Mobile light mode\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramermmvX1H2rp,[{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:\"Area Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/CH1cO6N9KoxKbjLOv463Drpdmxo.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermmvX1H2rp\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NNc6kzYoh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KEfDzGiJp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TfCmsbSfX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"49\",\"framerIntrinsicWidth\":\"543.5\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mmvX1H2rp.map", "// Generated by Framer (a1a9a9e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ButtonsButtons from\"https://framerusercontent.com/modules/EZvrl055AVCTJlDs2xqY/bDa9RbJUHXIP3wrgRacW/IATkvOZZZ.js\";import NavigationNavContent from\"https://framerusercontent.com/modules/WYAwUKpG7u9Pmuvq0mIl/ubJcmN09UuCsUezzft2f/mmvX1H2rp.js\";const NavigationNavContentFonts=getFonts(NavigationNavContent);const ButtonsButtonsFonts=getFonts(ButtonsButtons);const MotionNavWithFX=withFX(motion.nav);const cycleOrder=[\"TU9pmXMPB\",\"lqEV7yixR\",\"CMkN0mQ3E\",\"jdhIkVTiY\",\"in3iCOW1K\",\"mDYIFrYSd\",\"ELDTdAH6K\"];const serializationHash=\"framer-aNNT5\";const variantClassNames={CMkN0mQ3E:\"framer-v-1bwcghl\",ELDTdAH6K:\"framer-v-c93r2s\",in3iCOW1K:\"framer-v-1pdj6u\",jdhIkVTiY:\"framer-v-1h6x7p3\",lqEV7yixR:\"framer-v-1osv4qu\",mDYIFrYSd:\"framer-v-uoz2th\",TU9pmXMPB:\"framer-v-7jlr3o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:.5,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop light mode\":\"jdhIkVTiY\",\"Desktop-dark mode\":\"TU9pmXMPB\",\"Mobile open\":\"ELDTdAH6K\",\"Variant 6\":\"mDYIFrYSd\",Blog:\"in3iCOW1K\",Mobile:\"lqEV7yixR\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"TU9pmXMPB\"};};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,ViQjZBA1j,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TU9pmXMPB\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap11rncas=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});await delay(()=>setVariant(\"ELDTdAH6K\"),400);});const onTap1lmgqw5=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});await delay(()=>setVariant(\"mDYIFrYSd\"),400);});const onTapn40agf=activeVariantCallback(async(...args)=>{if(ViQjZBA1j){const res=await ViQjZBA1j(...args);if(res===false)return false;}});const onTap14pttn3=activeVariantCallback(async(...args)=>{setVariant(\"CMkN0mQ3E\");});const onTap1jfnnz8=activeVariantCallback(async(...args)=>{setVariant(\"lqEV7yixR\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"lqEV7yixR\",\"CMkN0mQ3E\",\"mDYIFrYSd\",\"ELDTdAH6K\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"lqEV7yixR\",\"mDYIFrYSd\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed2=()=>{if([\"lqEV7yixR\",\"CMkN0mQ3E\",\"mDYIFrYSd\",\"ELDTdAH6K\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionNavWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-7jlr3o\",className,classNames),\"data-framer-name\":\"Desktop-dark mode\",layoutDependency:layoutDependency,layoutId:\"TU9pmXMPB\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(43px)\",backgroundColor:\"rgba(44, 11, 160, 0.55)\",WebkitBackdropFilter:\"blur(43px)\",...style},variants:{ELDTdAH6K:{backgroundColor:\"var(--token-fdc9e995-cd47-4a57-9ff4-63e9ceb50967, rgb(55, 8, 170))\"},in3iCOW1K:{backgroundColor:\"rgb(44, 11, 160)\"},lqEV7yixR:{backgroundColor:\"rgba(0, 0, 0, 0)\"},mDYIFrYSd:{backgroundColor:\"var(--token-fdc9e995-cd47-4a57-9ff4-63e9ceb50967, rgb(55, 8, 170))\"}},...addPropertyOverrides({CMkN0mQ3E:{\"data-framer-name\":\"Mobile open\"},ELDTdAH6K:{\"data-framer-name\":\"Mobile open\",\"data-highlight\":true,onTap:onTap1lmgqw5},in3iCOW1K:{\"data-framer-name\":\"Blog\"},jdhIkVTiY:{\"data-framer-name\":\"Desktop light mode\"},lqEV7yixR:{__framer__animate:{transition:transition3},\"data-framer-name\":\"Mobile\"},mDYIFrYSd:{__framer__animate:{transition:transition3},\"data-framer-name\":\"Variant 6\",\"data-highlight\":true,onTap:onTap11rncas}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tLoHHkncS\"},nodeId:\"l0YbUqN3e\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1vpfudk framer-1g6n2i7\",\"data-framer-name\":\"Bt-brand/logo\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"l0YbUqN3e\",onTap:onTapn40agf,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1faorfn\",\"data-framer-name\":\"Layer_1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"tMaC7Da0i\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 154 40\"><path d=\"M 53.457 19.571 C 56.082 18.943 57.593 16.623 57.593 14.201 C 57.593 10.552 54.969 8.4 50.174 8.4 L 42.365 8.4 L 42.365 31.734 L 51.424 31.734 C 56.281 31.734 58.644 28.981 58.644 25.137 C 58.644 22.755 57.002 19.902 53.46 19.571 Z M 45.249 10.789 L 50.304 10.789 C 53.358 10.789 54.701 12.442 54.701 14.4 C 54.701 16.592 52.798 18.61 49.944 18.61 L 45.249 18.61 L 45.249 10.791 Z M 51.159 29.352 L 45.249 29.352 L 45.249 20.994 L 50.926 20.994 C 54.079 20.994 55.754 22.916 55.754 25.171 C 55.754 27.426 54.146 29.352 51.159 29.352 Z\" fill=\"rgb(235,235,235)\"></path><path d=\"M 64.341 8.308 L 61.496 8.308 L 61.496 31.83 L 64.341 31.83 Z\" fill=\"rgb(235,235,235)\"></path><path d=\"M 78.485 24.86 C 78.485 27.459 76.684 29.419 74.294 29.419 C 71.721 29.419 70.302 27.812 70.302 24.894 L 70.302 14.968 L 67.457 14.968 L 67.457 24.793 C 67.457 31.207 71.802 31.899 73.672 31.899 C 75.967 31.899 77.699 30.713 78.485 29.493 L 78.485 31.897 L 81.33 31.897 L 81.33 14.97 L 78.485 14.97 L 78.485 24.863 Z\" fill=\"rgb(235,235,235)\"></path><path d=\"M 92.115 14.93 C 87.32 14.93 84.005 18.378 84.005 23.417 C 84.005 27.958 86.864 31.904 92.181 31.904 C 96.292 31.904 98.372 29.426 99.239 27.479 L 96.339 27.479 C 95.58 28.597 94.221 29.517 92.274 29.517 C 89.127 29.517 86.829 27.495 86.563 24.08 L 99.693 24.08 C 99.726 23.783 99.759 23.385 99.759 22.921 C 99.759 17.287 95.852 14.934 92.112 14.934 Z M 86.665 21.953 C 87.191 18.903 88.995 17.182 92.243 17.182 C 94.841 17.182 96.872 18.97 97.137 21.953 Z\" fill=\"rgb(235,235,235)\"></path><path d=\"M 110.406 29.285 C 109.178 29.289 107.13 29.287 106.944 27.466 C 106.919 27.238 106.924 26.994 106.93 26.715 C 106.93 26.592 106.935 26.465 106.935 26.333 L 106.935 17.591 C 106.935 17.573 106.948 17.56 106.966 17.56 L 110.433 17.56 L 110.433 15.084 L 106.935 15.068 L 106.935 10.78 L 104.35 10.78 L 104.35 14.999 C 104.35 15.046 104.313 15.084 104.266 15.084 L 101.277 15.084 L 101.277 17.56 L 104.061 17.56 C 104.078 17.56 104.092 17.573 104.092 17.589 C 104.096 18.778 104.127 27.115 104.129 27.477 C 104.136 28.742 104.53 29.774 105.304 30.545 C 106.147 31.385 107.43 31.864 108.836 31.864 C 108.855 31.864 108.873 31.864 108.893 31.864 C 109.451 31.859 110.059 31.859 110.502 31.859 L 110.612 31.859 L 110.601 29.287 L 110.411 29.287 Z\" fill=\"rgb(235,235,235)\"></path><path d=\"M 116.582 15.137 L 113.737 15.137 L 113.737 31.801 L 116.582 31.801 Z\" fill=\"rgb(235,235,235)\"></path><path d=\"M 132.354 25.877 C 132.192 26.44 131.942 26.954 131.606 27.41 C 130.699 28.675 129.254 29.401 127.645 29.401 C 125.729 29.401 124.209 28.713 123.253 27.408 C 122.687 26.635 122.324 25.669 122.178 24.541 C 122.131 24.179 122.107 23.799 122.107 23.415 C 122.107 19.663 124.178 17.423 127.645 17.423 C 129.411 17.423 131.568 18.25 132.325 20.568 L 132.349 20.644 L 135.226 20.644 L 135.197 20.509 C 134.611 17.756 132.309 14.816 127.612 14.816 C 122.616 14.816 119.259 18.27 119.259 23.415 C 119.259 23.835 119.281 24.212 119.326 24.568 C 119.441 25.625 119.72 26.619 120.153 27.524 C 121.516 30.378 124.236 32.013 127.612 32.013 C 130.989 32.013 133.599 30.333 134.754 27.52 C 134.967 27.006 135.12 26.472 135.208 25.926 L 135.23 25.797 L 132.376 25.797 Z\" fill=\"rgb(235,235,235)\"></path><path d=\"M 152.199 15.287 L 148.384 15.287 L 140.99 22.235 L 140.956 8.101 L 138.111 8.101 L 138.144 31.951 L 140.992 31.951 L 140.992 25.361 L 142.835 23.718 L 149.095 31.951 L 152.659 31.951 L 144.773 21.975 Z\" fill=\"rgb(235,235,235)\"></path><path d=\"M 115.254 8.333 C 114.254 8.333 113.44 9.155 113.44 10.165 C 113.44 11.175 114.254 11.998 115.254 11.998 L 115.257 11.998 C 116.257 11.998 117.071 11.175 117.071 10.165 C 117.071 9.155 116.257 8.333 115.254 8.333 Z\" fill=\"rgb(235,235,235)\"></path><path d=\"M 22.093 0 L 0 0.101 L 0 20.141 L 6.459 15.283 L 22.091 15.287 C 26.598 15.287 30.251 11.817 30.251 7.649 C 30.251 3.482 26.6 0 22.093 0 Z\" fill=\"rgb(235,235,235)\"></path><path d=\"M 22.093 19.01 L 7.746 19.019 L 0.02 24.979 L 0.035 39.895 L 7.609 34.105 L 22.093 34.105 C 26.6 34.105 30.253 30.726 30.253 26.556 C 30.253 22.387 26.6 19.008 22.093 19.008 Z\" fill=\"rgb(235,235,235)\"></path></svg>',svgContentId:11848105192,withExternalLayout:true,...addPropertyOverrides({jdhIkVTiY:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 154 40\"><path d=\"M 53.457 19.571 C 56.082 18.943 57.593 16.623 57.593 14.201 C 57.593 10.552 54.969 8.4 50.174 8.4 L 42.365 8.4 L 42.365 31.734 L 51.424 31.734 C 56.281 31.734 58.644 28.981 58.644 25.137 C 58.644 22.755 57.002 19.902 53.46 19.571 Z M 45.249 10.789 L 50.304 10.789 C 53.358 10.789 54.701 12.442 54.701 14.4 C 54.701 16.592 52.798 18.61 49.944 18.61 L 45.249 18.61 L 45.249 10.791 Z M 51.159 29.352 L 45.249 29.352 L 45.249 20.994 L 50.926 20.994 C 54.079 20.994 55.754 22.916 55.754 25.171 C 55.754 27.426 54.146 29.352 51.159 29.352 Z\" fill=\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224)) /* {&quot;name&quot;:&quot;Blue 400&quot;} */\"></path><path d=\"M 64.341 8.308 L 61.496 8.308 L 61.496 31.83 L 64.341 31.83 Z\" fill=\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224)) /* {&quot;name&quot;:&quot;Blue 400&quot;} */\"></path><path d=\"M 78.485 24.86 C 78.485 27.459 76.684 29.419 74.294 29.419 C 71.721 29.419 70.302 27.812 70.302 24.894 L 70.302 14.968 L 67.457 14.968 L 67.457 24.793 C 67.457 31.207 71.802 31.899 73.672 31.899 C 75.967 31.899 77.699 30.713 78.485 29.493 L 78.485 31.897 L 81.33 31.897 L 81.33 14.97 L 78.485 14.97 L 78.485 24.863 Z\" fill=\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224)) /* {&quot;name&quot;:&quot;Blue 400&quot;} */\"></path><path d=\"M 92.115 14.93 C 87.32 14.93 84.005 18.378 84.005 23.417 C 84.005 27.958 86.864 31.904 92.181 31.904 C 96.292 31.904 98.372 29.426 99.239 27.479 L 96.339 27.479 C 95.58 28.597 94.221 29.517 92.274 29.517 C 89.127 29.517 86.829 27.495 86.563 24.08 L 99.693 24.08 C 99.726 23.783 99.759 23.385 99.759 22.921 C 99.759 17.287 95.852 14.934 92.112 14.934 Z M 86.665 21.953 C 87.191 18.903 88.995 17.182 92.243 17.182 C 94.841 17.182 96.872 18.97 97.137 21.953 Z\" fill=\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224)) /* {&quot;name&quot;:&quot;Blue 400&quot;} */\"></path><path d=\"M 110.406 29.285 C 109.178 29.289 107.13 29.287 106.944 27.466 C 106.919 27.238 106.924 26.994 106.93 26.715 C 106.93 26.592 106.935 26.465 106.935 26.333 L 106.935 17.591 C 106.935 17.573 106.948 17.56 106.966 17.56 L 110.433 17.56 L 110.433 15.084 L 106.935 15.068 L 106.935 10.78 L 104.35 10.78 L 104.35 14.999 C 104.35 15.046 104.313 15.084 104.266 15.084 L 101.277 15.084 L 101.277 17.56 L 104.061 17.56 C 104.078 17.56 104.092 17.573 104.092 17.589 C 104.096 18.778 104.127 27.115 104.129 27.477 C 104.136 28.742 104.53 29.774 105.304 30.545 C 106.147 31.385 107.43 31.864 108.836 31.864 C 108.855 31.864 108.873 31.864 108.893 31.864 C 109.451 31.859 110.059 31.859 110.502 31.859 L 110.612 31.859 L 110.601 29.287 L 110.411 29.287 Z\" fill=\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224)) /* {&quot;name&quot;:&quot;Blue 400&quot;} */\"></path><path d=\"M 116.582 15.137 L 113.737 15.137 L 113.737 31.801 L 116.582 31.801 Z\" fill=\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224)) /* {&quot;name&quot;:&quot;Blue 400&quot;} */\"></path><path d=\"M 132.354 25.877 C 132.192 26.44 131.942 26.954 131.606 27.41 C 130.699 28.675 129.254 29.401 127.645 29.401 C 125.729 29.401 124.209 28.713 123.253 27.408 C 122.687 26.635 122.324 25.669 122.178 24.541 C 122.131 24.179 122.107 23.799 122.107 23.415 C 122.107 19.663 124.178 17.423 127.645 17.423 C 129.411 17.423 131.568 18.25 132.325 20.568 L 132.349 20.644 L 135.226 20.644 L 135.197 20.509 C 134.611 17.756 132.309 14.816 127.612 14.816 C 122.616 14.816 119.259 18.27 119.259 23.415 C 119.259 23.835 119.281 24.212 119.326 24.568 C 119.441 25.625 119.72 26.619 120.153 27.524 C 121.516 30.378 124.236 32.013 127.612 32.013 C 130.989 32.013 133.599 30.333 134.754 27.52 C 134.967 27.006 135.12 26.472 135.208 25.926 L 135.23 25.797 L 132.376 25.797 Z\" fill=\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224)) /* {&quot;name&quot;:&quot;Blue 400&quot;} */\"></path><path d=\"M 152.199 15.287 L 148.384 15.287 L 140.99 22.235 L 140.956 8.101 L 138.111 8.101 L 138.144 31.951 L 140.992 31.951 L 140.992 25.361 L 142.835 23.718 L 149.095 31.951 L 152.659 31.951 L 144.773 21.975 Z\" fill=\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224)) /* {&quot;name&quot;:&quot;Blue 400&quot;} */\"></path><path d=\"M 115.254 8.333 C 114.254 8.333 113.44 9.155 113.44 10.165 C 113.44 11.175 114.254 11.998 115.254 11.998 L 115.257 11.998 C 116.257 11.998 117.071 11.175 117.071 10.165 C 117.071 9.155 116.257 8.333 115.254 8.333 Z\" fill=\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224)) /* {&quot;name&quot;:&quot;Blue 400&quot;} */\"></path><path d=\"M 22.093 0 L 0 0.101 L 0 20.141 L 6.459 15.283 L 22.091 15.287 C 26.598 15.287 30.251 11.817 30.251 7.649 C 30.251 3.482 26.6 0 22.093 0 Z\" fill=\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224)) /* {&quot;name&quot;:&quot;Blue 400&quot;} */\"></path><path d=\"M 22.093 19.01 L 7.746 19.019 L 0.02 24.979 L 0.035 39.895 L 7.609 34.105 L 22.093 34.105 C 26.6 34.105 30.253 30.726 30.253 26.556 C 30.253 22.387 26.6 19.008 22.093 19.008 Z\" fill=\"var(--token-1d347fca-8932-499b-8bba-b213cb14930a, rgb(63, 10, 224)) /* {&quot;name&quot;:&quot;Blue 400&quot;} */\"></path></svg>',svgContentId:10461479185}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(16+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||81)-32-49)/2),...addPropertyOverrides({CMkN0mQ3E:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+18+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||343)-36-160)/2+62+49)},ELDTdAH6K:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+18+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||343)-36-160)/2+62+49)},jdhIkVTiY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(16+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-32-49)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2ndyvv-container\",layoutDependency:layoutDependency,layoutId:\"YsxWBe3J6-container\",children:/*#__PURE__*/_jsx(NavigationNavContent,{height:\"100%\",id:\"YsxWBe3J6\",layoutId:\"YsxWBe3J6\",variant:\"LA5uQKMxV\",width:\"100%\",...addPropertyOverrides({CMkN0mQ3E:{variant:\"NNc6kzYoh\"},ELDTdAH6K:{variant:\"NNc6kzYoh\"},jdhIkVTiY:{variant:\"KEfDzGiJp\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-15fupkp\",\"data-framer-name\":\"Button Container\",layoutDependency:layoutDependency,layoutId:\"cF5rRPUhN\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"N2LuAzgsp\"},implicitPathVariables:undefined},{href:{webPageId:\"N2LuAzgsp\"},implicitPathVariables:undefined},{href:{webPageId:\"N2LuAzgsp\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(16+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||81)-32-47)/2)+0+0,...addPropertyOverrides({jdhIkVTiY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(16+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-32-47)/2)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19uk3yv-container\",layoutDependency:layoutDependency,layoutId:\"NB78T0y7g-container\",children:/*#__PURE__*/_jsx(ButtonsButtons,{BlJNMfRrN:true,fzPQj5vxM:resolvedLinks[0],height:\"100%\",icFgveKzp:\"arrow-right\",id:\"NB78T0y7g\",layoutId:\"NB78T0y7g\",qWQ35JEj6:\"Contact us\",variant:\"BXnjinoiN\",width:\"100%\",...addPropertyOverrides({in3iCOW1K:{fzPQj5vxM:resolvedLinks[2]},jdhIkVTiY:{fzPQj5vxM:resolvedLinks[1],variant:\"RprCgPmJ6\"}},baseVariant,gestureVariant)})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.nav,{className:\"framer-1cnflrb\",\"data-framer-name\":\"Phone - Closed\",layoutDependency:layoutDependency,layoutId:\"Rr1HWELvw\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-opyjji\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"BVbNG6Yog\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"d3rXtZ28Y\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-vqewdb framer-1g6n2i7\",\"data-framer-name\":\"Logo Container\",layoutDependency:layoutDependency,layoutId:\"d3rXtZ28Y\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fb8z85\",\"data-framer-name\":\"Layer_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:179,intrinsicWidth:696,layoutDependency:layoutDependency,layoutId:\"QjP6_upvL\",svg:'<svg width=\"696\" height=\"179\" viewBox=\"0 0 696 179\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M241.6 87.58C253.46 84.77 260.29 74.39 260.29 63.55C260.29 47.22 248.43 37.59 226.76 37.59H191.47V142.01H232.41C254.36 142.01 265.04 129.69 265.04 112.49C265.04 101.83 257.62 89.06 241.61 87.58H241.6ZM204.5 48.28H227.35C241.15 48.28 247.22 55.68 247.22 64.44C247.22 74.25 238.62 83.28 225.72 83.28H204.5V48.29V48.28ZM231.21 131.35H204.5V93.95H230.16C244.41 93.95 251.98 102.55 251.98 112.64C251.98 122.73 244.71 131.35 231.21 131.35Z\" fill=\"#EBEBEB\"/>\\n<path d=\"M290.79 37.1801H277.93V142.44H290.79V37.1801Z\" fill=\"#EBEBEB\"/>\\n<path d=\"M354.71 111.25C354.71 122.88 346.57 131.65 335.77 131.65C324.14 131.65 317.73 124.46 317.73 111.4V66.98H304.87V110.95C304.87 139.65 324.51 142.75 332.96 142.75C343.33 142.75 351.16 137.44 354.71 131.98V142.74H367.57V66.99H354.71V111.26V111.25Z\" fill=\"#EBEBEB\"/>\\n<path d=\"M416.31 66.8101C394.64 66.8101 379.66 82.2401 379.66 104.79C379.66 125.11 392.58 142.77 416.61 142.77C435.19 142.77 444.59 131.68 448.51 122.97H435.4C431.97 127.97 425.83 132.09 417.03 132.09C402.81 132.09 392.42 123.04 391.22 107.76H450.56C450.71 106.43 450.86 104.65 450.86 102.57C450.86 77.3601 433.2 66.8301 416.3 66.8301L416.31 66.8101ZM391.68 98.2401C394.06 84.5901 402.21 76.8901 416.89 76.8901C428.63 76.8901 437.81 84.8901 439.01 98.2401H391.68Z\" fill=\"#EBEBEB\"/>\\n<path d=\"M498.98 131.05C493.43 131.07 484.17 131.06 483.33 122.91C483.22 121.89 483.24 120.8 483.27 119.55C483.27 119 483.29 118.43 483.29 117.84V78.72C483.29 78.64 483.35 78.58 483.43 78.58H499.1V67.5L483.29 67.43V48.24H471.61V67.12C471.61 67.33 471.44 67.5 471.23 67.5H457.72V78.58H470.3C470.38 78.58 470.44 78.64 470.44 78.71C470.46 84.03 470.6 121.34 470.61 122.96C470.64 128.62 472.42 133.24 475.92 136.69C479.73 140.45 485.53 142.59 491.88 142.59C491.97 142.59 492.05 142.59 492.14 142.59C494.66 142.57 497.41 142.57 499.41 142.57H499.91L499.86 131.06H499L498.98 131.05Z\" fill=\"#EBEBEB\"/>\\n<path d=\"M526.89 67.74H514.03V142.31H526.89V67.74Z\" fill=\"#EBEBEB\"/>\\n<path d=\"M598.17 115.8C597.44 118.32 596.31 120.62 594.79 122.66C590.69 128.32 584.16 131.57 576.89 131.57C568.23 131.57 561.36 128.49 557.04 122.65C554.48 119.19 552.84 114.87 552.18 109.82C551.97 108.2 551.86 106.5 551.86 104.78C551.86 87.99 561.22 77.97 576.89 77.97C584.87 77.97 594.62 81.67 598.04 92.04L598.15 92.38H611.15L611.02 91.78C608.37 79.46 597.97 66.3 576.74 66.3C554.16 66.3 538.99 81.76 538.99 104.78C538.99 106.66 539.09 108.35 539.29 109.94C539.81 114.67 541.07 119.12 543.03 123.17C549.19 135.94 561.48 143.26 576.74 143.26C592 143.26 603.8 135.74 609.02 123.15C609.98 120.85 610.67 118.46 611.07 116.02L611.17 115.44H598.27L598.17 115.8Z\" fill=\"#EBEBEB\"/>\\n<path d=\"M687.86 68.41H670.62L637.2 99.5L637.05 36.25H624.19L624.34 142.98H637.21V113.49L645.54 106.14L673.83 142.98H689.94L654.3 98.34L687.86 68.41Z\" fill=\"#EBEBEB\"/>\\n<path d=\"M520.89 37.29C516.37 37.29 512.69 40.97 512.69 45.49C512.69 50.01 516.37 53.69 520.89 53.69H520.9C525.42 53.69 529.1 50.01 529.1 45.49C529.1 40.97 525.42 37.29 520.89 37.29Z\" fill=\"#EBEBEB\"/>\\n<path d=\"M99.85 0L0 0.45V90.13L29.19 68.39L99.84 68.41C120.21 68.41 136.72 52.88 136.72 34.23C136.72 15.58 120.22 0 99.85 0Z\" fill=\"#EBEBEB\"/>\\n<path d=\"M99.85 85.0701L35.01 85.1101L0.0899963 111.78L0.159996 178.53L34.39 152.62H99.85C120.22 152.62 136.73 137.5 136.73 118.84C136.73 100.18 120.22 85.0601 99.85 85.0601V85.0701Z\" fill=\"#EBEBEB\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n2zbq2\",\"data-border\":true,\"data-framer-name\":\"Mobile Icon\",layoutDependency:layoutDependency,layoutId:\"htGVVFXeB\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-69a06b4a-447e-422e-9e50-d39672ecdf48, rgb(38, 38, 38))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-f8462981-9721-42e6-b3e4-0addd9427ec8, rgba(23, 23, 23, 0.6))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,WebkitBackdropFilter:\"blur(10px)\"},variants:{CMkN0mQ3E:{\"--border-color\":\"var(--token-38a746d1-114a-47d3-9935-c54042df9978, rgb(124, 157, 255))\",backgroundColor:\"rgba(44, 11, 160, 0.55)\"},ELDTdAH6K:{\"--border-color\":\"var(--token-38a746d1-114a-47d3-9935-c54042df9978, rgb(124, 157, 255))\",backgroundColor:\"rgba(44, 11, 160, 0.55)\"},lqEV7yixR:{\"--border-color\":\"var(--token-38a746d1-114a-47d3-9935-c54042df9978, rgb(124, 157, 255))\",backdropFilter:\"blur(30px)\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"blur(30px)\"},mDYIFrYSd:{\"--border-color\":\"var(--token-38a746d1-114a-47d3-9935-c54042df9978, rgb(124, 157, 255))\",backdropFilter:\"blur(30px)\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"blur(30px)\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-on45ub\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"vuEBH2zRq\",...addPropertyOverrides({CMkN0mQ3E:{\"data-highlight\":true,onTap:onTap1jfnnz8},ELDTdAH6K:{\"data-highlight\":true,onTap:onTap1jfnnz8},lqEV7yixR:{\"data-highlight\":true,onTap:onTap14pttn3},mDYIFrYSd:{\"data-highlight\":true,onTap:onTap14pttn3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9kodkq\",\"data-framer-name\":\"menu-line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"qnHLyE4HH\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3 4H21V6H3V4ZM3 11H21V13H3V11ZM3 18H21V20H3V18Z\" fill=\"#D0DEFF\"/>\\n</svg>\\n',withExternalLayout:true})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aNNT5.framer-1g6n2i7, .framer-aNNT5 .framer-1g6n2i7 { display: block; }\",\".framer-aNNT5.framer-7jlr3o { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 16px 60px 16px 60px; position: relative; width: 1400px; }\",\".framer-aNNT5 .framer-1vpfudk { cursor: pointer; flex: none; height: 39px; overflow: visible; position: relative; text-decoration: none; width: 154px; }\",\".framer-aNNT5 .framer-1faorfn { flex: none; height: 40px; left: 0px; position: absolute; top: 0px; width: 154px; }\",\".framer-aNNT5 .framer-2ndyvv-container, .framer-aNNT5 .framer-19uk3yv-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-aNNT5 .framer-15fupkp { 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: min-content; }\",\".framer-aNNT5 .framer-1cnflrb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 62px; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-aNNT5 .framer-opyjji { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aNNT5 .framer-vqewdb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 6px; position: relative; text-decoration: none; width: min-content; }\",\".framer-aNNT5 .framer-fb8z85 { flex: none; height: 40px; position: relative; width: 154px; }\",\".framer-aNNT5 .framer-n2zbq2 { align-content: center; align-items: center; 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: min-content; }\",\".framer-aNNT5 .framer-on45ub { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: center; overflow: visible; padding: 12px 16px 12px 16px; position: relative; width: min-content; }\",\".framer-aNNT5 .framer-9kodkq { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aNNT5 .framer-15fupkp, .framer-aNNT5 .framer-1cnflrb, .framer-aNNT5 .framer-vqewdb, .framer-aNNT5 .framer-n2zbq2, .framer-aNNT5 .framer-on45ub { gap: 0px; } .framer-aNNT5 .framer-15fupkp > *, .framer-aNNT5 .framer-n2zbq2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aNNT5 .framer-15fupkp > :first-child, .framer-aNNT5 .framer-1cnflrb > :first-child, .framer-aNNT5 .framer-n2zbq2 > :first-child { margin-top: 0px; } .framer-aNNT5 .framer-15fupkp > :last-child, .framer-aNNT5 .framer-1cnflrb > :last-child, .framer-aNNT5 .framer-n2zbq2 > :last-child { margin-bottom: 0px; } .framer-aNNT5 .framer-1cnflrb > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-aNNT5 .framer-vqewdb > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-aNNT5 .framer-vqewdb > :first-child, .framer-aNNT5 .framer-on45ub > :first-child { margin-left: 0px; } .framer-aNNT5 .framer-vqewdb > :last-child, .framer-aNNT5 .framer-on45ub > :last-child { margin-right: 0px; } .framer-aNNT5 .framer-on45ub > * { margin: 0px; margin-left: calc(150px / 2); margin-right: calc(150px / 2); } }\",\".framer-aNNT5.framer-v-1osv4qu.framer-7jlr3o { flex-direction: column; gap: 0px; justify-content: center; padding: 16px 0px 16px 0px; width: 390px; }\",\".framer-aNNT5.framer-v-1osv4qu .framer-1cnflrb, .framer-aNNT5.framer-v-1bwcghl .framer-2ndyvv-container, .framer-aNNT5.framer-v-uoz2th .framer-1cnflrb, .framer-aNNT5.framer-v-c93r2s .framer-2ndyvv-container { order: 3; }\",\".framer-aNNT5.framer-v-1osv4qu .framer-vqewdb, .framer-aNNT5.framer-v-uoz2th .framer-vqewdb { justify-content: flex-start; width: 224px; }\",\".framer-aNNT5.framer-v-1osv4qu .framer-on45ub, .framer-aNNT5.framer-v-1bwcghl .framer-on45ub, .framer-aNNT5.framer-v-uoz2th .framer-on45ub, .framer-aNNT5.framer-v-c93r2s .framer-on45ub { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aNNT5.framer-v-1osv4qu.framer-7jlr3o { gap: 0px; } .framer-aNNT5.framer-v-1osv4qu.framer-7jlr3o > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aNNT5.framer-v-1osv4qu.framer-7jlr3o > :first-child { margin-top: 0px; } .framer-aNNT5.framer-v-1osv4qu.framer-7jlr3o > :last-child { margin-bottom: 0px; } }\",\".framer-aNNT5.framer-v-1bwcghl.framer-7jlr3o { flex-direction: column; gap: 49px; justify-content: center; padding: 18px 0px 18px 0px; width: 390px; }\",\".framer-aNNT5.framer-v-1bwcghl .framer-1cnflrb, .framer-aNNT5.framer-v-c93r2s .framer-1cnflrb { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aNNT5.framer-v-1bwcghl.framer-7jlr3o { gap: 0px; } .framer-aNNT5.framer-v-1bwcghl.framer-7jlr3o > * { margin: 0px; margin-bottom: calc(49px / 2); margin-top: calc(49px / 2); } .framer-aNNT5.framer-v-1bwcghl.framer-7jlr3o > :first-child { margin-top: 0px; } .framer-aNNT5.framer-v-1bwcghl.framer-7jlr3o > :last-child { margin-bottom: 0px; } }\",\".framer-aNNT5.framer-v-uoz2th.framer-7jlr3o { cursor: pointer; flex-direction: column; gap: 0px; justify-content: center; padding: 16px 0px 16px 0px; width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aNNT5.framer-v-uoz2th.framer-7jlr3o { gap: 0px; } .framer-aNNT5.framer-v-uoz2th.framer-7jlr3o > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aNNT5.framer-v-uoz2th.framer-7jlr3o > :first-child { margin-top: 0px; } .framer-aNNT5.framer-v-uoz2th.framer-7jlr3o > :last-child { margin-bottom: 0px; } }\",\".framer-aNNT5.framer-v-c93r2s.framer-7jlr3o { cursor: pointer; flex-direction: column; gap: 49px; justify-content: center; padding: 18px 0px 18px 0px; width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aNNT5.framer-v-c93r2s.framer-7jlr3o { gap: 0px; } .framer-aNNT5.framer-v-c93r2s.framer-7jlr3o > * { margin: 0px; margin-bottom: calc(49px / 2); margin-top: calc(49px / 2); } .framer-aNNT5.framer-v-c93r2s.framer-7jlr3o > :first-child { margin-top: 0px; } .framer-aNNT5.framer-v-c93r2s.framer-7jlr3o > :last-child { margin-bottom: 0px; } }\",'.framer-aNNT5[data-border=\"true\"]::after, .framer-aNNT5 [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 81\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lqEV7yixR\":{\"layout\":[\"fixed\",\"auto\"]},\"CMkN0mQ3E\":{\"layout\":[\"fixed\",\"auto\"]},\"jdhIkVTiY\":{\"layout\":[\"fixed\",\"auto\"]},\"in3iCOW1K\":{\"layout\":[\"fixed\",\"auto\"]},\"mDYIFrYSd\":{\"layout\":[\"fixed\",\"auto\"]},\"ELDTdAH6K\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNxxZ68a3D=withCSS(Component,css,\"framer-aNNT5\");export default FramerNxxZ68a3D;FramerNxxZ68a3D.displayName=\"navigation/NAV\";FramerNxxZ68a3D.defaultProps={height:81,width:1400};addPropertyControls(FramerNxxZ68a3D,{variant:{options:[\"TU9pmXMPB\",\"lqEV7yixR\",\"CMkN0mQ3E\",\"jdhIkVTiY\",\"in3iCOW1K\",\"mDYIFrYSd\",\"ELDTdAH6K\"],optionTitles:[\"Desktop-dark mode\",\"Mobile\",\"Mobile open\",\"Desktop light mode\",\"Blog\",\"Variant 6\",\"Mobile open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNxxZ68a3D,[{explicitInter:true,fonts:[]},...NavigationNavContentFonts,...ButtonsButtonsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNxxZ68a3D\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"81\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1400\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lqEV7yixR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CMkN0mQ3E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jdhIkVTiY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"in3iCOW1K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mDYIFrYSd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ELDTdAH6K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "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", "FeatherControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "click", "height", "iconName", "iconVisibility", "id", "link", "text", "width", "props", "_ref", "_humanReadableEnumMap_iconName", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "qWQ35JEj6", "BlJNMfRrN", "icFgveKzp", "fzPQj5vxM", "rNCBGir5L", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1fa711x", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "SVG", "ComponentViewportProvider", "css", "FramerIATkvOZZZ", "withCSS", "IATkvOZZZ_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "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", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "Link", "css", "FramermmvX1H2rp", "withCSS", "mmvX1H2rp_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavigationNavContentFonts", "getFonts", "mmvX1H2rp_default", "ButtonsButtonsFonts", "IATkvOZZZ_default", "MotionNavWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ViQjZBA1j", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap11rncas", "args", "onTap1lmgqw5", "onTapn40agf", "onTap14pttn3", "onTap1jfnnz8", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "SVG", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "css", "FramerNxxZ68a3D", "withCSS", "NxxZ68a3D_default", "addPropertyControls", "ControlType", "addFonts"]
}
