{
  "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/y5jkm15wFxpMKIEDNu7p/lEIUyWKlAbSAHJqDucSh/NVSkwJ9Wg.js", "ssg:https://framerusercontent.com/modules/miItuCuWd9qsG2hxs1kU/ALAzURlITLLCUtkh1Sj6/W1lNZqVYW.js", "ssg:https://framerusercontent.com/modules/hIeUDdZIsR9SBzCbNngF/KXAwHh36VxeSDmqvtDZx/bIWN5PrjQ.js", "ssg:https://framerusercontent.com/modules/RmomUeH6zffpaj1ypoHW/d7Aw1zqx3BJBPWospYyT/cA2DrAOr1.js", "ssg:https://framerusercontent.com/modules/OqsvvtVaDxQrF4fkdqyx/k2YQxdAqat3hES8n9GV4/Esuq8eXiP.js", "ssg:https://framerusercontent.com/modules/yTI8OfxKoMGU4EMiOayd/Er8cV1LMwFdctAvjTIO1/qbRypvekl.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 (bc39543)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={JYWtzParK:{hover:true,pressed:true},rwGtmZGBU:{hover:true,pressed:true},xr6HblrEd:{hover:true,pressed:true}};const cycleOrder=[\"rwGtmZGBU\",\"JYWtzParK\",\"xr6HblrEd\",\"NbxxvTD9c\",\"bBfxISeuA\"];const serializationHash=\"framer-P48bi\";const variantClassNames={bBfxISeuA:\"framer-v-15j4wpi\",JYWtzParK:\"framer-v-vkpzl0\",NbxxvTD9c:\"framer-v-15m6tmf\",rwGtmZGBU:\"framer-v-2p1354\",xr6HblrEd:\"framer-v-1jkuidc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Tablet 1\":\"NbxxvTD9c\",\"Tablet 2\":\"bBfxISeuA\",Primary:\"rwGtmZGBU\",Secondary:\"JYWtzParK\",Tertiary:\"xr6HblrEd\"};const getProps=({click,height,hover,id,link,openInNewTab,text,width,...props})=>{return{...props,bF2DU_aJk:text??props.bF2DU_aJk??\"Add Text\",eNGJ6yPjo:click??props.eNGJ6yPjo,K3rzQKZxI:openInNewTab??props.K3rzQKZxI,leGxFLeVo:hover??props.leGxFLeVo,oN0_Cz9OD:link??props.oN0_Cz9OD,variant:humanReadableVariantMap[props.variant]??props.variant??\"rwGtmZGBU\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,oN0_Cz9OD,K3rzQKZxI,bF2DU_aJk,leGxFLeVo,eNGJ6yPjo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rwGtmZGBU\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1aeuvu4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(eNGJ6yPjo){const res=await eNGJ6yPjo(...args);if(res===false)return false;}});const onMouseEnterwcs7qo=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(leGxFLeVo){const res=await leGxFLeVo(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:oN0_Cz9OD,motionChild:true,nodeId:\"rwGtmZGBU\",openInNewTab:K3rzQKZxI,scopeId:\"NVSkwJ9Wg\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-2p1354\",className,classNames)} framer-7p3gha`,\"data-framer-name\":\"Primary\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rwGtmZGBU\",onMouseEnter:onMouseEnterwcs7qo,onTap:onTap1aeuvu4,ref:refBinding,style:{background:\"linear-gradient(74deg, rgb(255, 255, 255) 13.318060247747749%, rgb(255, 255, 255) 100%)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{\"JYWtzParK-hover\":{background:\"linear-gradient(74deg, rgb(132, 31, 255) 0%, rgb(186, 25, 250) 50.29384853603604%, rgb(199, 19, 240) 100%)\"},\"JYWtzParK-pressed\":{background:\"linear-gradient(74deg, rgb(92, 27, 171) 10.645411036036036%, rgb(132, 14, 179) 72.78997747747748%, rgb(149, 26, 176) 100%)\"},\"rwGtmZGBU-hover\":{background:\"linear-gradient(74deg, rgb(243, 237, 250) 13.318060247747749%, rgb(249, 235, 255) 100%)\"},\"rwGtmZGBU-pressed\":{background:\"linear-gradient(74deg, rgb(237, 222, 255) 13.318060247747749%, rgb(235, 196, 255) 100%)\"},\"xr6HblrEd-hover\":{background:\"linear-gradient(74deg, rgb(132, 31, 255) 0%, rgb(186, 25, 250) 50.29384853603604%, rgb(199, 19, 240) 100%)\"},\"xr6HblrEd-pressed\":{background:\"linear-gradient(74deg, rgb(92, 27, 171) 10.645411036036036%, rgb(132, 14, 179) 72.78997747747748%, rgb(149, 26, 176) 100%)\"},bBfxISeuA:{background:\"linear-gradient(74deg, rgb(132, 31, 255) 20.273789414414413%, rgb(186, 25, 250) 100%, rgb(199, 19, 240) 100%)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},JYWtzParK:{background:\"linear-gradient(74deg, rgb(132, 31, 255) 20.273789414414413%, rgb(186, 25, 250) 100%, rgb(199, 19, 240) 100%)\"},NbxxvTD9c:{background:\"linear-gradient(74deg, rgb(243, 237, 250) 13.318060247747749%, rgb(249, 235, 255) 100%)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},xr6HblrEd:{background:\"linear-gradient(74deg, rgb(45, 45, 45) 0%, rgb(42, 42, 43) 50.29384853603604%, rgb(45, 45, 45) 100%)\"}},...addPropertyOverrides({\"JYWtzParK-hover\":{\"data-framer-name\":undefined},\"JYWtzParK-pressed\":{\"data-framer-name\":undefined},\"rwGtmZGBU-hover\":{\"data-framer-name\":undefined},\"rwGtmZGBU-pressed\":{\"data-framer-name\":undefined},\"xr6HblrEd-hover\":{\"data-framer-name\":undefined},\"xr6HblrEd-pressed\":{\"data-framer-name\":undefined},bBfxISeuA:{\"data-framer-name\":\"Tablet 2\"},JYWtzParK:{\"data-framer-name\":\"Secondary\"},NbxxvTD9c:{\"data-framer-name\":\"Tablet 1\"},xr6HblrEd:{\"data-framer-name\":\"Tertiary\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77)))\"},children:\"Add Text\"})}),className:\"framer-6so4t3\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"WOTD5bKNe\",style:{\"--extracted-r6o4lv\":\"var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77))\"},text:bF2DU_aJk,variants:{\"rwGtmZGBU-pressed\":{\"--extracted-r6o4lv\":\"rgb(93, 22, 181)\"},bBfxISeuA:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},JYWtzParK:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},xr6HblrEd:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"rwGtmZGBU-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(93, 22, 181))\"},children:\"Add Text\"})})},bBfxISeuA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Add Text\"})})},JYWtzParK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Add Text\"})})},NbxxvTD9c:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77)))\"},children:\"Add Text\"})})},xr6HblrEd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Add Text\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-P48bi.framer-7p3gha, .framer-P48bi .framer-7p3gha { display: block; }\",\".framer-P48bi.framer-2p1354 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; padding: 8px 12px 8px 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-P48bi .framer-6so4t3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-P48bi.framer-2p1354 { gap: 0px; } .framer-P48bi.framer-2p1354 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-P48bi.framer-2p1354 > :first-child { margin-left: 0px; } .framer-P48bi.framer-2p1354 > :last-child { margin-right: 0px; } }\",\".framer-P48bi.framer-v-15m6tmf.framer-2p1354, .framer-P48bi.framer-v-15j4wpi.framer-2p1354 { padding: 12px 16px 12px 16px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 33\n * @framerIntrinsicWidth 84\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"JYWtzParK\":{\"layout\":[\"auto\",\"auto\"]},\"xr6HblrEd\":{\"layout\":[\"auto\",\"auto\"]},\"NbxxvTD9c\":{\"layout\":[\"auto\",\"auto\"]},\"bBfxISeuA\":{\"layout\":[\"auto\",\"auto\"]},\"xGwd9bCk_\":{\"layout\":[\"auto\",\"auto\"]},\"jn1v_5aEn\":{\"layout\":[\"auto\",\"auto\"]},\"qTeSrULJw\":{\"layout\":[\"auto\",\"auto\"]},\"HX4ue0eJF\":{\"layout\":[\"auto\",\"auto\"]},\"LkbotkPr_\":{\"layout\":[\"auto\",\"auto\"]},\"Tn8M7sSMG\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"oN0_Cz9OD\":\"link\",\"K3rzQKZxI\":\"openInNewTab\",\"bF2DU_aJk\":\"text\",\"leGxFLeVo\":\"hover\",\"eNGJ6yPjo\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerNVSkwJ9Wg=withCSS(Component,css,\"framer-P48bi\");export default FramerNVSkwJ9Wg;FramerNVSkwJ9Wg.displayName=\"Button Small\";FramerNVSkwJ9Wg.defaultProps={height:33,width:84};addPropertyControls(FramerNVSkwJ9Wg,{variant:{options:[\"rwGtmZGBU\",\"JYWtzParK\",\"xr6HblrEd\",\"NbxxvTD9c\",\"bBfxISeuA\"],optionTitles:[\"Primary\",\"Secondary\",\"Tertiary\",\"Tablet 1\",\"Tablet 2\"],title:\"Variant\",type:ControlType.Enum},oN0_Cz9OD:{description:\"Add Link\",title:\"Link\",type:ControlType.Link},K3rzQKZxI:{defaultValue:false,description:\"Open In New Tab\",title:\"Open In New Tab\",type:ControlType.Boolean},bF2DU_aJk:{defaultValue:\"Add Text\",description:\"Add Text\",displayTextArea:false,placeholder:\"Add Text\",title:\"Text\",type:ControlType.String},leGxFLeVo:{title:\"Hover\",type:ControlType.EventHandler},eNGJ6yPjo:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerNVSkwJ9Wg,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNVSkwJ9Wg\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"33\",\"framerVariables\":\"{\\\"oN0_Cz9OD\\\":\\\"link\\\",\\\"K3rzQKZxI\\\":\\\"openInNewTab\\\",\\\"bF2DU_aJk\\\":\\\"text\\\",\\\"leGxFLeVo\\\":\\\"hover\\\",\\\"eNGJ6yPjo\\\":\\\"click\\\"}\",\"framerIntrinsicWidth\":\"84\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JYWtzParK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xr6HblrEd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NbxxvTD9c\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bBfxISeuA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xGwd9bCk_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jn1v_5aEn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qTeSrULJw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HX4ue0eJF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LkbotkPr_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Tn8M7sSMG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NVSkwJ9Wg.map", "// Generated by Framer (2abc263)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-coM7A .framer-styles-preset-1184jxv:not(.rich-text-wrapper), .framer-coM7A .framer-styles-preset-1184jxv.rich-text-wrapper a { --framer-link-current-text-color: var(--token-5f8ab0be-cbcf-40f6-aef8-fb77526b739b, #e9d5ff); --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, #443e4d); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, #443e4d); --framer-link-text-decoration: none; }\"];export const className=\"framer-coM7A\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2abc263)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/miItuCuWd9qsG2hxs1kU/ALAzURlITLLCUtkh1Sj6/W1lNZqVYW.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={AgQfQQl9Q:{hover:true},TYkQtPiLK:{hover:true}};const cycleOrder=[\"AgQfQQl9Q\",\"TYkQtPiLK\",\"hRzZ7BGt6\",\"fZu9qkMDV\"];const serializationHash=\"framer-KxvzK\";const variantClassNames={AgQfQQl9Q:\"framer-v-9650yv\",fZu9qkMDV:\"framer-v-112y5ya\",hRzZ7BGt6:\"framer-v-spy9ig\",TYkQtPiLK:\"framer-v-18vmsbn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Drop Down D1\":\"AgQfQQl9Q\",\"Simple D1\":\"TYkQtPiLK\",Mobile:\"fZu9qkMDV\",Tablet:\"hRzZ7BGt6\"};const getProps=({headerLink,height,hover,hover2,icon,id,text,width,...props})=>{return{...props,A2LQyGcnQ:hover2??props.A2LQyGcnQ,DLevlRiVU:text??props.DLevlRiVU??\"Text\",LtughDoU0:headerLink??props.LtughDoU0,MRSQLtOA9:icon??props.MRSQLtOA9??true,QPB7zCeDj:hover??props.QPB7zCeDj,variant:humanReadableVariantMap[props.variant]??props.variant??\"AgQfQQl9Q\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,MRSQLtOA9,DLevlRiVU,QPB7zCeDj,A2LQyGcnQ,LtughDoU0,VyRqmuBMW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"AgQfQQl9Q\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter6nwbuf=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(QPB7zCeDj){const res=await QPB7zCeDj(...args);if(res===false)return false;}if(A2LQyGcnQ){const res=await A2LQyGcnQ(...args);if(res===false)return false;}});const onMouseEnter1555kx2=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(QPB7zCeDj){const res=await QPB7zCeDj(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"TYkQtPiLK-hover\")return false;if([\"TYkQtPiLK\",\"hRzZ7BGt6\",\"fZu9qkMDV\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"AgQfQQl9Q\",scopeId:\"bIWN5PrjQ\",...addPropertyOverrides({TYkQtPiLK:{href:LtughDoU0,openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-9650yv\",className,classNames)} framer-pp0xye`,\"data-framer-name\":\"Drop Down D1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"AgQfQQl9Q\",onMouseEnter:onMouseEnter6nwbuf,ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},variants:{fZu9qkMDV:{backgroundColor:\"rgba(0, 0, 0, 0)\"},hRzZ7BGt6:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"AgQfQQl9Q-hover\":{\"data-framer-name\":undefined},\"TYkQtPiLK-hover\":{\"data-framer-name\":undefined},fZu9qkMDV:{\"data-framer-name\":\"Mobile\",onMouseEnter:onMouseEnter1555kx2},hRzZ7BGt6:{\"data-framer-name\":\"Tablet\",onMouseEnter:onMouseEnter1555kx2},TYkQtPiLK:{\"data-framer-name\":\"Simple D1\",onMouseEnter:onMouseEnter1555kx2}},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\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2a6c9e60-c7ee-49ba-9bb8-c4983d8d067b, rgb(103, 104, 121)))\"},children:\"Text\"})}),className:\"framer-14v48xm\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"GQRMZLgh8\",style:{\"--extracted-r6o4lv\":\"var(--token-2a6c9e60-c7ee-49ba-9bb8-c4983d8d067b, rgb(103, 104, 121))\",\"--framer-paragraph-spacing\":\"0px\"},text:DLevlRiVU,variants:{\"AgQfQQl9Q-hover\":{\"--extracted-r6o4lv\":\"rgb(53, 12, 105)\"},\"TYkQtPiLK-hover\":{\"--extracted-r6o4lv\":\"rgb(53, 12, 105)\"},fZu9qkMDV:{\"--extracted-r6o4lv\":\"var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77))\"},hRzZ7BGt6:{\"--extracted-r6o4lv\":\"var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"AgQfQQl9Q-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\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(53, 12, 105))\"},children:\"Text\"})})},\"TYkQtPiLK-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\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(53, 12, 105))\"},children:\"Text\"})})},fZu9qkMDV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77)))\"},children:/*#__PURE__*/_jsx(Link,{href:VyRqmuBMW,motionChild:true,nodeId:\"GQRMZLgh8\",openInNewTab:false,scopeId:\"bIWN5PrjQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1184jxv\",\"data-styles-preset\":\"W1lNZqVYW\",children:\"Text\"})})})})},hRzZ7BGt6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77)))\"},children:/*#__PURE__*/_jsx(Link,{href:VyRqmuBMW,motionChild:true,nodeId:\"GQRMZLgh8\",openInNewTab:false,scopeId:\"bIWN5PrjQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1184jxv\",\"data-styles-preset\":\"W1lNZqVYW\",children:\"Text\"})})})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r7418m\",layoutDependency:layoutDependency,layoutId:\"TY62l3CCZ\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:MRSQLtOA9&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-182maak-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"AQEZv_UIo-container\",nodeId:\"AQEZv_UIo\",rendersWithMotion:true,scopeId:\"bIWN5PrjQ\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(103, 104, 121)\",height:\"100%\",iconSearch:\"Icon name\",iconSelection:\"chevron-down\",id:\"AQEZv_UIo\",layoutId:\"AQEZv_UIo\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"AgQfQQl9Q-hover\":{color:\"rgb(53, 12, 105)\"}},baseVariant,gestureVariant)})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KxvzK.framer-pp0xye, .framer-KxvzK .framer-pp0xye { display: block; }\",\".framer-KxvzK.framer-9650yv { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-KxvzK .framer-14v48xm { -webkit-user-select: none; flex: none; height: 28px; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-KxvzK .framer-1r7418m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; overflow: visible; padding: 1px 0px 0px 0px; position: relative; width: 20px; }\",\".framer-KxvzK .framer-182maak-container { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KxvzK.framer-9650yv, .framer-KxvzK .framer-1r7418m { gap: 0px; } .framer-KxvzK.framer-9650yv > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-KxvzK.framer-9650yv > :first-child, .framer-KxvzK .framer-1r7418m > :first-child { margin-left: 0px; } .framer-KxvzK.framer-9650yv > :last-child, .framer-KxvzK .framer-1r7418m > :last-child { margin-right: 0px; } .framer-KxvzK .framer-1r7418m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-KxvzK.framer-v-18vmsbn.framer-9650yv { text-decoration: none; }\",\".framer-KxvzK.framer-v-spy9ig.framer-9650yv, .framer-KxvzK.framer-v-112y5ya.framer-9650yv { cursor: unset; gap: 0px; justify-content: flex-start; padding: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KxvzK.framer-v-spy9ig.framer-9650yv { gap: 0px; } .framer-KxvzK.framer-v-spy9ig.framer-9650yv > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-KxvzK.framer-v-spy9ig.framer-9650yv > :first-child { margin-left: 0px; } .framer-KxvzK.framer-v-spy9ig.framer-9650yv > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KxvzK.framer-v-112y5ya.framer-9650yv { gap: 0px; } .framer-KxvzK.framer-v-112y5ya.framer-9650yv > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-KxvzK.framer-v-112y5ya.framer-9650yv > :first-child { margin-left: 0px; } .framer-KxvzK.framer-v-112y5ya.framer-9650yv > :last-child { margin-right: 0px; } }\",\".framer-KxvzK.framer-v-9650yv.hover .framer-182maak-container { height: 20px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 72.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"TYkQtPiLK\":{\"layout\":[\"auto\",\"auto\"]},\"hRzZ7BGt6\":{\"layout\":[\"auto\",\"auto\"]},\"fZu9qkMDV\":{\"layout\":[\"auto\",\"auto\"]},\"GSGwsjLBS\":{\"layout\":[\"auto\",\"auto\"]},\"LwJLbV7Yf\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"MRSQLtOA9\":\"icon\",\"DLevlRiVU\":\"text\",\"QPB7zCeDj\":\"hover\",\"A2LQyGcnQ\":\"hover2\",\"LtughDoU0\":\"headerLink\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerbIWN5PrjQ=withCSS(Component,css,\"framer-KxvzK\");export default FramerbIWN5PrjQ;FramerbIWN5PrjQ.displayName=\"Navigation Link\";FramerbIWN5PrjQ.defaultProps={height:44,width:72.5};addPropertyControls(FramerbIWN5PrjQ,{variant:{options:[\"AgQfQQl9Q\",\"TYkQtPiLK\",\"hRzZ7BGt6\",\"fZu9qkMDV\"],optionTitles:[\"Drop Down D1\",\"Simple D1\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},MRSQLtOA9:{defaultValue:true,description:\"Icon options\",title:\"Icon\",type:ControlType.Boolean},DLevlRiVU:{defaultValue:\"Text\",description:\"Text\",displayTextArea:false,placeholder:\"Text\",title:\"Text\",type:ControlType.String},QPB7zCeDj:{title:\"Hover\",type:ControlType.EventHandler},A2LQyGcnQ:{title:\"Hover 2\",type:ControlType.EventHandler},LtughDoU0:{title:\"Header Link\",type:ControlType.Link}});addFonts(FramerbIWN5PrjQ,[{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,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbIWN5PrjQ\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"72.5\",\"framerIntrinsicHeight\":\"44\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TYkQtPiLK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hRzZ7BGt6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fZu9qkMDV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GSGwsjLBS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LwJLbV7Yf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"MRSQLtOA9\\\":\\\"icon\\\",\\\"DLevlRiVU\\\":\\\"text\\\",\\\"QPB7zCeDj\\\":\\\"hover\\\",\\\"A2LQyGcnQ\\\":\\\"hover2\\\",\\\"LtughDoU0\\\":\\\"headerLink\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bIWN5PrjQ.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";const FeatherFonts=getFonts(Feather);const FeatherControls=getPropertyControls(Feather);const enabledGestures={r01T4nt5D:{hover:true}};const cycleOrder=[\"r01T4nt5D\",\"ImOxqHShB\",\"gs6FHks28\"];const serializationHash=\"framer-s98U7\";const variantClassNames={gs6FHks28:\"framer-v-3hb7j3\",ImOxqHShB:\"framer-v-or25rn\",r01T4nt5D:\"framer-v-vcnk3y\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const 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={D1:\"r01T4nt5D\",Mobile:\"gs6FHks28\",Tablet:\"ImOxqHShB\"};const getProps=({click,headerLink,height,iconName,id,title,width,...props})=>{return{...props,h8r8hsSHx:headerLink??props.h8r8hsSHx,KiDmH_mU6:click??props.KiDmH_mU6,L4wFJTCy_:humanReadableEnumMap[iconName]??iconName??props.L4wFJTCy_??\"activity\",variant:humanReadableVariantMap[props.variant]??props.variant??\"r01T4nt5D\",yQqurIn2n:title??props.yQqurIn2n??\"Text\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,yQqurIn2n,L4wFJTCy_,KiDmH_mU6,h8r8hsSHx,XyoOqEGIB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"r01T4nt5D\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1198mi2=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(KiDmH_mU6){const res=await KiDmH_mU6(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:h8r8hsSHx,motionChild:true,nodeId:\"r01T4nt5D\",scopeId:\"cA2DrAOr1\",...addPropertyOverrides({ImOxqHShB:{href:XyoOqEGIB,openInNewTab:false,smoothScroll:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-vcnk3y\",className,classNames)} framer-1axuguo`,\"data-border\":true,\"data-framer-name\":\"D1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"r01T4nt5D\",onTap:onTap1198mi2,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(250, 250, 250)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"r01T4nt5D-hover\":{\"--border-color\":\"rgb(228, 228, 228)\"},gs6FHks28:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},ImOxqHShB:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"r01T4nt5D-hover\":{\"data-framer-name\":undefined},gs6FHks28:{\"data-framer-name\":\"Mobile\"},ImOxqHShB:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-srx5wj-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ob1kOW0th-container\",nodeId:\"ob1kOW0th\",rendersWithMotion:true,scopeId:\"cA2DrAOr1\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(103, 104, 121)\",height:\"100%\",iconSearch:\"Icon name\",iconSelection:L4wFJTCy_,id:\"ob1kOW0th\",layoutId:\"ob1kOW0th\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"r01T4nt5D-hover\":{color:\"rgb(53, 12, 105)\"},gs6FHks28:{color:\"var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77))\"},ImOxqHShB:{color:\"var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77))\"}},baseVariant,gestureVariant)})})}),/*#__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\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(103, 104, 121))\"},children:\"Text\"})}),className:\"framer-2791vn\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"E2RDB4Ox5\",style:{\"--extracted-r6o4lv\":\"rgb(103, 104, 121)\",\"--framer-paragraph-spacing\":\"0px\"},text:yQqurIn2n,variants:{\"r01T4nt5D-hover\":{\"--extracted-r6o4lv\":\"rgb(53, 12, 105)\"},gs6FHks28:{\"--extracted-r6o4lv\":\"var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77))\"},ImOxqHShB:{\"--extracted-r6o4lv\":\"var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"r01T4nt5D-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\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(53, 12, 105))\"},children:\"Text\"})})},gs6FHks28:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77)))\"},children:\"Text\"})})},ImOxqHShB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77)))\"},children:\"Text\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-s98U7.framer-1axuguo, .framer-s98U7 .framer-1axuguo { display: block; }\",\".framer-s98U7.framer-vcnk3y { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; padding: 8px; position: relative; text-decoration: none; width: min-content; }\",\".framer-s98U7 .framer-srx5wj-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-s98U7 .framer-2791vn { -webkit-user-select: none; flex: none; height: 24px; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-s98U7.framer-vcnk3y { gap: 0px; } .framer-s98U7.framer-vcnk3y > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-s98U7.framer-vcnk3y > :first-child { margin-left: 0px; } .framer-s98U7.framer-vcnk3y > :last-child { margin-right: 0px; } }\",\".framer-s98U7.framer-v-or25rn.framer-vcnk3y { align-content: center; align-items: center; gap: 16px; height: 36px; padding: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-s98U7.framer-v-or25rn.framer-vcnk3y { gap: 0px; } .framer-s98U7.framer-v-or25rn.framer-vcnk3y > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-s98U7.framer-v-or25rn.framer-vcnk3y > :first-child { margin-left: 0px; } .framer-s98U7.framer-v-or25rn.framer-vcnk3y > :last-child { margin-right: 0px; } }\",\".framer-s98U7.framer-v-3hb7j3.framer-vcnk3y { align-content: center; align-items: center; height: 28px; padding: 0px; }\",\".framer-s98U7.framer-v-3hb7j3 .framer-srx5wj-container { height: var(--framer-aspect-ratio-supported, 16px); width: 16px; }\",'.framer-s98U7[data-border=\"true\"]::after, .framer-s98U7 [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 40\n * @framerIntrinsicWidth 80.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ImOxqHShB\":{\"layout\":[\"auto\",\"fixed\"]},\"gs6FHks28\":{\"layout\":[\"auto\",\"fixed\"]},\"cKIhpfgLg\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"yQqurIn2n\":\"title\",\"L4wFJTCy_\":\"iconName\",\"KiDmH_mU6\":\"click\",\"h8r8hsSHx\":\"headerLink\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramercA2DrAOr1=withCSS(Component,css,\"framer-s98U7\");export default FramercA2DrAOr1;FramercA2DrAOr1.displayName=\"Button Navigation\";FramercA2DrAOr1.defaultProps={height:40,width:80.5};addPropertyControls(FramercA2DrAOr1,{variant:{options:[\"r01T4nt5D\",\"ImOxqHShB\",\"gs6FHks28\"],optionTitles:[\"D1\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},yQqurIn2n:{defaultValue:\"Text\",description:\"Type text\",displayTextArea:false,placeholder:\"Text\",title:\"Title\",type:ControlType.String},L4wFJTCy_:FeatherControls?.[\"iconSelection\"]&&{...FeatherControls[\"iconSelection\"],defaultValue:\"activity\",description:undefined,hidden:undefined,title:\"Icon name\"},KiDmH_mU6:{title:\"Click\",type:ControlType.EventHandler},h8r8hsSHx:{title:\"Header Link\",type:ControlType.Link}});addFonts(FramercA2DrAOr1,[{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\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercA2DrAOr1\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"80.5\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"40\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ImOxqHShB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"gs6FHks28\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"cKIhpfgLg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"yQqurIn2n\\\":\\\"title\\\",\\\"L4wFJTCy_\\\":\\\"iconName\\\",\\\"KiDmH_mU6\\\":\\\"click\\\",\\\"h8r8hsSHx\\\":\\\"headerLink\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cA2DrAOr1.map", "// Generated by Framer (2abc263)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={K3GxCyQlL:{hover:true,pressed:true},uRt5BYPyJ:{hover:true,pressed:true}};const cycleOrder=[\"K3GxCyQlL\",\"uRt5BYPyJ\"];const serializationHash=\"framer-88rsv\";const variantClassNames={K3GxCyQlL:\"framer-v-g3zo26\",uRt5BYPyJ:\"framer-v-eo4qqw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Green D1\":\"K3GxCyQlL\",\"Green D2\":\"uRt5BYPyJ\"};const getProps=({click,height,id,width,...props})=>{return{...props,Q8crNFh0g:click??props.Q8crNFh0g,variant:humanReadableVariantMap[props.variant]??props.variant??\"K3GxCyQlL\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,Q8crNFh0g,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"K3GxCyQlL\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap12v6ui2=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Q8crNFh0g){const res=await Q8crNFh0g(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-g3zo26\",className,classNames),\"data-framer-name\":\"Green D1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"K3GxCyQlL\",onTap:onTap12v6ui2,ref:refBinding,style:{opacity:1,...style},variants:{\"uRt5BYPyJ-hover\":{opacity:.9},\"uRt5BYPyJ-pressed\":{opacity:.9}},...addPropertyOverrides({\"K3GxCyQlL-hover\":{\"data-framer-name\":undefined},\"K3GxCyQlL-pressed\":{\"data-framer-name\":undefined},\"uRt5BYPyJ-hover\":{\"data-framer-name\":undefined},\"uRt5BYPyJ-pressed\":{\"data-framer-name\":undefined},uRt5BYPyJ:{\"data-framer-name\":\"Green D2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:{hash:\":cNPSgfgXF\",webPageId:\"mqKMaf4yY\"},motionChild:true,nodeId:\"UaJdKVbV1\",openInNewTab:false,scopeId:\"Esuq8eXiP\",smoothScroll:false,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-iq4wya framer-57lkvn\",\"data-framer-name\":\"Keitaro\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UaJdKVbV1\",opacity:1,style:{opacity:1},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 122 28\"><path d=\"M 13.84 27.727 L 5.814 17.227 L 5.814 27.727 L 0 27.727 L 0 3.948 L 5.814 3.948 L 5.814 14.383 L 13.774 3.948 L 20.609 3.948 L 11.359 15.602 L 20.95 27.727 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 38.567 19.666 L 25.402 19.666 C 25.49 20.841 25.874 21.738 26.538 22.356 C 27.208 22.98 28.026 23.286 29.003 23.286 C 30.453 23.286 31.463 22.673 32.029 21.454 L 38.216 21.454 C 37.897 22.695 37.326 23.816 36.497 24.806 C 35.668 25.802 34.631 26.578 33.385 27.141 C 32.138 27.705 30.744 27.989 29.201 27.989 C 27.34 27.989 25.688 27.595 24.233 26.802 C 22.783 26.015 21.647 24.883 20.834 23.417 C 20.016 21.952 19.61 20.234 19.61 18.266 C 19.61 16.302 20.011 14.585 20.818 13.12 C 21.619 11.654 22.75 10.522 24.2 9.729 C 25.649 8.941 27.318 8.542 29.201 8.542 C 31.035 8.542 32.671 8.925 34.098 9.696 C 35.526 10.462 36.64 11.561 37.447 12.983 C 38.254 14.405 38.655 16.067 38.655 17.965 C 38.666 18.512 38.633 19.081 38.567 19.666 Z M 32.715 16.45 C 32.715 15.455 32.374 14.667 31.694 14.077 C 31.013 13.491 30.162 13.196 29.141 13.196 C 28.169 13.196 27.346 13.481 26.676 14.044 C 26.006 14.607 25.594 15.411 25.435 16.45 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 47.23 8.826 L 47.23 27.727 L 41.416 27.727 L 41.416 8.826 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 73.011 8.553 C 71.447 8.553 70.03 8.947 68.762 9.74 C 67.494 10.533 66.489 11.659 65.753 13.13 C 65.018 14.596 64.65 16.302 64.65 18.244 C 64.65 20.185 65.018 21.897 65.753 23.373 C 66.489 24.85 67.494 25.993 68.762 26.797 C 70.03 27.601 71.436 28 72.978 28 C 74.318 28 75.487 27.727 76.497 27.185 C 77.507 26.644 78.292 25.933 78.858 25.052 L 78.858 27.727 L 84.672 27.727 L 84.672 8.826 L 78.858 8.826 L 78.858 11.501 C 78.314 10.62 77.535 9.909 76.53 9.368 C 75.52 8.826 74.351 8.553 73.011 8.553 Z M 78.336 18.276 C 78.336 19.72 77.936 20.863 77.129 21.7 C 76.327 22.537 75.344 22.952 74.186 22.952 C 73.028 22.952 72.05 22.531 71.243 21.683 C 70.436 20.836 70.036 19.693 70.036 18.244 C 70.036 16.8 70.436 15.662 71.243 14.837 C 72.045 14.011 73.028 13.601 74.186 13.601 C 75.339 13.601 76.322 14.016 77.129 14.853 C 77.936 15.69 78.336 16.833 78.336 18.276 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 62.8 24.834 C 62.481 24.194 62.218 23.516 62.004 22.816 L 60.494 22.816 C 59.857 22.816 59.407 22.695 59.132 22.444 C 58.858 22.198 58.726 21.788 58.726 21.224 L 58.726 13.639 L 62.536 13.639 L 62.536 8.832 L 58.726 8.832 L 58.726 4.222 L 52.912 4.222 L 52.912 8.832 L 50.601 8.832 L 50.601 13.639 L 52.912 13.639 L 52.912 21.159 C 52.912 23.483 53.5 25.162 54.68 26.19 C 55.86 27.218 57.502 27.732 59.61 27.732 L 64.787 27.732 C 64.013 26.89 63.349 25.927 62.8 24.834 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 46.747 0.93 C 46.083 0.312 45.276 0 44.326 0 C 43.371 0 42.564 0.306 41.899 0.919 C 41.235 1.531 40.906 2.373 40.906 3.451 C 40.906 4.523 41.235 5.376 41.899 6.005 C 42.564 6.634 43.371 6.951 44.321 6.951 C 45.27 6.951 46.083 6.639 46.742 6.021 C 47.406 5.403 47.735 4.555 47.735 3.478 C 47.741 2.401 47.411 1.553 46.747 0.93 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 117.183 9.74 C 115.69 8.952 114.01 8.553 112.149 8.553 C 110.288 8.553 108.614 8.947 107.115 9.74 C 105.622 10.533 104.441 11.665 103.579 13.147 C 102.717 14.623 102.289 16.335 102.289 18.277 C 102.289 20.24 102.712 21.957 103.563 23.428 C 104.414 24.894 105.578 26.026 107.065 26.813 C 108.548 27.606 110.222 28 112.083 28 C 113.939 28 115.624 27.606 117.134 26.813 C 118.638 26.026 119.83 24.888 120.702 23.412 C 121.575 21.935 122.009 20.223 122.009 18.277 C 122.009 16.335 121.581 14.623 120.719 13.147 C 119.857 11.665 118.682 10.533 117.183 9.74 Z M 114.922 21.766 C 114.142 22.575 113.192 22.985 112.083 22.985 C 110.974 22.985 110.046 22.581 109.311 21.766 C 108.575 20.951 108.207 19.791 108.207 18.277 C 108.207 16.74 108.581 15.57 109.327 14.771 C 110.074 13.967 111.018 13.568 112.149 13.568 C 113.258 13.568 114.197 13.973 114.954 14.788 C 115.712 15.602 116.091 16.762 116.091 18.277 C 116.096 19.791 115.707 20.956 114.922 21.766 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 102.624 9.034 C 102.048 8.761 101.361 8.624 100.45 8.624 C 99.572 8.624 98.067 8.925 97.046 9.521 C 96.025 10.123 95.174 10.938 94.493 11.976 L 94.493 8.827 L 88.68 8.827 L 88.68 27.727 L 94.493 27.727 L 94.493 18.955 C 94.493 17.396 94.856 16.308 95.58 15.684 C 96.305 15.066 97.392 14.755 98.847 14.755 L 99.418 14.755 C 99.709 13.595 100.148 12.507 100.735 11.501 C 101.268 10.582 101.899 9.762 102.624 9.034 Z\" fill=\"rgb(98,200,98)\"></path></svg>',svgContentId:9112401251,variants:{\"K3GxCyQlL-hover\":{opacity:.9},\"K3GxCyQlL-pressed\":{opacity:1},\"uRt5BYPyJ-hover\":{opacity:.9},\"uRt5BYPyJ-pressed\":{opacity:1}},withExternalLayout:true,...addPropertyOverrides({\"K3GxCyQlL-hover\":{opacity:.9,svgContentId:10531972120},\"uRt5BYPyJ-hover\":{opacity:.9,svgContentId:10259105199},\"uRt5BYPyJ-pressed\":{svgContentId:11164887431},uRt5BYPyJ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 142 32\"><path d=\"M 16.109 31.688 L 6.767 19.688 L 6.767 31.688 L 0 31.688 L 0 4.513 L 6.767 4.513 L 6.767 16.437 L 16.032 4.513 L 23.988 4.513 L 13.221 17.831 L 24.384 31.688 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 44.889 22.475 L 29.566 22.475 C 29.669 23.819 30.116 24.844 30.889 25.55 C 31.669 26.263 32.621 26.612 33.758 26.612 C 35.445 26.612 36.621 25.912 37.279 24.519 L 44.481 24.519 C 44.11 25.937 43.445 27.219 42.48 28.35 C 41.516 29.488 40.308 30.375 38.857 31.019 C 37.407 31.663 35.784 31.988 33.988 31.988 C 31.822 31.988 29.899 31.537 28.205 30.631 C 26.518 29.731 25.196 28.437 24.25 26.763 C 23.298 25.088 22.825 23.125 22.825 20.875 C 22.825 18.631 23.291 16.669 24.231 14.994 C 25.164 13.319 26.48 12.025 28.167 11.119 C 29.854 10.219 31.796 9.763 33.988 9.763 C 36.122 9.763 38.027 10.2 39.688 11.081 C 41.349 11.956 42.647 13.212 43.586 14.837 C 44.525 16.463 44.992 18.363 44.992 20.531 C 45.004 21.156 44.966 21.806 44.889 22.475 Z M 38.078 18.8 C 38.078 17.663 37.682 16.763 36.889 16.088 C 36.097 15.419 35.106 15.081 33.918 15.081 C 32.787 15.081 31.828 15.406 31.049 16.05 C 30.269 16.694 29.79 17.612 29.605 18.8 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 54.973 10.087 L 54.973 31.687 L 48.206 31.687 L 48.206 10.087 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 84.98 9.775 C 83.159 9.775 81.51 10.225 80.034 11.131 C 78.558 12.037 77.389 13.325 76.533 15.006 C 75.676 16.681 75.248 18.631 75.248 20.85 C 75.248 23.069 75.676 25.025 76.533 26.712 C 77.389 28.4 78.558 29.706 80.034 30.625 C 81.51 31.544 83.146 32 84.942 32 C 86.501 32 87.862 31.687 89.038 31.069 C 90.214 30.45 91.127 29.637 91.785 28.631 L 91.785 31.687 L 98.552 31.687 L 98.552 10.087 L 91.785 10.087 L 91.785 13.144 C 91.153 12.137 90.245 11.325 89.076 10.706 C 87.9 10.087 86.539 9.775 84.98 9.775 Z M 91.178 20.887 C 91.178 22.537 90.712 23.844 89.773 24.8 C 88.84 25.756 87.696 26.231 86.348 26.231 C 84.999 26.231 83.862 25.75 82.923 24.781 C 81.983 23.812 81.517 22.506 81.517 20.85 C 81.517 19.2 81.983 17.9 82.923 16.956 C 83.856 16.012 84.999 15.544 86.348 15.544 C 87.689 15.544 88.833 16.019 89.773 16.975 C 90.712 17.931 91.178 19.237 91.178 20.887 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 73.095 28.381 C 72.724 27.65 72.417 26.875 72.168 26.075 L 70.411 26.075 C 69.67 26.075 69.146 25.937 68.826 25.65 C 68.507 25.369 68.353 24.9 68.353 24.256 L 68.353 15.587 L 72.788 15.587 L 72.788 10.094 L 68.353 10.094 L 68.353 4.825 L 61.586 4.825 L 61.586 10.094 L 58.896 10.094 L 58.896 15.587 L 61.586 15.587 L 61.586 24.181 C 61.586 26.837 62.27 28.756 63.644 29.931 C 65.018 31.106 66.928 31.694 69.382 31.694 L 75.408 31.694 C 74.507 30.731 73.734 29.631 73.095 28.381 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 54.411 1.062 C 53.637 0.356 52.698 0 51.593 0 C 50.481 0 49.541 0.35 48.768 1.05 C 47.995 1.75 47.612 2.713 47.612 3.944 C 47.612 5.169 47.995 6.144 48.768 6.863 C 49.541 7.581 50.481 7.944 51.586 7.944 C 52.692 7.944 53.637 7.587 54.404 6.881 C 55.177 6.175 55.561 5.206 55.561 3.975 C 55.567 2.744 55.184 1.775 54.411 1.062 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 136.393 11.131 C 134.656 10.231 132.7 9.775 130.534 9.775 C 128.368 9.775 126.42 10.225 124.675 11.131 C 122.937 12.037 121.562 13.331 120.559 15.025 C 119.556 16.712 119.058 18.669 119.058 20.888 C 119.058 23.131 119.55 25.094 120.541 26.775 C 121.531 28.45 122.886 29.744 124.617 30.644 C 126.343 31.55 128.291 32 130.457 32 C 132.618 32 134.579 31.55 136.336 30.644 C 138.087 29.744 139.474 28.444 140.489 26.756 C 141.505 25.069 142.01 23.112 142.01 20.888 C 142.01 18.669 141.512 16.712 140.509 15.025 C 139.506 13.331 138.138 12.037 136.393 11.131 Z M 133.762 24.875 C 132.854 25.8 131.748 26.269 130.457 26.269 C 129.166 26.269 128.086 25.806 127.231 24.875 C 126.374 23.944 125.946 22.619 125.946 20.888 C 125.946 19.131 126.381 17.794 127.249 16.881 C 128.119 15.963 129.218 15.506 130.534 15.506 C 131.825 15.506 132.918 15.969 133.799 16.9 C 134.681 17.831 135.122 19.156 135.122 20.888 C 135.128 22.619 134.675 23.95 133.762 24.875 Z\" fill=\"rgb(98,200,98)\"></path><path d=\"M 119.448 10.325 C 118.777 10.012 117.978 9.856 116.917 9.856 C 115.895 9.856 114.144 10.2 112.955 10.881 C 111.767 11.569 110.776 12.5 109.984 13.687 L 109.984 10.087 L 103.217 10.087 L 103.217 31.687 L 109.984 31.687 L 109.984 21.663 C 109.984 19.881 110.406 18.637 111.249 17.925 C 112.093 17.219 113.358 16.863 115.051 16.863 L 115.716 16.863 C 116.055 15.537 116.566 14.294 117.249 13.144 C 117.869 12.094 118.604 11.156 119.448 10.325 Z\" fill=\"rgb(98,200,98)\"></path></svg>',svgContentId:10916517106}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-88rsv.framer-57lkvn, .framer-88rsv .framer-57lkvn { display: block; }\",\".framer-88rsv.framer-g3zo26 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px 0px 4px 0px; position: relative; width: min-content; }\",\".framer-88rsv .framer-iq4wya { flex: none; height: 28px; position: relative; text-decoration: none; width: 122px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-88rsv.framer-g3zo26 { gap: 0px; } .framer-88rsv.framer-g3zo26 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-88rsv.framer-g3zo26 > :first-child { margin-top: 0px; } .framer-88rsv.framer-g3zo26 > :last-child { margin-bottom: 0px; } }\",\".framer-88rsv.framer-v-eo4qqw .framer-iq4wya { height: 32px; width: 142px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 122\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"uRt5BYPyJ\":{\"layout\":[\"auto\",\"auto\"]},\"hR01OOh88\":{\"layout\":[\"auto\",\"auto\"]},\"Amky1zBuy\":{\"layout\":[\"auto\",\"auto\"]},\"EHD4B10Ba\":{\"layout\":[\"auto\",\"auto\"]},\"I1HoCeyY2\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Q8crNFh0g\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerEsuq8eXiP=withCSS(Component,css,\"framer-88rsv\");export default FramerEsuq8eXiP;FramerEsuq8eXiP.displayName=\"Logo Keitaro\";FramerEsuq8eXiP.defaultProps={height:32,width:122};addPropertyControls(FramerEsuq8eXiP,{variant:{options:[\"K3GxCyQlL\",\"uRt5BYPyJ\"],optionTitles:[\"Green D1\",\"Green D2\"],title:\"Variant\",type:ControlType.Enum},Q8crNFh0g:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerEsuq8eXiP,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEsuq8eXiP\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uRt5BYPyJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hR01OOh88\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Amky1zBuy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EHD4B10Ba\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"I1HoCeyY2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"32\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Q8crNFh0g\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"122\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Esuq8eXiP.map", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,Link,ResolveLinks,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import NavigationLink from\"https://framerusercontent.com/modules/hIeUDdZIsR9SBzCbNngF/KXAwHh36VxeSDmqvtDZx/bIWN5PrjQ.js\";import ButtonNavigation from\"https://framerusercontent.com/modules/RmomUeH6zffpaj1ypoHW/d7Aw1zqx3BJBPWospYyT/cA2DrAOr1.js\";import LogoKeitaro from\"https://framerusercontent.com/modules/OqsvvtVaDxQrF4fkdqyx/k2YQxdAqat3hES8n9GV4/Esuq8eXiP.js\";import ButtonSmall from\"https://framerusercontent.com/modules/y5jkm15wFxpMKIEDNu7p/lEIUyWKlAbSAHJqDucSh/NVSkwJ9Wg.js\";const LogoKeitaroFonts=getFonts(LogoKeitaro);const NavigationLinkFonts=getFonts(NavigationLink);const ButtonNavigationFonts=getFonts(ButtonNavigation);const MotionDivWithFX=withFX(motion.div);const ButtonSmallFonts=getFonts(ButtonSmall);const FeatherFonts=getFonts(Feather);const cycleOrder=[\"ZJFXaDJ7F\",\"KnwinCZx_\",\"mp5jttl01\",\"hFL9arLT6\",\"Yj42fFYTS\",\"RANpTGpZK\",\"TW7Qm5H3w\",\"CZR4hG7wN\",\"tODQUyeIm\",\"pncMc5w2C\",\"T311eNCcw\"];const serializationHash=\"framer-25qR1\";const variantClassNames={CZR4hG7wN:\"framer-v-10vzqfw\",hFL9arLT6:\"framer-v-1u4ok9d\",KnwinCZx_:\"framer-v-1akc96q\",mp5jttl01:\"framer-v-1x5a41p\",pncMc5w2C:\"framer-v-1vlcbss\",RANpTGpZK:\"framer-v-1a7eolw\",T311eNCcw:\"framer-v-1p1k5j1\",tODQUyeIm:\"framer-v-17okfx2\",TW7Qm5H3w:\"framer-v-362qv2\",Yj42fFYTS:\"framer-v-1gphucs\",ZJFXaDJ7F:\"framer-v-ok2dqn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??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={\"Mobile Open\":\"CZR4hG7wN\",\"Mobile Scroll Close\":\"pncMc5w2C\",\"Mobile Start Close\":\"tODQUyeIm\",\"Scroll Desktop 2\":\"TW7Qm5H3w\",\"Scroll line Desktop 1\":\"T311eNCcw\",\"Scroll Shadow Desktop 1\":\"mp5jttl01\",\"Start Desktop 1\":\"ZJFXaDJ7F\",\"Start Desktop 2\":\"RANpTGpZK\",\"Tablet Open\":\"hFL9arLT6\",\"Tablet Scroll Close\":\"Yj42fFYTS\",\"Tablet Start Close\":\"KnwinCZx_\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ZJFXaDJ7F\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZJFXaDJ7F\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap13ybjm=activeVariantCallback(async(...args)=>{setVariant(\"K6Hwwn6bP\");});const onTap12a98nh=activeVariantCallback(async(...args)=>{setVariant(\"hFL9arLT6\");});const onTapnft70k=activeVariantCallback(async(...args)=>{setVariant(\"KnwinCZx_\");});const onTap1etxoi4=activeVariantCallback(async(...args)=>{setVariant(\"tODQUyeIm\");});const onTapmuhy5k=activeVariantCallback(async(...args)=>{setVariant(\"CZR4hG7wN\");});const A2LQyGcnQtxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const KiDmH_mU6nft70k=activeVariantCallback(async(...args)=>{setVariant(\"KnwinCZx_\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"KnwinCZx_\",\"hFL9arLT6\",\"Yj42fFYTS\",\"CZR4hG7wN\",\"tODQUyeIm\",\"pncMc5w2C\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"hFL9arLT6\",\"CZR4hG7wN\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"KnwinCZx_\",\"hFL9arLT6\",\"Yj42fFYTS\",\"CZR4hG7wN\",\"tODQUyeIm\",\"pncMc5w2C\"].includes(baseVariant))return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const router=useRouter();const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const isDisplayed3=()=>{if([\"hFL9arLT6\",\"CZR4hG7wN\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ok2dqn\",className,classNames),\"data-framer-name\":\"Start Desktop 1\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"ZJFXaDJ7F\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"none\",...style},variants:{CZR4hG7wN:{backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\"},hFL9arLT6:{backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\"},KnwinCZx_:{backgroundColor:\"rgba(0, 0, 0, 0)\"},mp5jttl01:{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\"},pncMc5w2C:{backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\"},RANpTGpZK:{boxShadow:\"none\"},T311eNCcw:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"var(--token-2bd79bbc-09d5-43f0-9cea-08d593f30220, rgb(232, 232, 232))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",boxShadow:\"none\"},tODQUyeIm:{backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\"},TW7Qm5H3w:{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\"},Yj42fFYTS:{backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\"}},...addPropertyOverrides({CZR4hG7wN:{\"data-framer-name\":\"Mobile Open\"},hFL9arLT6:{\"data-framer-name\":\"Tablet Open\"},KnwinCZx_:{\"data-framer-name\":\"Tablet Start Close\"},mp5jttl01:{\"data-framer-name\":\"Scroll Shadow Desktop 1\"},pncMc5w2C:{\"data-framer-name\":\"Mobile Scroll Close\"},RANpTGpZK:{\"data-framer-name\":\"Start Desktop 2\"},T311eNCcw:{\"data-border\":true,\"data-framer-name\":\"Scroll line Desktop 1\"},tODQUyeIm:{\"data-framer-name\":\"Mobile Start Close\"},TW7Qm5H3w:{\"data-framer-name\":\"Scroll Desktop 2\"},Yj42fFYTS:{\"data-framer-name\":\"Tablet Scroll Close\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e8vbnk\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"iK6xu_1uT\",children:/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-1dt77r3\",\"data-framer-name\":\"Navigation header\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"pAnUf6oaf\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1eyiiwt\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"u3jfrdtf4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+0+0+16+0,...addPropertyOverrides({CZR4hG7wN:{y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+0+0},hFL9arLT6:{y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+0+8},KnwinCZx_:{y:(componentViewport?.y||0)+0+0+0+16+0+8},pncMc5w2C:{y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||64)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||64)-0-0)/1)*1-0)*1)/2)+16+0+0},tODQUyeIm:{y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||64)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||64)-0-0)/1)*1-0)*1)/2)+16+0+0},Yj42fFYTS:{y:(componentViewport?.y||0)+0+0+0+16+0+8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18eyrgb-container\",layoutDependency:layoutDependency,layoutId:\"TjscjBhnA-container\",nodeId:\"TjscjBhnA\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(LogoKeitaro,{height:\"100%\",id:\"TjscjBhnA\",layoutId:\"TjscjBhnA\",variant:\"K3GxCyQlL\",width:\"100%\",...addPropertyOverrides({hFL9arLT6:{variant:\"uRt5BYPyJ\"},KnwinCZx_:{variant:\"uRt5BYPyJ\"},Yj42fFYTS:{variant:\"uRt5BYPyJ\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-xrc7hc\",\"data-framer-name\":\"Mobile icons\",layoutDependency:layoutDependency,layoutId:\"D6XaZqpWh\",children:isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g7dzxt\",\"data-framer-name\":\"Burger menu open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IeGHPeiHJ\",onTap:onTap13ybjm,...addPropertyOverrides({CZR4hG7wN:{onTap:onTap1etxoi4},hFL9arLT6:{onTap:onTapnft70k},KnwinCZx_:{onTap:onTap12a98nh},pncMc5w2C:{onTap:onTapmuhy5k},tODQUyeIm:{onTap:onTapmuhy5k},Yj42fFYTS:{onTap:onTap12a98nh}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-drbbov\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"RKQXn3qhe\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{CZR4hG7wN:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\",rotate:-45},hFL9arLT6:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\",rotate:-45},KnwinCZx_:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\"},pncMc5w2C:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\",rotate:0},tODQUyeIm:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\",rotate:0},Yj42fFYTS:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\",rotate:0}}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-s6yuw1\",\"data-framer-name\":\"MIddle\",layoutDependency:layoutDependency,layoutId:\"pCiaewX1n\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},variants:{KnwinCZx_:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\"},pncMc5w2C:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\"},tODQUyeIm:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\"},Yj42fFYTS:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ojmz9g\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"zbqm4AFXK\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{CZR4hG7wN:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\",rotate:45},hFL9arLT6:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\",rotate:45},KnwinCZx_:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\"},pncMc5w2C:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\",rotate:0},tODQUyeIm:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\",rotate:0},Yj42fFYTS:{backgroundColor:\"var(--token-a6ffaf48-66c4-4c2f-9b44-99221e0066b9, rgb(99, 103, 133))\",rotate:0}}})]})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wrgt65\",\"data-framer-name\":\"Stack link btn Desktop\",layoutDependency:layoutDependency,layoutId:\"Zu1a2JJ7b\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w04av3\",\"data-framer-name\":\"Nav link\",layoutDependency:layoutDependency,layoutId:\"J7f_1Y0qV\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"96px\",y:(componentViewport?.y||0)+0+0+0+10+0+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-5hnc1b-container\",id:`${layoutId}-5hnc1b`,layoutDependency:layoutDependency,layoutId:\"tOdcaaa2z-container\",nodeId:\"tOdcaaa2z\",ref:ref1,rendersWithMotion:true,scopeId:\"qbRypvekl\",children:[/*#__PURE__*/_jsx(NavigationLink,{A2LQyGcnQ:A2LQyGcnQtxyyif({overlay}),DLevlRiVU:\"Product\",height:\"100%\",id:\"tOdcaaa2z\",layoutId:\"tOdcaaa2z\",MRSQLtOA9:true,style:{width:\"100%\"},variant:\"AgQfQQl9Q\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-5hnc1b`,offsetX:0,offsetY:0,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,...addPropertyOverrides({TW7Qm5H3w:{offsetY:-1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1eqwkpm\",\"data-framer-name\":\"Links: Product\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"jhIZBGMEM\",ref:ref2,role:\"dialog\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-gsw28n\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"mNOjOAicz\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\",transformPerspective:1200},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XFyabh_3u\"},implicitPathVariables:undefined},{href:{webPageId:\"XFyabh_3u\"},implicitPathVariables:undefined},{href:{webPageId:\"XFyabh_3u\"},implicitPathVariables:undefined},{href:{webPageId:\"XFyabh_3u\"},implicitPathVariables:undefined},{href:{webPageId:\"XFyabh_3u\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fhxj28-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ALSOEdxDc-container\",nodeId:\"ALSOEdxDc\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{h8r8hsSHx:resolvedLinks[0],height:\"100%\",id:\"ALSOEdxDc\",L4wFJTCy_:\"grid\",layoutId:\"ALSOEdxDc\",style:{width:\"100%\"},variant:\"r01T4nt5D\",width:\"100%\",yQqurIn2n:\"Features\",...addPropertyOverrides({mp5jttl01:{h8r8hsSHx:resolvedLinks[1]},RANpTGpZK:{h8r8hsSHx:resolvedLinks[2]},T311eNCcw:{h8r8hsSHx:resolvedLinks[4]},TW7Qm5H3w:{h8r8hsSHx:resolvedLinks[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"q91kdLAqo\"},implicitPathVariables:undefined},{href:{webPageId:\"q91kdLAqo\"},implicitPathVariables:undefined},{href:{webPageId:\"q91kdLAqo\"},implicitPathVariables:undefined},{href:{webPageId:\"q91kdLAqo\"},implicitPathVariables:undefined},{href:{webPageId:\"q91kdLAqo\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19uv7it-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"uvZgq__52-container\",nodeId:\"uvZgq__52\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{h8r8hsSHx:resolvedLinks1[0],height:\"100%\",id:\"uvZgq__52\",L4wFJTCy_:\"align-left\",layoutId:\"uvZgq__52\",style:{width:\"100%\"},variant:\"r01T4nt5D\",width:\"100%\",yQqurIn2n:\"Changelog\",...addPropertyOverrides({mp5jttl01:{h8r8hsSHx:resolvedLinks1[1]},RANpTGpZK:{h8r8hsSHx:resolvedLinks1[2]},T311eNCcw:{h8r8hsSHx:resolvedLinks1[4]},TW7Qm5H3w:{h8r8hsSHx:resolvedLinks1[3]}},baseVariant,gestureVariant)})})})})]})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"72px\",y:(componentViewport?.y||0)+0+0+0+10+0+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1rjzbgy-container\",id:`${layoutId}-1rjzbgy`,layoutDependency:layoutDependency,layoutId:\"NL0Y9jkna-container\",nodeId:\"NL0Y9jkna\",ref:ref3,rendersWithMotion:true,scopeId:\"qbRypvekl\",children:[/*#__PURE__*/_jsx(NavigationLink,{A2LQyGcnQ:A2LQyGcnQtxyyif({overlay:overlay1}),DLevlRiVU:\"Help\",height:\"100%\",id:\"NL0Y9jkna\",layoutId:\"NL0Y9jkna\",MRSQLtOA9:true,style:{width:\"100%\"},variant:\"AgQfQQl9Q\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1rjzbgy`,offsetX:0,offsetY:0,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1q3r9pp\",\"data-framer-name\":\"Links: Product\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"eXKwHfZia\",ref:ref4,role:\"dialog\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1rn4rru\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"Ed8nU2pas\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\",transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13l7l3g-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"gebOAq5CT-container\",nodeId:\"gebOAq5CT\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{h8r8hsSHx:\"https://docs.keitaro.io/en/site/license.html\",height:\"100%\",id:\"gebOAq5CT\",L4wFJTCy_:\"folder\",layoutId:\"gebOAq5CT\",style:{width:\"100%\"},variant:\"r01T4nt5D\",width:\"100%\",yQqurIn2n:\"Documentation\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s6hps8-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Tbuw2S4JC-container\",nodeId:\"Tbuw2S4JC\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{h8r8hsSHx:\"https://docs.keitaro.io/en/get-started/auto-installation.html\",height:\"100%\",id:\"Tbuw2S4JC\",L4wFJTCy_:\"download\",layoutId:\"Tbuw2S4JC\",style:{width:\"100%\"},variant:\"r01T4nt5D\",width:\"100%\",yQqurIn2n:\"How to install\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19j3671-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"eC09MnEYB-container\",nodeId:\"eC09MnEYB\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{h8r8hsSHx:\"https://docs.keitaro.io/en/faq.html\",height:\"100%\",id:\"eC09MnEYB\",L4wFJTCy_:\"info\",layoutId:\"eC09MnEYB\",style:{width:\"100%\"},variant:\"r01T4nt5D\",width:\"100%\",yQqurIn2n:\"FAQ\"})})})]})})})})]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Fa38FlcRi\"},implicitPathVariables:undefined},{href:{webPageId:\"Fa38FlcRi\"},implicitPathVariables:undefined},{href:{webPageId:\"Fa38FlcRi\"},implicitPathVariables:undefined},{href:{webPageId:\"Fa38FlcRi\"},implicitPathVariables:undefined},{href:{webPageId:\"Fa38FlcRi\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+0+0+10+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1i67i8r-container\",layoutDependency:layoutDependency,layoutId:\"c2f2fLZxz-container\",nodeId:\"c2f2fLZxz\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(NavigationLink,{DLevlRiVU:\"Pricing\",height:\"100%\",id:\"c2f2fLZxz\",layoutId:\"c2f2fLZxz\",LtughDoU0:resolvedLinks2[0],MRSQLtOA9:false,variant:\"TYkQtPiLK\",width:\"100%\",...addPropertyOverrides({mp5jttl01:{LtughDoU0:resolvedLinks2[1]},RANpTGpZK:{LtughDoU0:resolvedLinks2[2]},T311eNCcw:{LtughDoU0:resolvedLinks2[4]},TW7Qm5H3w:{LtughDoU0:resolvedLinks2[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"116px\",y:(componentViewport?.y||0)+0+0+0+10+0+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1gx9m9g-container\",id:`${layoutId}-1gx9m9g`,layoutDependency:layoutDependency,layoutId:\"TMfKyzAJl-container\",nodeId:\"TMfKyzAJl\",ref:ref5,rendersWithMotion:true,scopeId:\"qbRypvekl\",children:[/*#__PURE__*/_jsx(NavigationLink,{A2LQyGcnQ:A2LQyGcnQtxyyif({overlay:overlay2}),DLevlRiVU:\"Resources\",height:\"100%\",id:\"TMfKyzAJl\",layoutId:\"TMfKyzAJl\",MRSQLtOA9:true,style:{width:\"100%\"},variant:\"AgQfQQl9Q\",width:\"100%\",...addPropertyOverrides({TW7Qm5H3w:{variant:overlay2.visible?\"AgQfQQl9Q\":\"AgQfQQl9Q\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref5,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1gx9m9g`,offsetX:0,offsetY:-1,onDismiss:overlay2.hide,placement:\"bottom\",safeArea:true,zIndex:11,...addPropertyOverrides({RANpTGpZK:{offsetY:-2},TW7Qm5H3w:{offsetY:-2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1ia851m\",\"data-framer-name\":\"Links: Product\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"tBZk8shs0\",ref:ref6,role:\"dialog\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-11far4s\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"XVRbehCNC\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\",transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-179x4xq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"lj70jGu2j-container\",nodeId:\"lj70jGu2j\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{h8r8hsSHx:\"https://blog.keitaro.io/en/\",height:\"100%\",id:\"lj70jGu2j\",L4wFJTCy_:\"edit\",layoutId:\"lj70jGu2j\",style:{width:\"100%\"},variant:\"r01T4nt5D\",width:\"100%\",yQqurIn2n:\"Blog\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fy8pd-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"hcJjY0VQD-container\",nodeId:\"hcJjY0VQD\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{h8r8hsSHx:\"https://docs.keitaro.io/en/videolessons/academy.html\",height:\"100%\",id:\"hcJjY0VQD\",L4wFJTCy_:\"play-circle\",layoutId:\"hcJjY0VQD\",style:{width:\"100%\"},variant:\"r01T4nt5D\",width:\"100%\",yQqurIn2n:\"Keitaro Academy\"})})})]})})})})]})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vsczp6\",\"data-framer-name\":\"Nav btn D1\",layoutDependency:layoutDependency,layoutId:\"l87tIc5F1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:(componentViewport?.y||0)+0+0+0+10+5.5+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dm5evh-container\",\"data-framer-name\":\"Log in\",layoutDependency:layoutDependency,layoutId:\"kKSfeF9VC-container\",name:\"Log in\",nodeId:\"kKSfeF9VC\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonSmall,{bF2DU_aJk:\"Log in\",height:\"100%\",id:\"kKSfeF9VC\",K3rzQKZxI:false,layoutId:\"kKSfeF9VC\",name:\"Log in\",oN0_Cz9OD:\"https://keitaro.io/platform/sign-in\",variant:\"rwGtmZGBU\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:(componentViewport?.y||0)+0+0+0+10+5.5+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1eizx85-container\",\"data-framer-name\":\"Sign up\",layoutDependency:layoutDependency,layoutId:\"hvnwS8ns7-container\",name:\"Sign up\",nodeId:\"hvnwS8ns7\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonSmall,{bF2DU_aJk:\"Sign up\",height:\"100%\",id:\"hvnwS8ns7\",K3rzQKZxI:false,layoutId:\"hvnwS8ns7\",name:\"Sign up\",oN0_Cz9OD:\"https://keitaro.io/platform/sign-up\",variant:\"JYWtzParK\",width:\"100%\"})})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d0tzz5\",\"data-framer-name\":\"Stack link btn Mobile\",layoutDependency:layoutDependency,layoutId:\"rD9LjIaBr\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vwk4rn\",layoutDependency:layoutDependency,layoutId:\"vqZk5MQeH\",children:[/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"zWyoCbUli\",scopeId:\"qbRypvekl\",...addPropertyOverrides({CZR4hG7wN:{href:{webPageId:\"Fa38FlcRi\"}},hFL9arLT6:{href:{webPageId:\"Fa38FlcRi\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-10wbrwj framer-1a0em1z\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zWyoCbUli\",onTap:onTapnft70k,...addPropertyOverrides({CZR4hG7wN:{\"data-highlight\":undefined,onTap:undefined},hFL9arLT6:{\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({CZR4hG7wN:{width:`max(max(${componentViewport?.width||\"100vw\"}, 1px) - 152px, 1px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+52+24+(0+0+(Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-52)/1)*1-48-548)/1*0)+0+272+6},hFL9arLT6:{y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+68+80+((Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-68)/1)*1-160-660)/2+0+0)+0+340+8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2ag7a-container\",layoutDependency:layoutDependency,layoutId:\"qI2fyo979-container\",nodeId:\"qI2fyo979\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(NavigationLink,{DLevlRiVU:\"Pricing\",height:\"100%\",id:\"qI2fyo979\",layoutId:\"qI2fyo979\",MRSQLtOA9:false,variant:\"hRzZ7BGt6\",width:\"100%\",...addPropertyOverrides({CZR4hG7wN:{style:{width:\"100%\"},variant:\"fZu9qkMDV\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-eq40fn-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"YGV2vfaPj-container\",nodeId:\"YGV2vfaPj\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-bec747fc-aad1-454e-abab-f173b30ba9c3, rgb(68, 62, 77))\",height:\"100%\",iconSearch:\"Icon name\",iconSelection:\"activity\",id:\"YGV2vfaPj\",layoutId:\"YGV2vfaPj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({CZR4hG7wN:{iconSelection:\"clipboard\"},hFL9arLT6:{iconSelection:\"clipboard\"}},baseVariant,gestureVariant)})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nzed80\",layoutDependency:layoutDependency,layoutId:\"QW6T6dBWd\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16g4mpd\",layoutDependency:layoutDependency,layoutId:\"bkHQz3ghO\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XFyabh_3u\"},implicitPathVariables:undefined},{href:{webPageId:\"XFyabh_3u\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({CZR4hG7wN:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 128px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+52+24+(0+0+(Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-52)/1)*1-48-548)/1*0)+0+0+0+0+12+0},hFL9arLT6:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 528px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+68+80+((Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-68)/1)*1-160-660)/2+0+0)+0+0+0+0+16+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-h3w5uu-container\",layoutDependency:layoutDependency,layoutId:\"fKu9VgpAQ-container\",nodeId:\"fKu9VgpAQ\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{height:\"100%\",id:\"fKu9VgpAQ\",KiDmH_mU6:KiDmH_mU6nft70k,L4wFJTCy_:\"grid\",layoutId:\"fKu9VgpAQ\",variant:\"ImOxqHShB\",width:\"100%\",yQqurIn2n:\"Features\",...addPropertyOverrides({CZR4hG7wN:{h8r8hsSHx:resolvedLinks3[1],KiDmH_mU6:undefined,style:{width:\"100%\"},variant:\"gs6FHks28\"},hFL9arLT6:{h8r8hsSHx:resolvedLinks3[0],KiDmH_mU6:undefined,style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"q91kdLAqo\"},implicitPathVariables:undefined},{href:{webPageId:\"q91kdLAqo\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({CZR4hG7wN:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 128px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+52+24+(0+0+(Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-52)/1)*1-48-548)/1*0)+0+0+0+0+12+52},hFL9arLT6:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 528px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+68+80+((Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-68)/1)*1-160-660)/2+0+0)+0+0+0+0+16+56}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1otcqai-container\",layoutDependency:layoutDependency,layoutId:\"Kp2woBahv-container\",nodeId:\"Kp2woBahv\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{height:\"100%\",id:\"Kp2woBahv\",KiDmH_mU6:KiDmH_mU6nft70k,L4wFJTCy_:\"align-left\",layoutId:\"Kp2woBahv\",variant:\"ImOxqHShB\",width:\"100%\",yQqurIn2n:\"Changelog\",...addPropertyOverrides({CZR4hG7wN:{h8r8hsSHx:resolvedLinks4[1],KiDmH_mU6:undefined,style:{width:\"100%\"},variant:\"gs6FHks28\"},hFL9arLT6:{h8r8hsSHx:resolvedLinks4[0],KiDmH_mU6:undefined,style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1le7bn1\",layoutDependency:layoutDependency,layoutId:\"SwMFWI_Rl\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8dyhwf\",layoutDependency:layoutDependency,layoutId:\"xHPBiTvkp\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({CZR4hG7wN:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 128px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+52+24+(0+0+(Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-52)/1)*1-48-548)/1*0)+0+112+0+0+12+100},hFL9arLT6:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 528px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+68+80+((Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-68)/1)*1-160-660)/2+0+0)+0+144+0+0+16+108}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8ncpc1-container\",layoutDependency:layoutDependency,layoutId:\"rQwydxV4z-container\",nodeId:\"rQwydxV4z\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{height:\"100%\",id:\"rQwydxV4z\",KiDmH_mU6:KiDmH_mU6nft70k,L4wFJTCy_:\"info\",layoutId:\"rQwydxV4z\",style:{width:\"100%\"},variant:\"ImOxqHShB\",width:\"100%\",yQqurIn2n:\"FAQ\",...addPropertyOverrides({CZR4hG7wN:{h8r8hsSHx:\"https://docs.keitaro.io/en/faq.html\",KiDmH_mU6:undefined,variant:\"gs6FHks28\"},hFL9arLT6:{h8r8hsSHx:\"https://docs.keitaro.io/en/faq.html\",KiDmH_mU6:undefined}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({CZR4hG7wN:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 128px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+52+24+(0+0+(Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-52)/1)*1-48-548)/1*0)+0+112+0+0+12+48},hFL9arLT6:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 528px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+68+80+((Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-68)/1)*1-160-660)/2+0+0)+0+144+0+0+16+52}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mr095w-container\",layoutDependency:layoutDependency,layoutId:\"p1gbqU5TB-container\",nodeId:\"p1gbqU5TB\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{height:\"100%\",id:\"p1gbqU5TB\",KiDmH_mU6:KiDmH_mU6nft70k,L4wFJTCy_:\"download\",layoutId:\"p1gbqU5TB\",style:{width:\"100%\"},variant:\"ImOxqHShB\",width:\"100%\",yQqurIn2n:\"How to instal\",...addPropertyOverrides({CZR4hG7wN:{h8r8hsSHx:\"https://docs.keitaro.io/en/get-started/auto-installation.html\",KiDmH_mU6:undefined,variant:\"gs6FHks28\",yQqurIn2n:\"How to install\"},hFL9arLT6:{h8r8hsSHx:\"https://docs.keitaro.io/en/get-started/auto-installation.html\",KiDmH_mU6:undefined}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,...addPropertyOverrides({CZR4hG7wN:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 128px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+52+24+(0+0+(Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-52)/1)*1-48-548)/1*0)+0+112+0+0+12+0},hFL9arLT6:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 528px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+68+80+((Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-68)/1)*1-160-660)/2+0+0)+0+144+0+0+16+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-125vve5-container\",layoutDependency:layoutDependency,layoutId:\"egUE1mTPu-container\",nodeId:\"egUE1mTPu\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{height:\"100%\",id:\"egUE1mTPu\",KiDmH_mU6:KiDmH_mU6nft70k,L4wFJTCy_:\"folder\",layoutId:\"egUE1mTPu\",style:{height:\"100%\",width:\"100%\"},variant:\"ImOxqHShB\",width:\"100%\",yQqurIn2n:\"Documentation\",...addPropertyOverrides({CZR4hG7wN:{h8r8hsSHx:\"https://docs.keitaro.io/en/site/license.html\",KiDmH_mU6:undefined,variant:\"gs6FHks28\"},hFL9arLT6:{h8r8hsSHx:\"https://docs.keitaro.io/en/site/license.html\",KiDmH_mU6:undefined}},baseVariant,gestureVariant)})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g54v2e\",layoutDependency:layoutDependency,layoutId:\"IMHbGl8hE\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v9opbo\",layoutDependency:layoutDependency,layoutId:\"XNTPJlrIv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({CZR4hG7wN:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 128px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+52+24+(0+0+(Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-52)/1)*1-48-548)/1*0)+0+336+0+0+8+0},hFL9arLT6:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 528px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+68+80+((Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-68)/1)*1-160-660)/2+0+0)+0+432+0+0+16+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14rk389-container\",layoutDependency:layoutDependency,layoutId:\"zb5jau3L4-container\",nodeId:\"zb5jau3L4\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{height:\"100%\",id:\"zb5jau3L4\",KiDmH_mU6:KiDmH_mU6nft70k,L4wFJTCy_:\"edit\",layoutId:\"zb5jau3L4\",style:{width:\"100%\"},variant:\"ImOxqHShB\",width:\"100%\",yQqurIn2n:\"Blog\",...addPropertyOverrides({CZR4hG7wN:{h8r8hsSHx:\"https://blog.keitaro.io/en/\",KiDmH_mU6:undefined,variant:\"gs6FHks28\"},hFL9arLT6:{h8r8hsSHx:\"https://blog.keitaro.io/en/\",KiDmH_mU6:undefined}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({CZR4hG7wN:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 128px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+52+24+(0+0+(Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-52)/1)*1-48-548)/1*0)+0+336+0+0+8+52},hFL9arLT6:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 528px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+68+80+((Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-68)/1)*1-160-660)/2+0+0)+0+432+0+0+16+56}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1g389kf-container\",layoutDependency:layoutDependency,layoutId:\"hF_B8uCZi-container\",nodeId:\"hF_B8uCZi\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonNavigation,{height:\"100%\",id:\"hF_B8uCZi\",KiDmH_mU6:KiDmH_mU6nft70k,L4wFJTCy_:\"play-circle\",layoutId:\"hF_B8uCZi\",style:{width:\"100%\"},variant:\"ImOxqHShB\",width:\"100%\",yQqurIn2n:\"Keitaro Academy\",...addPropertyOverrides({CZR4hG7wN:{h8r8hsSHx:\"https://docs.keitaro.io/en/videolessons/academy.html\",KiDmH_mU6:undefined,variant:\"gs6FHks28\"},hFL9arLT6:{h8r8hsSHx:\"https://docs.keitaro.io/en/videolessons/academy.html\",KiDmH_mU6:undefined}},baseVariant,gestureVariant)})})})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uztpmd\",\"data-framer-name\":\"Nav btn Tablet\",layoutDependency:layoutDependency,layoutId:\"l44RxQLkL\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,...addPropertyOverrides({CZR4hG7wN:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 128px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+52+24+(0+436+(Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-52)/1)*1-48-548)/1*1)+0+60},hFL9arLT6:{width:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 544px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+68+80+((Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-68)/1)*1-160-660)/2+544+64)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1axm76m-container\",\"data-framer-name\":\"Log in\",layoutDependency:layoutDependency,layoutId:\"NrP5qZwu5-container\",name:\"Log in\",nodeId:\"NrP5qZwu5\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonSmall,{bF2DU_aJk:\"Log in\",height:\"100%\",id:\"NrP5qZwu5\",K3rzQKZxI:false,layoutId:\"NrP5qZwu5\",name:\"Log in\",style:{height:\"100%\",width:\"100%\"},variant:\"NbxxvTD9c\",width:\"100%\",...addPropertyOverrides({CZR4hG7wN:{oN0_Cz9OD:\"https://keitaro.io/platform/sign-in\"},hFL9arLT6:{oN0_Cz9OD:\"https://keitaro.io/platform/sign-in\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,...addPropertyOverrides({CZR4hG7wN:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 128px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+52+24+(0+436+(Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-52)/1)*1-48-548)/1*1)+0+0},hFL9arLT6:{width:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 544px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+(0+(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1)/2)+16+68+80+((Math.max(0,((Math.max(0,((componentViewport?.height||800)-0-0)/1)*1-0)*1-40-68)/1)*1-160-660)/2+544+64)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5n9hws-container\",\"data-framer-name\":\"Sign up\",layoutDependency:layoutDependency,layoutId:\"ldCVkvA4h-container\",name:\"Sign up\",nodeId:\"ldCVkvA4h\",rendersWithMotion:true,scopeId:\"qbRypvekl\",children:/*#__PURE__*/_jsx(ButtonSmall,{bF2DU_aJk:\"Sign up\",height:\"100%\",id:\"ldCVkvA4h\",K3rzQKZxI:false,layoutId:\"ldCVkvA4h\",name:\"Sign up\",style:{height:\"100%\",width:\"100%\"},variant:\"bBfxISeuA\",width:\"100%\",...addPropertyOverrides({CZR4hG7wN:{oN0_Cz9OD:\"https://keitaro.io/platform/sign-up\"},hFL9arLT6:{oN0_Cz9OD:\"https://keitaro.io/platform/sign-up\"}},baseVariant,gestureVariant)})})})]})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-25qR1.framer-1a0em1z, .framer-25qR1 .framer-1a0em1z { display: block; }\",\".framer-25qR1.framer-ok2dqn { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-25qR1 .framer-1e8vbnk { 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-25qR1 .framer-1dt77r3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 64px; justify-content: center; overflow: visible; padding: 24px 80px 24px 80px; position: relative; width: 1px; }\",\".framer-25qR1 .framer-1eyiiwt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-25qR1 .framer-18eyrgb-container, .framer-25qR1 .framer-1i67i8r-container, .framer-25qR1 .framer-1dm5evh-container, .framer-25qR1 .framer-1eizx85-container, .framer-25qR1 .framer-2ag7a-container, .framer-25qR1 .framer-h3w5uu-container, .framer-25qR1 .framer-1otcqai-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-25qR1 .framer-xrc7hc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 54px; min-width: 434px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-25qR1 .framer-1g7dzxt { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-25qR1 .framer-drbbov { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-25qR1 .framer-s6yuw1 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: 10px; width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-25qR1 .framer-ojmz9g { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-25qR1 .framer-wrgt65 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-25qR1 .framer-1w04av3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 16px; position: relative; width: 1px; }\",\".framer-25qR1 .framer-5hnc1b-container { flex: none; height: auto; position: relative; width: 96px; }\",\".framer-25qR1 .framer-1eqwkpm, .framer-25qR1 .framer-1q3r9pp, .framer-25qR1 .framer-1ia851m { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 24px 24px 0px 24px; position: relative; width: min-content; }\",\".framer-25qR1 .framer-gsw28n, .framer-25qR1 .framer-1rn4rru, .framer-25qR1 .framer-11far4s { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 11; }\",\".framer-25qR1 .framer-fhxj28-container, .framer-25qR1 .framer-19uv7it-container, .framer-25qR1 .framer-13l7l3g-container, .framer-25qR1 .framer-1s6hps8-container, .framer-25qR1 .framer-19j3671-container, .framer-25qR1 .framer-179x4xq-container, .framer-25qR1 .framer-1fy8pd-container, .framer-25qR1 .framer-8ncpc1-container, .framer-25qR1 .framer-mr095w-container, .framer-25qR1 .framer-14rk389-container, .framer-25qR1 .framer-1g389kf-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-25qR1 .framer-1rjzbgy-container { flex: none; height: auto; position: relative; width: 72px; }\",\".framer-25qR1 .framer-1gx9m9g-container { flex: none; height: auto; position: relative; width: 116px; }\",\".framer-25qR1 .framer-1vsczp6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-25qR1 .framer-1d0tzz5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 368px; }\",\".framer-25qR1 .framer-vwk4rn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-25qR1 .framer-10wbrwj { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 0px 8px 0px; position: relative; width: 1px; }\",\".framer-25qR1 .framer-eq40fn-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 15px); position: relative; width: 16px; }\",\".framer-25qR1 .framer-nzed80, .framer-25qR1 .framer-1le7bn1, .framer-25qR1 .framer-1g54v2e { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-25qR1 .framer-16g4mpd, .framer-25qR1 .framer-8dyhwf, .framer-25qR1 .framer-v9opbo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-25qR1 .framer-125vve5-container { flex: none; height: 36px; position: relative; width: 100%; }\",\".framer-25qR1 .framer-1uztpmd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-25qR1 .framer-1axm76m-container, .framer-25qR1 .framer-5n9hws-container { flex: 1 0 0px; height: 52px; position: relative; width: 1px; }\",\".framer-25qR1.framer-v-1akc96q.framer-ok2dqn, .framer-25qR1.framer-v-1gphucs.framer-ok2dqn { height: 80px; min-height: 80px; width: 810px; }\",\".framer-25qR1.framer-v-1akc96q .framer-1e8vbnk, .framer-25qR1.framer-v-1gphucs .framer-1e8vbnk { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; height: 1px; }\",\".framer-25qR1.framer-v-1akc96q .framer-1dt77r3, .framer-25qR1.framer-v-1u4ok9d .framer-1dt77r3, .framer-25qR1.framer-v-1gphucs .framer-1dt77r3, .framer-25qR1.framer-v-10vzqfw .framer-1dt77r3, .framer-25qR1.framer-v-17okfx2 .framer-1dt77r3, .framer-25qR1.framer-v-1vlcbss .framer-1dt77r3 { flex-direction: column; height: 100%; justify-content: flex-start; padding: 16px 24px 24px 24px; }\",\".framer-25qR1.framer-v-1akc96q .framer-1eyiiwt, .framer-25qR1.framer-v-1u4ok9d .framer-1eyiiwt, .framer-25qR1.framer-v-1gphucs .framer-1eyiiwt { gap: unset; height: 48px; justify-content: space-between; padding: 0px 0px 0px 12px; width: 100%; }\",\".framer-25qR1.framer-v-1akc96q .framer-xrc7hc, .framer-25qR1.framer-v-1u4ok9d .framer-xrc7hc, .framer-25qR1.framer-v-1gphucs .framer-xrc7hc { min-height: unset; min-width: unset; }\",\".framer-25qR1.framer-v-1akc96q .framer-1g7dzxt, .framer-25qR1.framer-v-1u4ok9d .framer-1g7dzxt, .framer-25qR1.framer-v-1gphucs .framer-1g7dzxt, .framer-25qR1.framer-v-10vzqfw .framer-1g7dzxt, .framer-25qR1.framer-v-17okfx2 .framer-1g7dzxt, .framer-25qR1.framer-v-1vlcbss .framer-1g7dzxt { aspect-ratio: unset; height: 48px; width: 56px; }\",\".framer-25qR1.framer-v-1akc96q .framer-drbbov, .framer-25qR1.framer-v-1gphucs .framer-drbbov { height: 2px; left: calc(50.00000000000002% - 40px / 2); top: calc(68.75000000000003% - 1.5px / 2); width: 40px; }\",\".framer-25qR1.framer-v-1akc96q .framer-s6yuw1, .framer-25qR1.framer-v-1gphucs .framer-s6yuw1 { height: 2px; left: calc(50.00000000000002% - 40px / 2); top: calc(50.00000000000002% - 1.5px / 2); width: 40px; }\",\".framer-25qR1.framer-v-1akc96q .framer-ojmz9g, .framer-25qR1.framer-v-1gphucs .framer-ojmz9g { height: 2px; left: calc(50.00000000000002% - 40px / 2); top: calc(31.25000000000002% - 1.5px / 2); width: 40px; }\",\".framer-25qR1.framer-v-1u4ok9d.framer-ok2dqn { height: 1016px; max-height: calc(var(--framer-viewport-height, 100vh) * 1); min-height: calc(var(--framer-viewport-height, 100vh) * 1); width: 810px; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-1e8vbnk, .framer-25qR1.framer-v-10vzqfw .framer-1e8vbnk, .framer-25qR1.framer-v-17okfx2 .framer-1e8vbnk, .framer-25qR1.framer-v-1vlcbss .framer-1e8vbnk { flex: 1 0 0px; gap: 10px; height: 1px; justify-content: flex-start; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-drbbov, .framer-25qR1.framer-v-1u4ok9d .framer-ojmz9g, .framer-25qR1.framer-v-10vzqfw .framer-drbbov, .framer-25qR1.framer-v-10vzqfw .framer-ojmz9g { left: calc(50.00000000000002% - 28px / 2); top: calc(50.00000000000002% - 2px / 2); width: 28px; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-1d0tzz5 { align-content: center; align-items: center; flex: 1 0 0px; height: 1px; justify-content: center; padding: 80px 240px 80px 240px; width: 100%; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-vwk4rn { flex-direction: column; gap: 32px; justify-content: flex-start; order: 0; padding: 0px; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-10wbrwj { cursor: unset; flex: none; gap: 16px; order: 2; text-decoration: none; width: 100%; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-2ag7a-container, .framer-25qR1.framer-v-1u4ok9d .framer-mr095w-container, .framer-25qR1.framer-v-1u4ok9d .framer-1uztpmd, .framer-25qR1.framer-v-1u4ok9d .framer-1axm76m-container, .framer-25qR1.framer-v-10vzqfw .framer-mr095w-container { order: 1; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-eq40fn-container { aspect-ratio: unset; height: 24px; order: 0; width: 24px; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-nzed80, .framer-25qR1.framer-v-10vzqfw .framer-nzed80, .framer-25qR1.framer-v-10vzqfw .framer-5n9hws-container { flex: none; order: 0; width: 100%; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-16g4mpd, .framer-25qR1.framer-v-1u4ok9d .framer-125vve5-container, .framer-25qR1.framer-v-1u4ok9d .framer-v9opbo, .framer-25qR1.framer-v-1u4ok9d .framer-5n9hws-container, .framer-25qR1.framer-v-10vzqfw .framer-125vve5-container { order: 0; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-h3w5uu-container, .framer-25qR1.framer-v-1u4ok9d .framer-1otcqai-container, .framer-25qR1.framer-v-10vzqfw .framer-h3w5uu-container, .framer-25qR1.framer-v-10vzqfw .framer-1otcqai-container { width: 100%; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-1le7bn1, .framer-25qR1.framer-v-10vzqfw .framer-1le7bn1, .framer-25qR1.framer-v-10vzqfw .framer-1axm76m-container { flex: none; order: 1; width: 100%; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-8dyhwf, .framer-25qR1.framer-v-1u4ok9d .framer-14rk389-container, .framer-25qR1.framer-v-10vzqfw .framer-14rk389-container { order: 3; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-8ncpc1-container, .framer-25qR1.framer-v-10vzqfw .framer-8ncpc1-container { order: 2; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-1g54v2e, .framer-25qR1.framer-v-10vzqfw .framer-1g54v2e { flex: none; order: 3; width: 100%; }\",\".framer-25qR1.framer-v-1u4ok9d .framer-1g389kf-container, .framer-25qR1.framer-v-10vzqfw .framer-1g389kf-container { order: 4; }\",\".framer-25qR1.framer-v-1a7eolw .framer-1dt77r3, .framer-25qR1.framer-v-362qv2 .framer-1dt77r3 { padding: 24px 200px 24px 200px; }\",\".framer-25qR1.framer-v-10vzqfw.framer-ok2dqn { height: 800px; max-height: calc(var(--framer-viewport-height, 100vh) * 1); min-height: calc(var(--framer-viewport-height, 100vh) * 1); width: 360px; }\",\".framer-25qR1.framer-v-10vzqfw .framer-1eyiiwt, .framer-25qR1.framer-v-17okfx2 .framer-1eyiiwt, .framer-25qR1.framer-v-1vlcbss .framer-1eyiiwt { gap: unset; height: 32px; justify-content: space-between; width: 100%; }\",\".framer-25qR1.framer-v-10vzqfw .framer-xrc7hc, .framer-25qR1.framer-v-17okfx2 .framer-xrc7hc, .framer-25qR1.framer-v-1vlcbss .framer-xrc7hc { height: 100%; min-height: unset; min-width: unset; width: 28px; }\",\".framer-25qR1.framer-v-10vzqfw .framer-1d0tzz5 { flex: 1 0 0px; gap: unset; height: 1px; justify-content: space-between; padding: 24px 0px 24px 0px; width: 100%; }\",\".framer-25qR1.framer-v-10vzqfw .framer-vwk4rn { flex-direction: column; gap: 8px; order: 0; padding: 0px 40px 0px 40px; }\",\".framer-25qR1.framer-v-10vzqfw .framer-10wbrwj { cursor: unset; flex: none; gap: 8px; order: 2; padding: 6px 0px 6px 0px; text-decoration: none; width: 100%; }\",\".framer-25qR1.framer-v-10vzqfw .framer-2ag7a-container { flex: 1 0 0px; order: 1; width: 1px; }\",\".framer-25qR1.framer-v-10vzqfw .framer-eq40fn-container { height: var(--framer-aspect-ratio-supported, 19px); order: 0; }\",\".framer-25qR1.framer-v-10vzqfw .framer-16g4mpd { gap: 12px; order: 0; padding: 12px 0px 0px 0px; }\",\".framer-25qR1.framer-v-10vzqfw .framer-8dyhwf { gap: 12px; order: 3; padding: 12px 0px 0px 0px; }\",\".framer-25qR1.framer-v-10vzqfw .framer-v9opbo { gap: 12px; order: 0; padding: 8px 0px 0px 0px; }\",\".framer-25qR1.framer-v-10vzqfw .framer-1uztpmd { flex-direction: column; gap: 8px; order: 1; padding: 0px 40px 0px 40px; }\",\".framer-25qR1.framer-v-17okfx2.framer-ok2dqn, .framer-25qR1.framer-v-1vlcbss.framer-ok2dqn { height: 64px; width: 360px; }\",\".framer-25qR1.framer-v-17okfx2 .framer-drbbov, .framer-25qR1.framer-v-1vlcbss .framer-drbbov { left: calc(50.00000000000002% - 24px / 2); top: calc(66.66666666666669% - 2px / 2); width: 24px; }\",\".framer-25qR1.framer-v-17okfx2 .framer-s6yuw1, .framer-25qR1.framer-v-1vlcbss .framer-s6yuw1 { left: calc(50.00000000000002% - 24px / 2); top: calc(50.00000000000002% - 2px / 2); width: 24px; }\",\".framer-25qR1.framer-v-17okfx2 .framer-ojmz9g, .framer-25qR1.framer-v-1vlcbss .framer-ojmz9g { left: calc(50.00000000000002% - 24px / 2); top: calc(33.33333333333336% - 2px / 2); width: 24px; }\",'.framer-25qR1[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-25qR1 [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-25qR1[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-25qR1 [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-25qR1[data-hide-scrollbars=\"true\"], .framer-25qR1 [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }','.framer-25qR1[data-border=\"true\"]::after, .framer-25qR1 [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 64\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"KnwinCZx_\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"80px\",null]},\"mp5jttl01\":{\"layout\":[\"fixed\",\"auto\"]},\"hFL9arLT6\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]},\"Yj42fFYTS\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"80px\",null]},\"RANpTGpZK\":{\"layout\":[\"fixed\",\"auto\"]},\"TW7Qm5H3w\":{\"layout\":[\"fixed\",\"auto\"]},\"CZR4hG7wN\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]},\"tODQUyeIm\":{\"layout\":[\"fixed\",\"fixed\"]},\"pncMc5w2C\":{\"layout\":[\"fixed\",\"fixed\"]},\"T311eNCcw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerqbRypvekl=withCSS(Component,css,\"framer-25qR1\");export default FramerqbRypvekl;FramerqbRypvekl.displayName=\"Navigation panel\";FramerqbRypvekl.defaultProps={height:64,width:1200};addPropertyControls(FramerqbRypvekl,{variant:{options:[\"ZJFXaDJ7F\",\"KnwinCZx_\",\"mp5jttl01\",\"hFL9arLT6\",\"Yj42fFYTS\",\"RANpTGpZK\",\"TW7Qm5H3w\",\"CZR4hG7wN\",\"tODQUyeIm\",\"pncMc5w2C\",\"T311eNCcw\"],optionTitles:[\"Start Desktop 1\",\"Tablet Start Close\",\"Scroll Shadow Desktop 1\",\"Tablet Open\",\"Tablet Scroll Close\",\"Start Desktop 2\",\"Scroll Desktop 2\",\"Mobile Open\",\"Mobile Start Close\",\"Mobile Scroll Close\",\"Scroll line Desktop 1\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerqbRypvekl,[{explicitInter:true,fonts:[]},...LogoKeitaroFonts,...NavigationLinkFonts,...ButtonNavigationFonts,...ButtonSmallFonts,...FeatherFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqbRypvekl\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KnwinCZx_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"80px\\\",null]},\\\"mp5jttl01\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hFL9arLT6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]},\\\"Yj42fFYTS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"80px\\\",null]},\\\"RANpTGpZK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TW7Qm5H3w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CZR4hG7wN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]},\\\"tODQUyeIm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pncMc5w2C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"T311eNCcw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"64\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qbRypvekl.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "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", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "click", "height", "hover", "id", "link", "openInNewTab", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "oN0_Cz9OD", "K3rzQKZxI", "bF2DU_aJk", "leGxFLeVo", "eNGJ6yPjo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1aeuvu4", "args", "onMouseEnterwcs7qo", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramerNVSkwJ9Wg", "withCSS", "NVSkwJ9Wg_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "headerLink", "height", "hover", "hover2", "icon", "id", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "MRSQLtOA9", "DLevlRiVU", "QPB7zCeDj", "A2LQyGcnQ", "LtughDoU0", "VyRqmuBMW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter6nwbuf", "args", "onMouseEnter1555kx2", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerbIWN5PrjQ", "withCSS", "bIWN5PrjQ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FeatherFonts", "getFonts", "Icon", "FeatherControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "click", "headerLink", "height", "iconName", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "yQqurIn2n", "L4wFJTCy_", "KiDmH_mU6", "h8r8hsSHx", "XyoOqEGIB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1198mi2", "args", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramercA2DrAOr1", "withCSS", "cA2DrAOr1_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Q8crNFh0g", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap12v6ui2", "args", "scopingClassNames", "cx", "LayoutGroup", "Link", "SVG", "css", "FramerEsuq8eXiP", "withCSS", "Esuq8eXiP_default", "addPropertyControls", "ControlType", "addFonts", "LogoKeitaroFonts", "getFonts", "Esuq8eXiP_default", "NavigationLinkFonts", "bIWN5PrjQ_default", "ButtonNavigationFonts", "cA2DrAOr1_default", "MotionDivWithFX", "withFX", "motion", "ButtonSmallFonts", "NVSkwJ9Wg_default", "FeatherFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap13ybjm", "args", "onTap12a98nh", "onTapnft70k", "onTap1etxoi4", "onTapmuhy5k", "A2LQyGcnQtxyyif", "overlay", "loadMore", "KiDmH_mU6nft70k", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "ref1", "ref2", "router", "useRouter", "ref3", "ref4", "ref5", "ref6", "isDisplayed3", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "l", "AnimatePresence", "Floating", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "overlay1", "resolvedLinks2", "overlay2", "Link", "resolvedLinks3", "resolvedLinks4", "css", "FramerqbRypvekl", "withCSS", "qbRypvekl_default", "addPropertyControls", "ControlType", "addFonts"]
}
