{"version":3,"file":"shared-lib.DxL4RAlr.mjs","names":["iconKeys","lowercaseIconKeyPairs","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","Component","React","addPropertyOverrides","PhosphorFonts","Phosphor","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableEnumMap","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","addPropertyOverrides","PhosphorFonts","Phosphor","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","addPropertyOverrides","PhosphorFonts","Phosphor","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableEnumMap","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","Logo","NavigationBarMenuDropdown","NavigatinBarSelectDropdown","Phosphor","ButtonDefault","className","_Fragment"],"sources":["https:/framer.com/m/framer/icon-nullstate.js@0.7.0","https:/framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js","https:/framerusercontent.com/modules/1kATHgQ8C6G9hHvz3Kd2/IoruX20KJbi1SW9Av4Po/NDVjx7ubM.js","https:/framerusercontent.com/modules/iQJyYoxvK3Ub1alWZg6h/kNNsaYYvSEmumRE8Ds2x/dsQloybif.js","https:/framer.com/m/phosphor-icons/House.js@0.0.53","https:/framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js","https:/framerusercontent.com/modules/rgdSWPW92MGE780fu3lE/oMXtEbLWUMIDXRpezG8Z/C7fnbWZRc.js","https:/framerusercontent.com/modules/PmBk3h3rARyx6tgBxLRt/MdH61HBsepN3YpkzwUqi/nrc088tat.js","https:/framerusercontent.com/modules/vYJcE8SpIQGNTJrhG93v/oaPYVJLKob8WPlj6hfqo/uCZoNq2DV.js","https:/framerusercontent.com/modules/3DyI0XbEIYR6hnF4phm8/hOV8wFVBan7ClgberO1P/xV3Fh54en.js","https:/framerusercontent.com/modules/GWEpqw65jjHBT54FQbUH/TmZhmW5RVbNvBLcTEKqY/uWSB2L5sE.js","https:/framerusercontent.com/modules/hglsvCH0ePqv25K7eeYZ/SthzEfyulDemOq1KPth5/siteMetadata.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","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","// Generated by Framer (c60b0a0)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-nBOtN .framer-styles-preset-zyislt:not(.rich-text-wrapper), .framer-nBOtN .framer-styles-preset-zyislt.rich-text-wrapper a { --framer-link-current-text-color: #7d7d7d; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #c7c7c7; --framer-link-hover-text-decoration: underline; --framer-link-text-decoration: none; }\"];export const className=\"framer-nBOtN\";\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 (8dd9d28)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/1kATHgQ8C6G9hHvz3Kd2/IoruX20KJbi1SW9Av4Po/NDVjx7ubM.js\";const cycleOrder=[\"tj6hWNjv9\",\"ZVyScVHoU\"];const serializationHash=\"framer-n4cPh\";const variantClassNames={tj6hWNjv9:\"framer-v-v7apke\",ZVyScVHoU:\"framer-v-1guv7h7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.3,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"tj6hWNjv9\",Mobile:\"ZVyScVHoU\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"tj6hWNjv9\"};};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:\"tj6hWNjv9\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-v7apke\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"tj6hWNjv9\",ref:refBinding,style:{backgroundColor:\"rgb(0, 0, 0)\",...style},...addPropertyOverrides({ZVyScVHoU:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-j45r29\",\"data-framer-name\":\"Frame 77\",layoutDependency:layoutDependency,layoutId:\"wPHnV8dZj\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"JHY3kcb2c\",scopeId:\"dsQloybif\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-js81fw framer-12x3vqb\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"JHY3kcb2c\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tp1hch\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:44,intrinsicWidth:183,layoutDependency:layoutDependency,layoutId:\"shNf7jW9B\",svg:'<svg width=\"183\" height=\"44\" viewBox=\"0 0 183 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M26.9983 1.07129V19.4567H3.64455V1.07129H0V42.7635H3.64455V23.0995H26.9983V42.7635H30.6428V1.07129H26.9983Z\" fill=\"#EBEDF2\"/>\\n<path d=\"M81.1738 1.07129H84.8184V39.1207H104.413V42.7635H81.1738V1.07129Z\" fill=\"#EBEDF2\"/>\\n<path d=\"M129.117 0.414551C117.212 0.414551 107.564 10.0573 107.564 21.9571C107.564 33.8497 117.212 43.4924 129.117 43.4924C141.016 43.4924 150.67 33.8497 150.67 21.9571C150.67 10.0573 141.016 0.414551 129.117 0.414551ZM129.117 39.8496C119.227 39.8496 111.209 31.8355 111.209 21.9571C111.209 12.0715 119.227 4.05735 129.117 4.05735C139.008 4.05735 147.019 12.0715 147.019 21.9571C147.019 31.8355 139.008 39.8496 129.117 39.8496Z\" fill=\"#EBEDF2\"/>\\n<path d=\"M182.735 31.9424C182.735 38.9708 177.433 43.885 169.836 43.885C162.054 43.885 157.795 38.4423 157.616 38.2137L160.446 36.0351C160.582 36.2066 163.862 40.3137 169.836 40.3137C175.503 40.3137 179.162 37.028 179.162 31.9424C179.162 27.7067 176.797 25.4425 169.772 22.9639C163.155 20.6283 158.095 18.2426 158.095 10.6713C158.095 3.30709 165.148 0 170.151 0C177.397 0 180.713 3.77851 181.649 5.07849L178.812 7.26417C178.733 7.12846 176.532 3.57137 170.151 3.57137C167.385 3.57137 161.668 5.30706 161.668 10.6713C161.668 15.464 164.105 17.1783 170.958 19.5926C176.654 21.6068 182.735 24.3853 182.735 31.9424Z\" fill=\"#EBEDF2\"/>\\n<path d=\"M73.3485 42.7635H69.6682L54.4683 1.07129H58.1485L73.3485 42.7635Z\" fill=\"#EBEDF2\"/>\\n<path d=\"M39.2681 42.7635H42.9483L58.1483 1.07129H54.468L39.2681 42.7635Z\" fill=\"#EBEDF2\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xk2p58\",\"data-framer-name\":\"Frame 80\",layoutDependency:layoutDependency,layoutId:\"LxZbvY93g\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x4vdy\",\"data-framer-name\":\"Frame 82\",layoutDependency:layoutDependency,layoutId:\"PWds9rOus\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gfpetf\",layoutDependency:layoutDependency,layoutId:\"Rc9r6cxmk\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-35eg1p\",\"data-framer-name\":\"Frame 78\",layoutDependency:layoutDependency,layoutId:\"NaryQNxel\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(235, 236, 242))\",\"--framer-text-transform\":\"uppercase\"},children:\"LINKS\"})}),className:\"framer-1fw0a5k\",\"data-framer-name\":\"LINKS\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"xuupVyF95\",style:{\"--extracted-r6o4lv\":\"rgb(235, 236, 242)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xutvl1\",\"data-framer-name\":\"Frame 79\",layoutDependency:layoutDependency,layoutId:\"zgoFhRtRL\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(125, 125, 125))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"G6dIORiEX\"},motionChild:true,nodeId:\"BifVW0fze\",openInNewTab:false,scopeId:\"dsQloybif\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zyislt\",\"data-styles-preset\":\"NDVjx7ubM\",children:\"Entertainment\"})})})}),className:\"framer-ot9kle\",\"data-framer-name\":\"Entertainment\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"BifVW0fze\",style:{\"--extracted-r6o4lv\":\"rgb(125, 125, 125)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(125, 125, 125))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"De6gTa5dk\"},motionChild:true,nodeId:\"P6TVn_Hfg\",openInNewTab:false,scopeId:\"dsQloybif\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zyislt\",\"data-styles-preset\":\"NDVjx7ubM\",children:\"About\"})})})}),className:\"framer-1dhzncl\",\"data-framer-name\":\"About\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"P6TVn_Hfg\",style:{\"--extracted-r6o4lv\":\"rgb(125, 125, 125)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(125, 125, 125))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":leUedKK4n\",webPageId:\"De6gTa5dk\"},motionChild:true,nodeId:\"InJuT5x2Z\",openInNewTab:false,scopeId:\"dsQloybif\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zyislt\",\"data-styles-preset\":\"NDVjx7ubM\",children:\"Contact Us\"})})})}),className:\"framer-1ploud1\",\"data-framer-name\":\"Contact Us\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"InJuT5x2Z\",style:{\"--extracted-r6o4lv\":\"rgb(125, 125, 125)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(125, 125, 125))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UxnAtXpN9\"},motionChild:true,nodeId:\"qO2hTdSba\",openInNewTab:false,scopeId:\"dsQloybif\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zyislt\",\"data-styles-preset\":\"NDVjx7ubM\",children:\"ARTICLE\"})})})}),className:\"framer-1nee4i1\",\"data-framer-name\":\"Contact Us\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"qO2hTdSba\",style:{\"--extracted-r6o4lv\":\"rgb(125, 125, 125)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xia35t\",\"data-framer-name\":\"Frame 80\",layoutDependency:layoutDependency,layoutId:\"k_vVslmd_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(235, 236, 242))\",\"--framer-text-transform\":\"uppercase\"},children:\"Entertainment\"})}),className:\"framer-1izgpoq\",\"data-framer-name\":\"Entertainment\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"c3KyA4ryW\",style:{\"--extracted-r6o4lv\":\"rgb(235, 236, 242)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tbw5es\",\"data-framer-name\":\"Frame 79\",layoutDependency:layoutDependency,layoutId:\"GteK8eCbw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(125, 125, 125))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://new.hwgroup.id/\",motionChild:true,nodeId:\"KROksc_iA\",openInNewTab:true,scopeId:\"dsQloybif\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zyislt\",\"data-styles-preset\":\"NDVjx7ubM\",children:\"EVENTS\"})})})}),className:\"framer-1wsgm03\",\"data-framer-name\":\"Reguler\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"KROksc_iA\",style:{\"--extracted-r6o4lv\":\"rgb(125, 125, 125)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(125, 125, 125))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{cM7UfwbAU:\"revive\"},unresolvedPathSlugs:{cM7UfwbAU:{collectionId:\"evd25tNtD\",collectionItemId:\"BeHhvrzcO\"}},webPageId:\"T86zeq7DY\"},motionChild:true,nodeId:\"E2hQB7ozN\",openInNewTab:false,scopeId:\"dsQloybif\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zyislt\",\"data-styles-preset\":\"NDVjx7ubM\",children:\"Revive\"})})})}),className:\"framer-1ryptrn\",\"data-framer-name\":\"Revive\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"E2hQB7ozN\",style:{\"--extracted-r6o4lv\":\"rgb(125, 125, 125)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(125, 125, 125))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{cM7UfwbAU:\"locofella\"},unresolvedPathSlugs:{cM7UfwbAU:{collectionId:\"evd25tNtD\",collectionItemId:\"rSBwhk63r\"}},webPageId:\"T86zeq7DY\"},motionChild:true,nodeId:\"kjted9E5K\",openInNewTab:false,scopeId:\"dsQloybif\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zyislt\",\"data-styles-preset\":\"NDVjx7ubM\",children:\"LOCO FELLA\"})})})}),className:\"framer-1s1udcm\",\"data-framer-name\":\"Loco Fella\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"kjted9E5K\",style:{\"--extracted-r6o4lv\":\"rgb(125, 125, 125)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(125, 125, 125))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{cM7UfwbAU:\"reload\"},unresolvedPathSlugs:{cM7UfwbAU:{collectionId:\"evd25tNtD\",collectionItemId:\"RWJM1jATZ\"}},webPageId:\"T86zeq7DY\"},motionChild:true,nodeId:\"t22XqjJqi\",openInNewTab:false,scopeId:\"dsQloybif\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zyislt\",\"data-styles-preset\":\"NDVjx7ubM\",children:\"RELOAD\"})})})}),className:\"framer-1bttuap\",\"data-framer-name\":\"Reload\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"t22XqjJqi\",style:{\"--extracted-r6o4lv\":\"rgb(125, 125, 125)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ulqbip\",layoutDependency:layoutDependency,layoutId:\"xyn_LDnzA\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-155v77j\",\"data-framer-name\":\"Frame 79\",layoutDependency:layoutDependency,layoutId:\"xa5KNKqE_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(235, 236, 242))\",\"--framer-text-transform\":\"uppercase\"},children:\"Management\"})}),className:\"framer-cmae1k\",\"data-framer-name\":\"Management\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"oZJBXuhCH\",style:{\"--extracted-r6o4lv\":\"rgb(235, 236, 242)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dqqmr2\",\"data-framer-name\":\"Frame 79\",layoutDependency:layoutDependency,layoutId:\"DnpKSLlv8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(125, 125, 125))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"l49gSN032\"},motionChild:true,nodeId:\"RexzJ_6gf\",openInNewTab:false,scopeId:\"dsQloybif\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-zyislt\",\"data-styles-preset\":\"NDVjx7ubM\",children:\"Talent Pool\"})})})}),className:\"framer-1kr57iy\",\"data-framer-name\":\"Our Talent Pool\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"RexzJ_6gf\",style:{\"--extracted-r6o4lv\":\"rgb(125, 125, 125)\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13vvmrv\",\"data-framer-name\":\"Frame 85\",layoutDependency:layoutDependency,layoutId:\"kNJXVG9Sf\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/halos.mgmtandagency/\",motionChild:true,nodeId:\"jd9Qzx2Zw\",openInNewTab:true,scopeId:\"dsQloybif\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-19aus03 framer-12x3vqb\",layoutDependency:layoutDependency,layoutId:\"jd9Qzx2Zw\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-yrfe9y\",\"data-framer-name\":\"Frame 83\",layoutDependency:layoutDependency,layoutId:\"WdfECyrBk\",style:{backgroundColor:\"rgb(234, 234, 234)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9p3o4l\",\"data-framer-name\":\"InstagramLogo\",layoutDependency:layoutDependency,layoutId:\"mpTUrhxxh\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-11rootd\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"Vt621faxt\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8 4.625C7.33249 4.625 6.67997 4.82294 6.12495 5.19379C5.56993 5.56464 5.13735 6.09174 4.88191 6.70844C4.62646 7.32514 4.55962 8.00374 4.68985 8.65843C4.82008 9.31312 5.14151 9.91448 5.61351 10.3865C6.08552 10.8585 6.68688 11.1799 7.34157 11.3102C7.99626 11.4404 8.67486 11.3735 9.29156 11.1181C9.90826 10.8626 10.4354 10.4301 10.8062 9.87505C11.1771 9.32003 11.375 8.66751 11.375 8C11.3741 7.10518 11.0182 6.24728 10.3855 5.61454C9.75272 4.98181 8.89482 4.62593 8 4.625ZM8 10.25C7.55499 10.25 7.11998 10.118 6.74997 9.87081C6.37996 9.62357 6.09157 9.27217 5.92127 8.86104C5.75097 8.4499 5.70642 7.9975 5.79323 7.56105C5.88005 7.12459 6.09434 6.72368 6.40901 6.40901C6.72368 6.09434 7.12459 5.88005 7.56105 5.79323C7.9975 5.70642 8.4499 5.75097 8.86104 5.92127C9.27217 6.09157 9.62357 6.37996 9.87081 6.74997C10.118 7.11998 10.25 7.55499 10.25 8C10.25 8.59674 10.0129 9.16903 9.59099 9.59099C9.16903 10.0129 8.59674 10.25 8 10.25ZM11.375 0.6875H4.625C3.58105 0.688617 2.58018 1.10382 1.842 1.842C1.10382 2.58018 0.688617 3.58105 0.6875 4.625V11.375C0.688617 12.4189 1.10382 13.4198 1.842 14.158C2.58018 14.8962 3.58105 15.3114 4.625 15.3125H11.375C12.4189 15.3114 13.4198 14.8962 14.158 14.158C14.8962 13.4198 15.3114 12.4189 15.3125 11.375V4.625C15.3114 3.58105 14.8962 2.58018 14.158 1.842C13.4198 1.10382 12.4189 0.688617 11.375 0.6875ZM14.1875 11.375C14.1875 12.1209 13.8912 12.8363 13.3637 13.3637C12.8363 13.8912 12.1209 14.1875 11.375 14.1875H4.625C3.87908 14.1875 3.16371 13.8912 2.63626 13.3637C2.10882 12.8363 1.8125 12.1209 1.8125 11.375V4.625C1.8125 3.87908 2.10882 3.16371 2.63626 2.63626C3.16371 2.10882 3.87908 1.8125 4.625 1.8125H11.375C12.1209 1.8125 12.8363 2.10882 13.3637 2.63626C13.8912 3.16371 14.1875 3.87908 14.1875 4.625V11.375ZM12.5 4.34375C12.5 4.51063 12.4505 4.67376 12.3578 4.81251C12.2651 4.95127 12.1333 5.05941 11.9791 5.12327C11.825 5.18713 11.6553 5.20384 11.4916 5.17129C11.328 5.13873 11.1776 5.05837 11.0596 4.94037C10.9416 4.82237 10.8613 4.67203 10.8287 4.50836C10.7962 4.34469 10.8129 4.17504 10.8767 4.02086C10.9406 3.86669 11.0487 3.73491 11.1875 3.6422C11.3262 3.54948 11.4894 3.5 11.6562 3.5C11.88 3.5 12.0946 3.58889 12.2529 3.74713C12.4111 3.90536 12.5 4.11997 12.5 4.34375Z\" fill=\"#14161A\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif'},children:\"@\"}),\"halos.mgmtandagency\"]})}),className:\"framer-16116q5\",\"data-framer-name\":\"HIT US ON SOCIAL MEDIA\",fonts:[\"GF;Poppins-regular\",\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"KbsuuCsIX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/halos.entertainment/\",motionChild:true,nodeId:\"PPEZoF_Gn\",scopeId:\"dsQloybif\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-15hv5dn framer-12x3vqb\",layoutDependency:layoutDependency,layoutId:\"PPEZoF_Gn\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8tydj3\",\"data-framer-name\":\"Frame 83\",layoutDependency:layoutDependency,layoutId:\"YYzSGpnoM\",style:{backgroundColor:\"rgb(234, 234, 234)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-scmcib\",\"data-framer-name\":\"InstagramLogo\",layoutDependency:layoutDependency,layoutId:\"lD21UytT8\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xsepvy\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"dyBAuixTz\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8 4.625C7.33249 4.625 6.67997 4.82294 6.12495 5.19379C5.56993 5.56464 5.13735 6.09174 4.88191 6.70844C4.62646 7.32514 4.55962 8.00374 4.68985 8.65843C4.82008 9.31312 5.14151 9.91448 5.61351 10.3865C6.08552 10.8585 6.68688 11.1799 7.34157 11.3102C7.99626 11.4404 8.67486 11.3735 9.29156 11.1181C9.90826 10.8626 10.4354 10.4301 10.8062 9.87505C11.1771 9.32003 11.375 8.66751 11.375 8C11.3741 7.10518 11.0182 6.24728 10.3855 5.61454C9.75272 4.98181 8.89482 4.62593 8 4.625ZM8 10.25C7.55499 10.25 7.11998 10.118 6.74997 9.87081C6.37996 9.62357 6.09157 9.27217 5.92127 8.86104C5.75097 8.4499 5.70642 7.9975 5.79323 7.56105C5.88005 7.12459 6.09434 6.72368 6.40901 6.40901C6.72368 6.09434 7.12459 5.88005 7.56105 5.79323C7.9975 5.70642 8.4499 5.75097 8.86104 5.92127C9.27217 6.09157 9.62357 6.37996 9.87081 6.74997C10.118 7.11998 10.25 7.55499 10.25 8C10.25 8.59674 10.0129 9.16903 9.59099 9.59099C9.16903 10.0129 8.59674 10.25 8 10.25ZM11.375 0.6875H4.625C3.58105 0.688617 2.58018 1.10382 1.842 1.842C1.10382 2.58018 0.688617 3.58105 0.6875 4.625V11.375C0.688617 12.4189 1.10382 13.4198 1.842 14.158C2.58018 14.8962 3.58105 15.3114 4.625 15.3125H11.375C12.4189 15.3114 13.4198 14.8962 14.158 14.158C14.8962 13.4198 15.3114 12.4189 15.3125 11.375V4.625C15.3114 3.58105 14.8962 2.58018 14.158 1.842C13.4198 1.10382 12.4189 0.688617 11.375 0.6875ZM14.1875 11.375C14.1875 12.1209 13.8912 12.8363 13.3637 13.3637C12.8363 13.8912 12.1209 14.1875 11.375 14.1875H4.625C3.87908 14.1875 3.16371 13.8912 2.63626 13.3637C2.10882 12.8363 1.8125 12.1209 1.8125 11.375V4.625C1.8125 3.87908 2.10882 3.16371 2.63626 2.63626C3.16371 2.10882 3.87908 1.8125 4.625 1.8125H11.375C12.1209 1.8125 12.8363 2.10882 13.3637 2.63626C13.8912 3.16371 14.1875 3.87908 14.1875 4.625V11.375ZM12.5 4.34375C12.5 4.51063 12.4505 4.67376 12.3578 4.81251C12.2651 4.95127 12.1333 5.05941 11.9791 5.12327C11.825 5.18713 11.6553 5.20384 11.4916 5.17129C11.328 5.13873 11.1776 5.05837 11.0596 4.94037C10.9416 4.82237 10.8613 4.67203 10.8287 4.50836C10.7962 4.34469 10.8129 4.17504 10.8767 4.02086C10.9406 3.86669 11.0487 3.73491 11.1875 3.6422C11.3262 3.54948 11.4894 3.5 11.6562 3.5C11.88 3.5 12.0946 3.58889 12.2529 3.74713C12.4111 3.90536 12.5 4.11997 12.5 4.34375Z\" fill=\"#14161A\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif'},children:\"@\"}),\"halos.entertainment\"]})}),className:\"framer-10wpb9k\",\"data-framer-name\":\"HIT US ON SOCIAL MEDIA\",fonts:[\"GF;Poppins-regular\",\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"QVlYsCG30\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(235, 236, 242))\",\"--framer-text-transform\":\"uppercase\"},children:\"Copyright \\xa9 halos 2025. all right reserved.\"})}),className:\"framer-1c0fkfu\",\"data-framer-name\":\"Copyright \\xa9 halos management 2023. all right reserved.\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"AEJ6BAObu\",style:{\"--extracted-r6o4lv\":\"rgb(235, 236, 242)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZVyScVHoU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(235, 236, 242))\",\"--framer-text-transform\":\"uppercase\"},children:\"Copyright \\xa9 halos 2025. all right reserved.\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-n4cPh.framer-12x3vqb, .framer-n4cPh .framer-12x3vqb { display: block; }\",\".framer-n4cPh.framer-v7apke { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 48px 60px 48px 60px; position: relative; width: 1200px; }\",\".framer-n4cPh .framer-j45r29 { align-content: flex-start; align-items: flex-start; 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-n4cPh .framer-js81fw { aspect-ratio: 4.155844254927202 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 44px); overflow: visible; position: relative; text-decoration: none; width: 183px; }\",\".framer-n4cPh .framer-1tp1hch { flex: none; height: 44px; left: 0px; position: absolute; top: 0px; width: 183px; }\",\".framer-n4cPh .framer-xk2p58 { align-content: flex-end; align-items: flex-end; 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-n4cPh .framer-x4vdy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-n4cPh .framer-gfpetf, .framer-n4cPh .framer-ulqbip { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-n4cPh .framer-35eg1p, .framer-n4cPh .framer-155v77j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-n4cPh .framer-1fw0a5k, .framer-n4cPh .framer-ot9kle, .framer-n4cPh .framer-1dhzncl, .framer-n4cPh .framer-1ploud1, .framer-n4cPh .framer-1nee4i1, .framer-n4cPh .framer-1izgpoq, .framer-n4cPh .framer-1wsgm03, .framer-n4cPh .framer-1ryptrn, .framer-n4cPh .framer-1s1udcm, .framer-n4cPh .framer-1bttuap, .framer-n4cPh .framer-cmae1k, .framer-n4cPh .framer-1kr57iy, .framer-n4cPh .framer-16116q5, .framer-n4cPh .framer-10wpb9k, .framer-n4cPh .framer-1c0fkfu { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-n4cPh .framer-xutvl1, .framer-n4cPh .framer-1tbw5es, .framer-n4cPh .framer-1dqqmr2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-n4cPh .framer-1xia35t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 150px; }\",\".framer-n4cPh .framer-13vvmrv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-n4cPh .framer-19aus03, .framer-n4cPh .framer-15hv5dn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 34px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-n4cPh .framer-yrfe9y, .framer-n4cPh .framer-8tydj3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-n4cPh .framer-9p3o4l, .framer-n4cPh .framer-scmcib { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 18px); overflow: visible; position: relative; width: 18px; }\",\".framer-n4cPh .framer-11rootd, .framer-n4cPh .framer-1xsepvy { bottom: 2px; flex: none; left: 1px; position: absolute; right: 2px; top: 1px; }\",\".framer-n4cPh.framer-v-1guv7h7.framer-v7apke { height: 539px; padding: 48px 24px 48px 24px; width: 390px; }\",\".framer-n4cPh.framer-v-1guv7h7 .framer-j45r29 { flex-direction: column; gap: 24px; justify-content: flex-start; }\",\".framer-n4cPh.framer-v-1guv7h7 .framer-xk2p58 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 48px; justify-content: flex-start; }\",\".framer-n4cPh.framer-v-1guv7h7 .framer-x4vdy { flex-wrap: wrap; gap: 24px; width: 100%; }\",\".framer-n4cPh.framer-v-1guv7h7 .framer-gfpetf { gap: 24px; height: 95px; }\",\".framer-n4cPh.framer-v-1guv7h7 .framer-35eg1p { width: 150px; }\",\".framer-n4cPh.framer-v-1guv7h7 .framer-ulqbip { gap: 24px; }\",\".framer-n4cPh.framer-v-1guv7h7 .framer-13vvmrv { gap: 12px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 345\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZVyScVHoU\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerdsQloybif=withCSS(Component,css,\"framer-n4cPh\");export default FramerdsQloybif;FramerdsQloybif.displayName=\"Footer\";FramerdsQloybif.defaultProps={height:345,width:1200};addPropertyControls(FramerdsQloybif,{variant:{options:[\"tj6hWNjv9\",\"ZVyScVHoU\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerdsQloybif,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdsQloybif\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZVyScVHoU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"345\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dsQloybif.map","let Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const weights = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M221.56,100.85,141.61,25.38l-.16-.15a19.93,19.93,0,0,0-26.91,0l-.17.15L34.44,100.85A20.07,20.07,0,0,0,28,115.55V208a20,20,0,0,0,20,20H96a20,20,0,0,0,20-20V164h24v44a20,20,0,0,0,20,20h48a20,20,0,0,0,20-20V115.55A20.07,20.07,0,0,0,221.56,100.85ZM204,204H164V160a20,20,0,0,0-20-20H112a20,20,0,0,0-20,20v44H52V117.28l76-71.75,76,71.75Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,115.54V208a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.54a8,8,0,0,1,2.62-5.92l80-75.54a8,8,0,0,1,10.77,0l80,75.54A8,8,0,0,1,216,115.54Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,115.55V208a16,16,0,0,1-16,16H168a16,16,0,0,1-16-16V168a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v40a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V115.55a16,16,0,0,1,5.17-11.78l80-75.48.11-.11a16,16,0,0,1,21.53,0,1.14,1.14,0,0,0,.11.11l80,75.48A16,16,0,0,1,224,115.55Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.47,105.24l-80-75.5-.09-.08a13.94,13.94,0,0,0-18.83,0l-.09.08-80,75.5A14,14,0,0,0,34,115.55V208a14,14,0,0,0,14,14H96a14,14,0,0,0,14-14V160a2,2,0,0,1,2-2h32a2,2,0,0,1,2,2v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V115.55A14,14,0,0,0,217.47,105.24ZM210,208a2,2,0,0,1-2,2H160a2,2,0,0,1-2-2V160a14,14,0,0,0-14-14H112a14,14,0,0,0-14,14v48a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V115.55a2,2,0,0,1,.65-1.48l.09-.08,79.94-75.48a2,2,0,0,1,2.63,0L209.26,114l.08.08a2,2,0,0,1,.66,1.48Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.13,106.72,136.07,31.13a12,12,0,0,0-16.2.05L39.93,106.67A12,12,0,0,0,36,115.54V208a12,12,0,0,0,12,12H96a12,12,0,0,0,12-12V160a4,4,0,0,1,4-4h32a4,4,0,0,1,4,4v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V115.54A12,12,0,0,0,216.13,106.72ZM212,208a4,4,0,0,1-4,4H160a4,4,0,0,1-4-4V160a12,12,0,0,0-12-12H112a12,12,0,0,0-12,12v48a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V115.54a4.09,4.09,0,0,1,1.36-3L125.3,37.05a4,4,0,0,1,5.33,0l80.06,75.58a4,4,0,0,1,1.31,3Z\" }))\n      ]\n    ]);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, weights.get(props.weight)));\n    House.displayName = \"House\";\n    Component = House;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n","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 HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.53\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"AddressBook\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Baby\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"BezierCurve\",\"Bicycle\",\"Binoculars\",\"Bird\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"BoundingBox\",\"BowlFood\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Buildings\",\"Bus\",\"Butterfly\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarPlus\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleText\",\"ChatDots\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checks\",\"Church\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCounterClockwise\",\"ClockCountdown\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"Command\",\"Compass\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"Cpu\",\"CreditCard\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSpeaker\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"DribbbleLogo\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"Fan\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileCloud\",\"FileCode\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"Footprints\",\"ForkKnife\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeStand\",\"Goggles\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GridFour\",\"GridNine\",\"Guitar\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandCoins\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"Hash\",\"HashStraight\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighHeel\",\"HighlighterCircle\",\"Hoodie\",\"Horse\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Jeep\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"Laptop\",\"Layout\",\"Leaf\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"MapPin\",\"MapPinLine\",\"MapTrifold\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MathOperations\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MessengerLogo\",\"MetaLogo\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"Monitor\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Newspaper\",\"NewspaperClipping\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Option\",\"OrangeSlice\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleRun\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneOutgoing\",\"PhonePlus\",\"PhoneSlash\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PinterestLogo\",\"Pinwheel\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"Queue\",\"Quotes\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Scales\",\"Scan\",\"Scissors\",\"Scooter\",\"Screencast\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealQuestion\",\"SealWarning\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Spinner\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackOverflowLogo\",\"StackSimple\",\"Stairs\",\"Stamp\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"Subtitles\",\"Subtract\",\"SubtractSquare\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextT\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Timer\",\"Tipi\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tote\",\"ToteSimple\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"Trophy\",\"Truck\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCircle\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XSquare\",\"YinYang\",\"YoutubeLogo\",];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\",];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.53\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{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(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/ _jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",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 [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box…\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map","// Generated by Framer (0b8b5e5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"dFv9o3O86\",\"Ra9r7mRMg\"];const serializationHash=\"framer-AYL53\";const variantClassNames={dFv9o3O86:\"framer-v-yh993\",Ra9r7mRMg:\"framer-v-6rpp9l\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={Close:\"dFv9o3O86\",Open:\"Ra9r7mRMg\"};const getProps=({color,distribute,height,hover,id,link,newTab,showDropdown,tap,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableEnumMap_distribute,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5;return{...props,bw9mBqGeC:tap!==null&&tap!==void 0?tap:props.bw9mBqGeC,c8eFbg0NJ:hover!==null&&hover!==void 0?hover:props.c8eFbg0NJ,eCQEmIYOg:(_ref=color!==null&&color!==void 0?color:props.eCQEmIYOg)!==null&&_ref!==void 0?_ref:\"rgb(235, 236, 242)\",npEixEgum:(_ref1=title!==null&&title!==void 0?title:props.npEixEgum)!==null&&_ref1!==void 0?_ref1:\"Title\",p5WDY28RA:(_ref2=showDropdown!==null&&showDropdown!==void 0?showDropdown:props.p5WDY28RA)!==null&&_ref2!==void 0?_ref2:true,QCaIKa_OK:link!==null&&link!==void 0?link:props.QCaIKa_OK,qMer0oUZV:(_ref4=(_ref3=(_humanReadableEnumMap_distribute=humanReadableEnumMap[distribute])!==null&&_humanReadableEnumMap_distribute!==void 0?_humanReadableEnumMap_distribute:distribute)!==null&&_ref3!==void 0?_ref3:props.qMer0oUZV)!==null&&_ref4!==void 0?_ref4:\"flex-start\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"dFv9o3O86\",xbsG7qzzs:newTab!==null&&newTab!==void 0?newTab:props.xbsG7qzzs};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,npEixEgum,c8eFbg0NJ,bw9mBqGeC,QCaIKa_OK,eCQEmIYOg,qMer0oUZV,p5WDY28RA,xbsG7qzzs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dFv9o3O86\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap51aoju=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(bw9mBqGeC){const res=await bw9mBqGeC(...args);if(res===false)return false;}setVariant(\"Ra9r7mRMg\");});const onMouseEnter4p145i=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(c8eFbg0NJ){const res=await c8eFbg0NJ(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:QCaIKa_OK,openInNewTab:xbsG7qzzs,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-yh993\",className,classNames)} framer-fe34cx`,\"data-framer-name\":\"Close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"dFv9o3O86\",onMouseEnter:onMouseEnter4p145i,onTap:onTap51aoju,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--ojph2f\":qMer0oUZV,...style},...addPropertyOverrides({Ra9r7mRMg:{\"data-framer-name\":\"Open\",\"data-highlight\":undefined,onMouseEnter:undefined,onTap:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-eCQEmIYOg-C7fnbWZRc))\",\"--framer-text-transform\":\"uppercase\"},children:\"Title\"})}),className:\"framer-1w6ubnb\",\"data-framer-name\":\"Menu 1\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"puNWpSy8b\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-eCQEmIYOg-C7fnbWZRc)\",\"--variable-reference-eCQEmIYOg-C7fnbWZRc\":eCQEmIYOg},text:npEixEgum,verticalAlignment:\"top\",withExternalLayout:true}),p5WDY28RA&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t8eo7e-container\",layoutDependency:layoutDependency,layoutId:\"NCPXFUi_E-container\",style:{rotate:0},variants:{Ra9r7mRMg:{rotate:45}},children:/*#__PURE__*/_jsx(Phosphor,{color:eCQEmIYOg,height:\"100%\",iconSearch:\"Plus\",iconSelection:\"X\",id:\"NCPXFUi_E\",layoutId:\"NCPXFUi_E\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AYL53.framer-fe34cx, .framer-AYL53 .framer-fe34cx { display: block; }\",\".framer-AYL53.framer-yh993 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: var(--ojph2f); overflow: visible; padding: 12px 0px 12px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-AYL53 .framer-1w6ubnb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-AYL53 .framer-1t8eo7e-container { flex: none; height: 14px; position: relative; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AYL53.framer-yh993 { gap: 0px; } .framer-AYL53.framer-yh993 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-AYL53.framer-yh993 > :first-child { margin-left: 0px; } .framer-AYL53.framer-yh993 > :last-child { margin-right: 0px; } }\",\".framer-AYL53.framer-v-6rpp9l.framer-yh993 { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 41\n * @framerIntrinsicWidth 50.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Ra9r7mRMg\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"npEixEgum\":\"title\",\"c8eFbg0NJ\":\"hover\",\"bw9mBqGeC\":\"tap\",\"QCaIKa_OK\":\"link\",\"eCQEmIYOg\":\"color\",\"qMer0oUZV\":\"distribute\",\"p5WDY28RA\":\"showDropdown\",\"xbsG7qzzs\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerC7fnbWZRc=withCSS(Component,css,\"framer-AYL53\");export default FramerC7fnbWZRc;FramerC7fnbWZRc.displayName=\"NavigationBar/Menu/Dropdown\";FramerC7fnbWZRc.defaultProps={height:41,width:50.5};addPropertyControls(FramerC7fnbWZRc,{variant:{options:[\"dFv9o3O86\",\"Ra9r7mRMg\"],optionTitles:[\"Close\",\"Open\"],title:\"Variant\",type:ControlType.Enum},npEixEgum:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},c8eFbg0NJ:{title:\"Hover\",type:ControlType.EventHandler},bw9mBqGeC:{title:\"Tap\",type:ControlType.EventHandler},QCaIKa_OK:{title:\"Link\",type:ControlType.Link},eCQEmIYOg:{defaultValue:\"rgb(235, 236, 242)\",title:\"Color\",type:ControlType.Color},qMer0oUZV:{defaultValue:\"flex-start\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute\",type:ControlType.Enum},p5WDY28RA:{defaultValue:true,title:\"showDropdown\",type:ControlType.Boolean},xbsG7qzzs:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerC7fnbWZRc,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerC7fnbWZRc\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"41\",\"framerVariables\":\"{\\\"npEixEgum\\\":\\\"title\\\",\\\"c8eFbg0NJ\\\":\\\"hover\\\",\\\"bw9mBqGeC\\\":\\\"tap\\\",\\\"QCaIKa_OK\\\":\\\"link\\\",\\\"eCQEmIYOg\\\":\\\"color\\\",\\\"qMer0oUZV\\\":\\\"distribute\\\",\\\"p5WDY28RA\\\":\\\"showDropdown\\\",\\\"xbsG7qzzs\\\":\\\"newTab\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Ra9r7mRMg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"50.5\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./C7fnbWZRc.map","// Generated by Framer (90417e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"I660:6670;671:7239\",\"aTsqu7Sbl\",\"iWeSpHcUn\",\"HK9gbeuhS\",\"YC1IvoKFd\",\"TNwWVOjAR\"];const serializationHash=\"framer-wiVVX\";const variantClassNames={\"I660:6670;671:7239\":\"framer-v-10ssnhj\",aTsqu7Sbl:\"framer-v-8m1g2j\",HK9gbeuhS:\"framer-v-1idvtt7\",iWeSpHcUn:\"framer-v-1y4udcr\",TNwWVOjAR:\"framer-v-1yo0983\",YC1IvoKFd:\"framer-v-rcniqh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Default:\"I660:6670;671:7239\",DefaultDark:\"TNwWVOjAR\",Entertainment:\"iWeSpHcUn\",EntertainmentDark:\"YC1IvoKFd\",Management:\"aTsqu7Sbl\",ManagementDark:\"HK9gbeuhS\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"I660:6670;671:7239\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I660:6670;671:7239\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"aTsqu7Sbl\",\"iWeSpHcUn\",\"HK9gbeuhS\",\"YC1IvoKFd\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"iWeSpHcUn\",\"YC1IvoKFd\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"aTsqu7Sbl\",\"HK9gbeuhS\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.figure,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-10ssnhj\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"I660:6670;671:7239\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({aTsqu7Sbl:{\"data-framer-name\":\"Management\"},HK9gbeuhS:{\"data-framer-name\":\"ManagementDark\"},iWeSpHcUn:{\"data-framer-name\":\"Entertainment\"},TNwWVOjAR:{\"data-framer-name\":\"DefaultDark\"},YC1IvoKFd:{\"data-framer-name\":\"EntertainmentDark\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-mxe5d7\",\"data-framer-name\":\"HALOS\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ulBotjVA7\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 100 24\"><path d=\"M 14.677 0.584 L 14.677 10.613 L 1.981 10.613 L 1.981 0.584 L 0 0.584 L 0 23.325 L 1.981 23.325 L 1.981 12.6 L 14.677 12.6 L 14.677 23.325 L 16.659 23.325 L 16.659 0.584 Z\" fill=\"rgb(235,237,242)\"></path><path d=\"M 44.129 0.584 L 46.11 0.584 L 46.11 21.338 L 56.763 21.338 L 56.763 23.325 L 44.129 23.325 Z\" fill=\"rgb(235,237,242)\"></path><path d=\"M 70.193 0.226 C 63.721 0.226 58.476 5.486 58.476 11.976 C 58.476 18.463 63.721 23.723 70.193 23.723 C 76.661 23.723 81.91 18.463 81.91 11.976 C 81.91 5.486 76.661 0.226 70.193 0.226 Z M 70.193 21.736 C 64.816 21.736 60.457 17.365 60.457 11.976 C 60.457 6.584 64.816 2.213 70.193 2.213 C 75.57 2.213 79.925 6.584 79.925 11.976 C 79.925 17.365 75.57 21.736 70.193 21.736 Z\" fill=\"rgb(235,237,242)\"></path><path d=\"M 99.342 17.423 C 99.342 21.257 96.459 23.937 92.33 23.937 C 88.099 23.937 85.784 20.969 85.686 20.844 L 87.225 19.656 C 87.298 19.749 89.082 21.989 92.33 21.989 C 95.41 21.989 97.399 20.197 97.399 17.423 C 97.399 15.113 96.114 13.878 92.295 12.526 C 88.697 11.252 85.946 9.95 85.946 5.821 C 85.946 1.804 89.781 0 92.501 0 C 96.44 0 98.243 2.061 98.751 2.77 L 97.209 3.962 C 97.167 3.888 95.97 1.948 92.501 1.948 C 90.997 1.948 87.889 2.895 87.889 5.821 C 87.889 8.435 89.214 9.37 92.939 10.687 C 96.036 11.786 99.342 13.301 99.342 17.423 Z\" fill=\"rgb(235,237,242)\"></path><path d=\"M 39.875 23.325 L 37.874 23.325 L 29.611 0.584 L 31.612 0.584 Z\" fill=\"rgb(235,237,242)\"></path><path d=\"M 21.348 23.325 L 23.349 23.325 L 31.612 0.584 L 29.611 0.584 Z\" fill=\"rgb(235,237,242)\"></path></svg>',svgContentId:9179445220,withExternalLayout:true,...addPropertyOverrides({TNwWVOjAR:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 100 24\"><path d=\"M 14.677 0.584 L 14.677 10.613 L 1.981 10.613 L 1.981 0.584 L 0 0.584 L 0 23.325 L 1.981 23.325 L 1.981 12.6 L 14.677 12.6 L 14.677 23.325 L 16.659 23.325 L 16.659 0.584 Z\" fill=\"rgb(20, 22, 26)\"></path><path d=\"M 44.129 0.584 L 46.11 0.584 L 46.11 21.338 L 56.763 21.338 L 56.763 23.325 L 44.129 23.325 Z\" fill=\"rgb(20, 22, 26)\"></path><path d=\"M 70.193 0.226 C 63.721 0.226 58.476 5.486 58.476 11.976 C 58.476 18.463 63.721 23.723 70.193 23.723 C 76.661 23.723 81.91 18.463 81.91 11.976 C 81.91 5.486 76.661 0.226 70.193 0.226 Z M 70.193 21.736 C 64.816 21.736 60.457 17.365 60.457 11.976 C 60.457 6.584 64.816 2.213 70.193 2.213 C 75.57 2.213 79.925 6.584 79.925 11.976 C 79.925 17.365 75.57 21.736 70.193 21.736 Z\" fill=\"rgb(20, 22, 26)\"></path><path d=\"M 99.342 17.423 C 99.342 21.257 96.459 23.937 92.33 23.937 C 88.099 23.937 85.784 20.969 85.686 20.844 L 87.225 19.656 C 87.298 19.749 89.082 21.989 92.33 21.989 C 95.41 21.989 97.399 20.197 97.399 17.423 C 97.399 15.113 96.114 13.878 92.295 12.526 C 88.697 11.252 85.946 9.95 85.946 5.821 C 85.946 1.804 89.781 0 92.501 0 C 96.44 0 98.243 2.061 98.751 2.77 L 97.209 3.962 C 97.167 3.888 95.97 1.948 92.501 1.948 C 90.997 1.948 87.889 2.895 87.889 5.821 C 87.889 8.435 89.214 9.37 92.939 10.687 C 96.036 11.786 99.342 13.301 99.342 17.423 Z\" fill=\"rgb(20, 22, 26)\"></path><path d=\"M 39.875 23.325 L 37.874 23.325 L 29.611 0.584 L 31.612 0.584 Z\" fill=\"rgb(20, 22, 26)\"></path><path d=\"M 21.348 23.325 L 23.349 23.325 L 31.612 0.584 L 29.611 0.584 Z\" fill=\"rgb(20, 22, 26)\"></path></svg>',svgContentId:11235287245}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-16noj4v\",\"data-framer-name\":\"HALOS_ENT\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Mz3vujZsa\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 127 42\"><path d=\"M 18.727 0.744 L 18.727 13.504 L 2.528 13.504 L 2.528 0.743 L 0 0.743 L 0 29.677 L 2.528 29.677 L 2.528 16.03 L 18.728 16.03 L 18.728 29.677 L 21.255 29.677 L 21.255 0.744 Z M 56.306 0.744 L 58.834 0.744 L 58.834 27.15 L 72.426 27.15 L 72.426 29.678 L 56.306 29.678 Z M 89.563 0.287 C 81.304 0.287 74.613 6.979 74.613 15.237 C 74.613 23.491 81.304 30.183 89.563 30.183 C 97.816 30.183 104.513 23.491 104.513 15.237 C 104.513 6.979 97.816 0.287 89.563 0.287 Z M 89.563 27.654 C 82.702 27.654 77.14 22.093 77.14 15.237 C 77.14 8.377 82.702 2.815 89.562 2.815 C 96.422 2.815 101.98 8.377 101.98 15.237 C 101.98 22.093 96.423 27.654 89.562 27.654 Z M 126.754 22.168 C 126.754 27.045 123.076 30.456 117.806 30.456 C 112.408 30.456 109.454 26.678 109.33 26.52 L 111.293 25.008 C 111.387 25.127 113.662 27.977 117.806 27.977 C 121.737 27.977 124.275 25.697 124.275 22.167 C 124.275 19.228 122.635 17.657 117.762 15.937 C 113.172 14.316 109.662 12.66 109.662 7.406 C 109.662 2.296 114.555 0 118.025 0 C 123.051 0 125.351 2.622 126 3.524 L 124.032 5.041 C 123.978 4.947 122.451 2.478 118.025 2.478 C 116.106 2.478 112.141 3.683 112.141 7.406 C 112.141 10.732 113.831 11.922 118.585 13.596 C 122.535 14.995 126.754 16.923 126.754 22.168 Z M 50.879 29.678 L 48.326 29.678 L 37.782 0.744 L 40.335 0.744 L 50.88 29.678 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 27.238 29.678 L 29.791 29.678 L 40.334 0.744 L 37.782 0.744 Z M 18.995 37.325 L 15.817 37.325 L 15.817 39.1 L 18.657 39.1 L 18.657 39.635 L 15.817 39.635 L 15.817 41.455 L 19.029 41.455 L 19.029 41.99 L 15.227 41.99 L 15.227 36.785 L 18.99 36.785 L 18.99 37.325 Z M 26.644 36.791 L 27.219 36.791 L 27.219 41.996 L 26.749 41.996 L 23.387 37.728 L 23.387 41.996 L 22.817 41.996 L 22.817 36.79 L 23.367 36.79 L 26.649 40.964 L 26.649 36.79 L 26.644 36.79 Z M 33.257 41.996 L 32.667 41.996 L 32.667 37.33 L 30.922 37.33 L 30.922 36.79 L 35.002 36.79 L 35.002 37.33 L 33.257 37.33 L 33.257 41.995 Z M 42.476 37.325 L 39.3 37.325 L 39.3 39.1 L 42.14 39.1 L 42.14 39.635 L 39.3 39.635 L 39.3 41.455 L 42.512 41.455 L 42.512 41.99 L 38.715 41.99 L 38.715 36.785 L 42.477 36.785 L 42.477 37.325 Z M 49.882 41.996 L 48.375 39.973 L 46.888 39.973 L 46.888 41.996 L 46.298 41.996 L 46.298 36.79 L 48.533 36.79 C 48.821 36.79 49.079 36.83 49.312 36.904 C 49.54 36.978 49.738 37.082 49.902 37.221 C 50.065 37.355 50.189 37.524 50.283 37.712 C 50.373 37.9 50.417 38.113 50.417 38.346 C 50.417 38.565 50.382 38.758 50.313 38.931 C 50.243 39.105 50.144 39.254 50.02 39.378 C 49.89 39.509 49.737 39.617 49.57 39.695 C 49.391 39.781 49.2 39.841 49.004 39.873 L 50.6 42 L 49.882 42 L 49.882 41.995 Z M 49.48 37.604 C 49.247 37.42 48.92 37.331 48.494 37.331 L 46.883 37.331 L 46.883 39.453 L 48.483 39.453 C 48.677 39.453 48.856 39.428 49.019 39.378 C 49.174 39.335 49.319 39.263 49.446 39.165 C 49.692 38.977 49.833 38.682 49.822 38.372 C 49.827 38.045 49.713 37.787 49.48 37.604 Z M 56.187 41.996 L 55.597 41.996 L 55.597 37.33 L 53.852 37.33 L 53.852 36.79 L 57.932 36.79 L 57.932 37.33 L 56.187 37.33 L 56.187 41.995 Z M 65.823 41.995 L 65.193 41.995 L 64.584 40.616 L 61.754 40.616 L 61.134 41.995 L 60.534 41.995 L 62.909 36.75 L 63.449 36.75 Z M 63.166 37.444 L 61.976 40.096 L 64.351 40.096 Z M 70.092 36.791 L 70.092 41.996 L 69.502 41.996 L 69.502 36.79 L 70.092 36.79 Z M 78.047 36.791 L 78.623 36.791 L 78.623 41.996 L 78.152 41.996 L 74.791 37.728 L 74.791 41.996 L 74.221 41.996 L 74.221 36.79 L 74.771 36.79 L 78.052 40.964 L 78.052 36.79 L 78.047 36.79 Z M 85.19 40.568 L 85.16 40.568 L 83.262 37.788 L 83.262 41.996 L 82.692 41.996 L 82.692 36.79 L 83.287 36.79 L 85.186 39.63 L 87.084 36.79 L 87.679 36.79 L 87.679 41.995 L 87.089 41.995 L 87.089 37.781 L 85.191 40.567 Z M 95.51 37.325 L 92.333 37.325 L 92.333 39.1 L 95.173 39.1 L 95.173 39.635 L 92.333 39.635 L 92.333 41.455 L 95.545 41.455 L 95.545 41.99 L 91.743 41.99 L 91.743 36.785 L 95.506 36.785 L 95.506 37.325 Z M 103.165 36.791 L 103.74 36.791 L 103.74 41.996 L 103.269 41.996 L 99.908 37.728 L 99.908 41.996 L 99.338 41.996 L 99.338 36.79 L 99.888 36.79 L 103.17 40.964 L 103.17 36.79 L 103.165 36.79 Z M 109.772 41.996 L 109.182 41.996 L 109.182 37.33 L 107.438 37.33 L 107.438 36.79 L 111.517 36.79 L 111.517 37.33 L 109.772 37.33 L 109.772 41.995 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:12718807733,withExternalLayout:true,...addPropertyOverrides({iWeSpHcUn:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 115 38\"><path d=\"M 16.958 0.673 L 16.958 12.218 L 2.289 12.218 L 2.289 0.672 L 0 0.672 L 0 26.851 L 2.289 26.851 L 2.289 14.503 L 16.958 14.503 L 16.958 26.851 L 19.247 26.851 L 19.247 0.673 Z M 50.986 0.673 L 53.275 0.673 L 53.275 24.564 L 65.583 24.564 L 65.583 26.852 L 50.986 26.852 Z M 81.1 0.26 C 73.622 0.26 67.563 6.314 67.563 13.786 C 67.563 21.254 73.622 27.308 81.1 27.308 C 88.574 27.308 94.638 21.254 94.638 13.786 C 94.638 6.314 88.574 0.26 81.1 0.26 Z M 81.1 25.02 C 74.888 25.02 69.851 19.989 69.851 13.786 C 69.851 7.579 74.888 2.547 81.099 2.547 C 87.311 2.547 92.344 7.579 92.344 13.786 C 92.344 19.989 87.312 25.02 81.099 25.02 Z M 114.777 20.057 C 114.777 24.469 111.447 27.555 106.675 27.555 C 101.787 27.555 99.112 24.137 99 23.994 L 100.777 22.626 C 100.862 22.734 102.922 25.313 106.675 25.313 C 110.234 25.313 112.532 23.25 112.532 20.056 C 112.532 17.397 111.047 15.975 106.635 14.419 C 102.479 12.953 99.3 11.454 99.3 6.701 C 99.3 2.077 103.731 0 106.873 0 C 111.424 0 113.507 2.372 114.094 3.188 L 112.312 4.561 C 112.264 4.476 110.881 2.242 106.873 2.242 C 105.135 2.242 101.545 3.332 101.545 6.701 C 101.545 9.71 103.075 10.787 107.38 12.301 C 110.957 13.567 114.777 15.311 114.777 20.057 Z M 46.072 26.852 L 43.76 26.852 L 34.212 0.673 L 36.524 0.673 L 46.072 26.852 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 24.664 26.852 L 26.976 26.852 L 36.523 0.673 L 34.212 0.673 Z M 17.2 33.77 L 14.322 33.77 L 14.322 35.376 L 16.894 35.376 L 16.894 35.86 L 14.322 35.86 L 14.322 37.507 L 17.231 37.507 L 17.231 37.991 L 13.788 37.991 L 13.788 33.282 L 17.196 33.282 L 17.196 33.77 Z M 24.126 33.287 L 24.647 33.287 L 24.647 37.996 L 24.222 37.996 L 21.177 34.135 L 21.177 37.996 L 20.661 37.996 L 20.661 33.286 L 21.159 33.286 L 24.131 37.063 L 24.131 33.286 L 24.126 33.286 Z M 30.115 37.996 L 29.58 37.996 L 29.58 33.775 L 28 33.775 L 28 33.286 L 31.695 33.286 L 31.695 33.775 L 30.115 33.775 L 30.115 37.995 Z M 38.463 33.77 L 35.587 33.77 L 35.587 35.376 L 38.158 35.376 L 38.158 35.86 L 35.587 35.86 L 35.587 37.507 L 38.495 37.507 L 38.495 37.991 L 35.057 37.991 L 35.057 33.282 L 38.463 33.282 L 38.463 33.77 Z M 45.169 37.996 L 43.804 36.166 L 42.458 36.166 L 42.458 37.996 L 41.923 37.996 L 41.923 33.286 L 43.947 33.286 C 44.208 33.286 44.442 33.322 44.653 33.389 C 44.859 33.456 45.038 33.55 45.187 33.676 C 45.334 33.797 45.447 33.95 45.532 34.12 C 45.613 34.29 45.653 34.483 45.653 34.694 C 45.653 34.892 45.621 35.067 45.559 35.223 C 45.496 35.381 45.406 35.516 45.294 35.628 C 45.176 35.747 45.038 35.844 44.886 35.915 C 44.724 35.992 44.551 36.047 44.374 36.076 L 45.819 38 L 45.169 38 L 45.169 37.995 Z M 44.805 34.023 C 44.594 33.856 44.298 33.776 43.912 33.776 L 42.453 33.776 L 42.453 35.696 L 43.902 35.696 C 44.078 35.696 44.24 35.673 44.387 35.628 C 44.527 35.589 44.659 35.523 44.774 35.435 C 44.997 35.265 45.124 34.998 45.114 34.718 C 45.119 34.422 45.016 34.188 44.805 34.023 Z M 50.878 37.996 L 50.344 37.996 L 50.344 33.775 L 48.764 33.775 L 48.764 33.286 L 52.458 33.286 L 52.458 33.775 L 50.878 33.775 L 50.878 37.995 Z M 59.604 37.995 L 59.033 37.995 L 58.482 36.748 L 55.919 36.748 L 55.358 37.995 L 54.814 37.995 L 56.965 33.25 L 57.454 33.25 Z M 57.198 33.878 L 56.12 36.277 L 58.271 36.277 Z M 63.469 33.287 L 63.469 37.996 L 62.935 37.996 L 62.935 33.286 L 63.469 33.286 Z M 70.672 33.287 L 71.194 33.287 L 71.194 37.996 L 70.768 37.996 L 67.724 34.135 L 67.724 37.996 L 67.208 37.996 L 67.208 33.286 L 67.706 33.286 L 70.677 37.063 L 70.677 33.286 L 70.672 33.286 Z M 77.141 36.704 L 77.113 36.704 L 75.395 34.189 L 75.395 37.996 L 74.879 37.996 L 74.879 33.286 L 75.417 33.286 L 77.137 35.856 L 78.856 33.286 L 79.394 33.286 L 79.394 37.995 L 78.86 37.995 L 78.86 34.183 L 77.141 36.703 Z M 86.485 33.77 L 83.609 33.77 L 83.609 35.376 L 86.18 35.376 L 86.18 35.86 L 83.609 35.86 L 83.609 37.507 L 86.517 37.507 L 86.517 37.991 L 83.074 37.991 L 83.074 33.282 L 86.482 33.282 L 86.482 33.77 Z M 93.417 33.287 L 93.938 33.287 L 93.938 37.996 L 93.511 37.996 L 90.468 34.135 L 90.468 37.996 L 89.952 37.996 L 89.952 33.286 L 90.45 33.286 L 93.422 37.063 L 93.422 33.286 L 93.417 33.286 Z M 99.4 37.996 L 98.866 37.996 L 98.866 33.775 L 97.286 33.775 L 97.286 33.286 L 100.98 33.286 L 100.98 33.775 L 99.4 33.775 L 99.4 37.995 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:12540634150},YC1IvoKFd:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 115 38\"><path d=\"M 16.958 0.673 L 16.958 12.218 L 2.289 12.218 L 2.289 0.672 L 0 0.672 L 0 26.851 L 2.289 26.851 L 2.289 14.503 L 16.958 14.503 L 16.958 26.851 L 19.247 26.851 L 19.247 0.673 Z M 50.986 0.673 L 53.275 0.673 L 53.275 24.564 L 65.583 24.564 L 65.583 26.852 L 50.986 26.852 Z M 81.1 0.26 C 73.622 0.26 67.563 6.314 67.563 13.786 C 67.563 21.254 73.622 27.308 81.1 27.308 C 88.574 27.308 94.638 21.254 94.638 13.786 C 94.638 6.314 88.574 0.26 81.1 0.26 Z M 81.1 25.02 C 74.888 25.02 69.851 19.989 69.851 13.786 C 69.851 7.579 74.888 2.547 81.099 2.547 C 87.311 2.547 92.344 7.579 92.344 13.786 C 92.344 19.989 87.312 25.02 81.099 25.02 Z M 114.777 20.057 C 114.777 24.469 111.447 27.555 106.675 27.555 C 101.787 27.555 99.112 24.137 99 23.994 L 100.777 22.626 C 100.862 22.734 102.922 25.313 106.675 25.313 C 110.234 25.313 112.532 23.25 112.532 20.056 C 112.532 17.397 111.047 15.975 106.635 14.419 C 102.479 12.953 99.3 11.454 99.3 6.701 C 99.3 2.077 103.731 0 106.873 0 C 111.424 0 113.507 2.372 114.094 3.188 L 112.312 4.561 C 112.264 4.476 110.881 2.242 106.873 2.242 C 105.135 2.242 101.545 3.332 101.545 6.701 C 101.545 9.71 103.075 10.787 107.38 12.301 C 110.957 13.567 114.777 15.311 114.777 20.057 Z M 46.072 26.852 L 43.76 26.852 L 34.212 0.673 L 36.524 0.673 L 46.072 26.852 Z\" fill=\"rgb(20, 22, 26)\"></path><path d=\"M 24.664 26.852 L 26.976 26.852 L 36.523 0.673 L 34.212 0.673 Z M 17.2 33.77 L 14.322 33.77 L 14.322 35.376 L 16.894 35.376 L 16.894 35.86 L 14.322 35.86 L 14.322 37.507 L 17.231 37.507 L 17.231 37.991 L 13.788 37.991 L 13.788 33.282 L 17.196 33.282 L 17.196 33.77 Z M 24.126 33.287 L 24.647 33.287 L 24.647 37.996 L 24.222 37.996 L 21.177 34.135 L 21.177 37.996 L 20.661 37.996 L 20.661 33.286 L 21.159 33.286 L 24.131 37.063 L 24.131 33.286 L 24.126 33.286 Z M 30.115 37.996 L 29.58 37.996 L 29.58 33.775 L 28 33.775 L 28 33.286 L 31.695 33.286 L 31.695 33.775 L 30.115 33.775 L 30.115 37.995 Z M 38.463 33.77 L 35.587 33.77 L 35.587 35.376 L 38.158 35.376 L 38.158 35.86 L 35.587 35.86 L 35.587 37.507 L 38.495 37.507 L 38.495 37.991 L 35.057 37.991 L 35.057 33.282 L 38.463 33.282 L 38.463 33.77 Z M 45.169 37.996 L 43.804 36.166 L 42.458 36.166 L 42.458 37.996 L 41.923 37.996 L 41.923 33.286 L 43.947 33.286 C 44.208 33.286 44.442 33.322 44.653 33.389 C 44.859 33.456 45.038 33.55 45.187 33.676 C 45.334 33.797 45.447 33.95 45.532 34.12 C 45.613 34.29 45.653 34.483 45.653 34.694 C 45.653 34.892 45.621 35.067 45.559 35.223 C 45.496 35.381 45.406 35.516 45.294 35.628 C 45.176 35.747 45.038 35.844 44.886 35.915 C 44.724 35.992 44.551 36.047 44.374 36.076 L 45.819 38 L 45.169 38 L 45.169 37.995 Z M 44.805 34.023 C 44.594 33.856 44.298 33.776 43.912 33.776 L 42.453 33.776 L 42.453 35.696 L 43.902 35.696 C 44.078 35.696 44.24 35.673 44.387 35.628 C 44.527 35.589 44.659 35.523 44.774 35.435 C 44.997 35.265 45.124 34.998 45.114 34.718 C 45.119 34.422 45.016 34.188 44.805 34.023 Z M 50.878 37.996 L 50.344 37.996 L 50.344 33.775 L 48.764 33.775 L 48.764 33.286 L 52.458 33.286 L 52.458 33.775 L 50.878 33.775 L 50.878 37.995 Z M 59.604 37.995 L 59.033 37.995 L 58.482 36.748 L 55.919 36.748 L 55.358 37.995 L 54.814 37.995 L 56.965 33.25 L 57.454 33.25 Z M 57.198 33.878 L 56.12 36.277 L 58.271 36.277 Z M 63.469 33.287 L 63.469 37.996 L 62.935 37.996 L 62.935 33.286 L 63.469 33.286 Z M 70.672 33.287 L 71.194 33.287 L 71.194 37.996 L 70.768 37.996 L 67.724 34.135 L 67.724 37.996 L 67.208 37.996 L 67.208 33.286 L 67.706 33.286 L 70.677 37.063 L 70.677 33.286 L 70.672 33.286 Z M 77.141 36.704 L 77.113 36.704 L 75.395 34.189 L 75.395 37.996 L 74.879 37.996 L 74.879 33.286 L 75.417 33.286 L 77.137 35.856 L 78.856 33.286 L 79.394 33.286 L 79.394 37.995 L 78.86 37.995 L 78.86 34.183 L 77.141 36.703 Z M 86.485 33.77 L 83.609 33.77 L 83.609 35.376 L 86.18 35.376 L 86.18 35.86 L 83.609 35.86 L 83.609 37.507 L 86.517 37.507 L 86.517 37.991 L 83.074 37.991 L 83.074 33.282 L 86.482 33.282 L 86.482 33.77 Z M 93.417 33.287 L 93.938 33.287 L 93.938 37.996 L 93.511 37.996 L 90.468 34.135 L 90.468 37.996 L 89.952 37.996 L 89.952 33.286 L 90.45 33.286 L 93.422 37.063 L 93.422 33.286 L 93.417 33.286 Z M 99.4 37.996 L 98.866 37.996 L 98.866 33.775 L 97.286 33.775 L 97.286 33.286 L 100.98 33.286 L 100.98 33.775 L 99.4 33.775 L 99.4 37.995 Z\" fill=\"rgb(20, 22, 26)\"></path></svg>',svgContentId:9101346249}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1lylr1a\",\"data-framer-name\":\"HALOS_TM\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"t0Fh1dcCL\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 160 42.011\"><g id=\"ss12654330530_1\"><path d=\"M 0 0 L 160 0 L 160 42.011 L 0 42.011 Z\" fill=\"transparent\"></path><path d=\"M 39.155 0.67 L 39.155 12.21 L 24.526 12.21 L 24.526 0.67 L 22.242 0.67 L 22.242 26.835 L 24.526 26.835 L 24.526 14.498 L 39.155 14.498 L 39.155 26.835 L 41.439 26.835 L 41.439 0.67 Z M 73.099 0.672 L 75.381 0.672 L 75.381 24.55 L 87.658 24.55 L 87.658 26.836 L 73.099 26.836 Z M 103.137 0.26 C 95.678 0.26 89.633 6.312 89.633 13.779 C 89.633 21.247 95.678 27.295 103.137 27.295 C 110.595 27.295 116.64 21.243 116.64 13.78 C 116.64 6.316 110.591 0.259 103.137 0.259 Z M 103.137 25.007 C 96.939 25.007 91.916 19.978 91.916 13.779 C 91.916 7.581 96.939 2.546 103.137 2.546 C 109.334 2.546 114.352 7.575 114.352 13.779 C 114.352 19.984 109.334 25.007 103.137 25.007 Z M 136.727 20.046 C 136.727 24.458 133.404 27.541 128.644 27.541 C 123.885 27.541 121.1 24.125 120.988 23.982 L 122.761 22.615 C 122.845 22.723 124.901 25.3 128.644 25.3 C 132.194 25.3 134.488 23.238 134.488 20.046 C 134.488 17.388 133.006 15.968 128.604 14.412 C 124.459 12.945 121.289 11.448 121.289 6.696 C 121.289 1.944 125.707 0 128.843 0 C 133.382 0 135.459 2.371 136.046 3.187 L 134.269 4.558 C 134.22 4.474 132.841 2.239 128.843 2.239 C 127.11 2.239 123.527 3.328 123.527 6.694 C 123.527 9.703 125.055 10.779 129.349 12.293 C 132.916 13.558 136.727 15.302 136.727 20.043 Z M 68.195 26.834 L 65.889 26.834 L 56.366 0.673 L 58.671 0.673 L 68.194 26.836 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 46.842 26.834 L 49.149 26.834 L 58.673 0.673 L 56.366 0.673 L 46.843 26.836 Z M 6.384 41.258 L 6.375 36.234 L 3.886 40.42 L 3.434 40.42 L 0.946 36.264 L 0.946 41.258 L 0 41.258 L 0 34.364 L 0.807 34.364 L 3.68 39.211 L 6.513 34.364 L 7.319 34.364 L 7.328 41.258 Z M 15.747 39.533 L 12.088 39.533 L 11.331 41.257 L 10.317 41.257 L 13.436 34.365 L 14.41 34.365 L 17.537 41.257 L 16.505 41.257 Z M 15.403 38.747 L 13.917 35.368 L 12.433 38.747 Z M 26.449 34.364 L 26.449 41.258 L 25.643 41.258 L 21.512 36.118 L 21.512 41.258 L 20.528 41.258 L 20.528 34.364 L 21.335 34.364 L 25.467 39.504 L 25.467 34.364 L 26.451 34.364 Z M 34.869 39.533 L 31.209 39.533 L 30.452 41.257 L 29.438 41.257 L 32.557 34.365 L 33.53 34.365 L 36.658 41.257 L 35.625 41.257 L 34.868 39.533 Z M 34.524 38.747 L 33.039 35.368 L 31.554 38.747 L 34.523 38.747 Z M 44.322 37.772 L 45.266 37.772 L 45.266 40.461 C 44.577 41.042 43.623 41.337 42.659 41.337 C 40.544 41.337 38.99 39.85 38.99 37.81 C 38.99 35.771 40.545 34.285 42.679 34.285 C 43.771 34.285 44.695 34.649 45.325 35.347 L 44.714 35.958 C 44.144 35.407 43.495 35.16 42.717 35.16 C 41.124 35.16 39.973 36.273 39.973 37.808 C 39.973 39.346 41.124 40.458 42.708 40.458 C 43.289 40.458 43.83 40.329 44.322 40.015 L 44.322 37.77 Z M 54.109 40.4 L 54.109 41.258 L 49.112 41.258 L 49.112 34.364 L 53.971 34.364 L 53.971 35.222 L 50.095 35.222 L 50.095 37.341 L 53.547 37.341 L 53.547 38.177 L 50.095 38.177 L 50.095 40.402 L 54.109 40.402 Z M 64.053 41.258 L 64.044 36.234 L 61.555 40.42 L 61.102 40.42 L 58.615 36.264 L 58.615 41.258 L 57.671 41.258 L 57.671 34.364 L 58.477 34.364 L 61.35 39.211 L 64.183 34.364 L 64.989 34.364 L 64.998 41.258 Z M 74.025 40.4 L 74.025 41.258 L 69.028 41.258 L 69.028 34.364 L 73.887 34.364 L 73.887 35.222 L 70.011 35.222 L 70.011 37.341 L 73.463 37.341 L 73.463 38.177 L 70.011 38.177 L 70.011 40.402 L 74.025 40.402 Z M 83.507 34.364 L 83.507 41.258 L 82.7 41.258 L 78.571 36.118 L 78.571 41.258 L 77.587 41.258 L 77.587 34.364 L 78.394 34.364 L 82.524 39.504 L 82.524 34.364 L 83.509 34.364 Z M 88.906 35.22 L 86.545 35.22 L 86.545 34.362 L 92.24 34.362 L 92.24 35.221 L 89.878 35.221 L 89.878 41.258 L 88.905 41.258 L 88.905 35.22 Z M 102.797 42.011 L 101.672 40.85 C 100.989 41.581 100.063 41.952 98.963 41.952 C 97.377 41.952 96.242 41.116 96.242 39.888 C 96.242 38.926 96.797 38.219 98.281 37.36 C 97.493 36.55 97.261 36.062 97.261 35.435 C 97.261 34.404 98.061 33.708 99.312 33.708 C 100.457 33.708 101.2 34.312 101.2 35.32 C 101.2 36.131 100.714 36.7 99.394 37.465 L 101.618 39.762 C 101.862 39.333 102.047 38.811 102.162 38.196 L 102.834 38.405 C 102.683 39.136 102.439 39.762 102.115 40.272 L 103.273 41.467 L 102.799 42.012 L 102.797 42.01 Z M 101.187 40.351 L 98.743 37.834 C 97.444 38.576 97.053 39.086 97.053 39.806 C 97.053 40.687 97.841 41.267 99.011 41.267 C 99.891 41.267 100.631 40.966 101.189 40.351 Z M 98.026 35.423 C 98.026 35.898 98.201 36.234 98.941 36.989 C 100.111 36.316 100.492 35.909 100.492 35.331 C 100.492 34.752 100.063 34.32 99.312 34.32 C 98.501 34.32 98.026 34.773 98.026 35.423 Z M 112.916 39.533 L 109.256 39.533 L 108.499 41.257 L 107.485 41.257 L 110.604 34.365 L 111.577 34.365 L 114.705 41.257 L 113.673 41.257 Z M 112.571 38.747 L 111.086 35.368 L 109.601 38.747 Z M 122.367 37.772 L 123.312 37.772 L 123.312 40.461 C 122.622 41.042 121.669 41.337 120.704 41.337 C 118.589 41.337 117.036 39.85 117.036 37.81 C 117.036 35.771 118.59 34.285 120.725 34.285 C 121.817 34.285 122.741 34.649 123.37 35.347 L 122.759 35.958 C 122.189 35.407 121.54 35.16 120.763 35.16 C 119.17 35.16 118.018 36.273 118.018 37.808 C 118.018 39.346 119.17 40.458 120.752 40.458 C 121.333 40.458 121.874 40.329 122.365 40.015 L 122.365 37.77 Z M 132.154 40.4 L 132.154 41.258 L 127.158 41.258 L 127.158 34.364 L 132.016 34.364 L 132.016 35.222 L 128.14 35.222 L 128.14 37.341 L 131.593 37.341 L 131.593 38.177 L 128.14 38.177 L 128.14 40.402 L 132.154 40.402 Z M 141.637 34.364 L 141.637 41.258 L 140.83 41.258 L 136.7 36.118 L 136.7 41.258 L 135.715 41.258 L 135.715 34.364 L 136.522 34.364 L 140.653 39.504 L 140.653 34.364 Z M 145.109 37.81 C 145.109 35.771 146.664 34.285 148.758 34.285 C 149.819 34.285 150.745 34.649 151.374 35.357 L 150.734 35.979 C 150.202 35.417 149.554 35.162 148.796 35.162 C 147.241 35.162 146.092 36.285 146.092 37.81 C 146.092 39.336 147.243 40.459 148.796 40.459 C 149.554 40.459 150.202 40.193 150.734 39.631 L 151.374 40.252 C 150.745 40.96 149.819 41.335 148.748 41.335 C 146.664 41.335 145.109 39.848 145.109 37.808 Z M 157.266 38.874 L 157.266 41.257 L 156.292 41.257 L 156.292 38.854 L 153.557 34.364 L 154.609 34.364 L 156.813 37.999 L 159.027 34.364 L 160 34.364 L 157.266 38.875 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:12654330530,withExternalLayout:true,...addPropertyOverrides({aTsqu7Sbl:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 160 42.011\"><g id=\"ss12629125160_1\"><path d=\"M 0 0 L 160 0 L 160 42.011 L 0 42.011 Z\" fill=\"transparent\"></path><path d=\"M 39.155 0.67 L 39.155 12.21 L 24.526 12.21 L 24.526 0.67 L 22.242 0.67 L 22.242 26.835 L 24.526 26.835 L 24.526 14.498 L 39.155 14.498 L 39.155 26.835 L 41.439 26.835 L 41.439 0.67 Z M 73.099 0.672 L 75.381 0.672 L 75.381 24.55 L 87.658 24.55 L 87.658 26.836 L 73.099 26.836 Z M 103.137 0.26 C 95.678 0.26 89.633 6.312 89.633 13.779 C 89.633 21.247 95.678 27.295 103.137 27.295 C 110.595 27.295 116.64 21.243 116.64 13.78 C 116.64 6.316 110.591 0.259 103.137 0.259 Z M 103.137 25.007 C 96.939 25.007 91.916 19.978 91.916 13.779 C 91.916 7.581 96.939 2.546 103.137 2.546 C 109.334 2.546 114.352 7.575 114.352 13.779 C 114.352 19.984 109.334 25.007 103.137 25.007 Z M 136.727 20.046 C 136.727 24.458 133.404 27.541 128.644 27.541 C 123.885 27.541 121.1 24.125 120.988 23.982 L 122.761 22.615 C 122.845 22.723 124.901 25.3 128.644 25.3 C 132.194 25.3 134.488 23.238 134.488 20.046 C 134.488 17.388 133.006 15.968 128.604 14.412 C 124.459 12.945 121.289 11.448 121.289 6.696 C 121.289 1.944 125.707 0 128.843 0 C 133.382 0 135.459 2.371 136.046 3.187 L 134.269 4.558 C 134.22 4.474 132.841 2.239 128.843 2.239 C 127.11 2.239 123.527 3.328 123.527 6.694 C 123.527 9.703 125.055 10.779 129.349 12.293 C 132.916 13.558 136.727 15.302 136.727 20.043 Z M 68.195 26.834 L 65.889 26.834 L 56.366 0.673 L 58.671 0.673 L 68.194 26.836 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 46.842 26.834 L 49.149 26.834 L 58.673 0.673 L 56.366 0.673 L 46.843 26.836 Z M 6.384 41.258 L 6.375 36.234 L 3.886 40.42 L 3.434 40.42 L 0.946 36.264 L 0.946 41.258 L 0 41.258 L 0 34.364 L 0.807 34.364 L 3.68 39.211 L 6.513 34.364 L 7.319 34.364 L 7.328 41.258 Z M 15.747 39.533 L 12.088 39.533 L 11.331 41.257 L 10.317 41.257 L 13.436 34.365 L 14.41 34.365 L 17.537 41.257 L 16.505 41.257 Z M 15.403 38.747 L 13.917 35.368 L 12.433 38.747 Z M 26.449 34.364 L 26.449 41.258 L 25.643 41.258 L 21.512 36.118 L 21.512 41.258 L 20.528 41.258 L 20.528 34.364 L 21.335 34.364 L 25.467 39.504 L 25.467 34.364 L 26.451 34.364 Z M 34.869 39.533 L 31.209 39.533 L 30.452 41.257 L 29.438 41.257 L 32.557 34.365 L 33.53 34.365 L 36.658 41.257 L 35.625 41.257 L 34.868 39.533 Z M 34.524 38.747 L 33.039 35.368 L 31.554 38.747 L 34.523 38.747 Z M 44.322 37.772 L 45.266 37.772 L 45.266 40.461 C 44.577 41.042 43.623 41.337 42.659 41.337 C 40.544 41.337 38.99 39.85 38.99 37.81 C 38.99 35.771 40.545 34.285 42.679 34.285 C 43.771 34.285 44.695 34.649 45.325 35.347 L 44.714 35.958 C 44.144 35.407 43.495 35.16 42.717 35.16 C 41.124 35.16 39.973 36.273 39.973 37.808 C 39.973 39.346 41.124 40.458 42.708 40.458 C 43.289 40.458 43.83 40.329 44.322 40.015 L 44.322 37.77 Z M 54.109 40.4 L 54.109 41.258 L 49.112 41.258 L 49.112 34.364 L 53.971 34.364 L 53.971 35.222 L 50.095 35.222 L 50.095 37.341 L 53.547 37.341 L 53.547 38.177 L 50.095 38.177 L 50.095 40.402 L 54.109 40.402 Z M 64.053 41.258 L 64.044 36.234 L 61.555 40.42 L 61.102 40.42 L 58.615 36.264 L 58.615 41.258 L 57.671 41.258 L 57.671 34.364 L 58.477 34.364 L 61.35 39.211 L 64.183 34.364 L 64.989 34.364 L 64.998 41.258 Z M 74.025 40.4 L 74.025 41.258 L 69.028 41.258 L 69.028 34.364 L 73.887 34.364 L 73.887 35.222 L 70.011 35.222 L 70.011 37.341 L 73.463 37.341 L 73.463 38.177 L 70.011 38.177 L 70.011 40.402 L 74.025 40.402 Z M 83.507 34.364 L 83.507 41.258 L 82.7 41.258 L 78.571 36.118 L 78.571 41.258 L 77.587 41.258 L 77.587 34.364 L 78.394 34.364 L 82.524 39.504 L 82.524 34.364 L 83.509 34.364 Z M 88.906 35.22 L 86.545 35.22 L 86.545 34.362 L 92.24 34.362 L 92.24 35.221 L 89.878 35.221 L 89.878 41.258 L 88.905 41.258 L 88.905 35.22 Z M 102.797 42.011 L 101.672 40.85 C 100.989 41.581 100.063 41.952 98.963 41.952 C 97.377 41.952 96.242 41.116 96.242 39.888 C 96.242 38.926 96.797 38.219 98.281 37.36 C 97.493 36.55 97.261 36.062 97.261 35.435 C 97.261 34.404 98.061 33.708 99.312 33.708 C 100.457 33.708 101.2 34.312 101.2 35.32 C 101.2 36.131 100.714 36.7 99.394 37.465 L 101.618 39.762 C 101.862 39.333 102.047 38.811 102.162 38.196 L 102.834 38.405 C 102.683 39.136 102.439 39.762 102.115 40.272 L 103.273 41.467 L 102.799 42.012 L 102.797 42.01 Z M 101.187 40.351 L 98.743 37.834 C 97.444 38.576 97.053 39.086 97.053 39.806 C 97.053 40.687 97.841 41.267 99.011 41.267 C 99.891 41.267 100.631 40.966 101.189 40.351 Z M 98.026 35.423 C 98.026 35.898 98.201 36.234 98.941 36.989 C 100.111 36.316 100.492 35.909 100.492 35.331 C 100.492 34.752 100.063 34.32 99.312 34.32 C 98.501 34.32 98.026 34.773 98.026 35.423 Z M 112.916 39.533 L 109.256 39.533 L 108.499 41.257 L 107.485 41.257 L 110.604 34.365 L 111.577 34.365 L 114.705 41.257 L 113.673 41.257 Z M 112.571 38.747 L 111.086 35.368 L 109.601 38.747 Z M 122.367 37.772 L 123.312 37.772 L 123.312 40.461 C 122.622 41.042 121.669 41.337 120.704 41.337 C 118.589 41.337 117.036 39.85 117.036 37.81 C 117.036 35.771 118.59 34.285 120.725 34.285 C 121.817 34.285 122.741 34.649 123.37 35.347 L 122.759 35.958 C 122.189 35.407 121.54 35.16 120.763 35.16 C 119.17 35.16 118.018 36.273 118.018 37.808 C 118.018 39.346 119.17 40.458 120.752 40.458 C 121.333 40.458 121.874 40.329 122.365 40.015 L 122.365 37.77 Z M 132.154 40.4 L 132.154 41.258 L 127.158 41.258 L 127.158 34.364 L 132.016 34.364 L 132.016 35.222 L 128.14 35.222 L 128.14 37.341 L 131.593 37.341 L 131.593 38.177 L 128.14 38.177 L 128.14 40.402 L 132.154 40.402 Z M 141.637 34.364 L 141.637 41.258 L 140.83 41.258 L 136.7 36.118 L 136.7 41.258 L 135.715 41.258 L 135.715 34.364 L 136.522 34.364 L 140.653 39.504 L 140.653 34.364 Z M 145.109 37.81 C 145.109 35.771 146.664 34.285 148.758 34.285 C 149.819 34.285 150.745 34.649 151.374 35.357 L 150.734 35.979 C 150.202 35.417 149.554 35.162 148.796 35.162 C 147.241 35.162 146.092 36.285 146.092 37.81 C 146.092 39.336 147.243 40.459 148.796 40.459 C 149.554 40.459 150.202 40.193 150.734 39.631 L 151.374 40.252 C 150.745 40.96 149.819 41.335 148.748 41.335 C 146.664 41.335 145.109 39.848 145.109 37.808 Z M 157.266 38.874 L 157.266 41.257 L 156.292 41.257 L 156.292 38.854 L 153.557 34.364 L 154.609 34.364 L 156.813 37.999 L 159.027 34.364 L 160 34.364 L 157.266 38.875 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:12629125160},HK9gbeuhS:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 160 42.011\"><g id=\"ss11102086055_1\"><path d=\"M 0 0 L 160 0 L 160 42.011 L 0 42.011 Z\" fill=\"transparent\"></path><path d=\"M 39.155 0.67 L 39.155 12.21 L 24.526 12.21 L 24.526 0.67 L 22.242 0.67 L 22.242 26.835 L 24.526 26.835 L 24.526 14.498 L 39.155 14.498 L 39.155 26.835 L 41.439 26.835 L 41.439 0.67 Z M 73.099 0.672 L 75.381 0.672 L 75.381 24.55 L 87.658 24.55 L 87.658 26.836 L 73.099 26.836 Z M 103.137 0.26 C 95.678 0.26 89.633 6.312 89.633 13.779 C 89.633 21.247 95.678 27.295 103.137 27.295 C 110.595 27.295 116.64 21.243 116.64 13.78 C 116.64 6.316 110.591 0.259 103.137 0.259 Z M 103.137 25.007 C 96.939 25.007 91.916 19.978 91.916 13.779 C 91.916 7.581 96.939 2.546 103.137 2.546 C 109.334 2.546 114.352 7.575 114.352 13.779 C 114.352 19.984 109.334 25.007 103.137 25.007 Z M 136.727 20.046 C 136.727 24.458 133.404 27.541 128.644 27.541 C 123.885 27.541 121.1 24.125 120.988 23.982 L 122.761 22.615 C 122.845 22.723 124.901 25.3 128.644 25.3 C 132.194 25.3 134.488 23.238 134.488 20.046 C 134.488 17.388 133.006 15.968 128.604 14.412 C 124.459 12.945 121.289 11.448 121.289 6.696 C 121.289 1.944 125.707 0 128.843 0 C 133.382 0 135.459 2.371 136.046 3.187 L 134.269 4.558 C 134.22 4.474 132.841 2.239 128.843 2.239 C 127.11 2.239 123.527 3.328 123.527 6.694 C 123.527 9.703 125.055 10.779 129.349 12.293 C 132.916 13.558 136.727 15.302 136.727 20.043 Z M 68.195 26.834 L 65.889 26.834 L 56.366 0.673 L 58.671 0.673 L 68.194 26.836 Z\" fill=\"rgb(20, 22, 26)\"></path><path d=\"M 46.842 26.834 L 49.149 26.834 L 58.673 0.673 L 56.366 0.673 L 46.843 26.836 Z M 6.384 41.258 L 6.375 36.234 L 3.886 40.42 L 3.434 40.42 L 0.946 36.264 L 0.946 41.258 L 0 41.258 L 0 34.364 L 0.807 34.364 L 3.68 39.211 L 6.513 34.364 L 7.319 34.364 L 7.328 41.258 Z M 15.747 39.533 L 12.088 39.533 L 11.331 41.257 L 10.317 41.257 L 13.436 34.365 L 14.41 34.365 L 17.537 41.257 L 16.505 41.257 Z M 15.403 38.747 L 13.917 35.368 L 12.433 38.747 Z M 26.449 34.364 L 26.449 41.258 L 25.643 41.258 L 21.512 36.118 L 21.512 41.258 L 20.528 41.258 L 20.528 34.364 L 21.335 34.364 L 25.467 39.504 L 25.467 34.364 L 26.451 34.364 Z M 34.869 39.533 L 31.209 39.533 L 30.452 41.257 L 29.438 41.257 L 32.557 34.365 L 33.53 34.365 L 36.658 41.257 L 35.625 41.257 L 34.868 39.533 Z M 34.524 38.747 L 33.039 35.368 L 31.554 38.747 L 34.523 38.747 Z M 44.322 37.772 L 45.266 37.772 L 45.266 40.461 C 44.577 41.042 43.623 41.337 42.659 41.337 C 40.544 41.337 38.99 39.85 38.99 37.81 C 38.99 35.771 40.545 34.285 42.679 34.285 C 43.771 34.285 44.695 34.649 45.325 35.347 L 44.714 35.958 C 44.144 35.407 43.495 35.16 42.717 35.16 C 41.124 35.16 39.973 36.273 39.973 37.808 C 39.973 39.346 41.124 40.458 42.708 40.458 C 43.289 40.458 43.83 40.329 44.322 40.015 L 44.322 37.77 Z M 54.109 40.4 L 54.109 41.258 L 49.112 41.258 L 49.112 34.364 L 53.971 34.364 L 53.971 35.222 L 50.095 35.222 L 50.095 37.341 L 53.547 37.341 L 53.547 38.177 L 50.095 38.177 L 50.095 40.402 L 54.109 40.402 Z M 64.053 41.258 L 64.044 36.234 L 61.555 40.42 L 61.102 40.42 L 58.615 36.264 L 58.615 41.258 L 57.671 41.258 L 57.671 34.364 L 58.477 34.364 L 61.35 39.211 L 64.183 34.364 L 64.989 34.364 L 64.998 41.258 Z M 74.025 40.4 L 74.025 41.258 L 69.028 41.258 L 69.028 34.364 L 73.887 34.364 L 73.887 35.222 L 70.011 35.222 L 70.011 37.341 L 73.463 37.341 L 73.463 38.177 L 70.011 38.177 L 70.011 40.402 L 74.025 40.402 Z M 83.507 34.364 L 83.507 41.258 L 82.7 41.258 L 78.571 36.118 L 78.571 41.258 L 77.587 41.258 L 77.587 34.364 L 78.394 34.364 L 82.524 39.504 L 82.524 34.364 L 83.509 34.364 Z M 88.906 35.22 L 86.545 35.22 L 86.545 34.362 L 92.24 34.362 L 92.24 35.221 L 89.878 35.221 L 89.878 41.258 L 88.905 41.258 L 88.905 35.22 Z M 102.797 42.011 L 101.672 40.85 C 100.989 41.581 100.063 41.952 98.963 41.952 C 97.377 41.952 96.242 41.116 96.242 39.888 C 96.242 38.926 96.797 38.219 98.281 37.36 C 97.493 36.55 97.261 36.062 97.261 35.435 C 97.261 34.404 98.061 33.708 99.312 33.708 C 100.457 33.708 101.2 34.312 101.2 35.32 C 101.2 36.131 100.714 36.7 99.394 37.465 L 101.618 39.762 C 101.862 39.333 102.047 38.811 102.162 38.196 L 102.834 38.405 C 102.683 39.136 102.439 39.762 102.115 40.272 L 103.273 41.467 L 102.799 42.012 L 102.797 42.01 Z M 101.187 40.351 L 98.743 37.834 C 97.444 38.576 97.053 39.086 97.053 39.806 C 97.053 40.687 97.841 41.267 99.011 41.267 C 99.891 41.267 100.631 40.966 101.189 40.351 Z M 98.026 35.423 C 98.026 35.898 98.201 36.234 98.941 36.989 C 100.111 36.316 100.492 35.909 100.492 35.331 C 100.492 34.752 100.063 34.32 99.312 34.32 C 98.501 34.32 98.026 34.773 98.026 35.423 Z M 112.916 39.533 L 109.256 39.533 L 108.499 41.257 L 107.485 41.257 L 110.604 34.365 L 111.577 34.365 L 114.705 41.257 L 113.673 41.257 Z M 112.571 38.747 L 111.086 35.368 L 109.601 38.747 Z M 122.367 37.772 L 123.312 37.772 L 123.312 40.461 C 122.622 41.042 121.669 41.337 120.704 41.337 C 118.589 41.337 117.036 39.85 117.036 37.81 C 117.036 35.771 118.59 34.285 120.725 34.285 C 121.817 34.285 122.741 34.649 123.37 35.347 L 122.759 35.958 C 122.189 35.407 121.54 35.16 120.763 35.16 C 119.17 35.16 118.018 36.273 118.018 37.808 C 118.018 39.346 119.17 40.458 120.752 40.458 C 121.333 40.458 121.874 40.329 122.365 40.015 L 122.365 37.77 Z M 132.154 40.4 L 132.154 41.258 L 127.158 41.258 L 127.158 34.364 L 132.016 34.364 L 132.016 35.222 L 128.14 35.222 L 128.14 37.341 L 131.593 37.341 L 131.593 38.177 L 128.14 38.177 L 128.14 40.402 L 132.154 40.402 Z M 141.637 34.364 L 141.637 41.258 L 140.83 41.258 L 136.7 36.118 L 136.7 41.258 L 135.715 41.258 L 135.715 34.364 L 136.522 34.364 L 140.653 39.504 L 140.653 34.364 Z M 145.109 37.81 C 145.109 35.771 146.664 34.285 148.758 34.285 C 149.819 34.285 150.745 34.649 151.374 35.357 L 150.734 35.979 C 150.202 35.417 149.554 35.162 148.796 35.162 C 147.241 35.162 146.092 36.285 146.092 37.81 C 146.092 39.336 147.243 40.459 148.796 40.459 C 149.554 40.459 150.202 40.193 150.734 39.631 L 151.374 40.252 C 150.745 40.96 149.819 41.335 148.748 41.335 C 146.664 41.335 145.109 39.848 145.109 37.808 Z M 157.266 38.874 L 157.266 41.257 L 156.292 41.257 L 156.292 38.854 L 153.557 34.364 L 154.609 34.364 L 156.813 37.999 L 159.027 34.364 L 160 34.364 L 157.266 38.875 Z\" fill=\"rgb(20, 22, 26)\"></path></g></svg>',svgContentId:11102086055}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wiVVX.framer-1laryy3, .framer-wiVVX .framer-1laryy3 { display: block; }\",\".framer-wiVVX.framer-10ssnhj { 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: 0px; position: relative; width: min-content; }\",\".framer-wiVVX .framer-mxe5d7 { flex: none; height: 24px; position: relative; width: 100px; }\",\".framer-wiVVX .framer-16noj4v { flex: none; height: 42px; position: relative; width: 127px; }\",\".framer-wiVVX .framer-1lylr1a { flex: none; height: 42px; position: relative; width: 160px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wiVVX.framer-10ssnhj { gap: 0px; } .framer-wiVVX.framer-10ssnhj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wiVVX.framer-10ssnhj > :first-child { margin-top: 0px; } .framer-wiVVX.framer-10ssnhj > :last-child { margin-bottom: 0px; } }\",\".framer-wiVVX.framer-v-1y4udcr .framer-16noj4v, .framer-wiVVX.framer-v-rcniqh .framer-16noj4v { height: 38px; width: 115px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"aTsqu7Sbl\":{\"layout\":[\"auto\",\"auto\"]},\"iWeSpHcUn\":{\"layout\":[\"auto\",\"auto\"]},\"HK9gbeuhS\":{\"layout\":[\"auto\",\"auto\"]},\"YC1IvoKFd\":{\"layout\":[\"auto\",\"auto\"]},\"TNwWVOjAR\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framernrc088tat=withCSS(Component,css,\"framer-wiVVX\");export default Framernrc088tat;Framernrc088tat.displayName=\"Logo\";Framernrc088tat.defaultProps={height:24,width:100};addPropertyControls(Framernrc088tat,{variant:{options:[\"I660:6670;671:7239\",\"aTsqu7Sbl\",\"iWeSpHcUn\",\"HK9gbeuhS\",\"YC1IvoKFd\",\"TNwWVOjAR\"],optionTitles:[\"Default\",\"Management\",\"Entertainment\",\"ManagementDark\",\"EntertainmentDark\",\"DefaultDark\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framernrc088tat,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framernrc088tat\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"100\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aTsqu7Sbl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"iWeSpHcUn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HK9gbeuhS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YC1IvoKFd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TNwWVOjAR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nrc088tat.map","// Generated by Framer (0b8b5e5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"MnacXT1fp\",\"Mvi05NllY\",\"lfHLBUcob\"];const serializationHash=\"framer-3FIgv\";const variantClassNames={lfHLBUcob:\"framer-v-1m6hhh1\",MnacXT1fp:\"framer-v-s603xy\",Mvi05NllY:\"framer-v-cpjuiv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Dropdown/Closed\":\"MnacXT1fp\",\"Dropdown/Open\":\"Mvi05NllY\",Button:\"lfHLBUcob\"};const getProps=({color,dropdown,externalLink,height,id,link,link1,link2,link3,submenu1Text,submenu2Text,submenu3Text,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6;return{...props,a2USqFhxR:(_ref=color!==null&&color!==void 0?color:props.a2USqFhxR)!==null&&_ref!==void 0?_ref:\"rgb(255, 255, 255)\",DlljFBGJl:(_ref1=submenu2Text!==null&&submenu2Text!==void 0?submenu2Text:props.DlljFBGJl)!==null&&_ref1!==void 0?_ref1:\"text\",DRkijqauu:link1!==null&&link1!==void 0?link1:props.DRkijqauu,HYxm8p3Kh:link2!==null&&link2!==void 0?link2:props.HYxm8p3Kh,OawIKMAE7:(_ref2=dropdown!==null&&dropdown!==void 0?dropdown:props.OawIKMAE7)!==null&&_ref2!==void 0?_ref2:true,PD_jFPYq3:externalLink!==null&&externalLink!==void 0?externalLink:props.PD_jFPYq3,TBPWvnFzK:(_ref3=title!==null&&title!==void 0?title:props.TBPWvnFzK)!==null&&_ref3!==void 0?_ref3:\"Design\",uDiapmvMk:(_ref4=submenu3Text!==null&&submenu3Text!==void 0?submenu3Text:props.uDiapmvMk)!==null&&_ref4!==void 0?_ref4:\"text\",uZEkDkF3y:(_ref5=submenu1Text!==null&&submenu1Text!==void 0?submenu1Text:props.uZEkDkF3y)!==null&&_ref5!==void 0?_ref5:\"text\",variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"MnacXT1fp\",wwCSZVkkl:link3!==null&&link3!==void 0?link3:props.wwCSZVkkl,XKK_z6MJG:link!==null&&link!==void 0?link:props.XKK_z6MJG};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,TBPWvnFzK,OawIKMAE7,uZEkDkF3y,DlljFBGJl,uDiapmvMk,DRkijqauu,HYxm8p3Kh,wwCSZVkkl,XKK_z6MJG,a2USqFhxR,PD_jFPYq3,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MnacXT1fp\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaplcavn3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"Mvi05NllY\");});const onTaptmt6kr=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"MnacXT1fp\");});const ref1=React.useRef(null);const isDisplayed=value=>{if(baseVariant===\"lfHLBUcob\")return false;return value;};const isDisplayed1=()=>{if(baseVariant===\"Mvi05NllY\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-s603xy\",className,classNames),\"data-framer-name\":\"Dropdown/Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"MnacXT1fp\",onTap:onTaplcavn3,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({lfHLBUcob:{\"data-framer-name\":\"Button\",\"data-highlight\":undefined,onTap:undefined},Mvi05NllY:{\"data-framer-name\":\"Dropdown/Open\",onTap:onTaptmt6kr}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:XKK_z6MJG,openInNewTab:false,...addPropertyOverrides({lfHLBUcob:{openInNewTab:PD_jFPYq3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1tipm1h framer-1l6si1a\",layoutDependency:layoutDependency,layoutId:\"bkAi1qVsf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-a2USqFhxR-uCZoNq2DV))\"},children:\"Design\"})}),className:\"framer-8gckl1\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"wdD1eZXDj\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-a2USqFhxR-uCZoNq2DV)\",\"--variable-reference-a2USqFhxR-uCZoNq2DV\":a2USqFhxR},text:TBPWvnFzK,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed(OawIKMAE7)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fexqxa-container\",layoutDependency:layoutDependency,layoutId:\"oeJirhClp-container\",style:{rotate:0},variants:{Mvi05NllY:{rotate:-180}},children:/*#__PURE__*/_jsx(Phosphor,{color:a2USqFhxR,height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretDown\",id:\"oeJirhClp\",layoutId:\"oeJirhClp\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:DRkijqauu,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-anrf6j framer-1l6si1a\",layoutDependency:layoutDependency,layoutId:\"eE3w2dQ9l\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-a2USqFhxR-uCZoNq2DV))\"},children:\"text\"})}),className:\"framer-5lnfsw\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"Wr4_sQZWG\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-a2USqFhxR-uCZoNq2DV)\",\"--variable-reference-a2USqFhxR-uCZoNq2DV\":a2USqFhxR},text:uZEkDkF3y,verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:HYxm8p3Kh,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-h0krzq framer-1l6si1a\",layoutDependency:layoutDependency,layoutId:\"AKEo_Uhke\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-a2USqFhxR-uCZoNq2DV))\"},children:\"text\"})}),className:\"framer-1v46byn\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"mkXvtqINR\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-a2USqFhxR-uCZoNq2DV)\",\"--variable-reference-a2USqFhxR-uCZoNq2DV\":a2USqFhxR},text:DlljFBGJl,verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:wwCSZVkkl,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1fqqmlr framer-1l6si1a\",layoutDependency:layoutDependency,layoutId:\"g6LbDxhkp\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-a2USqFhxR-uCZoNq2DV))\"},children:\"text\"})}),className:\"framer-1c5clmz\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"T08tvKsw1\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-a2USqFhxR-uCZoNq2DV)\",\"--variable-reference-a2USqFhxR-uCZoNq2DV\":a2USqFhxR},text:uDiapmvMk,verticalAlignment:\"top\",withExternalLayout:true})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3FIgv.framer-1l6si1a, .framer-3FIgv .framer-1l6si1a { display: block; }\",\".framer-3FIgv.framer-s603xy { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3FIgv .framer-1tipm1h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-3FIgv .framer-8gckl1, .framer-3FIgv .framer-5lnfsw, .framer-3FIgv .framer-1v46byn, .framer-3FIgv .framer-1c5clmz { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-3FIgv .framer-1fexqxa-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 21px; }\",\".framer-3FIgv .framer-anrf6j, .framer-3FIgv .framer-h0krzq, .framer-3FIgv .framer-1fqqmlr { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 12px 0px 12px; position: relative; text-decoration: none; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3FIgv.framer-s603xy, .framer-3FIgv .framer-1tipm1h, .framer-3FIgv .framer-anrf6j, .framer-3FIgv .framer-h0krzq, .framer-3FIgv .framer-1fqqmlr { gap: 0px; } .framer-3FIgv.framer-s603xy > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-3FIgv.framer-s603xy > :first-child { margin-top: 0px; } .framer-3FIgv.framer-s603xy > :last-child { margin-bottom: 0px; } .framer-3FIgv .framer-1tipm1h > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-3FIgv .framer-1tipm1h > :first-child, .framer-3FIgv .framer-anrf6j > :first-child, .framer-3FIgv .framer-h0krzq > :first-child, .framer-3FIgv .framer-1fqqmlr > :first-child { margin-left: 0px; } .framer-3FIgv .framer-1tipm1h > :last-child, .framer-3FIgv .framer-anrf6j > :last-child, .framer-3FIgv .framer-h0krzq > :last-child, .framer-3FIgv .framer-1fqqmlr > :last-child { margin-right: 0px; } .framer-3FIgv .framer-anrf6j > *, .framer-3FIgv .framer-h0krzq > *, .framer-3FIgv .framer-1fqqmlr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-3FIgv.framer-v-cpjuiv.framer-s603xy { align-content: flex-start; align-items: flex-start; }\",\".framer-3FIgv.framer-v-cpjuiv .framer-1tipm1h { order: 0; }\",\".framer-3FIgv.framer-v-cpjuiv .framer-anrf6j { order: 1; }\",\".framer-3FIgv.framer-v-cpjuiv .framer-h0krzq { order: 2; }\",\".framer-3FIgv.framer-v-cpjuiv .framer-1fqqmlr { order: 3; }\",\".framer-3FIgv.framer-v-1m6hhh1.framer-s603xy { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 109.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Mvi05NllY\":{\"layout\":[\"auto\",\"auto\"]},\"lfHLBUcob\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"TBPWvnFzK\":\"title\",\"OawIKMAE7\":\"dropdown\",\"uZEkDkF3y\":\"submenu1Text\",\"DlljFBGJl\":\"submenu2Text\",\"uDiapmvMk\":\"submenu3Text\",\"DRkijqauu\":\"link1\",\"HYxm8p3Kh\":\"link2\",\"wwCSZVkkl\":\"link3\",\"XKK_z6MJG\":\"link\",\"a2USqFhxR\":\"color\",\"PD_jFPYq3\":\"externalLink\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruCZoNq2DV=withCSS(Component,css,\"framer-3FIgv\");export default FrameruCZoNq2DV;FrameruCZoNq2DV.displayName=\"NavigatinBar/Select/Dropdown\";FrameruCZoNq2DV.defaultProps={height:24,width:109.5};addPropertyControls(FrameruCZoNq2DV,{variant:{options:[\"MnacXT1fp\",\"Mvi05NllY\",\"lfHLBUcob\"],optionTitles:[\"Dropdown/Closed\",\"Dropdown/Open\",\"Button\"],title:\"Variant\",type:ControlType.Enum},TBPWvnFzK:{defaultValue:\"Design\",displayTextArea:false,title:\"Title\",type:ControlType.String},OawIKMAE7:{defaultValue:true,title:\"dropdown\",type:ControlType.Boolean},uZEkDkF3y:{defaultValue:\"text\",displayTextArea:false,title:\"submenu1text\",type:ControlType.String},DlljFBGJl:{defaultValue:\"text\",displayTextArea:false,title:\"submenu2text\",type:ControlType.String},uDiapmvMk:{defaultValue:\"text\",displayTextArea:false,title:\"submenu3text\",type:ControlType.String},DRkijqauu:{title:\"Link 1\",type:ControlType.Link},HYxm8p3Kh:{title:\"Link 2\",type:ControlType.Link},wwCSZVkkl:{title:\"Link 3\",type:ControlType.Link},XKK_z6MJG:{title:\"Link\",type:ControlType.Link},a2USqFhxR:{defaultValue:\"rgb(255, 255, 255)\",title:\"Color\",type:ControlType.Color},PD_jFPYq3:{defaultValue:false,title:\"External Link?\",type:ControlType.Boolean}});addFonts(FrameruCZoNq2DV,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruCZoNq2DV\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"TBPWvnFzK\\\":\\\"title\\\",\\\"OawIKMAE7\\\":\\\"dropdown\\\",\\\"uZEkDkF3y\\\":\\\"submenu1Text\\\",\\\"DlljFBGJl\\\":\\\"submenu2Text\\\",\\\"uDiapmvMk\\\":\\\"submenu3Text\\\",\\\"DRkijqauu\\\":\\\"link1\\\",\\\"HYxm8p3Kh\\\":\\\"link2\\\",\\\"wwCSZVkkl\\\":\\\"link3\\\",\\\"XKK_z6MJG\\\":\\\"link\\\",\\\"a2USqFhxR\\\":\\\"color\\\",\\\"PD_jFPYq3\\\":\\\"externalLink\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"109.5\",\"framerIntrinsicHeight\":\"24\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Mvi05NllY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lfHLBUcob\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uCZoNq2DV.map","// Generated by Framer (dbba614)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={HrXlFEj26:{hover:true},XPfx38z2E:{hover:true}};const cycleOrder=[\"XPfx38z2E\",\"HrXlFEj26\"];const serializationHash=\"framer-70lwO\";const variantClassNames={HrXlFEj26:\"framer-v-1fqwau5\",XPfx38z2E:\"framer-v-5wk8yj\"};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 numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={Primary:\"XPfx38z2E\",Secondary:\"HrXlFEj26\"};const getProps=({background,borderColor,distribute,fontColor,height,icon,id,link,padding,showIcon,title,width,...props})=>{var _humanReadableEnumMap_distribute,_ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7,_humanReadableVariantMap_props_variant,_ref8,_ref9;return{...props,CBiImtpJW:(_ref1=(_ref=(_humanReadableEnumMap_distribute=humanReadableEnumMap[distribute])!==null&&_humanReadableEnumMap_distribute!==void 0?_humanReadableEnumMap_distribute:distribute)!==null&&_ref!==void 0?_ref:props.CBiImtpJW)!==null&&_ref1!==void 0?_ref1:\"center\",DglRGZrYn:(_ref2=borderColor!==null&&borderColor!==void 0?borderColor:props.DglRGZrYn)!==null&&_ref2!==void 0?_ref2:{borderColor:\"rgb(20, 22, 25)\",borderStyle:\"solid\",borderWidth:1},haoQpdyOA:(_ref3=background!==null&&background!==void 0?background:props.haoQpdyOA)!==null&&_ref3!==void 0?_ref3:\"rgb(20, 22, 25)\",iPNlmRdUi:(_ref4=title!==null&&title!==void 0?title:props.iPNlmRdUi)!==null&&_ref4!==void 0?_ref4:\"ButtonTitle\",LHfG1llOu:(_ref5=icon!==null&&icon!==void 0?icon:props.LHfG1llOu)!==null&&_ref5!==void 0?_ref5:\"House\",NnrOHSi5O:(_ref6=padding!==null&&padding!==void 0?padding:props.NnrOHSi5O)!==null&&_ref6!==void 0?_ref6:12,QXMYZxxSO:(_ref7=fontColor!==null&&fontColor!==void 0?fontColor:props.QXMYZxxSO)!==null&&_ref7!==void 0?_ref7:\"rgb(20, 22, 25)\",variant:(_ref8=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref8!==void 0?_ref8:\"XPfx38z2E\",XwNIJ9QWw:(_ref9=showIcon!==null&&showIcon!==void 0?showIcon:props.XwNIJ9QWw)!==null&&_ref9!==void 0?_ref9:true,zThi5dIr1:link!==null&&link!==void 0?link:props.zThi5dIr1};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,iPNlmRdUi,LHfG1llOu,XwNIJ9QWw,haoQpdyOA,CBiImtpJW,NnrOHSi5O,zThi5dIr1,DglRGZrYn,QXMYZxxSO,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XPfx38z2E\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _DglRGZrYn_borderBottomWidth,_DglRGZrYn_borderLeftWidth,_DglRGZrYn_borderRightWidth,_DglRGZrYn_borderTopWidth;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:zThi5dIr1,nodeId:\"XPfx38z2E\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-5wk8yj\",className,classNames)} framer-i8l114`,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"XPfx38z2E\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",\"--rlxihp\":CBiImtpJW,\"--ubgd0a\":numberToPixelString(NnrOHSi5O),backgroundColor:haoQpdyOA,...style},variants:{\"HrXlFEj26-hover\":{backgroundColor:haoQpdyOA},\"XPfx38z2E-hover\":{backgroundColor:\"rgb(194, 194, 194)\"},HrXlFEj26:{\"--border-bottom-width\":`${(_DglRGZrYn_borderBottomWidth=DglRGZrYn.borderBottomWidth)!==null&&_DglRGZrYn_borderBottomWidth!==void 0?_DglRGZrYn_borderBottomWidth:DglRGZrYn.borderWidth}px`,\"--border-color\":DglRGZrYn.borderColor,\"--border-left-width\":`${(_DglRGZrYn_borderLeftWidth=DglRGZrYn.borderLeftWidth)!==null&&_DglRGZrYn_borderLeftWidth!==void 0?_DglRGZrYn_borderLeftWidth:DglRGZrYn.borderWidth}px`,\"--border-right-width\":`${(_DglRGZrYn_borderRightWidth=DglRGZrYn.borderRightWidth)!==null&&_DglRGZrYn_borderRightWidth!==void 0?_DglRGZrYn_borderRightWidth:DglRGZrYn.borderWidth}px`,\"--border-style\":DglRGZrYn.borderStyle,\"--border-top-width\":`${(_DglRGZrYn_borderTopWidth=DglRGZrYn.borderTopWidth)!==null&&_DglRGZrYn_borderTopWidth!==void 0?_DglRGZrYn_borderTopWidth:DglRGZrYn.borderWidth}px`,backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"HrXlFEj26-hover\":{\"data-framer-name\":undefined},\"XPfx38z2E-hover\":{\"data-framer-name\":undefined},HrXlFEj26:{\"data-border\":true,\"data-framer-name\":\"Secondary\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJjaGl2by01MDA=\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-QXMYZxxSO-xV3Fh54en))\"},children:\"ButtonTitle\"})}),className:\"framer-17z3cxg\",\"data-framer-name\":\"Book Now\",fonts:[\"GF;Archivo-500\"],layoutDependency:layoutDependency,layoutId:\"qXP9AZDU3\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-QXMYZxxSO-xV3Fh54en)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-QXMYZxxSO-xV3Fh54en\":QXMYZxxSO},text:iPNlmRdUi,verticalAlignment:\"center\",withExternalLayout:true}),XwNIJ9QWw&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bmglcx-container\",layoutDependency:layoutDependency,layoutId:\"WJGTT93pX-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:QXMYZxxSO,height:\"100%\",iconSearch:\"House\",iconSelection:LHfG1llOu,id:\"WJGTT93pX\",layoutId:\"WJGTT93pX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-70lwO.framer-i8l114, .framer-70lwO .framer-i8l114 { display: block; }\",\".framer-70lwO.framer-5wk8yj { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: var(--rlxihp); overflow: visible; padding: var(--ubgd0a); position: relative; text-decoration: none; width: min-content; }\",\".framer-70lwO .framer-17z3cxg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-70lwO .framer-1bmglcx-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-70lwO.framer-5wk8yj { gap: 0px; } .framer-70lwO.framer-5wk8yj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-70lwO.framer-5wk8yj > :first-child { margin-left: 0px; } .framer-70lwO.framer-5wk8yj > :last-child { margin-right: 0px; } }\",'.framer-70lwO[data-border=\"true\"]::after, .framer-70lwO [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 124\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"HrXlFEj26\":{\"layout\":[\"auto\",\"auto\"]},\"cbLYmBnWR\":{\"layout\":[\"auto\",\"auto\"]},\"hdelg06cA\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"iPNlmRdUi\":\"title\",\"LHfG1llOu\":\"icon\",\"XwNIJ9QWw\":\"showIcon\",\"haoQpdyOA\":\"background\",\"CBiImtpJW\":\"distribute\",\"NnrOHSi5O\":\"padding\",\"zThi5dIr1\":\"link\",\"DglRGZrYn\":\"borderColor\",\"QXMYZxxSO\":\"fontColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxV3Fh54en=withCSS(Component,css,\"framer-70lwO\");export default FramerxV3Fh54en;FramerxV3Fh54en.displayName=\"Button/Default\";FramerxV3Fh54en.defaultProps={height:44,width:124};addPropertyControls(FramerxV3Fh54en,{variant:{options:[\"XPfx38z2E\",\"HrXlFEj26\"],optionTitles:[\"Primary\",\"Secondary\"],title:\"Variant\",type:ControlType.Enum},iPNlmRdUi:{defaultValue:\"ButtonTitle\",displayTextArea:false,title:\"Title\",type:ControlType.String},LHfG1llOu:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"House\",description:undefined,hidden:undefined,title:\"Icon\"},XwNIJ9QWw:{defaultValue:true,title:\"showIcon\",type:ControlType.Boolean},haoQpdyOA:{defaultValue:\"rgb(20, 22, 25)\",title:\"Background\",type:ControlType.Color},CBiImtpJW:{defaultValue:\"center\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute\",type:ControlType.Enum},NnrOHSi5O:{defaultValue:12,min:0,title:\"Padding\",type:ControlType.Number},zThi5dIr1:{title:\"Link\",type:ControlType.Link},DglRGZrYn:{defaultValue:{borderColor:\"rgb(20, 22, 25)\",borderStyle:\"solid\",borderWidth:1},title:\"BorderColor\",type:ControlType.Border},QXMYZxxSO:{defaultValue:\"rgb(20, 22, 25)\",title:\"FontColor\",type:ControlType.Color}});addFonts(FramerxV3Fh54en,[{explicitInter:true,fonts:[{family:\"Archivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTBjNp9R1oJ0vyVQ.woff2\",weight:\"500\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxV3Fh54en\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"44\",\"framerVariables\":\"{\\\"iPNlmRdUi\\\":\\\"title\\\",\\\"LHfG1llOu\\\":\\\"icon\\\",\\\"XwNIJ9QWw\\\":\\\"showIcon\\\",\\\"haoQpdyOA\\\":\\\"background\\\",\\\"CBiImtpJW\\\":\\\"distribute\\\",\\\"NnrOHSi5O\\\":\\\"padding\\\",\\\"zThi5dIr1\\\":\\\"link\\\",\\\"DglRGZrYn\\\":\\\"borderColor\\\",\\\"QXMYZxxSO\\\":\\\"fontColor\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"124\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HrXlFEj26\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cbLYmBnWR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hdelg06cA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xV3Fh54en.map","// Generated by Framer (c90df04)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getPropertyControls,Link,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import NavigationBarMenuDropdown from\"https://framerusercontent.com/modules/rgdSWPW92MGE780fu3lE/oMXtEbLWUMIDXRpezG8Z/C7fnbWZRc.js\";import Logo from\"https://framerusercontent.com/modules/PmBk3h3rARyx6tgBxLRt/MdH61HBsepN3YpkzwUqi/nrc088tat.js\";import NavigatinBarSelectDropdown from\"https://framerusercontent.com/modules/vYJcE8SpIQGNTJrhG93v/oaPYVJLKob8WPlj6hfqo/uCZoNq2DV.js\";import ButtonDefault from\"https://framerusercontent.com/modules/3DyI0XbEIYR6hnF4phm8/hOV8wFVBan7ClgberO1P/xV3Fh54en.js\";const LogoFonts=getFonts(Logo);const NavigationBarMenuDropdownFonts=getFonts(NavigationBarMenuDropdown);const NavigatinBarSelectDropdownFonts=getFonts(NavigatinBarSelectDropdown);const MotionDivWithFX=withFX(motion.div);const PhosphorFonts=getFonts(Phosphor);const ButtonDefaultFonts=getFonts(ButtonDefault);const LogoControls=getPropertyControls(Logo);const cycleOrder=[\"BSCjuN8na\",\"oJR1ndyds\",\"EkzeaSKTY\",\"pdGDa25UU\",\"xuiirj70i\"];const serializationHash=\"framer-jytva\";const variantClassNames={BSCjuN8na:\"framer-v-qs0z6u\",EkzeaSKTY:\"framer-v-o91yrh\",oJR1ndyds:\"framer-v-1ymif34\",pdGDa25UU:\"framer-v-1dr9njf\",xuiirj70i:\"framer-v-1osfiqm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:50,delay:0,mass:1,stiffness:250,type:\"spring\"};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,y:-4};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Default:\"I660:6670;671:7239\",DefaultDark:\"TNwWVOjAR\",Entertainment:\"iWeSpHcUn\",EntertainmentDark:\"YC1IvoKFd\",Management:\"aTsqu7Sbl\",ManagementDark:\"HK9gbeuhS\"};const humanReadableVariantMap={\"Mobile/Default\":\"pdGDa25UU\",\"Mobile/Default/Open\":\"xuiirj70i\",Default:\"BSCjuN8na\",Entertainment:\"EkzeaSKTY\",Management:\"oJR1ndyds\"};const getProps=({backgroundFill,communityButton,fontColor,height,id,link1,link2,link3,link4,link5,link6,logoVariant,menu1,menu2,menu3,menu4,menu5,menu6,newTab,showDropdown,title1,title2,title3,title4,title5,title6,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7,_ref8,_ref9,_ref10,_ref11,_humanReadableVariantMap_props_variant,_ref12,_ref13,_ref14,_humanReadableEnumMap_logoVariant,_ref15,_ref16,_ref17;return{...props,ABDgX_y5j:(_ref=title1!==null&&title1!==void 0?title1:props.ABDgX_y5j)!==null&&_ref!==void 0?_ref:\"about\",AcBlw0UUn:(_ref1=menu4!==null&&menu4!==void 0?menu4:props.AcBlw0UUn)!==null&&_ref1!==void 0?_ref1:true,bFVG5KBO4:link1!==null&&link1!==void 0?link1:props.bFVG5KBO4,bhOzPbona:(_ref2=title2!==null&&title2!==void 0?title2:props.bhOzPbona)!==null&&_ref2!==void 0?_ref2:\"contact us\",bnAT_Ir9i:link3!==null&&link3!==void 0?link3:props.bnAT_Ir9i,cRJazwt6V:(_ref3=title5!==null&&title5!==void 0?title5:props.cRJazwt6V)!==null&&_ref3!==void 0?_ref3:\"MANAGEMENT\",csLSgNWNR:link2!==null&&link2!==void 0?link2:props.csLSgNWNR,cU7PyPm1X:(_ref4=menu2!==null&&menu2!==void 0?menu2:props.cU7PyPm1X)!==null&&_ref4!==void 0?_ref4:true,EHIvnjzJJ:(_ref5=fontColor!==null&&fontColor!==void 0?fontColor:props.EHIvnjzJJ)!==null&&_ref5!==void 0?_ref5:\"rgb(235, 236, 242)\",gq89jWWgX:(_ref6=menu1!==null&&menu1!==void 0?menu1:props.gq89jWWgX)!==null&&_ref6!==void 0?_ref6:true,hyQpKsEaO:link6!==null&&link6!==void 0?link6:props.hyQpKsEaO,LunZaxWWH:(_ref7=menu6!==null&&menu6!==void 0?menu6:props.LunZaxWWH)!==null&&_ref7!==void 0?_ref7:true,Mj6zbPV1p:(_ref8=title4!==null&&title4!==void 0?title4:props.Mj6zbPV1p)!==null&&_ref8!==void 0?_ref8:\"MANAGEMENT\",MX0Nxp62I:(_ref9=menu3!==null&&menu3!==void 0?menu3:props.MX0Nxp62I)!==null&&_ref9!==void 0?_ref9:true,PFYPToFa4:(_ref10=title3!==null&&title3!==void 0?title3:props.PFYPToFa4)!==null&&_ref10!==void 0?_ref10:\"PORTFOLIO\",q7lVmXR6R:newTab!==null&&newTab!==void 0?newTab:props.q7lVmXR6R,teTEGWFUb:(_ref11=title6!==null&&title6!==void 0?title6:props.teTEGWFUb)!==null&&_ref11!==void 0?_ref11:\"MANAGEMENT\",variant:(_ref12=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref12!==void 0?_ref12:\"BSCjuN8na\",VDAoC0aWV:(_ref13=showDropdown!==null&&showDropdown!==void 0?showDropdown:props.VDAoC0aWV)!==null&&_ref13!==void 0?_ref13:true,VnaUITkao:communityButton!==null&&communityButton!==void 0?communityButton:props.VnaUITkao,vYd_b8aqB:link5!==null&&link5!==void 0?link5:props.vYd_b8aqB,WrQo8l4Ej:link4!==null&&link4!==void 0?link4:props.WrQo8l4Ej,WW67yLxCa:(_ref14=backgroundFill!==null&&backgroundFill!==void 0?backgroundFill:props.WW67yLxCa)!==null&&_ref14!==void 0?_ref14:\"rgba(42, 42, 42, 0.2)\",xxOX8pAcp:(_ref16=(_ref15=(_humanReadableEnumMap_logoVariant=humanReadableEnumMap[logoVariant])!==null&&_humanReadableEnumMap_logoVariant!==void 0?_humanReadableEnumMap_logoVariant:logoVariant)!==null&&_ref15!==void 0?_ref15:props.xxOX8pAcp)!==null&&_ref16!==void 0?_ref16:\"I660:6670;671:7239\",yKveDV2RH:(_ref17=menu5!==null&&menu5!==void 0?menu5:props.yKveDV2RH)!==null&&_ref17!==void 0?_ref17:true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,gq89jWWgX,cU7PyPm1X,MX0Nxp62I,AcBlw0UUn,yKveDV2RH,LunZaxWWH,ABDgX_y5j,bhOzPbona,PFYPToFa4,Mj6zbPV1p,cRJazwt6V,teTEGWFUb,bFVG5KBO4,csLSgNWNR,bnAT_Ir9i,WrQo8l4Ej,vYd_b8aqB,hyQpKsEaO,xxOX8pAcp,EHIvnjzJJ,WW67yLxCa,VDAoC0aWV,VnaUITkao,q7lVmXR6R,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BSCjuN8na\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1mnhp1j=activeVariantCallback(async(...args)=>{setVariant(\"xuiirj70i\");});const onTaptkoa51=activeVariantCallback(async(...args)=>{setVariant(\"pdGDa25UU\");});const c8eFbg0NJtxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"pdGDa25UU\",\"xuiirj70i\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"oJR1ndyds\",\"EkzeaSKTY\"].includes(baseVariant))return false;return true;};const router=useRouter();const ref2=React.useRef(null);const ref3=React.useRef(null);const isDisplayed2=value=>{if(baseVariant===\"oJR1ndyds\")return false;if(baseVariant===\"EkzeaSKTY\")return true;return value;};const ref4=React.useRef(null);const ref5=React.useRef(null);const isDisplayed3=()=>{if(baseVariant===\"EkzeaSKTY\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"EkzeaSKTY\")return true;return false;};const isDisplayed5=value=>{if(baseVariant===\"EkzeaSKTY\")return false;return value;};const isDisplayed6=()=>{if([\"pdGDa25UU\",\"xuiirj70i\"].includes(baseVariant))return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"xuiirj70i\")return true;return false;};const isDisplayed8=value=>{if(baseVariant===\"xuiirj70i\")return true;return value;};const ref6=React.useRef(null);const isDisplayed9=()=>{if(baseVariant===\"xuiirj70i\")return false;return true;};const ref7=React.useRef(null);const isDisplayed10=(value,value1)=>{if(baseVariant===\"xuiirj70i\")return value1;return value;};const isDisplayed11=value=>{if(baseVariant===\"EkzeaSKTY\")return true;if(baseVariant===\"xuiirj70i\")return value;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({pdGDa25UU:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-qs0z6u\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"BSCjuN8na\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"none\",...style},variants:{xuiirj70i:{backdropFilter:\"blur(8px)\",background:`linear-gradient(180deg, ${WW67yLxCa} 0%, ${WW67yLxCa} 100%)`,backgroundColor:WW67yLxCa,WebkitBackdropFilter:\"blur(8px)\"}},...addPropertyOverrides({EkzeaSKTY:{\"data-framer-name\":\"Entertainment\"},oJR1ndyds:{\"data-framer-name\":\"Management\"},pdGDa25UU:{\"data-framer-name\":\"Mobile/Default\"},xuiirj70i:{\"data-framer-name\":\"Mobile/Default/Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3m7zt9\",\"data-framer-name\":\"Navbar Container\",layoutDependency:layoutDependency,layoutId:\"I660:6670;510:4000\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"I660:6670;510:3495\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-dhmd7y framer-1e02n10\",\"data-framer-name\":\"Navbar\",layoutDependency:layoutDependency,layoutId:\"I660:6670;510:3495\",style:{backdropFilter:\"blur(0px)\",WebkitBackdropFilter:\"blur(0px)\"},variants:{pdGDa25UU:{backdropFilter:\"none\",WebkitBackdropFilter:\"none\"},xuiirj70i:{backdropFilter:\"none\",WebkitBackdropFilter:\"none\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+0+18.5,...addPropertyOverrides({EkzeaSKTY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||113)-48-65)/2)+0+18.5},oJR1ndyds:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+0+18.4},pdGDa25UU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+0+19},xuiirj70i:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+0+19}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y2t8dr-container\",layoutDependency:layoutDependency,layoutId:\"Ijd5i3TNK-container\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"Ijd5i3TNK\",layoutId:\"Ijd5i3TNK\",style:{height:\"100%\"},variant:xxOX8pAcp,width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1er1ofn\",\"data-framer-name\":\"Navbar\",layoutDependency:layoutDependency,layoutId:\"I660:6670;510:3668\",style:{backdropFilter:\"blur(0px)\",WebkitBackdropFilter:\"blur(0px)\"},variants:{pdGDa25UU:{backdropFilter:\"none\",WebkitBackdropFilter:\"none\"},xuiirj70i:{backdropFilter:\"none\",WebkitBackdropFilter:\"none\"}},...addPropertyOverrides({pdGDa25UU:{\"data-highlight\":true,onTap:onTap1mnhp1j},xuiirj70i:{\"data-highlight\":true,onTap:onTaptkoa51}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-171ticy\",\"data-framer-name\":\"Navbar/Menu\",layoutDependency:layoutDependency,layoutId:\"I660:6670;510:3670\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"l49gSN032\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+0+12+0,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mcq4b4-container\",id:`${layoutId}-1mcq4b4`,layoutDependency:layoutDependency,layoutId:\"DEhxyXYsR-container\",ref:ref2,children:[/*#__PURE__*/_jsx(NavigationBarMenuDropdown,{c8eFbg0NJ:c8eFbg0NJtxyyif({overlay}),eCQEmIYOg:EHIvnjzJJ,height:\"100%\",id:\"DEhxyXYsR\",layoutId:\"DEhxyXYsR\",npEixEgum:\"MANAGEMENT\",p5WDY28RA:true,QCaIKa_OK:resolvedLinks[0],qMer0oUZV:\"flex-start\",variant:overlay.visible?\"Ra9r7mRMg\":\"dFv9o3O86\",width:\"100%\",xbsG7qzzs:false}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1mcq4b4`,offsetX:0,offsetY:24,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:10,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-xijw1p\",\"data-framer-name\":\"Menu Dark\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"AUA0vkytQ\",ref:ref3,role:\"dialog\",style:{backdropFilter:\"blur(5px)\",backgroundColor:WW67yLxCa,WebkitBackdropFilter:\"blur(5px)\"},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"l49gSN032\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2w77kh-container\",layoutDependency:layoutDependency,layoutId:\"vFP7_UIpj-container\",children:/*#__PURE__*/_jsx(NavigatinBarSelectDropdown,{a2USqFhxR:\"rgb(255, 255, 255)\",DlljFBGJl:\"text\",height:\"100%\",id:\"vFP7_UIpj\",layoutId:\"vFP7_UIpj\",OawIKMAE7:false,PD_jFPYq3:false,TBPWvnFzK:\"TALENT POOL\",uDiapmvMk:\"text\",uZEkDkF3y:\"text\",variant:\"lfHLBUcob\",width:\"100%\",XKK_z6MJG:resolvedLinks1[0]})})})})})})})]})})})})}),isDisplayed2(cU7PyPm1X)&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0+0+12+0,...addPropertyOverrides({EkzeaSKTY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||113)-48-65)/2)+0+12+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gx2a30-container\",id:`${layoutId}-1gx2a30`,layoutDependency:layoutDependency,layoutId:\"UwgqKzhsC-container\",ref:ref4,children:[/*#__PURE__*/_jsx(NavigationBarMenuDropdown,{c8eFbg0NJ:c8eFbg0NJtxyyif({overlay:overlay1}),eCQEmIYOg:EHIvnjzJJ,height:\"100%\",id:\"UwgqKzhsC\",layoutId:\"UwgqKzhsC\",npEixEgum:\"ENTERTAINMENT\",p5WDY28RA:true,qMer0oUZV:\"flex-start\",variant:overlay1.visible?\"Ra9r7mRMg\":\"dFv9o3O86\",width:\"100%\",xbsG7qzzs:false,...addPropertyOverrides({EkzeaSKTY:{npEixEgum:\"OUR EVENT\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref4,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1gx2a30`,offsetX:0,offsetY:24,onDismiss:overlay1.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:10,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-bbqnjc\",\"data-framer-name\":\"Menu Dark\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"zu0R8ZJQh\",ref:ref5,role:\"dialog\",style:{backdropFilter:\"blur(5px)\",backgroundColor:WW67yLxCa,WebkitBackdropFilter:\"blur(5px)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{cM7UfwbAU:\"revive\"},unresolvedPathSlugs:{cM7UfwbAU:{collectionId:\"evd25tNtD\",collectionItemId:\"BeHhvrzcO\"}},webPageId:\"T86zeq7DY\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-660aes-container\",layoutDependency:layoutDependency,layoutId:\"oTFrNOZFH-container\",children:/*#__PURE__*/_jsx(NavigatinBarSelectDropdown,{a2USqFhxR:\"rgb(255, 255, 255)\",DlljFBGJl:\"\",height:\"100%\",id:\"oTFrNOZFH\",layoutId:\"oTFrNOZFH\",OawIKMAE7:false,PD_jFPYq3:true,TBPWvnFzK:\"REGULER\",uDiapmvMk:\"\",uZEkDkF3y:\"\",variant:\"lfHLBUcob\",width:\"100%\",XKK_z6MJG:\"https://new.hwgroup.id/events\",...addPropertyOverrides({EkzeaSKTY:{a2USqFhxR:EHIvnjzJJ,TBPWvnFzK:\"REVIVE\",XKK_z6MJG:resolvedLinks2[0]}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{cM7UfwbAU:\"revive\"},unresolvedPathSlugs:{cM7UfwbAU:{collectionId:\"evd25tNtD\",collectionItemId:\"BeHhvrzcO\"}},webPageId:\"T86zeq7DY\"},implicitPathVariables:undefined},{href:{pathVariables:{cM7UfwbAU:\"locofella\"},unresolvedPathSlugs:{cM7UfwbAU:{collectionId:\"evd25tNtD\",collectionItemId:\"rSBwhk63r\"}},webPageId:\"T86zeq7DY\"},implicitPathVariables:undefined},{href:{pathVariables:{cM7UfwbAU:\"reload\"},unresolvedPathSlugs:{cM7UfwbAU:{collectionId:\"evd25tNtD\",collectionItemId:\"RWJM1jATZ\"}},webPageId:\"T86zeq7DY\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gbkdvh-container\",layoutDependency:layoutDependency,layoutId:\"a_p6yNc3t-container\",children:/*#__PURE__*/_jsx(NavigatinBarSelectDropdown,{a2USqFhxR:\"rgb(255, 255, 255)\",DlljFBGJl:\"LOCO FELLA\",DRkijqauu:resolvedLinks3[0],height:\"100%\",HYxm8p3Kh:resolvedLinks3[1],id:\"a_p6yNc3t\",layoutId:\"a_p6yNc3t\",OawIKMAE7:true,PD_jFPYq3:false,TBPWvnFzK:\"OUR EVENT\",uDiapmvMk:\"RELOAD\",uZEkDkF3y:\"REVIVE\",variant:\"MnacXT1fp\",width:\"100%\",wwCSZVkkl:resolvedLinks3[2]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nnmxjgOE5\"},implicitPathVariables:undefined},{href:{pathVariables:{cM7UfwbAU:\"locofella\"},unresolvedPathSlugs:{cM7UfwbAU:{collectionId:\"evd25tNtD\",collectionItemId:\"rSBwhk63r\"}},webPageId:\"T86zeq7DY\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15ezif6-container\",layoutDependency:layoutDependency,layoutId:\"GBvAjTPlK-container\",children:/*#__PURE__*/_jsx(NavigatinBarSelectDropdown,{a2USqFhxR:\"rgb(255, 255, 255)\",DlljFBGJl:\"\",height:\"100%\",id:\"GBvAjTPlK\",layoutId:\"GBvAjTPlK\",OawIKMAE7:false,PD_jFPYq3:false,TBPWvnFzK:\"PAST EVENT\",uDiapmvMk:\"\",uZEkDkF3y:\"\",variant:\"lfHLBUcob\",width:\"100%\",XKK_z6MJG:resolvedLinks4[0],...addPropertyOverrides({EkzeaSKTY:{a2USqFhxR:EHIvnjzJJ,TBPWvnFzK:\"LOCO FELLA\",XKK_z6MJG:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{cM7UfwbAU:\"locofella\"},unresolvedPathSlugs:{cM7UfwbAU:{collectionId:\"evd25tNtD\",collectionItemId:\"rSBwhk63r\"}},webPageId:\"T86zeq7DY\"},implicitPathVariables:undefined},{href:{pathVariables:{cM7UfwbAU:\"reload\"},unresolvedPathSlugs:{cM7UfwbAU:{collectionId:\"evd25tNtD\",collectionItemId:\"RWJM1jATZ\"}},webPageId:\"T86zeq7DY\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jru6qk-container\",layoutDependency:layoutDependency,layoutId:\"yPOWXi9zo-container\",children:/*#__PURE__*/_jsx(NavigatinBarSelectDropdown,{a2USqFhxR:EHIvnjzJJ,DlljFBGJl:\"\",height:\"100%\",id:\"yPOWXi9zo\",layoutId:\"yPOWXi9zo\",OawIKMAE7:false,PD_jFPYq3:false,TBPWvnFzK:\"LOCO FELLA\",uDiapmvMk:\"\",uZEkDkF3y:\"\",variant:\"lfHLBUcob\",width:\"100%\",XKK_z6MJG:resolvedLinks5[0],...addPropertyOverrides({EkzeaSKTY:{TBPWvnFzK:\"RELOAD\",XKK_z6MJG:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})})]})})})]})})})}),MX0Nxp62I&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"De6gTa5dk\"},nodeId:\"I660:6670;510:3670;458:3666\",openInNewTab:false,...addPropertyOverrides({EkzeaSKTY:{href:bFVG5KBO4},oJR1ndyds:{href:bFVG5KBO4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7yhii7 framer-1e02n10\",\"data-framer-name\":\"Navbar/Menu/TextIco\",layoutDependency:layoutDependency,layoutId:\"I660:6670;510:3670;458:3666\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-EHIvnjzJJ-uWSB2L5sE))\",\"--framer-text-transform\":\"uppercase\"},children:\"about\"})}),className:\"framer-1jujcj5\",\"data-framer-name\":\"Menu 1\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"I660:6670;510:3670;458:3666;458:3635\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-EHIvnjzJJ-uWSB2L5sE)\",\"--variable-reference-EHIvnjzJJ-uWSB2L5sE\":EHIvnjzJJ},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EkzeaSKTY:{text:ABDgX_y5j},oJR1ndyds:{text:ABDgX_y5j}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(Link,{href:bFVG5KBO4,nodeId:\"a10JhLhe4\",openInNewTab:q7lVmXR6R,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-fri5ip framer-1e02n10\",\"data-framer-name\":\"Navbar/Menu/TextIco\",layoutDependency:layoutDependency,layoutId:\"a10JhLhe4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-EHIvnjzJJ-uWSB2L5sE))\",\"--framer-text-transform\":\"uppercase\"},children:\"about\"})}),className:\"framer-4og5q5\",\"data-framer-name\":\"Menu 1\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"zo_zD1BF0\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-EHIvnjzJJ-uWSB2L5sE)\",\"--variable-reference-EHIvnjzJJ-uWSB2L5sE\":EHIvnjzJJ},text:ABDgX_y5j,verticalAlignment:\"top\",withExternalLayout:true})})}),AcBlw0UUn&&/*#__PURE__*/_jsx(Link,{href:{hash:\":leUedKK4n\",webPageId:\"De6gTa5dk\"},nodeId:\"I660:6670;510:3670;458:3674\",openInNewTab:false,smoothScroll:true,...addPropertyOverrides({EkzeaSKTY:{href:csLSgNWNR},oJR1ndyds:{href:csLSgNWNR}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1f220vi framer-1e02n10\",\"data-framer-name\":\"Navbar/Menu/TextIco\",layoutDependency:layoutDependency,layoutId:\"I660:6670;510:3670;458:3674\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-EHIvnjzJJ-uWSB2L5sE))\",\"--framer-text-transform\":\"uppercase\"},children:\"contact us\"})}),className:\"framer-i2uc9r\",\"data-framer-name\":\"Menu 1\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"I660:6670;510:3670;458:3674;458:3635\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-EHIvnjzJJ-uWSB2L5sE)\",\"--variable-reference-EHIvnjzJJ-uWSB2L5sE\":EHIvnjzJJ},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EkzeaSKTY:{text:bhOzPbona},oJR1ndyds:{text:bhOzPbona}},baseVariant,gestureVariant)})})}),yKveDV2RH&&/*#__PURE__*/_jsx(Link,{href:{hash:\":wdr4tspTk\",webPageId:\"De6gTa5dk\"},nodeId:\"I660:6670;510:3670;458:3684\",openInNewTab:false,smoothScroll:true,...addPropertyOverrides({EkzeaSKTY:{href:bnAT_Ir9i},oJR1ndyds:{href:bnAT_Ir9i}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-10w5kpf framer-1e02n10\",\"data-framer-name\":\"Navbar/Menu/TextIco\",layoutDependency:layoutDependency,layoutId:\"I660:6670;510:3670;458:3684\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-EHIvnjzJJ-uWSB2L5sE))\",\"--framer-text-transform\":\"uppercase\"},children:\"PORTFOLIO\"})}),className:\"framer-1uhdlvl\",\"data-framer-name\":\"Menu 1\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"I660:6670;510:3670;458:3684;458:3635\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-EHIvnjzJJ-uWSB2L5sE)\",\"--variable-reference-EHIvnjzJJ-uWSB2L5sE\":EHIvnjzJJ},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EkzeaSKTY:{text:PFYPToFa4},oJR1ndyds:{text:PFYPToFa4}},baseVariant,gestureVariant)})})}),LunZaxWWH&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UxnAtXpN9\"},nodeId:\"scHAWqDgY\",openInNewTab:false,...addPropertyOverrides({EkzeaSKTY:{href:WrQo8l4Ej},oJR1ndyds:{href:bnAT_Ir9i}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ixv9x6 framer-1e02n10\",\"data-framer-name\":\"Navbar/Menu/TextIco\",layoutDependency:layoutDependency,layoutId:\"scHAWqDgY\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-EHIvnjzJJ-uWSB2L5sE))\",\"--framer-text-transform\":\"uppercase\"},children:\"ARTICLE\"})}),className:\"framer-e7sm8e\",\"data-framer-name\":\"Menu 1\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"gCL2Knp7V\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-EHIvnjzJJ-uWSB2L5sE)\",\"--variable-reference-EHIvnjzJJ-uWSB2L5sE\":EHIvnjzJJ},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EkzeaSKTY:{text:Mj6zbPV1p},oJR1ndyds:{text:PFYPToFa4}},baseVariant,gestureVariant)})})}),isDisplayed5(LunZaxWWH)&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Dcw6NL05h\"},nodeId:\"i0cU_n2xK\",openInNewTab:false,...addPropertyOverrides({oJR1ndyds:{href:bnAT_Ir9i}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7rajc4 framer-1e02n10\",\"data-framer-name\":\"Navbar/Menu/TextIco\",layoutDependency:layoutDependency,layoutId:\"i0cU_n2xK\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-EHIvnjzJJ-uWSB2L5sE))\",\"--framer-text-transform\":\"uppercase\"},children:\"MERCH\"})}),className:\"framer-xkx9es\",\"data-framer-name\":\"Menu 1\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"Cjnhl6A9y\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-EHIvnjzJJ-uWSB2L5sE)\",\"--variable-reference-EHIvnjzJJ-uWSB2L5sE\":EHIvnjzJJ},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({oJR1ndyds:{text:PFYPToFa4}},baseVariant,gestureVariant)})})})]}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mb6rxx-container\",layoutDependency:layoutDependency,layoutId:\"P2YsLECro-container\",style:{rotate:0},variants:{xuiirj70i:{rotate:45}},children:/*#__PURE__*/_jsx(Phosphor,{color:EHIvnjzJJ,height:\"100%\",iconSearch:\"plus\",iconSelection:\"PlusSquare\",id:\"P2YsLECro\",layoutId:\"P2YsLECro\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})]}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dld9ij\",\"data-framer-name\":\"Navbar Container\",layoutDependency:layoutDependency,layoutId:\"oUx4ZMDee\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-34z891\",\"data-framer-name\":\"Navbar\",layoutDependency:layoutDependency,layoutId:\"NmydAbKq5\",children:[isDisplayed8(gq89jWWgX)&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed9(),children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,...addPropertyOverrides({xuiirj70i:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px, 1px) - 24px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+78+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dl6usb-container\",id:`${layoutId}-dl6usb`,layoutDependency:layoutDependency,layoutId:\"c1DWwSri0-container\",ref:ref6,children:[/*#__PURE__*/_jsx(NavigationBarMenuDropdown,{c8eFbg0NJ:c8eFbg0NJtxyyif({overlay:overlay2}),eCQEmIYOg:\"rgb(235, 236, 242)\",height:\"100%\",id:\"c1DWwSri0\",layoutId:\"c1DWwSri0\",npEixEgum:\"MANAGEMENT\",p5WDY28RA:true,qMer0oUZV:\"flex-start\",variant:overlay2.visible?\"Ra9r7mRMg\":\"dFv9o3O86\",width:\"100%\",xbsG7qzzs:false,...addPropertyOverrides({xuiirj70i:{eCQEmIYOg:EHIvnjzJJ,npEixEgum:ABDgX_y5j,p5WDY28RA:VDAoC0aWV,QCaIKa_OK:bFVG5KBO4,qMer0oUZV:\"space-between\",style:{width:\"100%\"},xbsG7qzzs:q7lVmXR6R}},baseVariant,gestureVariant)}),isDisplayed9()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref6,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-dl6usb`,offsetX:0,offsetY:24,onDismiss:overlay2.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:10,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-jxj20d\",\"data-border\":true,\"data-framer-name\":\"Menu Dark\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"pqGrqhVjV\",ref:ref7,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(42, 42, 42, 0.2)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopRightRadius:24,WebkitBackdropFilter:\"blur(5px)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"l49gSN032\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wem9qu-container\",layoutDependency:layoutDependency,layoutId:\"VlVvsaYCX-container\",children:/*#__PURE__*/_jsx(NavigatinBarSelectDropdown,{a2USqFhxR:\"rgb(255, 255, 255)\",DlljFBGJl:\"text\",height:\"100%\",id:\"VlVvsaYCX\",layoutId:\"VlVvsaYCX\",OawIKMAE7:false,PD_jFPYq3:false,TBPWvnFzK:\"TALENT POOL\",uDiapmvMk:\"text\",uZEkDkF3y:\"text\",variant:\"lfHLBUcob\",width:\"100%\",XKK_z6MJG:resolvedLinks6[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BuQh3yeQc\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gfvehh-container\",layoutDependency:layoutDependency,layoutId:\"aPX1VEs0W-container\",children:/*#__PURE__*/_jsx(NavigatinBarSelectDropdown,{a2USqFhxR:\"rgb(255, 255, 255)\",DlljFBGJl:\"text\",height:\"100%\",id:\"aPX1VEs0W\",layoutId:\"aPX1VEs0W\",OawIKMAE7:false,PD_jFPYq3:false,TBPWvnFzK:\"NEXT SHOW\",uDiapmvMk:\"text\",uZEkDkF3y:\"text\",variant:\"lfHLBUcob\",width:\"100%\",XKK_z6MJG:resolvedLinks7[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nxiB5oHjq\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-npfnf5-container\",layoutDependency:layoutDependency,layoutId:\"f4cz9YiPF-container\",children:/*#__PURE__*/_jsx(NavigatinBarSelectDropdown,{a2USqFhxR:\"rgb(255, 255, 255)\",DlljFBGJl:\"text\",height:\"100%\",id:\"f4cz9YiPF\",layoutId:\"f4cz9YiPF\",OawIKMAE7:false,PD_jFPYq3:false,TBPWvnFzK:\"PAST SHOW\",uDiapmvMk:\"text\",uZEkDkF3y:\"text\",variant:\"lfHLBUcob\",width:\"100%\",XKK_z6MJG:resolvedLinks8[0]})})})})]})})})]})})})}),isDisplayed10(gq89jWWgX,cU7PyPm1X)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,...addPropertyOverrides({xuiirj70i:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px, 1px) - 24px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+78+0+0+51}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1huw26s-container\",layoutDependency:layoutDependency,layoutId:\"oyhhynuvD-container\",children:/*#__PURE__*/_jsx(NavigationBarMenuDropdown,{eCQEmIYOg:\"rgb(235, 236, 242)\",height:\"100%\",id:\"oyhhynuvD\",layoutId:\"oyhhynuvD\",npEixEgum:\"MANAGEMENT\",p5WDY28RA:true,qMer0oUZV:\"flex-start\",variant:\"dFv9o3O86\",width:\"100%\",xbsG7qzzs:false,...addPropertyOverrides({xuiirj70i:{eCQEmIYOg:EHIvnjzJJ,npEixEgum:bhOzPbona,p5WDY28RA:VDAoC0aWV,QCaIKa_OK:csLSgNWNR,qMer0oUZV:\"space-between\",style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),isDisplayed10(gq89jWWgX,MX0Nxp62I)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,...addPropertyOverrides({xuiirj70i:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px, 1px) - 24px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+78+0+0+102}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p3z18p-container\",layoutDependency:layoutDependency,layoutId:\"xloQigQlz-container\",children:/*#__PURE__*/_jsx(NavigationBarMenuDropdown,{eCQEmIYOg:\"rgb(235, 236, 242)\",height:\"100%\",id:\"xloQigQlz\",layoutId:\"xloQigQlz\",npEixEgum:\"MANAGEMENT\",p5WDY28RA:true,qMer0oUZV:\"flex-start\",variant:\"dFv9o3O86\",width:\"100%\",xbsG7qzzs:false,...addPropertyOverrides({xuiirj70i:{eCQEmIYOg:EHIvnjzJJ,npEixEgum:PFYPToFa4,p5WDY28RA:VDAoC0aWV,QCaIKa_OK:bnAT_Ir9i,qMer0oUZV:\"space-between\",style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),isDisplayed10(MX0Nxp62I,AcBlw0UUn)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,...addPropertyOverrides({xuiirj70i:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px, 1px) - 24px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+78+0+0+153}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-l9zqf8-container\",layoutDependency:layoutDependency,layoutId:\"AzrCXlFr_-container\",children:/*#__PURE__*/_jsx(NavigationBarMenuDropdown,{eCQEmIYOg:EHIvnjzJJ,height:\"100%\",id:\"AzrCXlFr_\",layoutId:\"AzrCXlFr_\",npEixEgum:\"MANAGEMENT\",p5WDY28RA:true,qMer0oUZV:\"space-between\",style:{width:\"100%\"},variant:\"dFv9o3O86\",width:\"100%\",xbsG7qzzs:false,...addPropertyOverrides({xuiirj70i:{npEixEgum:Mj6zbPV1p,p5WDY28RA:VDAoC0aWV,QCaIKa_OK:WrQo8l4Ej}},baseVariant,gestureVariant)})})}),isDisplayed10(MX0Nxp62I,yKveDV2RH)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,...addPropertyOverrides({xuiirj70i:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px, 1px) - 24px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+78+0+0+204}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p7nlo0-container\",layoutDependency:layoutDependency,layoutId:\"qqV2GoJV6-container\",children:/*#__PURE__*/_jsx(NavigationBarMenuDropdown,{eCQEmIYOg:EHIvnjzJJ,height:\"100%\",id:\"qqV2GoJV6\",layoutId:\"qqV2GoJV6\",npEixEgum:\"MANAGEMENT\",p5WDY28RA:true,qMer0oUZV:\"space-between\",style:{width:\"100%\"},variant:\"dFv9o3O86\",width:\"100%\",xbsG7qzzs:false,...addPropertyOverrides({xuiirj70i:{npEixEgum:cRJazwt6V,p5WDY28RA:VDAoC0aWV,QCaIKa_OK:vYd_b8aqB}},baseVariant,gestureVariant)})})}),isDisplayed10(yKveDV2RH,LunZaxWWH)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,...addPropertyOverrides({xuiirj70i:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px, 1px) - 24px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+78+0+0+255}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-133kl53-container\",layoutDependency:layoutDependency,layoutId:\"XQgBgzE5n-container\",children:/*#__PURE__*/_jsx(NavigationBarMenuDropdown,{eCQEmIYOg:EHIvnjzJJ,height:\"100%\",id:\"XQgBgzE5n\",layoutId:\"XQgBgzE5n\",npEixEgum:cRJazwt6V,p5WDY28RA:VDAoC0aWV,QCaIKa_OK:vYd_b8aqB,qMer0oUZV:\"space-between\",style:{width:\"100%\"},variant:\"dFv9o3O86\",width:\"100%\",xbsG7qzzs:false,...addPropertyOverrides({xuiirj70i:{npEixEgum:teTEGWFUb,QCaIKa_OK:hyQpKsEaO}},baseVariant,gestureVariant)})})}),isDisplayed8(LunZaxWWH)&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Dcw6NL05h\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,...addPropertyOverrides({xuiirj70i:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px, 1px) - 24px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+78+0+0+306}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-za58op-container\",layoutDependency:layoutDependency,layoutId:\"womKgatxd-container\",children:/*#__PURE__*/_jsx(NavigationBarMenuDropdown,{eCQEmIYOg:EHIvnjzJJ,height:\"100%\",id:\"womKgatxd\",layoutId:\"womKgatxd\",npEixEgum:teTEGWFUb,p5WDY28RA:VDAoC0aWV,QCaIKa_OK:hyQpKsEaO,qMer0oUZV:\"space-between\",style:{width:\"100%\"},variant:\"dFv9o3O86\",width:\"100%\",xbsG7qzzs:false,...addPropertyOverrides({xuiirj70i:{npEixEgum:\"MERCH\",QCaIKa_OK:resolvedLinks9[0]}},baseVariant,gestureVariant)})})})})]})}),isDisplayed11(VnaUITkao)&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zMMgHSUNq\"},implicitPathVariables:undefined},{href:{webPageId:\"zMMgHSUNq\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EkzeaSKTY:{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(24+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||113)-48-44)/2)},xuiirj70i:{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+437}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16pkpzd-container\",layoutDependency:layoutDependency,layoutId:\"ni_dXe6Io-container\",whileHover:animation3,children:/*#__PURE__*/_jsx(ButtonDefault,{CBiImtpJW:\"center\",DglRGZrYn:{borderColor:\"rgb(20, 22, 25)\",borderStyle:\"solid\",borderWidth:1},haoQpdyOA:\"rgb(20, 22, 25)\",height:\"100%\",id:\"ni_dXe6Io\",iPNlmRdUi:\"JOIN COMMUNITY\",layoutId:\"ni_dXe6Io\",LHfG1llOu:\"ArrowRight\",NnrOHSi5O:12,QXMYZxxSO:\"rgb(20, 22, 25)\",variant:\"XPfx38z2E\",width:\"100%\",XwNIJ9QWw:false,...addPropertyOverrides({EkzeaSKTY:{iPNlmRdUi:\"GUESTLIST\",QXMYZxxSO:\"rgb(255, 255, 255)\",zThi5dIr1:resolvedLinks10[0]},xuiirj70i:{iPNlmRdUi:\"GUESTLIST\",QXMYZxxSO:\"rgb(255, 255, 255)\",zThi5dIr1:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jytva.framer-1e02n10, .framer-jytva .framer-1e02n10 { display: block; }\",\".framer-jytva.framer-qs0z6u { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; mix-blend-mode: luminosity; overflow: visible; padding: 24px 60px 24px 60px; position: relative; width: 1200px; }\",\".framer-jytva .framer-3m7zt9, .framer-jytva .framer-1dld9ij { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jytva .framer-dhmd7y { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 12px 0px 12px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-jytva .framer-y2t8dr-container { flex: none; height: 28px; position: relative; width: auto; }\",\".framer-jytva .framer-1er1ofn { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 12px 0px 12px 44px; position: relative; width: 1px; }\",\".framer-jytva .framer-171ticy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jytva .framer-1mcq4b4-container, .framer-jytva .framer-2w77kh-container, .framer-jytva .framer-1gx2a30-container, .framer-jytva .framer-660aes-container, .framer-jytva .framer-1gbkdvh-container, .framer-jytva .framer-15ezif6-container, .framer-jytva .framer-jru6qk-container, .framer-jytva .framer-dl6usb-container, .framer-jytva .framer-wem9qu-container, .framer-jytva .framer-1gfvehh-container, .framer-jytva .framer-npfnf5-container, .framer-jytva .framer-1huw26s-container, .framer-jytva .framer-p3z18p-container, .framer-jytva .framer-16pkpzd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-jytva .framer-xijw1p, .framer-jytva .framer-bbqnjc { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: min-content; }\",\".framer-jytva .framer-7yhii7, .framer-jytva .framer-fri5ip, .framer-jytva .framer-1f220vi, .framer-jytva .framer-10w5kpf, .framer-jytva .framer-1ixv9x6, .framer-jytva .framer-7rajc4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 0px 12px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-jytva .framer-1jujcj5, .framer-jytva .framer-4og5q5, .framer-jytva .framer-i2uc9r, .framer-jytva .framer-1uhdlvl, .framer-jytva .framer-e7sm8e, .framer-jytva .framer-xkx9es { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-jytva .framer-mb6rxx-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-jytva .framer-34z891 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 24px 0px 0px; position: relative; width: 1px; }\",\".framer-jytva .framer-jxj20d { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-jytva .framer-l9zqf8-container, .framer-jytva .framer-p7nlo0-container, .framer-jytva .framer-133kl53-container, .framer-jytva .framer-za58op-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jytva.framer-qs0z6u, .framer-jytva .framer-3m7zt9, .framer-jytva .framer-dhmd7y, .framer-jytva .framer-1er1ofn, .framer-jytva .framer-171ticy, .framer-jytva .framer-xijw1p, .framer-jytva .framer-bbqnjc, .framer-jytva .framer-7yhii7, .framer-jytva .framer-fri5ip, .framer-jytva .framer-1f220vi, .framer-jytva .framer-10w5kpf, .framer-jytva .framer-1ixv9x6, .framer-jytva .framer-7rajc4, .framer-jytva .framer-1dld9ij, .framer-jytva .framer-34z891, .framer-jytva .framer-jxj20d { gap: 0px; } .framer-jytva.framer-qs0z6u > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-jytva.framer-qs0z6u > :first-child, .framer-jytva .framer-xijw1p > :first-child, .framer-jytva .framer-bbqnjc > :first-child, .framer-jytva .framer-34z891 > :first-child, .framer-jytva .framer-jxj20d > :first-child { margin-top: 0px; } .framer-jytva.framer-qs0z6u > :last-child, .framer-jytva .framer-xijw1p > :last-child, .framer-jytva .framer-bbqnjc > :last-child, .framer-jytva .framer-34z891 > :last-child, .framer-jytva .framer-jxj20d > :last-child { margin-bottom: 0px; } .framer-jytva .framer-3m7zt9 > *, .framer-jytva .framer-1dld9ij > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-jytva .framer-3m7zt9 > :first-child, .framer-jytva .framer-dhmd7y > :first-child, .framer-jytva .framer-1er1ofn > :first-child, .framer-jytva .framer-171ticy > :first-child, .framer-jytva .framer-7yhii7 > :first-child, .framer-jytva .framer-fri5ip > :first-child, .framer-jytva .framer-1f220vi > :first-child, .framer-jytva .framer-10w5kpf > :first-child, .framer-jytva .framer-1ixv9x6 > :first-child, .framer-jytva .framer-7rajc4 > :first-child, .framer-jytva .framer-1dld9ij > :first-child { margin-left: 0px; } .framer-jytva .framer-3m7zt9 > :last-child, .framer-jytva .framer-dhmd7y > :last-child, .framer-jytva .framer-1er1ofn > :last-child, .framer-jytva .framer-171ticy > :last-child, .framer-jytva .framer-7yhii7 > :last-child, .framer-jytva .framer-fri5ip > :last-child, .framer-jytva .framer-1f220vi > :last-child, .framer-jytva .framer-10w5kpf > :last-child, .framer-jytva .framer-1ixv9x6 > :last-child, .framer-jytva .framer-7rajc4 > :last-child, .framer-jytva .framer-1dld9ij > :last-child { margin-right: 0px; } .framer-jytva .framer-dhmd7y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-jytva .framer-1er1ofn > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-jytva .framer-171ticy > * { margin: 0px; margin-left: calc(34px / 2); margin-right: calc(34px / 2); } .framer-jytva .framer-xijw1p > *, .framer-jytva .framer-bbqnjc > *, .framer-jytva .framer-jxj20d > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-jytva .framer-7yhii7 > *, .framer-jytva .framer-fri5ip > *, .framer-jytva .framer-1f220vi > *, .framer-jytva .framer-10w5kpf > *, .framer-jytva .framer-1ixv9x6 > *, .framer-jytva .framer-7rajc4 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-jytva .framer-34z891 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-jytva.framer-v-o91yrh.framer-qs0z6u { flex-direction: row; gap: 48px; }\",\".framer-jytva.framer-v-o91yrh .framer-3m7zt9 { flex: 1 0 0px; width: 1px; }\",\".framer-jytva.framer-v-o91yrh .framer-1gx2a30-container { order: 2; }\",\".framer-jytva.framer-v-o91yrh .framer-7yhii7 { order: 3; }\",\".framer-jytva.framer-v-o91yrh .framer-fri5ip { order: 1; }\",\".framer-jytva.framer-v-o91yrh .framer-1f220vi { order: 4; }\",\".framer-jytva.framer-v-o91yrh .framer-10w5kpf { order: 5; }\",\".framer-jytva.framer-v-o91yrh .framer-1ixv9x6 { order: 6; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jytva.framer-v-o91yrh.framer-qs0z6u { gap: 0px; } .framer-jytva.framer-v-o91yrh.framer-qs0z6u > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-jytva.framer-v-o91yrh.framer-qs0z6u > :first-child { margin-left: 0px; } .framer-jytva.framer-v-o91yrh.framer-qs0z6u > :last-child { margin-right: 0px; } }\",\".framer-jytva.framer-v-1dr9njf.framer-qs0z6u { mix-blend-mode: unset; padding: 24px; }\",\".framer-jytva.framer-v-1dr9njf .framer-3m7zt9 { align-content: center; align-items: center; height: 66px; }\",\".framer-jytva.framer-v-1dr9njf .framer-dhmd7y { align-self: unset; flex: 1 0 0px; height: 100%; justify-content: flex-start; width: 1px; }\",\".framer-jytva.framer-v-1dr9njf .framer-1er1ofn { cursor: pointer; flex: none; height: 100%; justify-content: center; padding: 14px; width: min-content; }\",\".framer-jytva.framer-v-1osfiqm.framer-qs0z6u { align-content: flex-start; align-items: flex-start; gap: 12px; mix-blend-mode: unset; padding: 24px; }\",\".framer-jytva.framer-v-1osfiqm .framer-3m7zt9 { align-content: center; align-items: center; }\",\".framer-jytva.framer-v-1osfiqm .framer-dhmd7y { align-self: unset; flex: 1 0 0px; height: 66px; justify-content: flex-start; width: 1px; }\",\".framer-jytva.framer-v-1osfiqm .framer-1er1ofn { align-self: stretch; cursor: pointer; flex: none; height: auto; justify-content: center; padding: 14px; width: min-content; }\",\".framer-jytva.framer-v-1osfiqm .framer-dl6usb-container, .framer-jytva.framer-v-1osfiqm .framer-1huw26s-container, .framer-jytva.framer-v-1osfiqm .framer-p3z18p-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jytva.framer-v-1osfiqm.framer-qs0z6u { gap: 0px; } .framer-jytva.framer-v-1osfiqm.framer-qs0z6u > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-jytva.framer-v-1osfiqm.framer-qs0z6u > :first-child { margin-top: 0px; } .framer-jytva.framer-v-1osfiqm.framer-qs0z6u > :last-child { margin-bottom: 0px; } }\",'.framer-jytva[data-border=\"true\"]::after, .framer-jytva [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 113\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"oJR1ndyds\":{\"layout\":[\"fixed\",\"auto\"]},\"EkzeaSKTY\":{\"layout\":[\"fixed\",\"auto\"]},\"pdGDa25UU\":{\"layout\":[\"fixed\",\"auto\"]},\"xuiirj70i\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"gq89jWWgX\":\"menu1\",\"cU7PyPm1X\":\"menu2\",\"MX0Nxp62I\":\"menu3\",\"AcBlw0UUn\":\"menu4\",\"yKveDV2RH\":\"menu5\",\"LunZaxWWH\":\"menu6\",\"ABDgX_y5j\":\"title1\",\"bhOzPbona\":\"title2\",\"PFYPToFa4\":\"title3\",\"Mj6zbPV1p\":\"title4\",\"cRJazwt6V\":\"title5\",\"teTEGWFUb\":\"title6\",\"bFVG5KBO4\":\"link1\",\"csLSgNWNR\":\"link2\",\"bnAT_Ir9i\":\"link3\",\"WrQo8l4Ej\":\"link4\",\"vYd_b8aqB\":\"link5\",\"hyQpKsEaO\":\"link6\",\"xxOX8pAcp\":\"logoVariant\",\"EHIvnjzJJ\":\"fontColor\",\"WW67yLxCa\":\"backgroundFill\",\"VDAoC0aWV\":\"showDropdown\",\"VnaUITkao\":\"communityButton\",\"q7lVmXR6R\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruWSB2L5sE=withCSS(Component,css,\"framer-jytva\");export default FrameruWSB2L5sE;FrameruWSB2L5sE.displayName=\"NavigationBar\";FrameruWSB2L5sE.defaultProps={height:113,width:1200};addPropertyControls(FrameruWSB2L5sE,{variant:{options:[\"BSCjuN8na\",\"oJR1ndyds\",\"EkzeaSKTY\",\"pdGDa25UU\",\"xuiirj70i\"],optionTitles:[\"Default\",\"Management\",\"Entertainment\",\"Mobile/Default\",\"Mobile/Default/Open\"],title:\"Variant\",type:ControlType.Enum},gq89jWWgX:{defaultValue:true,title:\"menu1\",type:ControlType.Boolean},cU7PyPm1X:{defaultValue:true,title:\"menu2\",type:ControlType.Boolean},MX0Nxp62I:{defaultValue:true,title:\"menu3\",type:ControlType.Boolean},AcBlw0UUn:{defaultValue:true,title:\"menu4\",type:ControlType.Boolean},yKveDV2RH:{defaultValue:true,title:\"menu5\",type:ControlType.Boolean},LunZaxWWH:{defaultValue:true,title:\"menu6\",type:ControlType.Boolean},ABDgX_y5j:{defaultValue:\"about\",displayTextArea:false,title:\"Title1\",type:ControlType.String},bhOzPbona:{defaultValue:\"contact us\",displayTextArea:false,title:\"Title2\",type:ControlType.String},PFYPToFa4:{defaultValue:\"PORTFOLIO\",displayTextArea:false,title:\"Title3\",type:ControlType.String},Mj6zbPV1p:{defaultValue:\"MANAGEMENT\",displayTextArea:false,title:\"Title4\",type:ControlType.String},cRJazwt6V:{defaultValue:\"MANAGEMENT\",displayTextArea:false,title:\"Title5\",type:ControlType.String},teTEGWFUb:{defaultValue:\"MANAGEMENT\",displayTextArea:false,title:\"Title6\",type:ControlType.String},bFVG5KBO4:{title:\"Link1\",type:ControlType.Link},csLSgNWNR:{title:\"Link2\",type:ControlType.Link},bnAT_Ir9i:{title:\"Link3\",type:ControlType.Link},WrQo8l4Ej:{title:\"Link4\",type:ControlType.Link},vYd_b8aqB:{title:\"Link5\",type:ControlType.Link},hyQpKsEaO:{title:\"Link6\",type:ControlType.Link},xxOX8pAcp:(LogoControls===null||LogoControls===void 0?void 0:LogoControls[\"variant\"])&&{...LogoControls[\"variant\"],defaultValue:\"I660:6670;671:7239\",description:undefined,hidden:undefined,title:\"logoVariant\"},EHIvnjzJJ:{defaultValue:\"rgb(235, 236, 242)\",title:\"fontColor\",type:ControlType.Color},WW67yLxCa:{defaultValue:\"rgba(42, 42, 42, 0.2)\",title:\"BackgroundFill\",type:ControlType.Color},VDAoC0aWV:{defaultValue:true,title:\"Show Dropdown\",type:ControlType.Boolean},VnaUITkao:{defaultValue:false,title:\"Community Button\",type:ControlType.Boolean},q7lVmXR6R:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FrameruWSB2L5sE,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]},...LogoFonts,...NavigationBarMenuDropdownFonts,...NavigatinBarSelectDropdownFonts,...PhosphorFonts,...ButtonDefaultFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruWSB2L5sE\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oJR1ndyds\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EkzeaSKTY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pdGDa25UU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xuiirj70i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"113\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerVariables\":\"{\\\"gq89jWWgX\\\":\\\"menu1\\\",\\\"cU7PyPm1X\\\":\\\"menu2\\\",\\\"MX0Nxp62I\\\":\\\"menu3\\\",\\\"AcBlw0UUn\\\":\\\"menu4\\\",\\\"yKveDV2RH\\\":\\\"menu5\\\",\\\"LunZaxWWH\\\":\\\"menu6\\\",\\\"ABDgX_y5j\\\":\\\"title1\\\",\\\"bhOzPbona\\\":\\\"title2\\\",\\\"PFYPToFa4\\\":\\\"title3\\\",\\\"Mj6zbPV1p\\\":\\\"title4\\\",\\\"cRJazwt6V\\\":\\\"title5\\\",\\\"teTEGWFUb\\\":\\\"title6\\\",\\\"bFVG5KBO4\\\":\\\"link1\\\",\\\"csLSgNWNR\\\":\\\"link2\\\",\\\"bnAT_Ir9i\\\":\\\"link3\\\",\\\"WrQo8l4Ej\\\":\\\"link4\\\",\\\"vYd_b8aqB\\\":\\\"link5\\\",\\\"hyQpKsEaO\\\":\\\"link6\\\",\\\"xxOX8pAcp\\\":\\\"logoVariant\\\",\\\"EHIvnjzJJ\\\":\\\"fontColor\\\",\\\"WW67yLxCa\\\":\\\"backgroundFill\\\",\\\"VDAoC0aWV\\\":\\\"showDropdown\\\",\\\"VnaUITkao\\\":\\\"communityButton\\\",\\\"q7lVmXR6R\\\":\\\"newTab\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uWSB2L5sE.map","// Generated by Framer (570e25b)\nexport default function metadata(params,activeLocale){return{customHTMLBodyStart:'<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-MV45PLP9\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->',customHTMLHeadStart:\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,'script','dataLayer','GTM-MV45PLP9');</script>\\n<!-- End Google Tag Manager -->\",description:\"One stop entertainment services who do a lot of show along with HW Group, Club Show, Special Event, and last year we do HOLYFEST at Atlas Beach Fest, Bali\",favicon:\"https://framerusercontent.com/assets/irwvo43LkOvEqjJ3JZH36wp7g.png\",robots:\"max-image-preview:large\",socialImage:\"https://framerusercontent.com/assets/Qr2Jw5R1Ed87t7EaLKlAaDuf5Q.jpg\",title:\"HALOS - All in One Entertainment\"};}export const metadataVersion=1;\nexport const __FramerMetadata__ = {\"exports\":{\"metadataVersion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}