{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/hero-icons/Home.js@0.0.27", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js", "ssg:https://framerusercontent.com/modules/RUgeotUs9nDEVZQMLmwo/o3BVFNzMivXVxKbTTgIg/tmcNOyRZY.js", "ssg:https://framerusercontent.com/modules/XKrjwfY1Pv6uyUCBBGFr/YJeBoFhH99yLYfCy1VUK/To_top.js", "ssg:https://framerusercontent.com/modules/gDWClij8R4cXS8sOpfzW/PnwebaNgtrTTqcsmNeQF/ZJsVl5cvW.js", "ssg:https://framerusercontent.com/modules/v6bn0H6yPAy71czm775t/iwSYVPN5UbjHzhmotoPe/B80DFXsbv.js", "ssg:https://framerusercontent.com/modules/bhxgm1LSDGzc2Ebbvy91/Mz4PpJz0y7Wpvd7nHJKv/pDLWTlLBB.js", "ssg:https://framerusercontent.com/modules/D7Pd6rMPNSXFMRCYDfzm/DhdXVoQnpLNf8SDXHvTc/Ek5VGo0fE.js", "ssg:https://framerusercontent.com/modules/mpVwvpPvyLwDsUaPgHsE/SFdqXMHPMpTFmaH9NZ9m/ZoS4Cf77e.js", "ssg:https://framerusercontent.com/modules/TkUijexHKxE2BWt4Jmjo/WBStUl8w9nPh7TpqQ7Za/mailto.js", "ssg:https://framerusercontent.com/modules/cCbRPRRmOy25gANmqPLp/UDQOvHH3JtiVEosM6Fnb/DMBpPy0tJ.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 l=e=>{if(!r){const t=({size:o=24,...a},n)=>e.createElement(\"svg\",{viewBox:\"0 0 20 20\",fill:\"currentColor\",width:o,height:o,ref:n,...a},e.createElement(\"path\",{d:\"M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z\"}));r=e.forwardRef(t)}return r};export{l 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{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/hero-icons/Home.js@0.0.27\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"AcademicCap\",\"AcademicCapOutline\",\"Adjustments\",\"AdjustmentsOutline\",\"Annotation\",\"AnnotationOutline\",\"Archive\",\"ArchiveOutline\",\"ArrowCircleDown\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpOutline\",\"ArrowDown\",\"ArrowDownOutline\",\"ArrowLeft\",\"ArrowLeftOutline\",\"ArrowNarrowDown\",\"ArrowNarrowLeft\",\"ArrowNarrowRight\",\"ArrowNarrowUp\",\"ArrowNarrowUpOutline\",\"ArrowRight\",\"ArrowRightOutline\",\"ArrowUp\",\"ArrowUpOutline\",\"ArrowsExpand\",\"ArrowsExpandOutline\",\"AtSymbol\",\"AtSymbolOutline\",\"Backspace\",\"BackspaceOutline\",\"BadgeCheck\",\"BadgeCheckOutline\",\"Ban\",\"BanOutline\",\"Beaker\",\"BeakerOutline\",\"Bell\",\"BellOutline\",\"BookOpen\",\"BookOpenOutline\",\"Bookmark\",\"BookmarkAlt\",\"BookmarkAltOutline\",\"BookmarkOutline\",\"Briefcase\",\"BriefcaseOutline\",\"Cake\",\"CakeOutline\",\"Calculator\",\"CalculatorOutline\",\"Calendar\",\"CalendarOutline\",\"Camera\",\"CameraOutline\",\"Cash\",\"CashOutline\",\"ChartBar\",\"ChartBarOutline\",\"ChartPie\",\"ChartPieOutline\",\"ChartSquareBar\",\"Chat\",\"ChatAlt\",\"ChatAlt2\",\"ChatAlt2Outline\",\"ChatAltOutline\",\"ChatOutline\",\"Check\",\"CheckCircle\",\"CheckCircleOutline\",\"CheckOutline\",\"ChevronDoubleDown\",\"ChevronDoubleLeft\",\"ChevronDoubleRight\",\"ChevronDoubleUp\",\"ChevronDown\",\"ChevronDownOutline\",\"ChevronLeft\",\"ChevronLeftOutline\",\"ChevronRight\",\"ChevronRightOutline\",\"ChevronUp\",\"ChevronUpOutline\",\"Chip\",\"ChipOutline\",\"Clipboard\",\"ClipboardCheck\",\"ClipboardCopy\",\"ClipboardCopyOutline\",\"ClipboardList\",\"ClipboardListOutline\",\"ClipboardOutline\",\"Clock\",\"ClockOutline\",\"Cloud\",\"CloudDownload\",\"CloudDownloadOutline\",\"CloudOutline\",\"CloudUpload\",\"CloudUploadOutline\",\"Code\",\"CodeOutline\",\"Cog\",\"CogOutline\",\"Collection\",\"CollectionOutline\",\"ColorSwatch\",\"ColorSwatchOutline\",\"CreditCard\",\"CreditCardOutline\",\"Cube\",\"CubeOutline\",\"CubeTransparent\",\"CurrencyBangladeshi\",\"CurrencyDollar\",\"CurrencyEuro\",\"CurrencyEuroOutline\",\"CurrencyPound\",\"CurrencyPoundOutline\",\"CurrencyRupee\",\"CurrencyRupeeOutline\",\"CurrencyYen\",\"CurrencyYenOutline\",\"CursorClick\",\"CursorClickOutline\",\"Database\",\"DatabaseOutline\",\"DesktopComputer\",\"DeviceMobile\",\"DeviceMobileOutline\",\"DeviceTablet\",\"DeviceTabletOutline\",\"Document\",\"DocumentAdd\",\"DocumentAddOutline\",\"DocumentDownload\",\"DocumentDuplicate\",\"DocumentOutline\",\"DocumentRemove\",\"DocumentReport\",\"DocumentSearch\",\"DocumentText\",\"DocumentTextOutline\",\"DotsCircleHorizontal\",\"DotsHorizontal\",\"DotsVertical\",\"DotsVerticalOutline\",\"Download\",\"DownloadOutline\",\"Duplicate\",\"DuplicateOutline\",\"EmojiHappy\",\"EmojiHappyOutline\",\"EmojiSad\",\"EmojiSadOutline\",\"Exclamation\",\"ExclamationCircle\",\"ExclamationOutline\",\"ExternalLink\",\"ExternalLinkOutline\",\"Eye\",\"EyeOff\",\"EyeOffOutline\",\"EyeOutline\",\"FastForward\",\"FastForwardOutline\",\"Film\",\"FilmOutline\",\"Filter\",\"FilterOutline\",\"FingerPrint\",\"FingerPrintOutline\",\"Fire\",\"FireOutline\",\"Flag\",\"FlagOutline\",\"Folder\",\"FolderAdd\",\"FolderAddOutline\",\"FolderDownload\",\"FolderOpen\",\"FolderOpenOutline\",\"FolderOutline\",\"FolderRemove\",\"FolderRemoveOutline\",\"Gift\",\"GiftOutline\",\"Globe\",\"GlobeAlt\",\"GlobeAltOutline\",\"GlobeOutline\",\"Hand\",\"HandOutline\",\"Hashtag\",\"HashtagOutline\",\"Heart\",\"HeartOutline\",\"Home\",\"HomeOutline\",\"Identification\",\"Inbox\",\"InboxIn\",\"InboxInOutline\",\"InboxOutline\",\"InformationCircle\",\"Key\",\"KeyOutline\",\"Library\",\"LibraryOutline\",\"LightBulb\",\"LightBulbOutline\",\"LightningBolt\",\"LightningBoltOutline\",\"Link\",\"LinkOutline\",\"LocationMarker\",\"LockClosed\",\"LockClosedOutline\",\"LockOpen\",\"LockOpenOutline\",\"Login\",\"LoginOutline\",\"Logout\",\"LogoutOutline\",\"Mail\",\"MailOpen\",\"MailOpenOutline\",\"MailOutline\",\"Map\",\"MapOutline\",\"Menu\",\"MenuAlt1\",\"MenuAlt1Outline\",\"MenuAlt2\",\"MenuAlt2Outline\",\"MenuAlt3\",\"MenuAlt3Outline\",\"MenuAlt4\",\"MenuAlt4Outline\",\"MenuOutline\",\"Microphone\",\"MicrophoneOutline\",\"Minus\",\"MinusCircle\",\"MinusCircleOutline\",\"MinusOutline\",\"MinusSm\",\"MinusSmOutline\",\"Moon\",\"MoonOutline\",\"MusicNote\",\"MusicNoteOutline\",\"Newspaper\",\"NewspaperOutline\",\"OfficeBuilding\",\"PaperAirplane\",\"PaperAirplaneOutline\",\"PaperClip\",\"PaperClipOutline\",\"Pause\",\"PauseOutline\",\"Pencil\",\"PencilAlt\",\"PencilAltOutline\",\"PencilOutline\",\"Phone\",\"PhoneIncoming\",\"PhoneIncomingOutline\",\"PhoneMissedCall\",\"PhoneOutgoing\",\"PhoneOutgoingOutline\",\"PhoneOutline\",\"Photograph\",\"PhotographOutline\",\"Play\",\"PlayOutline\",\"Plus\",\"PlusCircle\",\"PlusCircleOutline\",\"PlusOutline\",\"PlusSm\",\"PlusSmOutline\",\"PresentationChartBar\",\"Printer\",\"PrinterOutline\",\"Puzzle\",\"PuzzleOutline\",\"Qrcode\",\"QrcodeOutline\",\"QuestionMarkCircle\",\"ReceiptRefund\",\"ReceiptRefundOutline\",\"ReceiptTax\",\"ReceiptTaxOutline\",\"Refresh\",\"RefreshOutline\",\"Reply\",\"ReplyOutline\",\"Rewind\",\"RewindOutline\",\"Rss\",\"RssOutline\",\"Save\",\"SaveAs\",\"SaveAsOutline\",\"SaveOutline\",\"Scale\",\"ScaleOutline\",\"Scissors\",\"ScissorsOutline\",\"Search\",\"SearchCircle\",\"SearchCircleOutline\",\"SearchOutline\",\"Selector\",\"SelectorOutline\",\"Server\",\"ServerOutline\",\"Share\",\"ShareOutline\",\"ShieldCheck\",\"ShieldCheckOutline\",\"ShieldExclamation\",\"ShoppingBag\",\"ShoppingBagOutline\",\"ShoppingCart\",\"ShoppingCartOutline\",\"SortAscending\",\"SortAscendingOutline\",\"SortDescending\",\"Sparkles\",\"SparklesOutline\",\"Speakerphone\",\"SpeakerphoneOutline\",\"Star\",\"StarOutline\",\"StatusOffline\",\"StatusOfflineOutline\",\"StatusOnline\",\"StatusOnlineOutline\",\"Stop\",\"StopOutline\",\"Sun\",\"SunOutline\",\"Support\",\"SupportOutline\",\"SwitchHorizontal\",\"SwitchVertical\",\"Table\",\"TableOutline\",\"Tag\",\"TagOutline\",\"Template\",\"TemplateOutline\",\"Terminal\",\"TerminalOutline\",\"ThumbDown\",\"ThumbDownOutline\",\"ThumbUp\",\"ThumbUpOutline\",\"Ticket\",\"TicketOutline\",\"Translate\",\"TranslateOutline\",\"Trash\",\"TrashOutline\",\"TrendingDown\",\"TrendingDownOutline\",\"TrendingUp\",\"TrendingUpOutline\",\"Truck\",\"TruckOutline\",\"Upload\",\"UploadOutline\",\"User\",\"UserAdd\",\"UserAddOutline\",\"UserCircle\",\"UserCircleOutline\",\"UserGroup\",\"UserGroupOutline\",\"UserOutline\",\"UserRemove\",\"UserRemoveOutline\",\"Users\",\"UsersOutline\",\"Variable\",\"VariableOutline\",\"VideoCamera\",\"VideoCameraOutline\",\"ViewBoards\",\"ViewBoardsOutline\",\"ViewGrid\",\"ViewGridAdd\",\"ViewGridAddOutline\",\"ViewGridOutline\",\"ViewList\",\"ViewListOutline\",\"VolumeOff\",\"VolumeOffOutline\",\"VolumeUp\",\"VolumeUpOutline\",\"Wifi\",\"WifiOutline\",\"X\",\"XCircle\",\"XCircleOutline\",\"XOutline\",\"ZoomIn\",\"ZoomInOutline\",\"ZoomOut\",\"ZoomOutOutline\",];const moduleBaseUrl=\"https://framer.com/m/hero-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * HERO\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(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.27`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.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=\"Hero\";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,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Hero site](https://heroicons.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\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hero.map", "// Generated by Framer (4fadce2)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getFonts,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js\";const HeroFonts=getFonts(Hero);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"QpB2vVuDy\"];const serializationHash=\"framer-0ZL2s\";const variantClassNames={QpB2vVuDy:\"framer-v-1d7h2ab\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transition1={delay:.2,duration:.4,ease:[0,.45,.33,.98],type:\"tween\"};const animation={opacity:1,rotate:0,scale:1,x:4,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"QpB2vVuDy\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1d7h2ab\",className,classNames),\"data-framer-name\":\"Variant 1\",initial:variant,layoutDependency:layoutDependency,layoutId:\"QpB2vVuDy\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1o7a2sm-container\",layoutDependency:layoutDependency,layoutId:\"zHy5HrCh2-container\",children:/*#__PURE__*/_jsx(Hero,{color:'var(--token-1e21f9bd-3d44-4ee3-b2f3-a1984e203218, rgb(255, 255, 255)) /* {\"name\":\"text-white\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowRight\",id:\"zHy5HrCh2\",layoutId:\"zHy5HrCh2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})});});const css=['.framer-0ZL2s[data-border=\"true\"]::after, .framer-0ZL2s [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0ZL2s.framer-1qu5rw8, .framer-0ZL2s .framer-1qu5rw8 { display: block; }\",\".framer-0ZL2s.framer-1d7h2ab { height: 20px; overflow: visible; position: relative; width: 21px; }\",\".framer-0ZL2s .framer-1o7a2sm-container { flex: none; height: 18px; left: 0px; position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 18px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 21\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramertmcNOyRZY=withCSS(Component,css,\"framer-0ZL2s\");export default FramertmcNOyRZY;FramertmcNOyRZY.displayName=\"anim_arrow_right\";FramertmcNOyRZY.defaultProps={height:20,width:21};addFonts(FramertmcNOyRZY,[...HeroFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertmcNOyRZY\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"20\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"21\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tmcNOyRZY.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export function toTop(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,onClick:()=>{window.scrollTo({top:0,left:0,behavior:\"smooth\"});}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"toTop\":{\"type\":\"reactHoc\",\"name\":\"toTop\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./To_top.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=['.framer-GbtUS .framer-styles-preset-n1uh6l:not(.rich-text-wrapper), .framer-GbtUS .framer-styles-preset-n1uh6l.rich-text-wrapper a { --framer-link-current-text-color: var(--token-ca09d656-ed25-415a-a6f5-ec04dc8db879, #404040) /* {\"name\":\"text-medium\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-ca09d656-ed25-415a-a6f5-ec04dc8db879, #404040) /* {\"name\":\"text-medium\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-ca09d656-ed25-415a-a6f5-ec04dc8db879, #404040); --framer-link-text-decoration: none; }'];export const className=\"framer-GbtUS\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (83eb5d8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"I132:299;132:127\",\"ba6Ho6bYg\",\"ZNAHb9Wmu\"];const serializationHash=\"framer-idZc7\";const variantClassNames={\"I132:299;132:127\":\"framer-v-qla4m4\",ba6Ho6bYg:\"framer-v-1w5lgas\",ZNAHb9Wmu:\"framer-v-1qjyj9l\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"type-dark\":\"ba6Ho6bYg\",\"type-light\":\"I132:299;132:127\",icon:\"ZNAHb9Wmu\"};const getProps=({height,id,link,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"I132:299;132:127\",Xt_oX4SBN:link!==null&&link!==void 0?link:props.Xt_oX4SBN};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Xt_oX4SBN,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"I132:299;132:127\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:Xt_oX4SBN,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-qla4m4\",className,classNames)} framer-1kv4p7t`,\"data-framer-name\":\"type-light\",initial:variant,layoutDependency:layoutDependency,layoutId:\"I132:299;132:127\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ba6Ho6bYg:{\"data-framer-name\":\"type-dark\"},ZNAHb9Wmu:{\"data-framer-name\":\"icon\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-12oa6fu\",\"data-framer-name\":\"logotype\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"svUGhzfaq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 155 35\"><g transform=\"translate(42.045 4.991)\" id=\"ss703422137_1\"><path d=\"M 8.241 6.829 C 8.241 9.023 6.443 10.288 4.386 10.288 C 2.331 10.288 0.645 9.025 0.645 6.829 L 0.645 5.524 C 1.429 5.524 2.258 5.524 3.057 5.524 L 3.057 6.786 C 3.057 7.575 3.643 7.993 4.386 7.993 C 5.128 7.993 5.628 7.591 5.628 6.786 L 5.628 2.41 L 4.171 2.41 C 4.171 1.622 4.171 0.875 4.171 0.129 L 8.239 0.129 L 8.239 6.829 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 16.48 8.91 L 12.541 8.91 L 11.955 10.173 L 9.456 10.173 L 9.456 9.8 L 13.954 0 L 15.054 0 L 19.565 9.8 L 19.565 10.173 L 17.067 10.173 Z M 14.495 4.074 L 13.367 6.714 L 15.651 6.714 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 27.475 4.949 C 28.288 5.364 28.676 6.111 28.676 7 C 28.662 8.751 27.604 10.17 25.563 10.17 L 20.88 10.17 L 20.88 0.127 L 25.149 0.127 C 26.877 0.127 28.262 1.476 28.262 3.213 C 28.262 3.816 27.961 4.548 27.475 4.949 Z M 23.349 2.424 L 23.349 4.046 L 24.962 4.046 C 25.976 4.046 25.976 2.424 24.948 2.424 Z M 23.349 6.183 L 23.349 7.892 L 25.39 7.892 C 26.417 7.892 26.403 6.183 25.376 6.183 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 36.443 8.91 L 32.501 8.91 L 31.915 10.173 L 29.416 10.173 L 29.416 9.8 L 33.914 0 L 35.014 0 L 39.525 9.8 L 39.525 10.173 L 37.027 10.173 Z M 34.46 4.074 L 33.332 6.714 L 35.616 6.714 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 49.28 9.8 L 49.28 10.173 L 46.427 10.173 L 44.712 7.216 L 43.383 7.216 L 43.383 10.173 C 42.526 10.173 41.655 10.173 40.829 10.173 C 40.829 6.829 40.829 3.487 40.829 0.129 C 42.269 0.129 43.755 0.129 45.212 0.129 C 49.137 0.143 49.852 4.893 47.325 6.615 Z M 45.212 2.424 C 44.612 2.41 43.984 2.424 43.383 2.424 C 43.383 3.241 43.383 4.102 43.383 4.907 L 45.212 4.907 C 46.597 4.907 46.67 2.438 45.212 2.424 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 58.521 10.173 L 54.752 10.173 L 54.752 0.129 L 58.521 0.129 C 65.032 0.157 65.032 10.144 58.521 10.173 Z M 57.307 7.833 L 58.521 7.833 C 61.704 7.833 61.704 2.466 58.521 2.466 L 57.307 2.466 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 69.588 7.92 L 69.588 10.173 L 64.518 10.173 L 64.518 7.92 L 65.789 7.92 L 65.789 2.368 L 64.618 2.368 L 64.618 0.129 L 69.488 0.129 L 69.488 2.368 L 68.318 2.368 L 68.318 7.92 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 75.769 0 C 77.783 0.014 79.882 1.061 80.368 3.557 L 77.855 3.557 C 77.442 2.696 76.783 2.351 75.769 2.351 C 74.156 2.351 73.285 3.614 73.285 5.148 C 73.285 6.812 74.256 7.903 75.769 7.903 C 76.797 7.903 77.454 7.631 77.912 6.669 L 75.783 6.669 L 75.783 4.445 L 80.511 4.445 C 80.569 5.449 80.569 6.411 80.225 7.385 C 79.511 9.48 77.612 10.283 75.769 10.283 C 73.229 10.283 70.658 8.575 70.644 5.146 C 70.658 1.722 73.229 0 75.769 0 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 86.781 7.92 L 86.781 10.173 L 81.711 10.173 L 81.711 7.92 L 82.981 7.92 L 82.981 2.368 L 81.811 2.368 L 81.811 0.129 L 86.68 0.129 L 86.68 2.368 L 85.51 2.368 L 85.51 7.92 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 87.465 2.424 C 87.465 1.65 87.465 0.889 87.465 0.129 L 94.889 0.129 C 94.889 0.889 94.889 1.65 94.889 2.424 L 92.447 2.424 L 92.447 10.173 C 91.603 10.173 90.763 10.173 89.92 10.173 L 89.92 2.424 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 101.573 8.91 L 97.631 8.91 L 97.045 10.173 L 94.546 10.173 L 94.546 9.8 L 99.044 0 L 100.144 0 L 104.655 9.8 L 104.655 10.173 L 102.157 10.173 Z M 99.59 4.074 L 98.462 6.714 L 100.746 6.714 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 108.53 7.861 L 112.156 7.861 C 112.156 8.722 112.156 9.311 112.156 10.17 C 110.101 10.17 107.988 10.17 105.959 10.17 L 105.959 0.127 C 106.816 0.127 107.659 0.127 108.528 0.127 C 108.53 5.322 108.53 3.586 108.53 7.861 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 7.027 22.209 L 3.085 22.209 L 2.499 23.471 L 0 23.471 L 0 23.098 L 4.5 13.298 L 5.6 13.298 L 10.112 23.098 L 10.112 23.471 L 7.613 23.471 Z M 5.042 17.372 L 3.914 20.012 L 6.198 20.012 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 15.724 13.312 C 17.795 13.312 20.035 14.446 20.422 17.128 C 19.551 17.128 18.781 17.128 17.91 17.128 C 17.552 16.11 16.796 15.65 15.724 15.65 C 14.224 15.65 13.239 16.783 13.239 18.447 C 13.239 19.925 14.21 21.216 15.724 21.23 C 16.81 21.23 17.681 20.686 17.952 19.608 C 18.809 19.608 19.593 19.608 20.465 19.608 C 20.093 22.45 17.851 23.57 15.724 23.57 C 13.183 23.584 10.612 21.861 10.598 18.447 C 10.612 15.035 13.183 13.312 15.724 13.312 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 28.19 22.209 L 24.248 22.209 L 23.662 23.471 L 21.163 23.471 L 21.163 23.098 L 25.663 13.298 L 26.763 13.298 L 31.275 23.098 L 31.275 23.471 L 28.776 23.471 Z M 26.205 17.372 L 25.077 20.012 L 27.361 20.012 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 36.359 23.471 L 32.59 23.471 L 32.59 13.427 L 36.359 13.427 C 42.87 13.456 42.87 23.44 36.359 23.471 Z M 35.144 21.131 L 36.359 21.131 C 39.542 21.131 39.542 15.765 36.359 15.765 L 35.144 15.765 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 49.425 15.722 C 47.94 15.722 47.197 15.722 45.726 15.722 L 45.726 17.142 L 49.123 17.142 C 49.123 17.902 49.123 18.663 49.123 19.423 L 45.726 19.423 C 45.726 20.012 45.726 20.585 45.726 21.188 C 47.197 21.188 48.054 21.188 49.554 21.188 C 49.554 21.934 49.554 22.708 49.554 23.469 C 47.211 23.469 45.499 23.469 43.185 23.469 C 43.185 20.111 43.185 16.755 43.185 13.425 C 45.499 13.425 47.082 13.425 49.425 13.425 C 49.425 14.174 49.425 14.948 49.425 15.722 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 60.576 13.397 L 61.489 13.397 L 61.489 23.469 C 60.618 23.469 59.747 23.469 58.876 23.469 L 58.876 18.991 L 56.749 21.23 L 56.463 21.23 L 54.35 18.991 L 54.35 23.469 C 53.479 23.469 52.608 23.469 51.737 23.469 L 51.737 13.397 L 52.681 13.397 L 56.592 17.759 Z\" fill=\"rgb(23,23,23)\"></path><path d=\"M 68.774 23.471 L 66.247 23.471 L 66.247 19.252 L 62.891 13.815 L 62.891 13.427 L 65.647 13.427 L 67.459 16.771 L 67.559 16.771 L 69.371 13.427 L 72.141 13.427 L 72.141 13.815 L 68.771 19.252 L 68.771 23.471 Z\" fill=\"rgb(23,23,23)\"></path></g><g id=\"ss703422137_41\"><path d=\"M 35.385 18.778 L 35.385 18.771 L 35.378 18.775 Z\" fill=\"rgb(35,178,231)\"></path><path d=\"M 35.378 14.507 L 35.385 14.512 L 35.385 14.505 Z\" fill=\"rgb(35,178,231)\"></path><path d=\"M 17.69 28.514 L 31.153 21.716 L 31.153 17.45 L 17.69 24.248 L 5.558 18.121 L 5.558 22.387 Z\" fill=\"rgb(18,166,91)\"></path><path d=\"M 17.69 35 L 31.153 28.202 L 31.153 23.936 L 17.69 30.734 L 5.558 24.607 L 5.558 28.873 Z\" fill=\"rgb(255,208,37)\"></path><path d=\"M 35.378 8.931 L 17.692 0 L 0.007 8.931 L 0 8.934 L 0 9.933 L 0 13.193 L 0 19.503 L 3.993 21.519 L 3.993 15.209 L 17.692 22.126 L 35.378 13.195 L 35.385 13.193 L 35.385 8.934 Z M 17.69 17.865 L 4.229 11.067 L 17.69 4.269 L 31.151 11.067 Z\" fill=\"rgb(35,178,231)\"></path></g></svg>',svgContentId:703422137,withExternalLayout:true,...addPropertyOverrides({ba6Ho6bYg:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 155 35\"><g transform=\"translate(42.293 5.608)\" id=\"ss124048357_21\"><path d=\"M 8.241 6.829 C 8.241 9.023 6.443 10.288 4.386 10.288 C 2.331 10.288 0.645 9.025 0.645 6.829 L 0.645 5.524 C 1.429 5.524 2.258 5.524 3.057 5.524 L 3.057 6.786 C 3.057 7.575 3.643 7.993 4.386 7.993 C 5.128 7.993 5.628 7.591 5.628 6.786 L 5.628 2.41 L 4.171 2.41 C 4.171 1.622 4.171 0.875 4.171 0.129 L 8.239 0.129 L 8.239 6.829 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 16.48 8.91 L 12.541 8.91 L 11.955 10.173 L 9.456 10.173 L 9.456 9.8 L 13.954 0 L 15.054 0 L 19.565 9.8 L 19.565 10.173 L 17.067 10.173 Z M 14.495 4.074 L 13.367 6.714 L 15.651 6.714 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 27.475 4.949 C 28.288 5.364 28.676 6.111 28.676 7 C 28.662 8.751 27.604 10.17 25.563 10.17 L 20.88 10.17 L 20.88 0.127 L 25.149 0.127 C 26.877 0.127 28.262 1.476 28.262 3.213 C 28.262 3.816 27.961 4.548 27.475 4.949 Z M 23.349 2.424 L 23.349 4.046 L 24.962 4.046 C 25.976 4.046 25.976 2.424 24.948 2.424 Z M 23.349 6.183 L 23.349 7.892 L 25.39 7.892 C 26.417 7.892 26.403 6.183 25.376 6.183 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 36.443 8.91 L 32.501 8.91 L 31.915 10.173 L 29.416 10.173 L 29.416 9.8 L 33.914 0 L 35.014 0 L 39.525 9.8 L 39.525 10.173 L 37.027 10.173 Z M 34.46 4.074 L 33.332 6.714 L 35.616 6.714 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 49.28 9.8 L 49.28 10.173 L 46.427 10.173 L 44.712 7.216 L 43.383 7.216 L 43.383 10.173 C 42.526 10.173 41.655 10.173 40.829 10.173 C 40.829 6.829 40.829 3.487 40.829 0.129 C 42.269 0.129 43.755 0.129 45.212 0.129 C 49.137 0.143 49.852 4.893 47.325 6.615 Z M 45.212 2.424 C 44.612 2.41 43.984 2.424 43.383 2.424 C 43.383 3.241 43.383 4.102 43.383 4.907 L 45.212 4.907 C 46.597 4.907 46.67 2.438 45.212 2.424 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 58.521 10.173 L 54.752 10.173 L 54.752 0.129 L 58.521 0.129 C 65.032 0.157 65.032 10.144 58.521 10.173 Z M 57.307 7.833 L 58.521 7.833 C 61.704 7.833 61.704 2.466 58.521 2.466 L 57.307 2.466 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 69.588 7.92 L 69.588 10.173 L 64.518 10.173 L 64.518 7.92 L 65.789 7.92 L 65.789 2.368 L 64.618 2.368 L 64.618 0.129 L 69.488 0.129 L 69.488 2.368 L 68.318 2.368 L 68.318 7.92 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 75.769 0 C 77.783 0.014 79.882 1.061 80.368 3.557 L 77.855 3.557 C 77.442 2.696 76.783 2.351 75.769 2.351 C 74.156 2.351 73.285 3.614 73.285 5.148 C 73.285 6.812 74.256 7.903 75.769 7.903 C 76.797 7.903 77.454 7.631 77.912 6.669 L 75.783 6.669 L 75.783 4.445 L 80.511 4.445 C 80.569 5.449 80.569 6.411 80.225 7.385 C 79.511 9.48 77.612 10.283 75.769 10.283 C 73.229 10.283 70.658 8.575 70.644 5.146 C 70.658 1.722 73.229 0 75.769 0 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 86.781 7.92 L 86.781 10.173 L 81.711 10.173 L 81.711 7.92 L 82.981 7.92 L 82.981 2.368 L 81.811 2.368 L 81.811 0.129 L 86.68 0.129 L 86.68 2.368 L 85.51 2.368 L 85.51 7.92 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 87.465 2.424 C 87.465 1.65 87.465 0.889 87.465 0.129 L 94.889 0.129 C 94.889 0.889 94.889 1.65 94.889 2.424 L 92.447 2.424 L 92.447 10.173 C 91.603 10.173 90.763 10.173 89.92 10.173 L 89.92 2.424 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 101.573 8.91 L 97.631 8.91 L 97.045 10.173 L 94.546 10.173 L 94.546 9.8 L 99.044 0 L 100.144 0 L 104.655 9.8 L 104.655 10.173 L 102.157 10.173 Z M 99.59 4.074 L 98.462 6.714 L 100.746 6.714 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 108.53 7.861 L 112.156 7.861 C 112.156 8.722 112.156 9.311 112.156 10.17 C 110.101 10.17 107.988 10.17 105.959 10.17 L 105.959 0.127 C 106.816 0.127 107.659 0.127 108.528 0.127 C 108.53 5.322 108.53 3.586 108.53 7.861 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 7.027 22.209 L 3.085 22.209 L 2.499 23.471 L 0 23.471 L 0 23.098 L 4.5 13.298 L 5.6 13.298 L 10.112 23.098 L 10.112 23.471 L 7.613 23.471 Z M 5.042 17.372 L 3.914 20.012 L 6.198 20.012 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 15.724 13.312 C 17.795 13.312 20.035 14.446 20.422 17.128 C 19.551 17.128 18.781 17.128 17.91 17.128 C 17.552 16.11 16.796 15.65 15.724 15.65 C 14.224 15.65 13.239 16.783 13.239 18.447 C 13.239 19.925 14.21 21.216 15.724 21.23 C 16.81 21.23 17.681 20.686 17.952 19.608 C 18.809 19.608 19.593 19.608 20.465 19.608 C 20.093 22.45 17.851 23.57 15.724 23.57 C 13.183 23.584 10.612 21.861 10.598 18.447 C 10.612 15.035 13.183 13.312 15.724 13.312 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 28.19 22.209 L 24.248 22.209 L 23.662 23.471 L 21.163 23.471 L 21.163 23.098 L 25.663 13.298 L 26.763 13.298 L 31.275 23.098 L 31.275 23.471 L 28.776 23.471 Z M 26.205 17.372 L 25.077 20.012 L 27.361 20.012 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 36.359 23.471 L 32.59 23.471 L 32.59 13.427 L 36.359 13.427 C 42.87 13.456 42.87 23.44 36.359 23.471 Z M 35.144 21.131 L 36.359 21.131 C 39.542 21.131 39.542 15.765 36.359 15.765 L 35.144 15.765 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 49.425 15.722 C 47.94 15.722 47.197 15.722 45.726 15.722 L 45.726 17.142 L 49.123 17.142 C 49.123 17.902 49.123 18.663 49.123 19.423 L 45.726 19.423 C 45.726 20.012 45.726 20.585 45.726 21.188 C 47.197 21.188 48.054 21.188 49.554 21.188 C 49.554 21.934 49.554 22.708 49.554 23.469 C 47.211 23.469 45.499 23.469 43.185 23.469 C 43.185 20.111 43.185 16.755 43.185 13.425 C 45.499 13.425 47.082 13.425 49.425 13.425 C 49.425 14.174 49.425 14.948 49.425 15.722 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 60.576 13.397 L 61.489 13.397 L 61.489 23.469 C 60.618 23.469 59.747 23.469 58.876 23.469 L 58.876 18.991 L 56.749 21.23 L 56.463 21.23 L 54.35 18.991 L 54.35 23.469 C 53.479 23.469 52.608 23.469 51.737 23.469 L 51.737 13.397 L 52.681 13.397 L 56.592 17.759 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 68.774 23.471 L 66.247 23.471 L 66.247 19.252 L 62.891 13.815 L 62.891 13.427 L 65.647 13.427 L 67.459 16.771 L 67.559 16.771 L 69.371 13.427 L 72.141 13.427 L 72.141 13.815 L 68.771 19.252 L 68.771 23.471 Z\" fill=\"rgb(255, 255, 255)\"></path></g><g id=\"ss124048357_41\"><path d=\"M 35.385 18.778 L 35.385 18.771 L 35.378 18.775 Z\" fill=\"rgb(35,178,231)\"></path><path d=\"M 35.378 14.507 L 35.385 14.512 L 35.385 14.505 Z\" fill=\"rgb(35,178,231)\"></path><path d=\"M 17.69 28.514 L 31.153 21.716 L 31.153 17.45 L 17.69 24.248 L 5.558 18.121 L 5.558 22.387 Z\" fill=\"rgb(18,166,91)\"></path><path d=\"M 17.69 35 L 31.153 28.202 L 31.153 23.936 L 17.69 30.734 L 5.558 24.607 L 5.558 28.873 Z\" fill=\"rgb(255,208,37)\"></path><path d=\"M 35.378 8.931 L 17.692 0 L 0.007 8.931 L 0 8.934 L 0 9.933 L 0 13.193 L 0 19.503 L 3.993 21.519 L 3.993 15.209 L 17.692 22.126 L 35.378 13.195 L 35.385 13.193 L 35.385 8.934 Z M 17.69 17.865 L 4.229 11.067 L 17.69 4.269 L 31.151 11.067 Z\" fill=\"rgb(35,178,231)\"></path></g></svg>',svgContentId:124048357},ZNAHb9Wmu:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 36 35\"><g id=\"ss1203616254_41\"><path d=\"M 35.385 18.778 L 35.385 18.771 L 35.378 18.775 Z\" fill=\"rgb(35,178,231)\"></path><path d=\"M 35.378 14.507 L 35.385 14.512 L 35.385 14.505 Z\" fill=\"rgb(35,178,231)\"></path><path d=\"M 17.69 28.514 L 31.153 21.716 L 31.153 17.45 L 17.69 24.248 L 5.558 18.121 L 5.558 22.387 Z\" fill=\"rgb(18,166,91)\"></path><path d=\"M 17.69 35 L 31.153 28.202 L 31.153 23.936 L 17.69 30.734 L 5.558 24.607 L 5.558 28.873 Z\" fill=\"rgb(255,208,37)\"></path><path d=\"M 35.378 8.931 L 17.692 0 L 0.007 8.931 L 0 8.934 L 0 9.933 L 0 13.193 L 0 19.503 L 3.993 21.519 L 3.993 15.209 L 17.692 22.126 L 35.378 13.195 L 35.385 13.193 L 35.385 8.934 Z M 17.69 17.865 L 4.229 11.067 L 17.69 4.269 L 31.151 11.067 Z\" fill=\"rgb(35,178,231)\"></path></g></svg>',svgContentId:1203616254}},baseVariant,gestureVariant)})})})})});});const css=['.framer-idZc7[data-border=\"true\"]::after, .framer-idZc7 [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-idZc7.framer-1kv4p7t, .framer-idZc7 .framer-1kv4p7t { display: block; }\",\".framer-idZc7.framer-qla4m4 { height: 35px; overflow: visible; position: relative; text-decoration: none; width: 155px; }\",\".framer-idZc7 .framer-12oa6fu { flex: none; height: 35px; left: 0px; position: absolute; top: 0px; width: 155px; }\",\".framer-idZc7.framer-v-1w5lgas.framer-qla4m4 { aspect-ratio: 4.427086639404297 / 1; height: var(--framer-aspect-ratio-supported, 35px); width: 155px; }\",\".framer-idZc7.framer-v-1qjyj9l.framer-qla4m4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: center; padding: 0px 0px 0px 0px; width: min-content; }\",\".framer-idZc7.framer-v-1qjyj9l .framer-12oa6fu { left: unset; position: relative; top: unset; width: 36px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-idZc7.framer-v-1qjyj9l.framer-qla4m4 { gap: 0px; } .framer-idZc7.framer-v-1qjyj9l.framer-qla4m4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-idZc7.framer-v-1qjyj9l.framer-qla4m4 > :first-child { margin-left: 0px; } .framer-idZc7.framer-v-1qjyj9l.framer-qla4m4 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 35\n * @framerIntrinsicWidth 155\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ba6Ho6bYg\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZNAHb9Wmu\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Xt_oX4SBN\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerB80DFXsbv=withCSS(Component,css,\"framer-idZc7\");export default FramerB80DFXsbv;FramerB80DFXsbv.displayName=\"logo_jda\";FramerB80DFXsbv.defaultProps={height:35,width:155};addPropertyControls(FramerB80DFXsbv,{variant:{options:[\"I132:299;132:127\",\"ba6Ho6bYg\",\"ZNAHb9Wmu\"],optionTitles:[\"type-light\",\"type-dark\",\"icon\"],title:\"Variant\",type:ControlType.Enum},Xt_oX4SBN:{title:\"Link\",type:ControlType.Link}});addFonts(FramerB80DFXsbv,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerB80DFXsbv\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Xt_oX4SBN\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"155\",\"framerIntrinsicHeight\":\"35\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ba6Ho6bYg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZNAHb9Wmu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./B80DFXsbv.map", "// Generated by Framer (f558e44)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={Ffx4XGLi8:{hover:true}};const cycleOrder=[\"xsyawI1_r\",\"Ffx4XGLi8\"];const serializationHash=\"framer-lcMb7\";const variantClassNames={Ffx4XGLi8:\"framer-v-1czatlq\",xsyawI1_r:\"framer-v-1xqtnb2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={active:\"xsyawI1_r\",inactive:\"Ffx4XGLi8\"};const getProps=({height,id,link,newTab,tap2,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,eVblQmlOZ:newTab!==null&&newTab!==void 0?newTab:props.eVblQmlOZ,f64Ji_iLJ:(_ref=title!==null&&title!==void 0?title:props.f64Ji_iLJ)!==null&&_ref!==void 0?_ref:\"Beranda\",NPkz6cigy:link!==null&&link!==void 0?link:props.NPkz6cigy,TlTX5ZPsE:tap2!==null&&tap2!==void 0?tap2:props.TlTX5ZPsE,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"xsyawI1_r\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,f64Ji_iLJ,NPkz6cigy,eVblQmlOZ,TlTX5ZPsE,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"xsyawI1_r\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap3y9eer=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TlTX5ZPsE){const res=await TlTX5ZPsE(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:NPkz6cigy,openInNewTab:eVblQmlOZ,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1xqtnb2\",className,classNames)} framer-166fvbh`,\"data-framer-name\":\"active\",\"data-highlight\":true,initial:variant,layoutDependency:layoutDependency,layoutId:\"xsyawI1_r\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap3y9eer,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"Ffx4XGLi8-hover\":{\"data-framer-name\":undefined},Ffx4XGLi8:{\"data-framer-name\":\"inactive\"}},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-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8d17633b-afd5-410d-a0df-d61d2aa45075, rgb(23, 23, 23)))\"},children:\"Beranda\"})}),className:\"framer-jux6t8\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"OvmzWn45A\",style:{\"--extracted-r6o4lv\":\"var(--token-8d17633b-afd5-410d-a0df-d61d2aa45075, rgb(23, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:f64Ji_iLJ,variants:{\"Ffx4XGLi8-hover\":{\"--extracted-r6o4lv\":\"var(--token-8d17633b-afd5-410d-a0df-d61d2aa45075, rgb(23, 23, 23))\"},Ffx4XGLi8:{\"--extracted-r6o4lv\":\"var(--token-ca09d656-ed25-415a-a6f5-ec04dc8db879, rgb(64, 64, 64))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Ffx4XGLi8-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8d17633b-afd5-410d-a0df-d61d2aa45075, rgb(23, 23, 23)))\"},children:\"Beranda\"})}),fonts:[\"Inter-Medium\"]},Ffx4XGLi8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca09d656-ed25-415a-a6f5-ec04dc8db879, rgb(64, 64, 64)))\"},children:\"Beranda\"})}),fonts:undefined}},baseVariant,gestureVariant)})})})})});});const css=['.framer-lcMb7[data-border=\"true\"]::after, .framer-lcMb7 [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lcMb7.framer-166fvbh, .framer-lcMb7 .framer-166fvbh { display: block; }\",\".framer-lcMb7.framer-1xqtnb2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 342px; }\",\".framer-lcMb7 .framer-jux6t8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 342px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lcMb7.framer-1xqtnb2 { gap: 0px; } .framer-lcMb7.framer-1xqtnb2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-lcMb7.framer-1xqtnb2 > :first-child { margin-left: 0px; } .framer-lcMb7.framer-1xqtnb2 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 29\n * @framerIntrinsicWidth 342\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Ffx4XGLi8\":{\"layout\":[\"fixed\",\"auto\"]},\"SUzNM_bkx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"f64Ji_iLJ\":\"title\",\"NPkz6cigy\":\"link\",\"eVblQmlOZ\":\"newTab\",\"TlTX5ZPsE\":\"tap2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerpDLWTlLBB=withCSS(Component,css,\"framer-lcMb7\");export default FramerpDLWTlLBB;FramerpDLWTlLBB.displayName=\"overlay_menu_item\";FramerpDLWTlLBB.defaultProps={height:29,width:342};addPropertyControls(FramerpDLWTlLBB,{variant:{options:[\"xsyawI1_r\",\"Ffx4XGLi8\"],optionTitles:[\"active\",\"inactive\"],title:\"Variant\",type:ControlType.Enum},f64Ji_iLJ:{defaultValue:\"Beranda\",displayTextArea:false,title:\"Title\",type:ControlType.String},NPkz6cigy:{title:\"Link\",type:ControlType.Link},eVblQmlOZ:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},TlTX5ZPsE:{title:\"Tap 2\",type:ControlType.EventHandler}});addFonts(FramerpDLWTlLBB,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpDLWTlLBB\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"f64Ji_iLJ\\\":\\\"title\\\",\\\"NPkz6cigy\\\":\\\"link\\\",\\\"eVblQmlOZ\\\":\\\"newTab\\\",\\\"TlTX5ZPsE\\\":\\\"tap2\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ffx4XGLi8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SUzNM_bkx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"29\",\"framerIntrinsicWidth\":\"342\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pDLWTlLBB.map", "// Generated by Framer (f558e44)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={bFXLg8_3S:{hover:true},Qmhw5UUGd:{hover:true}};const cycleOrder=[\"tyiJlpXm2\",\"bFXLg8_3S\",\"Volhv4zcv\",\"Qmhw5UUGd\"];const serializationHash=\"framer-9oCTs\";const variantClassNames={bFXLg8_3S:\"framer-v-5co0j7\",Qmhw5UUGd:\"framer-v-1mstz1f\",tyiJlpXm2:\"framer-v-1euef4s\",Volhv4zcv:\"framer-v-5dsp8w\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"dekstop-active\":\"tyiJlpXm2\",\"dekstop-inactive\":\"bFXLg8_3S\",\"tablet-active\":\"Volhv4zcv\",\"tablet-inactive\":\"Qmhw5UUGd\"};const getProps=({height,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,A2jjbrrpi:link!==null&&link!==void 0?link:props.A2jjbrrpi,OtyOpmsGk:(_ref=title!==null&&title!==void 0?title:props.OtyOpmsGk)!==null&&_ref!==void 0?_ref:\"Beranda\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"tyiJlpXm2\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,OtyOpmsGk,A2jjbrrpi,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"tyiJlpXm2\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:A2jjbrrpi,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1euef4s\",className,classNames)} framer-sswtu0`,\"data-framer-name\":\"dekstop-active\",initial:variant,layoutDependency:layoutDependency,layoutId:\"tyiJlpXm2\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"bFXLg8_3S-hover\":{\"data-framer-name\":undefined},\"Qmhw5UUGd-hover\":{\"data-framer-name\":undefined},bFXLg8_3S:{\"data-framer-name\":\"dekstop-inactive\"},Qmhw5UUGd:{\"data-framer-name\":\"tablet-inactive\"},Volhv4zcv:{\"data-framer-name\":\"tablet-active\"}},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-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8d17633b-afd5-410d-a0df-d61d2aa45075, rgb(23, 23, 23)))\"},children:\"Beranda\"})}),className:\"framer-1lmap5y\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"SOXunP6E9\",style:{\"--extracted-r6o4lv\":\"var(--token-8d17633b-afd5-410d-a0df-d61d2aa45075, rgb(23, 23, 23))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:OtyOpmsGk,variants:{\"bFXLg8_3S-hover\":{\"--extracted-r6o4lv\":\"var(--token-8d17633b-afd5-410d-a0df-d61d2aa45075, rgb(23, 23, 23))\"},\"Qmhw5UUGd-hover\":{\"--extracted-r6o4lv\":\"var(--token-8d17633b-afd5-410d-a0df-d61d2aa45075, rgb(23, 23, 23))\"},bFXLg8_3S:{\"--extracted-r6o4lv\":\"var(--token-ca09d656-ed25-415a-a6f5-ec04dc8db879, rgb(64, 64, 64))\"},Qmhw5UUGd:{\"--extracted-r6o4lv\":\"var(--token-ca09d656-ed25-415a-a6f5-ec04dc8db879, rgb(64, 64, 64))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bFXLg8_3S-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8d17633b-afd5-410d-a0df-d61d2aa45075, rgb(23, 23, 23)))\"},children:\"Beranda\"})}),fonts:[\"Inter-Medium\"]},\"Qmhw5UUGd-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8d17633b-afd5-410d-a0df-d61d2aa45075, rgb(23, 23, 23)))\"},children:\"Beranda\"})}),fonts:[\"Inter-Medium\"]},bFXLg8_3S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca09d656-ed25-415a-a6f5-ec04dc8db879, rgb(64, 64, 64)))\"},children:\"Beranda\"})}),fonts:undefined},Qmhw5UUGd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca09d656-ed25-415a-a6f5-ec04dc8db879, rgb(64, 64, 64)))\"},children:\"Beranda\"})}),fonts:undefined}},baseVariant,gestureVariant)})})})})});});const css=['.framer-9oCTs[data-border=\"true\"]::after, .framer-9oCTs [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9oCTs.framer-sswtu0, .framer-9oCTs .framer-sswtu0 { display: block; }\",\".framer-9oCTs.framer-1euef4s { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-9oCTs .framer-1lmap5y { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9oCTs.framer-1euef4s { gap: 0px; } .framer-9oCTs.framer-1euef4s > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-9oCTs.framer-1euef4s > :first-child { margin-left: 0px; } .framer-9oCTs.framer-1euef4s > :last-child { margin-right: 0px; } }\",\".framer-9oCTs.framer-v-5dsp8w.framer-1euef4s, .framer-9oCTs.framer-v-1mstz1f.framer-1euef4s { padding: 0px 16px 0px 16px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22.5\n * @framerIntrinsicWidth 108.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"bFXLg8_3S\":{\"layout\":[\"auto\",\"auto\"]},\"Volhv4zcv\":{\"layout\":[\"auto\",\"auto\"]},\"Qmhw5UUGd\":{\"layout\":[\"auto\",\"auto\"]},\"wUYE6RQJV\":{\"layout\":[\"auto\",\"auto\"]},\"OrBdWObGm\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"OtyOpmsGk\":\"title\",\"A2jjbrrpi\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerEk5VGo0fE=withCSS(Component,css,\"framer-9oCTs\");export default FramerEk5VGo0fE;FramerEk5VGo0fE.displayName=\"top_menu_item\";FramerEk5VGo0fE.defaultProps={height:22.5,width:108.5};addPropertyControls(FramerEk5VGo0fE,{variant:{options:[\"tyiJlpXm2\",\"bFXLg8_3S\",\"Volhv4zcv\",\"Qmhw5UUGd\"],optionTitles:[\"dekstop-active\",\"dekstop-inactive\",\"tablet-active\",\"tablet-inactive\"],title:\"Variant\",type:ControlType.Enum},OtyOpmsGk:{defaultValue:\"Beranda\",displayTextArea:false,title:\"Title\",type:ControlType.String},A2jjbrrpi:{title:\"Link\",type:ControlType.Link}});addFonts(FramerEk5VGo0fE,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEk5VGo0fE\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"108.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bFXLg8_3S\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Volhv4zcv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Qmhw5UUGd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wUYE6RQJV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OrBdWObGm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"22.5\",\"framerVariables\":\"{\\\"OtyOpmsGk\\\":\\\"title\\\",\\\"A2jjbrrpi\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ek5VGo0fE.map", "// Generated by Framer (f558e44)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Anim_arrow_right from\"https://framerusercontent.com/modules/RUgeotUs9nDEVZQMLmwo/o3BVFNzMivXVxKbTTgIg/tmcNOyRZY.js\";const Anim_arrow_rightFonts=getFonts(Anim_arrow_right);const enabledGestures={pgRVlcMKo:{hover:true},Td9NAdtr4:{hover:true}};const cycleOrder=[\"Td9NAdtr4\",\"pgRVlcMKo\"];const serializationHash=\"framer-IcY7c\";const variantClassNames={pgRVlcMKo:\"framer-v-5zn938\",Td9NAdtr4:\"framer-v-1fiipri\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={dark:\"Td9NAdtr4\",light:\"pgRVlcMKo\"};const getProps=({height,id,link,newTab,showIcon,smoothScroll,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,FNyciTSVY:(_ref=title!==null&&title!==void 0?title:props.FNyciTSVY)!==null&&_ref!==void 0?_ref:\"Daftar Sekarang\",FvekwtTU7:(_ref1=showIcon!==null&&showIcon!==void 0?showIcon:props.FvekwtTU7)!==null&&_ref1!==void 0?_ref1:true,ntq3tkyxa:newTab!==null&&newTab!==void 0?newTab:props.ntq3tkyxa,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"Td9NAdtr4\",XlUBCzM9Q:link!==null&&link!==void 0?link:props.XlUBCzM9Q,yvtp27SAq:smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.yvtp27SAq};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,FNyciTSVY,XlUBCzM9Q,ntq3tkyxa,yvtp27SAq,FvekwtTU7,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Td9NAdtr4\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:XlUBCzM9Q,openInNewTab:ntq3tkyxa,smoothScroll:yvtp27SAq,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1fiipri\",className,classNames)} framer-cfanc5`,\"data-framer-name\":\"dark\",initial:variant,layoutDependency:layoutDependency,layoutId:\"Td9NAdtr4\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-c1632d65-fb44-4949-997e-9ed337c331a4, rgb(29, 29, 53))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{\"pgRVlcMKo-hover\":{backgroundColor:\"rgb(11, 120, 85)\"},\"Td9NAdtr4-hover\":{backgroundColor:\"rgb(25, 25, 46)\"},pgRVlcMKo:{backgroundColor:\"var(--token-aa7b4944-b526-460c-b750-95c10fb80ea0, rgb(16, 143, 90))\"}},...addPropertyOverrides({\"pgRVlcMKo-hover\":{\"data-framer-name\":undefined},\"Td9NAdtr4-hover\":{\"data-framer-name\":undefined},pgRVlcMKo:{\"data-framer-name\":\"light\"}},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-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1e21f9bd-3d44-4ee3-b2f3-a1984e203218, rgb(255, 255, 255)))\"},children:\"Daftar Sekarang\"})}),className:\"framer-1vo5s33\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"LAXe2vOc3\",style:{\"--extracted-r6o4lv\":\"var(--token-1e21f9bd-3d44-4ee3-b2f3-a1984e203218, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:FNyciTSVY,verticalAlignment:\"top\",withExternalLayout:true}),FvekwtTU7&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hm0e9q-container\",layoutDependency:layoutDependency,layoutId:\"Hie5NpqYi-container\",children:/*#__PURE__*/_jsx(Anim_arrow_right,{height:\"100%\",id:\"Hie5NpqYi\",layoutId:\"Hie5NpqYi\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]})})})});});const css=['.framer-IcY7c[data-border=\"true\"]::after, .framer-IcY7c [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IcY7c.framer-cfanc5, .framer-IcY7c .framer-cfanc5 { display: block; }\",\".framer-IcY7c.framer-1fiipri { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: center; overflow: hidden; padding: 10px 14px 10px 14px; position: relative; text-decoration: none; width: auto; will-change: var(--framer-will-change-override, transform); }\",\".framer-IcY7c .framer-1vo5s33 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-IcY7c .framer-1hm0e9q-container { flex: none; height: 20px; position: relative; width: 21px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IcY7c.framer-1fiipri { gap: 0px; } .framer-IcY7c.framer-1fiipri > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-IcY7c.framer-1fiipri > :first-child { margin-left: 0px; } .framer-IcY7c.framer-1fiipri > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 171\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"pgRVlcMKo\":{\"layout\":[\"auto\",\"auto\"]},\"DQLvxYlLU\":{\"layout\":[\"auto\",\"auto\"]},\"hR0vdzR6U\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"FNyciTSVY\":\"title\",\"XlUBCzM9Q\":\"link\",\"ntq3tkyxa\":\"newTab\",\"yvtp27SAq\":\"smoothScroll\",\"FvekwtTU7\":\"showIcon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerZoS4Cf77e=withCSS(Component,css,\"framer-IcY7c\");export default FramerZoS4Cf77e;FramerZoS4Cf77e.displayName=\"btn_primary_condensed\";FramerZoS4Cf77e.defaultProps={height:42,width:171};addPropertyControls(FramerZoS4Cf77e,{variant:{options:[\"Td9NAdtr4\",\"pgRVlcMKo\"],optionTitles:[\"dark\",\"light\"],title:\"Variant\",type:ControlType.Enum},FNyciTSVY:{defaultValue:\"Daftar Sekarang\",displayTextArea:false,title:\"Title\",type:ControlType.String},XlUBCzM9Q:{title:\"Link\",type:ControlType.Link},ntq3tkyxa:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},yvtp27SAq:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean},FvekwtTU7:{defaultValue:true,title:\"Show Icon\",type:ControlType.Boolean}});addFonts(FramerZoS4Cf77e,[...Anim_arrow_rightFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZoS4Cf77e\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"FNyciTSVY\\\":\\\"title\\\",\\\"XlUBCzM9Q\\\":\\\"link\\\",\\\"ntq3tkyxa\\\":\\\"newTab\\\",\\\"yvtp27SAq\\\":\\\"smoothScroll\\\",\\\"FvekwtTU7\\\":\\\"showIcon\\\"}\",\"framerIntrinsicHeight\":\"42\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pgRVlcMKo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DQLvxYlLU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hR0vdzR6U\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"171\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZoS4Cf77e.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export function mailTo(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,onClick:()=>{window.location.href=\"mailto:digitalacademy@jabarprov.go.id?subject=Pertanyaan%20seputar%20Jabar%20Digital%20Academy\";}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"mailTo\":{\"type\":\"reactHoc\",\"name\":\"mailTo\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mailto.map", "// Generated by Framer (f558e44)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={h9F6sK0Wo:{hover:true}};const cycleOrder=[\"h9F6sK0Wo\"];const serializationHash=\"framer-UGGZx\";const variantClassNames={h9F6sK0Wo:\"framer-v-1v9aqzo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({height,id,link,newTab,title,width,...props})=>{var _ref;return{...props,BkLiKkxKx:newTab!==null&&newTab!==void 0?newTab:props.BkLiKkxKx,gSwqUR40U:(_ref=title!==null&&title!==void 0?title:props.gSwqUR40U)!==null&&_ref!==void 0?_ref:\"Beranda\",JunAvM1Sb:link!==null&&link!==void 0?link:props.JunAvM1Sb};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,gSwqUR40U,JunAvM1Sb,BkLiKkxKx,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"h9F6sK0Wo\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:JunAvM1Sb,openInNewTab:BkLiKkxKx,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1v9aqzo\",className,classNames)} framer-1xksysx`,\"data-framer-name\":\"Variant 1\",initial:variant,layoutDependency:layoutDependency,layoutId:\"h9F6sK0Wo\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"h9F6sK0Wo-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-98e8ad90-592d-4a40-8fb2-12186d574681, rgba(255, 255, 255, 0.6)))\"},children:\"Beranda\"})}),className:\"framer-1cx3yo1\",layoutDependency:layoutDependency,layoutId:\"rr_nNI1SI\",style:{\"--extracted-r6o4lv\":\"var(--token-98e8ad90-592d-4a40-8fb2-12186d574681, rgba(255, 255, 255, 0.6))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:gSwqUR40U,variants:{\"h9F6sK0Wo-hover\":{\"--extracted-r6o4lv\":\"var(--token-1e21f9bd-3d44-4ee3-b2f3-a1984e203218, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"h9F6sK0Wo-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1e21f9bd-3d44-4ee3-b2f3-a1984e203218, rgb(255, 255, 255)))\"},children:\"Beranda\"})})}},baseVariant,gestureVariant)})})})})});});const css=['.framer-UGGZx[data-border=\"true\"]::after, .framer-UGGZx [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UGGZx.framer-1xksysx, .framer-UGGZx .framer-1xksysx { display: block; }\",\".framer-UGGZx.framer-1v9aqzo { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-UGGZx .framer-1cx3yo1 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UGGZx.framer-1v9aqzo { gap: 0px; } .framer-UGGZx.framer-1v9aqzo > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-UGGZx.framer-1v9aqzo > :first-child { margin-top: 0px; } .framer-UGGZx.framer-1v9aqzo > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 59\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"CKbLV5T95\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"gSwqUR40U\":\"title\",\"JunAvM1Sb\":\"link\",\"BkLiKkxKx\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerDMBpPy0tJ=withCSS(Component,css,\"framer-UGGZx\");export default FramerDMBpPy0tJ;FramerDMBpPy0tJ.displayName=\"footer_menu_item\";FramerDMBpPy0tJ.defaultProps={height:22,width:59};addPropertyControls(FramerDMBpPy0tJ,{gSwqUR40U:{defaultValue:\"Beranda\",displayTextArea:false,title:\"Title\",type:ControlType.String},JunAvM1Sb:{title:\"Link\",type:ControlType.Link},BkLiKkxKx:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerDMBpPy0tJ,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDMBpPy0tJ\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"gSwqUR40U\\\":\\\"title\\\",\\\"JunAvM1Sb\\\":\\\"link\\\",\\\"BkLiKkxKx\\\":\\\"newTab\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CKbLV5T95\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"59\",\"framerIntrinsicHeight\":\"22\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DMBpPy0tJ.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "l", "o", "a", "n", "defaultEvents", "ControlType", "findByArray", "arr", "search", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "l", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "defaultEvents", "HeroFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "transitions", "transition1", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "serializationHash", "MotionDivWithFX", "Icon", "css", "FramertmcNOyRZY", "withCSS", "tmcNOyRZY_default", "addFonts", "HeroFonts", "toTop", "Component", "props", "p", "window", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "link", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Xt_oX4SBN", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "motion", "cx", "SVG", "css", "FramerB80DFXsbv", "withCSS", "B80DFXsbv_default", "addPropertyControls", "ControlType", "addFonts", "pDLWTlLBB_exports", "__export", "__FramerMetadata__", "pDLWTlLBB_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "link", "newTab", "tap2", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "f64Ji_iLJ", "NPkz6cigy", "eVblQmlOZ", "TlTX5ZPsE", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3y9eer", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "motion", "cx", "RichText", "x", "css", "FramerpDLWTlLBB", "withCSS", "pDLWTlLBB_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "Ek5VGo0fE_exports", "__export", "__FramerMetadata__", "Ek5VGo0fE_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "OtyOpmsGk", "A2jjbrrpi", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "motion", "cx", "RichText", "x", "css", "FramerEk5VGo0fE", "withCSS", "Ek5VGo0fE_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "Anim_arrow_rightFonts", "getFonts", "tmcNOyRZY_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "link", "newTab", "showIcon", "smoothScroll", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "FNyciTSVY", "XlUBCzM9Q", "ntq3tkyxa", "yvtp27SAq", "FvekwtTU7", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "motion", "cx", "RichText", "x", "css", "FramerZoS4Cf77e", "withCSS", "ZoS4Cf77e_default", "addPropertyControls", "ControlType", "addFonts", "mailTo", "Component", "props", "p", "window", "DMBpPy0tJ_exports", "__export", "__FramerMetadata__", "DMBpPy0tJ_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "link", "newTab", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "gSwqUR40U", "JunAvM1Sb", "BkLiKkxKx", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "motion", "cx", "RichText", "x", "css", "FramerDMBpPy0tJ", "withCSS", "DMBpPy0tJ_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__"]
}
