{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/7p87G68Scq9DaiSmcx8d/np1I7uj7NDc71ZBkFfKy/DuOoduyv8.js", "ssg:https://framerusercontent.com/modules/K2wKWN0Fg03SgH3LaunQ/tL2WpzjsySEDkr9uLTGb/kKB9Uf7bm.js"],
  "sourcesContent": ["// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,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 LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/s4fK4ZcpDiaoMlwQIO3T/0hnHJFcAJ8QjnzertYUg/reMTwKHyq.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wjnXIN7VD1Mj4KJNDvwe/dpjsvsJEE9kJJ5VmAvd3/WLNDrrnnL.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/St5jIOOj0ccI3ZYLcvVe/W89AtjOrdMOuLkxqlJbT/XgSwDQMx1.js\";import Button from\"https://framerusercontent.com/modules/7jrz7rsHHGFSipCXfRHj/Xryh6beZzMwbbMLJTrA9/a4HJ5WB9q.js\";import Logo from\"https://framerusercontent.com/modules/vWsWLEioKxJwYbZhwdYy/RnqJYnyaTfqUDm5h7HXq/FAHh1Ryaw.js\";import ElementsMenuIcon from\"https://framerusercontent.com/modules/wAKUPpk5U7p5tSY5q3Hz/Cxmebhc3xCkCk3WDWkF2/HBiI51SUf.js\";import MenuDropdown from\"https://framerusercontent.com/modules/JU05FUkFq2btWJVW0Zkz/N5gyWAiEYJEaI3o0u3vI/jR18187Dy.js\";import MenuItem02 from\"https://framerusercontent.com/modules/uQoSDrrq5x41qbATSVx9/JeFtlxRQpoUSM4X5K3XE/LGAUJ7Tyj.js\";import MenuItem from\"https://framerusercontent.com/modules/a8s84LRbp5yq6mhEg2XT/x5E8YQKIvoBoUg9NMRmh/VYCmbfQHn.js\";const LogoFonts=getFonts(Logo);const MenuItemFonts=getFonts(MenuItem);const MenuItem02Fonts=getFonts(MenuItem02);const MenuDropdownFonts=getFonts(MenuDropdown);const MotionDivWithFX=withFX(motion.div);const LocaleSelectorFonts=getFonts(LocaleSelector);const ElementsMenuIconFonts=getFonts(ElementsMenuIcon);const ButtonFonts=getFonts(Button);const cycleOrder=[\"gfg0jbqPh\",\"WmQ9IGDec\",\"gMrP10Mwm\",\"q_8roygvZ\",\"jlmPr__ll\",\"bUdelzbUY\",\"NA3MZxClj\",\"PIZnajfC7\",\"AW8iPjC78\",\"ljRwNbUYI\",\"zB5Hvd_fs\",\"oNKi9gmOy\",\"iq9UvRn4Q\",\"NywJzS2CQ\",\"CP8NQLgLe\",\"gcdBzOu_B\",\"f6QfhAVnB\"];const serializationHash=\"framer-FDtzz\";const variantClassNames={AW8iPjC78:\"framer-v-1kpb6lw\",bUdelzbUY:\"framer-v-g7qga2\",CP8NQLgLe:\"framer-v-ya7qwn\",f6QfhAVnB:\"framer-v-8xqqy5\",gcdBzOu_B:\"framer-v-1l7rsp\",gfg0jbqPh:\"framer-v-1a30hgp\",gMrP10Mwm:\"framer-v-nedaf8\",iq9UvRn4Q:\"framer-v-wytetf\",jlmPr__ll:\"framer-v-axv37v\",ljRwNbUYI:\"framer-v-1n7d630\",NA3MZxClj:\"framer-v-1vspspp\",NywJzS2CQ:\"framer-v-1xsr0pl\",oNKi9gmOy:\"framer-v-bmhs5t\",PIZnajfC7:\"framer-v-1vzq4hh\",q_8roygvZ:\"framer-v-jcip0x\",WmQ9IGDec:\"framer-v-vkrerr\",zB5Hvd_fs:\"framer-v-1s3q7iv\"};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 transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Header - Dark 2\":\"iq9UvRn4Q\",\"Header - Dark\":\"bUdelzbUY\",\"Large Desktop\":\"gfg0jbqPh\",\"Phone - Dark - Open\":\"ljRwNbUYI\",\"Phone - Dark\":\"AW8iPjC78\",\"Phone - Open\":\"q_8roygvZ\",\"Tablet - Dark - Open\":\"PIZnajfC7\",\"Tablet - Dark\":\"NA3MZxClj\",\"Tablet - Open\":\"jlmPr__ll\",\"Variant 11\":\"zB5Hvd_fs\",\"Variant 12\":\"oNKi9gmOy\",\"Variant 14\":\"NywJzS2CQ\",\"Variant 16\":\"f6QfhAVnB\",Desktop:\"gcdBzOu_B\",Phone:\"gMrP10Mwm\",Tablet:\"CP8NQLgLe\"};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:\"gfg0jbqPh\"};};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:\"gfg0jbqPh\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapoeeni5=activeVariantCallback(async(...args)=>{setVariant(\"gfg0jbqPh\");});const f7aNcLWZCizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap4dkncn=activeVariantCallback(async(...args)=>{setVariant(\"jlmPr__ll\");});const onTap18xq9gq=activeVariantCallback(async(...args)=>{setVariant(\"q_8roygvZ\");});const onTap1k94paq=activeVariantCallback(async(...args)=>{setVariant(\"gMrP10Mwm\");});const onTap1mr7o24=activeVariantCallback(async(...args)=>{setVariant(\"WmQ9IGDec\");});const onTap1na79rl=activeVariantCallback(async(...args)=>{setVariant(\"PIZnajfC7\");});const onTap1juikvq=activeVariantCallback(async(...args)=>{setVariant(\"NA3MZxClj\");});const onTaprggtbo=activeVariantCallback(async(...args)=>{setVariant(\"ljRwNbUYI\");});const onTap16pqg1t=activeVariantCallback(async(...args)=>{setVariant(\"AW8iPjC78\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"bUdelzbUY\")return true;return false;};const router=useRouter();const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const isDisplayed1=()=>{if(baseVariant===\"bUdelzbUY\")return false;return true;};const isDisplayed2=()=>{if([\"iq9UvRn4Q\",\"NywJzS2CQ\",\"gcdBzOu_B\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"q_8roygvZ\",\"jlmPr__ll\",\"PIZnajfC7\",\"ljRwNbUYI\",\"iq9UvRn4Q\",\"NywJzS2CQ\",\"gcdBzOu_B\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"q_8roygvZ\",\"jlmPr__ll\",\"PIZnajfC7\",\"ljRwNbUYI\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"WmQ9IGDec\",\"NA3MZxClj\",\"CP8NQLgLe\"].includes(baseVariant))return false;return true;};const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);const ref11=React.useRef(null);const isDisplayed6=()=>{if(baseVariant===\"oNKi9gmOy\")return false;return true;};const ref12=React.useRef(null);const ref13=React.useRef(null);const isDisplayed7=()=>{if([\"WmQ9IGDec\",\"gMrP10Mwm\",\"q_8roygvZ\",\"jlmPr__ll\",\"NA3MZxClj\",\"PIZnajfC7\",\"AW8iPjC78\",\"ljRwNbUYI\",\"CP8NQLgLe\"].includes(baseVariant))return true;return false;};const isDisplayed8=()=>{if([\"gMrP10Mwm\",\"q_8roygvZ\",\"AW8iPjC78\",\"ljRwNbUYI\"].includes(baseVariant))return false;return true;};const isDisplayed9=()=>{if(baseVariant===\"oNKi9gmOy\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1a30hgp\",className,classNames),\"data-framer-name\":\"Large Desktop\",layoutDependency:layoutDependency,layoutId:\"gfg0jbqPh\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{AW8iPjC78:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},bUdelzbUY:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},CP8NQLgLe:{backgroundColor:\"rgb(255, 255, 255)\"},gcdBzOu_B:{backgroundColor:\"rgb(255, 255, 255)\"},iq9UvRn4Q:{backgroundColor:\"rgb(255, 255, 255)\"},ljRwNbUYI:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},NA3MZxClj:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},NywJzS2CQ:{backgroundColor:\"rgb(255, 255, 255)\"},PIZnajfC7:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"}},...addPropertyOverrides({AW8iPjC78:{\"data-framer-name\":\"Phone - Dark\"},bUdelzbUY:{\"data-framer-name\":\"Header - Dark\"},CP8NQLgLe:{\"data-framer-name\":\"Tablet\"},f6QfhAVnB:{\"data-framer-name\":\"Variant 16\"},gcdBzOu_B:{\"data-framer-name\":\"Desktop\"},gMrP10Mwm:{\"data-framer-name\":\"Phone\"},iq9UvRn4Q:{\"data-framer-name\":\"Header - Dark 2\"},jlmPr__ll:{\"data-framer-name\":\"Tablet - Open\"},ljRwNbUYI:{\"data-framer-name\":\"Phone - Dark - Open\"},NA3MZxClj:{\"data-framer-name\":\"Tablet - Dark\"},NywJzS2CQ:{\"data-framer-name\":\"Variant 14\"},oNKi9gmOy:{\"data-framer-name\":\"Variant 12\"},PIZnajfC7:{\"data-framer-name\":\"Tablet - Dark - Open\"},q_8roygvZ:{\"data-framer-name\":\"Phone - Open\"},WmQ9IGDec:{\"data-framer-name\":\"Tablet\"},zB5Hvd_fs:{\"data-framer-name\":\"Variant 11\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-taf5eh\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"fUaJKkX7G\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vf9xfv\",\"data-framer-name\":\"Navbar\",layoutDependency:layoutDependency,layoutId:\"e0lFELBB6\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},...addPropertyOverrides({oNKi9gmOy:{transformTemplate:transformTemplate2},zB5Hvd_fs:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"P_cJvykXp\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-soysmd framer-1qaoyfb\",\"data-framer-name\":\"Brand Logo\",layoutDependency:layoutDependency,layoutId:\"P_cJvykXp\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+24+0,...addPropertyOverrides({AW8iPjC78:{width:\"159px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85.5)-0-84)/2+0+0)+0+0+19+0},bUdelzbUY:{width:\"140px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-100)/2+0+0)+0+0+27+0},gMrP10Mwm:{width:\"157px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-84)/2+0+0)+0+0+19+0},ljRwNbUYI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+19+0},NA3MZxClj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+24+0},oNKi9gmOy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+36+-23},PIZnajfC7:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+24+0},q_8roygvZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-84)/2+0+0)+0+0+19+0},zB5Hvd_fs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+36+-.1584014892578125}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17oof44-container\",layoutDependency:layoutDependency,layoutId:\"sreM0ZoOB-container\",...addPropertyOverrides({oNKi9gmOy:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"sreM0ZoOB\",layoutId:\"sreM0ZoOB\",variant:\"kKq25s9T8\",width:\"100%\",...addPropertyOverrides({AW8iPjC78:{style:{width:\"100%\"},variant:\"RBvMyf5bu\"},bUdelzbUY:{style:{width:\"100%\"}},gMrP10Mwm:{mBEnpCLBq:undefined,style:{width:\"100%\"},variant:\"RBvMyf5bu\"},ljRwNbUYI:{variant:\"RBvMyf5bu\"},NA3MZxClj:{variant:\"RBvMyf5bu\"},PIZnajfC7:{variant:\"RBvMyf5bu\"}},baseVariant,gestureVariant)})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hsoghu\",\"data-framer-name\":\"Main Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"QX8rS_K5Z\",onTap:onTapoeeni5,children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,width:\"54px\",...addPropertyOverrides({bUdelzbUY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-100)/2+0+0)+0+0+19+19.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kmhkbt-container\",\"data-framer-name\":\"About\",layoutDependency:layoutDependency,layoutId:\"biLdMmUEs-container\",name:\"About\",children:/*#__PURE__*/_jsx(MenuItem,{height:\"100%\",id:\"biLdMmUEs\",K_crSlniB:\"rgb(0, 0, 0)\",layoutId:\"biLdMmUEs\",MOjwPeWGT:\"About\",name:\"About\",PgWUmowRp:resolvedLinks[0],style:{height:\"100%\",maxWidth:\"100%\"},variant:\"klTj9Lhuv\",width:\"100%\",...addPropertyOverrides({bUdelzbUY:{PgWUmowRp:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"96px\",...addPropertyOverrides({bUdelzbUY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-100)/2+0+0)+0+0+19+19}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e3m9f7-container\",\"data-framer-name\":\"Secondary\",id:`${layoutId}-1e3m9f7`,layoutDependency:layoutDependency,layoutId:\"Mf32SmLmM-container\",name:\"Secondary\",ref:ref2,children:[/*#__PURE__*/_jsx(MenuItem02,{f7aNcLWZC:f7aNcLWZCizu9gt({overlay}),height:\"100%\",id:\"Mf32SmLmM\",K_crSlniB:\"rgb(0, 0, 0)\",layoutId:\"Mf32SmLmM\",MOjwPeWGT:\"Secondary\",name:\"Secondary\",NDR99Jwp7:true,style:{maxWidth:\"100%\"},variant:overlay.visible?\"krdAiiWlN\":\"krdAiiWlN\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1e3m9f7`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:341,...addPropertyOverrides({bUdelzbUY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-100)/2+0+0)+0+0+19+19+-170.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-coavrn-container\",\"data-framer-name\":\"Secondary menu\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"uw6S7c_fc-container\",name:\"Secondary menu\",ref:ref3,role:\"dialog\",children:/*#__PURE__*/_jsx(MenuDropdown,{height:\"100%\",id:\"uw6S7c_fc\",layoutId:\"uw6S7c_fc\",name:\"Secondary menu\",variant:\"qvU1wp2Of\",width:\"100%\"})})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"96px\",...addPropertyOverrides({bUdelzbUY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-100)/2+0+0)+0+0+19+19}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7nas3b-container\",\"data-framer-name\":\"University\",id:`${layoutId}-7nas3b`,layoutDependency:layoutDependency,layoutId:\"qibwUdK_a-container\",name:\"University\",ref:ref4,children:[/*#__PURE__*/_jsx(MenuItem02,{f7aNcLWZC:f7aNcLWZCizu9gt({overlay:overlay1}),height:\"100%\",id:\"qibwUdK_a\",K_crSlniB:\"rgb(0, 0, 0)\",layoutId:\"qibwUdK_a\",MOjwPeWGT:\"University\",name:\"University\",NDR99Jwp7:true,style:{maxWidth:\"100%\"},variant:overlay1.visible?\"krdAiiWlN\":\"krdAiiWlN\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-7nas3b`,offsetX:0,offsetY:10,onDismiss:overlay1.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1r7oq12\",\"data-border\":true,\"data-framer-name\":\"Uni Menu\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"Iiu9XJ6U5\",ref:ref5,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(235, 235, 235)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qxotvq\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"e1M0ozuCW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ukvj1\",\"data-styles-preset\":\"reMTwKHyq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(18, 65, 39))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"University Admissions\"})})}),className:\"framer-h3ms7z\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"oVt_AfZqR\",style:{\"--extracted-r6o4lv\":\"rgb(18, 65, 39)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-878yss\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"nRFbVKgDv\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"RGGJiybcq\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"UK University Admissions\"})})})}),className:\"framer-16i3208\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RGGJiybcq\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bUdelzbUY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JkrYkTwOF\"},nodeId:\"RGGJiybcq\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"UK University Admissions\"})})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rzucie\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"MbjkClpXA\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"jhvWq8ZuO\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"US University Admissions\"})})})}),className:\"framer-esb3hj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jhvWq8ZuO\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bm6j0k\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"DhTIrUZfL\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"Imswlm4qF\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"Australia University Admissions\"})})})}),className:\"framer-6zlryg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Imswlm4qF\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"MmkO3vDFx\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"University Rankings\"})})})}),className:\"framer-16sef8r\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MmkO3vDFx\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ta8xlc\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"EFKMkLOJh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ukvj1\",\"data-styles-preset\":\"reMTwKHyq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(18, 65, 39))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"General Services\"})})}),className:\"framer-1xcud06\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"BnkqhIeoA\",style:{\"--extracted-r6o4lv\":\"rgb(18, 65, 39)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ss5vlb\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"RWB9N73t3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"fvpiaGdf9\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"Student Visa Application\"})})})}),className:\"framer-162prpu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fvpiaGdf9\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18nea51\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"CKu1yu8k5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"mYQh6xCbo\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"Insurance\"})})})}),className:\"framer-n375y1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mYQh6xCbo\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k19nqw\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"SjlC3FF9n\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"Nwa8_Ory9\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"Fees and Money\"})})})}),className:\"framer-1xwacdc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Nwa8_Ory9\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1di0upt\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"k9jek_dXD\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ukvj1\",\"data-styles-preset\":\"reMTwKHyq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(18, 65, 39))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"University Life Support\"})})}),className:\"framer-1nqxa3r\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"rZdUZOlao\",style:{\"--extracted-r6o4lv\":\"rgb(18, 65, 39)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lry81e\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"uyahimbyI\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"tjcmTn5df\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"Housing and Accommodation\"})})})}),className:\"framer-e6ozbr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tjcmTn5df\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15khfdx\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"m5GMb6K5w\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"Jke6OPQRN\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"Networking and Community Building\"})})})}),className:\"framer-1al8fal\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Jke6OPQRN\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"F4gPvxP5u\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"Logistics and Transportation\"})})})}),className:\"framer-qqm7rd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"F4gPvxP5u\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"KFiFNcApU\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"Travel and Tourism\"})})})}),className:\"framer-1yyzuf0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KFiFNcApU\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xitaag\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"KUCflHXzk\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tt2zk2\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"GMqac1Y4X\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ukvj1\",\"data-styles-preset\":\"reMTwKHyq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(18, 65, 39))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Career and Academic Support\"})})}),className:\"framer-1hpb20q\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"g4psW5bTl\",style:{\"--extracted-r6o4lv\":\"rgb(18, 65, 39)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-186f8fd\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"DYsD5a4H5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"F9zVShKap\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"Tutoring\"})})})}),className:\"framer-19zvgaz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"F9zVShKap\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aesr9b\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"QBhF67B2e\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"WBpljVCgg\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"Career Mentorship\"})})})}),className:\"framer-d3bhg4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WBpljVCgg\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jjdt4o\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"S9McN3Hyg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16t6ei5\",\"data-styles-preset\":\"WLNDrrnnL\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r9wYJRZ_1\"},nodeId:\"BiIj5zXxF\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ukg3xv\",\"data-styles-preset\":\"XgSwDQMx1\",children:\"Counselling\"})})})}),className:\"framer-1b5qphx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BiIj5zXxF\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"96px\",...addPropertyOverrides({bUdelzbUY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-100)/2+0+0)+0+0+19+19}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fltl0q-container\",\"data-framer-name\":\"Higher Studies\",id:`${layoutId}-1fltl0q`,layoutDependency:layoutDependency,layoutId:\"LQ2mS7PGD-container\",name:\"Higher Studies\",ref:ref6,children:[/*#__PURE__*/_jsx(MenuItem02,{f7aNcLWZC:f7aNcLWZCizu9gt({overlay:overlay2}),height:\"100%\",id:\"LQ2mS7PGD\",K_crSlniB:\"rgb(0, 0, 0)\",layoutId:\"LQ2mS7PGD\",MOjwPeWGT:\"Higher Studies\",name:\"Higher Studies\",NDR99Jwp7:true,style:{maxWidth:\"100%\"},variant:overlay2.visible?\"krdAiiWlN\":\"krdAiiWlN\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref6,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1fltl0q`,offsetX:0,offsetY:10,onDismiss:overlay2.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:243,width:\"300px\",...addPropertyOverrides({bUdelzbUY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-100)/2+0+0)+0+0+19+19+-121.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-pu2tx9-container\",\"data-framer-name\":\"Higher studies dropdown\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"lPal00Cx6-container\",name:\"Higher studies dropdown\",ref:ref7,role:\"dialog\",children:/*#__PURE__*/_jsx(MenuDropdown,{height:\"100%\",id:\"lPal00Cx6\",layoutId:\"lPal00Cx6\",name:\"Higher studies dropdown\",style:{height:\"100%\",width:\"100%\"},variant:\"a0D_pfUhr\",width:\"100%\"})})})})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"95.99px\",...addPropertyOverrides({bUdelzbUY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-100)/2+0+0)+0+0+19+19}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yj3o0a-container\",\"data-framer-name\":\"Blog and Resources\",layoutDependency:layoutDependency,layoutId:\"BQtO97lda-container\",name:\"Blog and Resources\",children:/*#__PURE__*/_jsx(MenuItem02,{height:\"100%\",id:\"BQtO97lda\",K_crSlniB:\"rgb(0, 0, 0)\",layoutId:\"BQtO97lda\",MOjwPeWGT:\"Blog and Resources\",name:\"Blog and Resources\",NDR99Jwp7:true,style:{maxWidth:\"100%\"},variant:\"krdAiiWlN\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vc4byp\",\"data-framer-name\":\"Main Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tCup5sT4s\",onTap:onTapoeeni5,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\",opacity:1},variants:{AW8iPjC78:{backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",opacity:0},CP8NQLgLe:{backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",opacity:0},gMrP10Mwm:{backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",opacity:0},jlmPr__ll:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},ljRwNbUYI:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",boxShadow:\"0px 12px 40px 0px rgba(0, 0, 0, 0.1)\"},NA3MZxClj:{backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",opacity:0},PIZnajfC7:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",boxShadow:\"0px 12px 40px 0px rgba(0, 0, 0, 0.1)\"},q_8roygvZ:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},WmQ9IGDec:{backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",opacity:0}},...addPropertyOverrides({gcdBzOu_B:{\"data-highlight\":undefined,onTap:undefined},iq9UvRn4Q:{\"data-highlight\":undefined,onTap:undefined},NywJzS2CQ:{\"data-highlight\":undefined,onTap:undefined},q_8roygvZ:{\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:[isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({gcdBzOu_B:{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+16},iq9UvRn4Q:{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+16},NywJzS2CQ:{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+16}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w6roae-container\",layoutDependency:layoutDependency,layoutId:\"sDinAkBGx-container\",children:/*#__PURE__*/_jsx(MenuItem02,{height:\"100%\",id:\"sDinAkBGx\",K_crSlniB:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",layoutId:\"sDinAkBGx\",MOjwPeWGT:\"About\",NDR99Jwp7:false,PgWUmowRp:resolvedLinks1[0],variant:\"JtwbLBswe\",width:\"100%\",...addPropertyOverrides({gcdBzOu_B:{PgWUmowRp:resolvedLinks1[3]},iq9UvRn4Q:{PgWUmowRp:resolvedLinks1[1]},NywJzS2CQ:{PgWUmowRp:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"54px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+16,...addPropertyOverrides({AW8iPjC78:{height:43,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85.5)-0-84)/2+0+0)+0+0+74+20+0},CP8NQLgLe:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+0},gMrP10Mwm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-84)/2+0+0)+0+0+74+20+0},NA3MZxClj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+0},oNKi9gmOy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+16.000000000000014+9.00000000000001},WmQ9IGDec:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+0},zB5Hvd_fs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+19+5.138211382113827}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mkqf9-container\",layoutDependency:layoutDependency,layoutId:\"vm4uz_7cf-container\",...addPropertyOverrides({oNKi9gmOy:{transformTemplate:transformTemplate2},zB5Hvd_fs:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MenuItem02,{height:\"100%\",id:\"vm4uz_7cf\",K_crSlniB:\"rgb(255, 255, 255)\",layoutId:\"vm4uz_7cf\",MOjwPeWGT:\"About\",NDR99Jwp7:false,PgWUmowRp:resolvedLinks2[0],style:{maxWidth:\"100%\"},variant:\"krdAiiWlN\",width:\"100%\",...addPropertyOverrides({AW8iPjC78:{PgWUmowRp:resolvedLinks2[4],style:{height:\"100%\",maxWidth:\"100%\"}},CP8NQLgLe:{PgWUmowRp:resolvedLinks2[7]},f6QfhAVnB:{PgWUmowRp:resolvedLinks2[8]},gMrP10Mwm:{PgWUmowRp:resolvedLinks2[2]},NA3MZxClj:{PgWUmowRp:resolvedLinks2[3]},oNKi9gmOy:{PgWUmowRp:resolvedLinks2[6]},WmQ9IGDec:{PgWUmowRp:resolvedLinks2[1]},zB5Hvd_fs:{PgWUmowRp:resolvedLinks2[5]}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({jlmPr__ll:{height:35,width:\"54px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+0},ljRwNbUYI:{height:21,width:\"54px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+0},PIZnajfC7:{height:21,width:\"54px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+86+20+0},q_8roygvZ:{height:23,width:\"54px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-84)/2+0+0)+0+0+74+20+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b7677n-container\",\"data-framer-name\":\"About\",layoutDependency:layoutDependency,layoutId:\"kgFnK1guX-container\",name:\"About\",children:/*#__PURE__*/_jsx(MenuItem,{height:\"100%\",id:\"kgFnK1guX\",K_crSlniB:\"rgb(0, 0, 0)\",layoutId:\"kgFnK1guX\",MOjwPeWGT:\"About\",name:\"About\",PgWUmowRp:resolvedLinks3[0],style:{maxWidth:\"100%\"},variant:\"klTj9Lhuv\",width:\"100%\",...addPropertyOverrides({jlmPr__ll:{K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",PgWUmowRp:resolvedLinks3[2]},ljRwNbUYI:{PgWUmowRp:resolvedLinks3[4],style:{height:\"100%\",maxWidth:\"100%\"}},PIZnajfC7:{PgWUmowRp:resolvedLinks3[3],style:{height:\"100%\",maxWidth:\"100%\"}},q_8roygvZ:{K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",PgWUmowRp:resolvedLinks3[1],style:{height:\"100%\",maxWidth:\"100%\"}}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined},{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined},{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined},{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined},{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined},{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined},{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined},{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined},{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined},{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined},{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined},{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined},{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"96px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+16,...addPropertyOverrides({AW8iPjC78:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85.5)-0-84)/2+0+0)+0+0+74+20+47},gMrP10Mwm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-84)/2+0+0)+0+0+74+20+28},jlmPr__ll:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+41},ljRwNbUYI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+25},oNKi9gmOy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+16.000000000000014+8.000000000000007},PIZnajfC7:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+86+20+27},q_8roygvZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-84)/2+0+0)+0+0+74+20+27},zB5Hvd_fs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+19+4.585365853658544}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ek9njl-container\",\"data-framer-name\":\"Secondary\",id:`${layoutId}-ek9njl`,layoutDependency:layoutDependency,layoutId:\"aF8E0cyU3-container\",name:\"Secondary\",ref:ref8,...addPropertyOverrides({oNKi9gmOy:{transformTemplate:transformTemplate2},zB5Hvd_fs:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(MenuItem02,{f7aNcLWZC:f7aNcLWZCizu9gt({overlay:overlay3}),height:\"100%\",id:\"aF8E0cyU3\",K_crSlniB:\"rgb(255, 255, 255)\",layoutId:\"aF8E0cyU3\",MOjwPeWGT:\"Secondary\",name:\"Secondary\",NDR99Jwp7:true,PgWUmowRp:resolvedLinks4[0],style:{maxWidth:\"100%\"},variant:overlay3.visible?\"krdAiiWlN\":\"krdAiiWlN\",width:\"100%\",...addPropertyOverrides({AW8iPjC78:{K_crSlniB:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",PgWUmowRp:resolvedLinks4[5]},f6QfhAVnB:{PgWUmowRp:resolvedLinks4[12]},gcdBzOu_B:{K_crSlniB:\"var(--token-2f336f63-43cd-4cd9-80ef-e19140c9caa5, rgb(154, 201, 59))\",PgWUmowRp:resolvedLinks4[11],variant:overlay3.visible?\"krdAiiWlN\":\"JtwbLBswe\"},gMrP10Mwm:{K_crSlniB:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",PgWUmowRp:resolvedLinks4[1]},iq9UvRn4Q:{K_crSlniB:\"var(--token-2f336f63-43cd-4cd9-80ef-e19140c9caa5, rgb(154, 201, 59))\",PgWUmowRp:resolvedLinks4[9],variant:overlay3.visible?\"krdAiiWlN\":\"JtwbLBswe\"},jlmPr__ll:{K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",PgWUmowRp:resolvedLinks4[3]},ljRwNbUYI:{K_crSlniB:\"rgb(0, 0, 0)\",PgWUmowRp:resolvedLinks4[6]},NywJzS2CQ:{PgWUmowRp:resolvedLinks4[10],variant:overlay3.visible?\"krdAiiWlN\":\"JtwbLBswe\"},oNKi9gmOy:{PgWUmowRp:resolvedLinks4[8]},PIZnajfC7:{K_crSlniB:\"rgb(0, 0, 0)\",PgWUmowRp:resolvedLinks4[4]},q_8roygvZ:{K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",PgWUmowRp:resolvedLinks4[2]},zB5Hvd_fs:{PgWUmowRp:resolvedLinks4[7]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref8,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-ek9njl`,offsetX:0,offsetY:10,onDismiss:overlay3.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({ljRwNbUYI:{alignment:\"start\"},q_8roygvZ:{alignment:\"start\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:341,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+16+-170.5,...addPropertyOverrides({AW8iPjC78:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85.5)-0-84)/2+0+0)+0+0+74+20+47+-170.5},gMrP10Mwm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-84)/2+0+0)+0+0+74+20+28+-170.5},jlmPr__ll:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+41+-170.5},ljRwNbUYI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+25+-170.5},oNKi9gmOy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+16.000000000000014+8.000000000000007+-170.5},PIZnajfC7:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+86+20+27+-170.5},q_8roygvZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-84)/2+0+0)+0+0+74+20+27+-170.5},zB5Hvd_fs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+19+4.585365853658544+-170.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-fhrixv-container\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"NNG4FXqP3-container\",ref:ref9,role:\"dialog\",children:/*#__PURE__*/_jsx(MenuDropdown,{height:\"100%\",id:\"NNG4FXqP3\",layoutId:\"NNG4FXqP3\",variant:\"uuI9f983J\",width:\"100%\"})})})})})]})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"96px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+16,...addPropertyOverrides({AW8iPjC78:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85.5)-0-84)/2+0+0)+0+0+74+20+75},CP8NQLgLe:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+30},gMrP10Mwm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-84)/2+0+0)+0+0+74+20+56},jlmPr__ll:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+71},ljRwNbUYI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+53},NA3MZxClj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+30},oNKi9gmOy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+16.000000000000014+8.000000000000007},PIZnajfC7:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+86+20+57},q_8roygvZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-84)/2+0+0)+0+0+74+20+55},WmQ9IGDec:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+30},zB5Hvd_fs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+19+4.585365853658544}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i1szdx-container\",\"data-framer-name\":\"University\",id:`${layoutId}-i1szdx`,layoutDependency:layoutDependency,layoutId:\"EmTOdqv7Z-container\",name:\"University\",ref:ref10,...addPropertyOverrides({oNKi9gmOy:{transformTemplate:transformTemplate2},zB5Hvd_fs:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(MenuItem02,{f7aNcLWZC:f7aNcLWZCizu9gt({overlay:overlay4}),height:\"100%\",id:\"EmTOdqv7Z\",K_crSlniB:\"rgb(255, 255, 255)\",layoutId:\"EmTOdqv7Z\",MOjwPeWGT:\"University\",name:\"University\",NDR99Jwp7:true,style:{maxWidth:\"100%\"},variant:overlay4.visible?\"krdAiiWlN\":\"krdAiiWlN\",width:\"100%\",...addPropertyOverrides({gcdBzOu_B:{K_crSlniB:\"var(--token-2f336f63-43cd-4cd9-80ef-e19140c9caa5, rgb(154, 201, 59))\",variant:overlay4.visible?\"krdAiiWlN\":\"JtwbLBswe\"},iq9UvRn4Q:{K_crSlniB:\"var(--token-2f336f63-43cd-4cd9-80ef-e19140c9caa5, rgb(154, 201, 59))\",variant:overlay4.visible?\"krdAiiWlN\":\"JtwbLBswe\"},jlmPr__ll:{K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\"},ljRwNbUYI:{K_crSlniB:\"rgb(0, 0, 0)\"},NywJzS2CQ:{variant:overlay4.visible?\"krdAiiWlN\":\"JtwbLBswe\"},PIZnajfC7:{K_crSlniB:\"rgb(0, 0, 0)\"},q_8roygvZ:{K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref10,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-i1szdx`,offsetX:0,offsetY:10,onDismiss:overlay4.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({ljRwNbUYI:{alignment:\"start\"},q_8roygvZ:{alignment:\"start\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:341,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+16+-170.5,...addPropertyOverrides({AW8iPjC78:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85.5)-0-84)/2+0+0)+0+0+74+20+75+-170.5},CP8NQLgLe:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+30+-170.5},gMrP10Mwm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-84)/2+0+0)+0+0+74+20+56+-170.5},jlmPr__ll:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+71+-170.5},ljRwNbUYI:{y:undefined},NA3MZxClj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+30+-170.5},oNKi9gmOy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+16.000000000000014+8.000000000000007+-170.5},PIZnajfC7:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+86+20+57+-170.5},q_8roygvZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-84)/2+0+0)+0+0+74+20+55+-170.5},WmQ9IGDec:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+30+-170.5},zB5Hvd_fs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+19+4.585365853658544+-170.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1fpo34k-container\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"qC2NsFLZq-container\",ref:ref11,role:\"dialog\",children:/*#__PURE__*/_jsx(MenuDropdown,{height:\"100%\",id:\"qC2NsFLZq\",layoutId:\"qC2NsFLZq\",variant:\"Ti5xdCo0c\",width:\"100%\"})})})})})]})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay5=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"96px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+16,...addPropertyOverrides({AW8iPjC78:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85.5)-0-84)/2+0+0)+0+0+74+20+103},CP8NQLgLe:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+60},gMrP10Mwm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-84)/2+0+0)+0+0+74+20+84},jlmPr__ll:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+101},ljRwNbUYI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+81},NA3MZxClj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+60},PIZnajfC7:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+86+20+87},q_8roygvZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-84)/2+0+0)+0+0+74+20+83},WmQ9IGDec:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+60},zB5Hvd_fs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+19+4.585365853658544}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mzrb3o-container\",\"data-framer-name\":\"Higher Studies\",id:`${layoutId}-mzrb3o`,layoutDependency:layoutDependency,layoutId:\"xEyR2tBrL-container\",name:\"Higher Studies\",ref:ref12,...addPropertyOverrides({zB5Hvd_fs:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(MenuItem02,{f7aNcLWZC:f7aNcLWZCizu9gt({overlay:overlay5}),height:\"100%\",id:\"xEyR2tBrL\",K_crSlniB:\"rgb(255, 255, 255)\",layoutId:\"xEyR2tBrL\",MOjwPeWGT:\"Student Life Services\",name:\"Higher Studies\",NDR99Jwp7:true,PgWUmowRp:resolvedLinks5[0],style:{maxWidth:\"100%\"},variant:overlay5.visible?\"krdAiiWlN\":\"krdAiiWlN\",width:\"100%\",...addPropertyOverrides({AW8iPjC78:{PgWUmowRp:resolvedLinks5[7]},CP8NQLgLe:{PgWUmowRp:resolvedLinks5[12]},f6QfhAVnB:{PgWUmowRp:resolvedLinks5[14]},gcdBzOu_B:{K_crSlniB:\"var(--token-2f336f63-43cd-4cd9-80ef-e19140c9caa5, rgb(154, 201, 59))\",PgWUmowRp:resolvedLinks5[13],variant:overlay5.visible?\"krdAiiWlN\":\"JtwbLBswe\"},gMrP10Mwm:{PgWUmowRp:resolvedLinks5[2]},iq9UvRn4Q:{K_crSlniB:\"var(--token-2f336f63-43cd-4cd9-80ef-e19140c9caa5, rgb(154, 201, 59))\",PgWUmowRp:resolvedLinks5[10],variant:overlay5.visible?\"krdAiiWlN\":\"JtwbLBswe\"},jlmPr__ll:{K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",PgWUmowRp:resolvedLinks5[4]},ljRwNbUYI:{K_crSlniB:\"rgb(0, 0, 0)\",PgWUmowRp:resolvedLinks5[8]},NA3MZxClj:{PgWUmowRp:resolvedLinks5[5]},NywJzS2CQ:{PgWUmowRp:resolvedLinks5[11],variant:overlay5.visible?\"krdAiiWlN\":\"JtwbLBswe\"},PIZnajfC7:{K_crSlniB:\"rgb(0, 0, 0)\",PgWUmowRp:resolvedLinks5[6]},q_8roygvZ:{f7aNcLWZC:undefined,K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",PgWUmowRp:resolvedLinks5[3]},WmQ9IGDec:{PgWUmowRp:resolvedLinks5[1]},zB5Hvd_fs:{PgWUmowRp:resolvedLinks5[9]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref12,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-mzrb3o`,offsetX:0,offsetY:10,onDismiss:overlay5.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({jlmPr__ll:{alignment:\"start\"},ljRwNbUYI:{alignment:\"start\"},PIZnajfC7:{alignment:\"start\"},q_8roygvZ:{alignment:\"start\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:341,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+16+-170.5,...addPropertyOverrides({AW8iPjC78:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85.5)-0-84)/2+0+0)+0+0+74+20+103+-170.5},CP8NQLgLe:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+60+-170.5},gMrP10Mwm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-84)/2+0+0)+0+0+74+20+84+-170.5},jlmPr__ll:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+101+-170.5},ljRwNbUYI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+81+-170.5},NA3MZxClj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+60+-170.5},PIZnajfC7:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+86+20+87+-170.5},q_8roygvZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-84)/2+0+0)+0+0+74+20+83+-170.5},WmQ9IGDec:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+85+20+60+-170.5},zB5Hvd_fs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+19+4.585365853658544+-170.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-jmd6mi-container\",\"data-framer-name\":\"Higher studies dropdown\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"d7HKGPTUR-container\",name:\"Higher studies dropdown\",ref:ref13,role:\"dialog\",children:/*#__PURE__*/_jsx(MenuDropdown,{height:\"100%\",id:\"d7HKGPTUR\",layoutId:\"d7HKGPTUR\",name:\"Higher studies dropdown\",variant:\"qVVpR9LDI\",width:\"100%\"})})})})})]})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4577bx\",layoutDependency:layoutDependency,layoutId:\"peZdVnlTa\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nxn4j4-container\",layoutDependency:layoutDependency,layoutId:\"o4ceixDps-container\",...addPropertyOverrides({f6QfhAVnB:{transformTemplate:transformTemplate2},gcdBzOu_B:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"},id:\"o4ceixDps\",layoutId:\"o4ceixDps\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\",...addPropertyOverrides({f6QfhAVnB:{fillColor:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fe3jd0\",\"data-framer-name\":\"Header Button\",layoutDependency:layoutDependency,layoutId:\"AfCInmh9N\",...addPropertyOverrides({oNKi9gmOy:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:[isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-60er0g\",\"data-border\":true,\"data-framer-name\":\"Hamburger\",layoutDependency:layoutDependency,layoutId:\"dIdn8YebR\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},variants:{AW8iPjC78:{\"--border-color\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\"},CP8NQLgLe:{\"--border-color\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\",backgroundColor:\"rgb(255, 255, 255)\"},gMrP10Mwm:{backgroundColor:\"rgba(255, 255, 255, 0)\"},ljRwNbUYI:{\"--border-color\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\"},NA3MZxClj:{\"--border-color\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\"},PIZnajfC7:{\"--border-color\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\"}},...addPropertyOverrides({AW8iPjC78:{\"data-highlight\":true,onTap:onTaprggtbo},CP8NQLgLe:{\"data-highlight\":true,onTap:onTap4dkncn},gMrP10Mwm:{\"data-highlight\":true,onTap:onTap18xq9gq},jlmPr__ll:{\"data-highlight\":true,onTap:onTap1mr7o24},ljRwNbUYI:{\"data-highlight\":true,onTap:onTap16pqg1t},NA3MZxClj:{\"data-highlight\":true,onTap:onTap1na79rl},PIZnajfC7:{\"data-highlight\":true,onTap:onTap1juikvq},q_8roygvZ:{\"data-highlight\":true,onTap:onTap1k94paq},WmQ9IGDec:{\"data-highlight\":true,onTap:onTap4dkncn}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",...addPropertyOverrides({AW8iPjC78:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85.5)-0-84)/2+0+0)+0+0+19+0+0+5},CP8NQLgLe:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+7+0+5},gMrP10Mwm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-84)/2+0+0)+0+0+21+0+0+5},jlmPr__ll:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+7+0+5},ljRwNbUYI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+19+0+0+5},NA3MZxClj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+19+7+0+5},PIZnajfC7:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+19+7+0+5},q_8roygvZ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-84)/2+0+0)+0+0+19+0+0+5},WmQ9IGDec:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+7+0+5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aow13x-container\",layoutDependency:layoutDependency,layoutId:\"pho1Mt_2q-container\",children:/*#__PURE__*/_jsx(ElementsMenuIcon,{height:\"100%\",id:\"pho1Mt_2q\",iWF8EWIN1:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",layoutId:\"pho1Mt_2q\",style:{height:\"100%\",width:\"100%\"},variant:\"XqLnXPvUY\",width:\"100%\",...addPropertyOverrides({AW8iPjC78:{iWF8EWIN1:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\"},CP8NQLgLe:{iWF8EWIN1:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\"},jlmPr__ll:{variant:\"t9Dop5aTi\"},ljRwNbUYI:{iWF8EWIN1:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\",variant:\"t9Dop5aTi\"},NA3MZxClj:{iWF8EWIN1:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\"},PIZnajfC7:{iWF8EWIN1:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\",variant:\"t9Dop5aTi\"},q_8roygvZ:{variant:\"t9Dop5aTi\"}},baseVariant,gestureVariant)})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99.5)-0-94)/2+0+0)+0+0+19+0,...addPropertyOverrides({bUdelzbUY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-100)/2+0+0)+0+0+22+0},NA3MZxClj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+19+0},oNKi9gmOy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+36.000000000000014+0-55.49505615234375},PIZnajfC7:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+19+0},zB5Hvd_fs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+36+-28}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-shj9m1-container\",layoutDependency:layoutDependency,layoutId:\"YYslY34Ff-container\",...addPropertyOverrides({zB5Hvd_fs:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Button,{A2dWUqqQh:\"Schedule a Call\",DnytOe0Z8:resolvedLinks6[0],Fben7NVCN:false,height:\"100%\",id:\"YYslY34Ff\",layoutId:\"YYslY34Ff\",oSfNN4wFr:false,v8ArQOg02:true,variant:\"qzUuscvu8\",width:\"100%\",...addPropertyOverrides({bUdelzbUY:{DnytOe0Z8:resolvedLinks6[3],variant:\"LE7SodFNa\"},CP8NQLgLe:{DnytOe0Z8:resolvedLinks6[10],variant:\"LE7SodFNa\"},f6QfhAVnB:{DnytOe0Z8:resolvedLinks6[12]},gcdBzOu_B:{DnytOe0Z8:resolvedLinks6[11],variant:\"LE7SodFNa\"},iq9UvRn4Q:{DnytOe0Z8:resolvedLinks6[8],variant:\"LE7SodFNa\"},jlmPr__ll:{DnytOe0Z8:resolvedLinks6[2],variant:\"e1mhhyy1I\"},NA3MZxClj:{DnytOe0Z8:resolvedLinks6[4],variant:\"GpjGE_94O\"},NywJzS2CQ:{DnytOe0Z8:resolvedLinks6[9],variant:\"LE7SodFNa\"},oNKi9gmOy:{DnytOe0Z8:resolvedLinks6[7]},PIZnajfC7:{DnytOe0Z8:resolvedLinks6[5],variant:\"GpjGE_94O\"},WmQ9IGDec:{DnytOe0Z8:resolvedLinks6[1],variant:\"e1mhhyy1I\"},zB5Hvd_fs:{DnytOe0Z8:resolvedLinks6[6]}},baseVariant,gestureVariant)})})})})]}),isDisplayed9()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-5d015q\",\"data-border\":true,\"data-framer-name\":\"Hamburger\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"A1lAgiCCw\",onTap:onTap18xq9gq,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",...addPropertyOverrides({oNKi9gmOy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-0)/2+0+0)+-36+15.923076923076934+0+5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aj3qyt-container\",layoutDependency:layoutDependency,layoutId:\"pHswUL_UR-container\",children:/*#__PURE__*/_jsx(ElementsMenuIcon,{height:\"100%\",id:\"pHswUL_UR\",iWF8EWIN1:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",layoutId:\"pHswUL_UR\",style:{height:\"100%\",width:\"100%\"},variant:\"XqLnXPvUY\",width:\"100%\"})})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FDtzz.framer-1qaoyfb, .framer-FDtzz .framer-1qaoyfb { display: block; }\",\".framer-FDtzz.framer-1a30hgp { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-FDtzz .framer-taf5eh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1356px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-FDtzz .framer-vf9xfv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; padding: 19px 0px 19px 0px; position: relative; width: 100%; }\",\".framer-FDtzz .framer-soysmd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 11%; }\",\".framer-FDtzz .framer-17oof44-container, .framer-FDtzz .framer-shj9m1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-FDtzz .framer-hsoghu { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 46px; height: 62px; justify-content: center; max-width: 40%; overflow: visible; padding: 9px 0px 9px 0px; position: relative; width: 520px; }\",\".framer-FDtzz .framer-kmhkbt-container { cursor: pointer; flex: none; height: 23px; max-width: 54px; position: relative; width: auto; }\",\".framer-FDtzz .framer-1e3m9f7-container, .framer-FDtzz .framer-7nas3b-container, .framer-FDtzz .framer-ek9njl-container, .framer-FDtzz .framer-i1szdx-container, .framer-FDtzz .framer-mzrb3o-container { cursor: pointer; flex: none; height: auto; max-width: 96px; position: relative; width: auto; z-index: 1; }\",\".framer-FDtzz .framer-coavrn-container, .framer-FDtzz .framer-fhrixv-container, .framer-FDtzz .framer-1fpo34k-container, .framer-FDtzz .framer-jmd6mi-container { height: auto; position: relative; width: auto; }\",\".framer-FDtzz .framer-1r7oq12 { display: grid; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: 433px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 709px; will-change: var(--framer-will-change-override, transform); }\",\".framer-FDtzz .framer-1qxotvq, .framer-FDtzz .framer-ta8xlc, .framer-FDtzz .framer-1di0upt, .framer-FDtzz .framer-1tt2zk2 { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-FDtzz .framer-h3ms7z, .framer-FDtzz .framer-16i3208, .framer-FDtzz .framer-esb3hj, .framer-FDtzz .framer-6zlryg, .framer-FDtzz .framer-16sef8r, .framer-FDtzz .framer-1xcud06, .framer-FDtzz .framer-162prpu, .framer-FDtzz .framer-n375y1, .framer-FDtzz .framer-1xwacdc, .framer-FDtzz .framer-1nqxa3r, .framer-FDtzz .framer-e6ozbr, .framer-FDtzz .framer-1al8fal, .framer-FDtzz .framer-qqm7rd, .framer-FDtzz .framer-1yyzuf0, .framer-FDtzz .framer-1hpb20q, .framer-FDtzz .framer-19zvgaz, .framer-FDtzz .framer-d3bhg4, .framer-FDtzz .framer-1b5qphx { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-FDtzz .framer-878yss, .framer-FDtzz .framer-1rzucie, .framer-FDtzz .framer-ss5vlb, .framer-FDtzz .framer-18nea51, .framer-FDtzz .framer-1k19nqw, .framer-FDtzz .framer-lry81e, .framer-FDtzz .framer-15khfdx, .framer-FDtzz .framer-186f8fd, .framer-FDtzz .framer-aesr9b, .framer-FDtzz .framer-1jjdt4o { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FDtzz .framer-1bm6j0k { 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: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-FDtzz .framer-xitaag { 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; min-height: 18px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FDtzz .framer-1fltl0q-container { cursor: pointer; flex: none; height: auto; max-width: 96px; position: relative; width: auto; }\",\".framer-FDtzz .framer-pu2tx9-container { height: 243px; position: relative; width: 300px; }\",\".framer-FDtzz .framer-yj3o0a-container { cursor: pointer; flex: none; height: auto; max-width: 95.99px; position: relative; width: auto; }\",\".framer-FDtzz .framer-vc4byp { align-content: center; align-items: center; align-self: stretch; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 66px; height: auto; justify-content: center; overflow: visible; padding: 9px 0px 9px 0px; position: relative; width: 1px; }\",\".framer-FDtzz .framer-w6roae-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-FDtzz .framer-1mkqf9-container, .framer-FDtzz .framer-1b7677n-container { cursor: pointer; flex: none; height: auto; max-width: 54px; position: relative; width: auto; }\",\".framer-FDtzz .framer-4577bx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 11%; }\",\".framer-FDtzz .framer-nxn4j4-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-FDtzz .framer-1fe3jd0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 15%; }\",\".framer-FDtzz .framer-60er0g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 42px; }\",\".framer-FDtzz .framer-1aow13x-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-FDtzz .framer-5d015q { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 20px; top: calc(51.2820512820513% - 42px / 2); width: 42px; z-index: 1; }\",\".framer-FDtzz .framer-1aj3qyt-container { flex: none; height: 32px; position: relative; width: 32px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-1a30hgp, .framer-FDtzz .framer-taf5eh, .framer-FDtzz .framer-soysmd, .framer-FDtzz .framer-hsoghu, .framer-FDtzz .framer-1qxotvq, .framer-FDtzz .framer-878yss, .framer-FDtzz .framer-1rzucie, .framer-FDtzz .framer-1bm6j0k, .framer-FDtzz .framer-ta8xlc, .framer-FDtzz .framer-ss5vlb, .framer-FDtzz .framer-18nea51, .framer-FDtzz .framer-1k19nqw, .framer-FDtzz .framer-1di0upt, .framer-FDtzz .framer-lry81e, .framer-FDtzz .framer-15khfdx, .framer-FDtzz .framer-xitaag, .framer-FDtzz .framer-1tt2zk2, .framer-FDtzz .framer-186f8fd, .framer-FDtzz .framer-aesr9b, .framer-FDtzz .framer-1jjdt4o, .framer-FDtzz .framer-vc4byp, .framer-FDtzz .framer-4577bx, .framer-FDtzz .framer-1fe3jd0, .framer-FDtzz .framer-60er0g, .framer-FDtzz .framer-5d015q { gap: 0px; } .framer-FDtzz.framer-1a30hgp > *, .framer-FDtzz .framer-taf5eh > *, .framer-FDtzz .framer-1qxotvq > *, .framer-FDtzz .framer-ta8xlc > *, .framer-FDtzz .framer-1di0upt > *, .framer-FDtzz .framer-1tt2zk2 > *, .framer-FDtzz .framer-4577bx > *, .framer-FDtzz .framer-60er0g > *, .framer-FDtzz .framer-5d015q > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FDtzz.framer-1a30hgp > :first-child, .framer-FDtzz .framer-taf5eh > :first-child, .framer-FDtzz .framer-1qxotvq > :first-child, .framer-FDtzz .framer-878yss > :first-child, .framer-FDtzz .framer-1rzucie > :first-child, .framer-FDtzz .framer-1bm6j0k > :first-child, .framer-FDtzz .framer-ta8xlc > :first-child, .framer-FDtzz .framer-ss5vlb > :first-child, .framer-FDtzz .framer-18nea51 > :first-child, .framer-FDtzz .framer-1k19nqw > :first-child, .framer-FDtzz .framer-1di0upt > :first-child, .framer-FDtzz .framer-lry81e > :first-child, .framer-FDtzz .framer-15khfdx > :first-child, .framer-FDtzz .framer-xitaag > :first-child, .framer-FDtzz .framer-1tt2zk2 > :first-child, .framer-FDtzz .framer-186f8fd > :first-child, .framer-FDtzz .framer-aesr9b > :first-child, .framer-FDtzz .framer-1jjdt4o > :first-child, .framer-FDtzz .framer-4577bx > :first-child, .framer-FDtzz .framer-60er0g > :first-child, .framer-FDtzz .framer-5d015q > :first-child { margin-top: 0px; } .framer-FDtzz.framer-1a30hgp > :last-child, .framer-FDtzz .framer-taf5eh > :last-child, .framer-FDtzz .framer-1qxotvq > :last-child, .framer-FDtzz .framer-878yss > :last-child, .framer-FDtzz .framer-1rzucie > :last-child, .framer-FDtzz .framer-1bm6j0k > :last-child, .framer-FDtzz .framer-ta8xlc > :last-child, .framer-FDtzz .framer-ss5vlb > :last-child, .framer-FDtzz .framer-18nea51 > :last-child, .framer-FDtzz .framer-1k19nqw > :last-child, .framer-FDtzz .framer-1di0upt > :last-child, .framer-FDtzz .framer-lry81e > :last-child, .framer-FDtzz .framer-15khfdx > :last-child, .framer-FDtzz .framer-xitaag > :last-child, .framer-FDtzz .framer-1tt2zk2 > :last-child, .framer-FDtzz .framer-186f8fd > :last-child, .framer-FDtzz .framer-aesr9b > :last-child, .framer-FDtzz .framer-1jjdt4o > :last-child, .framer-FDtzz .framer-4577bx > :last-child, .framer-FDtzz .framer-60er0g > :last-child, .framer-FDtzz .framer-5d015q > :last-child { margin-bottom: 0px; } .framer-FDtzz .framer-soysmd > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-FDtzz .framer-soysmd > :first-child, .framer-FDtzz .framer-hsoghu > :first-child, .framer-FDtzz .framer-vc4byp > :first-child, .framer-FDtzz .framer-1fe3jd0 > :first-child { margin-left: 0px; } .framer-FDtzz .framer-soysmd > :last-child, .framer-FDtzz .framer-hsoghu > :last-child, .framer-FDtzz .framer-vc4byp > :last-child, .framer-FDtzz .framer-1fe3jd0 > :last-child { margin-right: 0px; } .framer-FDtzz .framer-hsoghu > * { margin: 0px; margin-left: calc(46px / 2); margin-right: calc(46px / 2); } .framer-FDtzz .framer-878yss > *, .framer-FDtzz .framer-1rzucie > *, .framer-FDtzz .framer-1bm6j0k > *, .framer-FDtzz .framer-ss5vlb > *, .framer-FDtzz .framer-18nea51 > *, .framer-FDtzz .framer-1k19nqw > *, .framer-FDtzz .framer-lry81e > *, .framer-FDtzz .framer-15khfdx > *, .framer-FDtzz .framer-xitaag > *, .framer-FDtzz .framer-186f8fd > *, .framer-FDtzz .framer-aesr9b > *, .framer-FDtzz .framer-1jjdt4o > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FDtzz .framer-vc4byp > * { margin: 0px; margin-left: calc(66px / 2); margin-right: calc(66px / 2); } .framer-FDtzz .framer-1fe3jd0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-FDtzz.framer-v-vkrerr.framer-1a30hgp, .framer-FDtzz.framer-v-axv37v.framer-1a30hgp, .framer-FDtzz.framer-v-1vspspp.framer-1a30hgp, .framer-FDtzz.framer-v-1vzq4hh.framer-1a30hgp, .framer-FDtzz.framer-v-bmhs5t.framer-1a30hgp, .framer-FDtzz.framer-v-ya7qwn.framer-1a30hgp { width: 800px; }\",\".framer-FDtzz.framer-v-vkrerr .framer-taf5eh, .framer-FDtzz.framer-v-axv37v .framer-taf5eh, .framer-FDtzz.framer-v-1vspspp .framer-taf5eh, .framer-FDtzz.framer-v-1vzq4hh .framer-taf5eh, .framer-FDtzz.framer-v-ya7qwn .framer-taf5eh { max-width: 800px; padding: 0px 24px 0px 24px; }\",\".framer-FDtzz.framer-v-vkrerr .framer-vc4byp, .framer-FDtzz.framer-v-axv37v .framer-vc4byp, .framer-FDtzz.framer-v-1vspspp .framer-vc4byp, .framer-FDtzz.framer-v-ya7qwn .framer-vc4byp { align-content: flex-start; align-items: flex-start; align-self: unset; flex: none; flex-direction: column; gap: 6px; height: min-content; left: 0px; padding: 20px; position: absolute; top: 85px; width: 100%; z-index: 1; }\",\".framer-FDtzz.framer-v-vkrerr .framer-60er0g, .framer-FDtzz.framer-v-axv37v .framer-60er0g, .framer-FDtzz.framer-v-1vspspp .framer-60er0g, .framer-FDtzz.framer-v-1vzq4hh .framer-60er0g, .framer-FDtzz.framer-v-ya7qwn .framer-60er0g { cursor: pointer; order: 1; }\",\".framer-FDtzz.framer-v-vkrerr .framer-shj9m1-container, .framer-FDtzz.framer-v-axv37v .framer-shj9m1-container, .framer-FDtzz.framer-v-g7qga2 .framer-kmhkbt-container, .framer-FDtzz.framer-v-1vspspp .framer-shj9m1-container, .framer-FDtzz.framer-v-1vzq4hh .framer-shj9m1-container, .framer-FDtzz.framer-v-bmhs5t .framer-1aj3qyt-container, .framer-FDtzz.framer-v-ya7qwn .framer-shj9m1-container { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-v-vkrerr .framer-vc4byp { gap: 0px; } .framer-FDtzz.framer-v-vkrerr .framer-vc4byp > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-FDtzz.framer-v-vkrerr .framer-vc4byp > :first-child { margin-top: 0px; } .framer-FDtzz.framer-v-vkrerr .framer-vc4byp > :last-child { margin-bottom: 0px; } }\",\".framer-FDtzz.framer-v-nedaf8.framer-1a30hgp, .framer-FDtzz.framer-v-jcip0x.framer-1a30hgp, .framer-FDtzz.framer-v-1kpb6lw.framer-1a30hgp, .framer-FDtzz.framer-v-1n7d630.framer-1a30hgp { width: 520px; }\",\".framer-FDtzz.framer-v-nedaf8 .framer-taf5eh, .framer-FDtzz.framer-v-jcip0x .framer-taf5eh, .framer-FDtzz.framer-v-1kpb6lw .framer-taf5eh, .framer-FDtzz.framer-v-1n7d630 .framer-taf5eh { max-width: 520px; padding: 0px 24px 0px 24px; }\",\".framer-FDtzz.framer-v-nedaf8 .framer-soysmd, .framer-FDtzz.framer-v-nedaf8 .framer-1fe3jd0, .framer-FDtzz.framer-v-jcip0x .framer-1fe3jd0, .framer-FDtzz.framer-v-1kpb6lw .framer-soysmd, .framer-FDtzz.framer-v-1kpb6lw .framer-1fe3jd0, .framer-FDtzz.framer-v-1n7d630 .framer-1fe3jd0 { width: min-content; }\",\".framer-FDtzz.framer-v-nedaf8 .framer-17oof44-container { width: 157px; }\",\".framer-FDtzz.framer-v-nedaf8 .framer-vc4byp, .framer-FDtzz.framer-v-1kpb6lw .framer-vc4byp { align-content: flex-start; align-items: flex-start; align-self: unset; flex: none; flex-direction: column; gap: 4px; height: min-content; justify-content: flex-start; left: 0px; padding: 20px; position: absolute; top: 74px; width: 100%; z-index: 1; }\",\".framer-FDtzz.framer-v-nedaf8 .framer-60er0g { cursor: pointer; order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-v-nedaf8 .framer-vc4byp { gap: 0px; } .framer-FDtzz.framer-v-nedaf8 .framer-vc4byp > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-FDtzz.framer-v-nedaf8 .framer-vc4byp > :first-child { margin-top: 0px; } .framer-FDtzz.framer-v-nedaf8 .framer-vc4byp > :last-child { margin-bottom: 0px; } }\",\".framer-FDtzz.framer-v-jcip0x .framer-vf9xfv, .framer-FDtzz.framer-v-1kpb6lw .framer-vf9xfv, .framer-FDtzz.framer-v-1n7d630 .framer-vf9xfv { align-content: flex-start; align-items: flex-start; }\",\".framer-FDtzz.framer-v-jcip0x .framer-vc4byp { align-content: flex-start; align-items: flex-start; align-self: unset; cursor: unset; flex: none; flex-direction: column; gap: 4px; height: 159px; justify-content: flex-start; left: 0px; max-width: 520px; padding: 20px; position: absolute; top: 74px; width: 100%; z-index: 1; }\",\".framer-FDtzz.framer-v-jcip0x .framer-1b7677n-container { height: 23px; order: 2; }\",\".framer-FDtzz.framer-v-jcip0x .framer-ek9njl-container, .framer-FDtzz.framer-v-g7qga2 .framer-1fltl0q-container, .framer-FDtzz.framer-v-g7qga2 .framer-4577bx, .framer-FDtzz.framer-v-1vzq4hh .framer-ek9njl-container, .framer-FDtzz.framer-v-1n7d630 .framer-ek9njl-container, .framer-FDtzz.framer-v-1s3q7iv .framer-4577bx, .framer-FDtzz.framer-v-bmhs5t .framer-4577bx { order: 3; }\",\".framer-FDtzz.framer-v-jcip0x .framer-i1szdx-container, .framer-FDtzz.framer-v-g7qga2 .framer-yj3o0a-container, .framer-FDtzz.framer-v-1vzq4hh .framer-i1szdx-container, .framer-FDtzz.framer-v-1n7d630 .framer-i1szdx-container { order: 4; }\",\".framer-FDtzz.framer-v-jcip0x .framer-mzrb3o-container, .framer-FDtzz.framer-v-1vzq4hh .framer-mzrb3o-container, .framer-FDtzz.framer-v-1n7d630 .framer-mzrb3o-container, .framer-FDtzz.framer-v-bmhs5t .framer-5d015q { order: 5; }\",\".framer-FDtzz.framer-v-jcip0x .framer-60er0g, .framer-FDtzz.framer-v-1kpb6lw .framer-60er0g, .framer-FDtzz.framer-v-1n7d630 .framer-60er0g { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-v-jcip0x .framer-vc4byp { gap: 0px; } .framer-FDtzz.framer-v-jcip0x .framer-vc4byp > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-FDtzz.framer-v-jcip0x .framer-vc4byp > :first-child { margin-top: 0px; } .framer-FDtzz.framer-v-jcip0x .framer-vc4byp > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-v-axv37v .framer-vc4byp { gap: 0px; } .framer-FDtzz.framer-v-axv37v .framer-vc4byp > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-FDtzz.framer-v-axv37v .framer-vc4byp > :first-child { margin-top: 0px; } .framer-FDtzz.framer-v-axv37v .framer-vc4byp > :last-child { margin-bottom: 0px; } }\",\".framer-FDtzz.framer-v-g7qga2 .framer-soysmd { order: 0; width: 23%; }\",\".framer-FDtzz.framer-v-g7qga2 .framer-17oof44-container { width: 140px; }\",\".framer-FDtzz.framer-v-g7qga2 .framer-hsoghu, .framer-FDtzz.framer-v-g7qga2 .framer-1e3m9f7-container { order: 1; }\",\".framer-FDtzz.framer-v-g7qga2 .framer-7nas3b-container { order: 2; }\",\".framer-FDtzz.framer-v-g7qga2 .framer-1fe3jd0 { order: 4; width: 27%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-v-1vspspp .framer-vc4byp { gap: 0px; } .framer-FDtzz.framer-v-1vspspp .framer-vc4byp > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-FDtzz.framer-v-1vspspp .framer-vc4byp > :first-child { margin-top: 0px; } .framer-FDtzz.framer-v-1vspspp .framer-vc4byp > :last-child { margin-bottom: 0px; } }\",\".framer-FDtzz.framer-v-1vzq4hh .framer-vc4byp { align-content: flex-start; align-items: flex-start; align-self: unset; flex: none; flex-direction: column; gap: 6px; height: min-content; left: 0px; padding: 20px; position: absolute; top: 86px; width: 100%; z-index: 1; }\",\".framer-FDtzz.framer-v-1vzq4hh .framer-1b7677n-container, .framer-FDtzz.framer-v-1n7d630 .framer-1b7677n-container { height: 21px; order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-v-1vzq4hh .framer-vc4byp { gap: 0px; } .framer-FDtzz.framer-v-1vzq4hh .framer-vc4byp > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-FDtzz.framer-v-1vzq4hh .framer-vc4byp > :first-child { margin-top: 0px; } .framer-FDtzz.framer-v-1vzq4hh .framer-vc4byp > :last-child { margin-bottom: 0px; } }\",\".framer-FDtzz.framer-v-1kpb6lw .framer-17oof44-container { width: 159px; }\",\".framer-FDtzz.framer-v-1kpb6lw .framer-1mkqf9-container { height: 43px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-v-1kpb6lw .framer-vc4byp { gap: 0px; } .framer-FDtzz.framer-v-1kpb6lw .framer-vc4byp > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-FDtzz.framer-v-1kpb6lw .framer-vc4byp > :first-child { margin-top: 0px; } .framer-FDtzz.framer-v-1kpb6lw .framer-vc4byp > :last-child { margin-bottom: 0px; } }\",\".framer-FDtzz.framer-v-1n7d630 .framer-vc4byp { align-content: flex-start; align-items: flex-start; align-self: unset; flex: none; flex-direction: column; gap: 4px; height: min-content; justify-content: flex-start; left: 0px; max-width: 520px; padding: 20px; position: absolute; top: 74px; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-v-1n7d630 .framer-vc4byp { gap: 0px; } .framer-FDtzz.framer-v-1n7d630 .framer-vc4byp > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-FDtzz.framer-v-1n7d630 .framer-vc4byp > :first-child { margin-top: 0px; } .framer-FDtzz.framer-v-1n7d630 .framer-vc4byp > :last-child { margin-bottom: 0px; } }\",\".framer-FDtzz.framer-v-1s3q7iv.framer-1a30hgp { width: 1183px; }\",\".framer-FDtzz.framer-v-1s3q7iv .framer-taf5eh { min-height: 100px; }\",\".framer-FDtzz.framer-v-1s3q7iv .framer-vf9xfv { left: 50%; position: absolute; top: 49%; width: 1123px; z-index: 1; }\",\".framer-FDtzz.framer-v-1s3q7iv .framer-soysmd { min-height: 62px; order: 0; }\",\".framer-FDtzz.framer-v-1s3q7iv .framer-17oof44-container { order: 0; position: absolute; right: -93px; top: 0px; z-index: 1; }\",\".framer-FDtzz.framer-v-1s3q7iv .framer-vc4byp { gap: 84px; order: 1; }\",\".framer-FDtzz.framer-v-1s3q7iv .framer-1mkqf9-container { left: -57px; order: 1; position: absolute; top: 50%; z-index: 1; }\",\".framer-FDtzz.framer-v-1s3q7iv .framer-ek9njl-container { left: 22px; order: 2; position: absolute; top: 49%; }\",\".framer-FDtzz.framer-v-1s3q7iv .framer-i1szdx-container { left: 141px; order: 4; position: absolute; top: 49%; }\",\".framer-FDtzz.framer-v-1s3q7iv .framer-mzrb3o-container { order: 5; position: absolute; right: 93px; top: 49%; }\",\".framer-FDtzz.framer-v-1s3q7iv .framer-1fe3jd0 { min-height: 48px; order: 4; }\",\".framer-FDtzz.framer-v-1s3q7iv .framer-shj9m1-container { left: -35px; order: 0; position: absolute; top: 50%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-v-1s3q7iv .framer-vc4byp { gap: 0px; } .framer-FDtzz.framer-v-1s3q7iv .framer-vc4byp > * { margin: 0px; margin-left: calc(84px / 2); margin-right: calc(84px / 2); } .framer-FDtzz.framer-v-1s3q7iv .framer-vc4byp > :first-child { margin-left: 0px; } .framer-FDtzz.framer-v-1s3q7iv .framer-vc4byp > :last-child { margin-right: 0px; } }\",\".framer-FDtzz.framer-v-bmhs5t .framer-taf5eh { min-height: 100px; width: 45%; }\",\".framer-FDtzz.framer-v-bmhs5t .framer-vf9xfv { left: -207px; position: absolute; right: -182px; top: 49%; width: unset; z-index: 1; }\",\".framer-FDtzz.framer-v-bmhs5t .framer-soysmd { min-height: 40px; order: 0; }\",\".framer-FDtzz.framer-v-bmhs5t .framer-17oof44-container { position: absolute; right: -96px; top: 50%; z-index: 1; }\",\".framer-FDtzz.framer-v-bmhs5t .framer-vc4byp { align-self: unset; flex: none; height: 40px; order: 2; position: absolute; right: 510px; top: calc(50.00000000000002% - 40px / 2); width: 10px; z-index: 1; }\",\".framer-FDtzz.framer-v-bmhs5t .framer-1mkqf9-container { left: -39px; position: absolute; top: 53%; z-index: 1; }\",\".framer-FDtzz.framer-v-bmhs5t .framer-ek9njl-container { position: absolute; right: -122px; top: 50%; }\",\".framer-FDtzz.framer-v-bmhs5t .framer-i1szdx-container { position: absolute; right: -251px; top: 50%; }\",\".framer-FDtzz.framer-v-bmhs5t .framer-1fe3jd0 { min-height: 48px; order: 4; position: absolute; right: 218px; top: 50%; width: 1%; z-index: 1; }\",\".framer-FDtzz.framer-v-bmhs5t .framer-shj9m1-container { bottom: -1px; order: 0; position: absolute; right: -140px; z-index: 1; }\",\".framer-FDtzz.framer-v-wytetf .framer-vc4byp { cursor: unset; }\",\".framer-FDtzz.framer-v-1xsr0pl .framer-vc4byp { cursor: unset; gap: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-v-1xsr0pl .framer-vc4byp { gap: 0px; } .framer-FDtzz.framer-v-1xsr0pl .framer-vc4byp > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-FDtzz.framer-v-1xsr0pl .framer-vc4byp > :first-child { margin-left: 0px; } .framer-FDtzz.framer-v-1xsr0pl .framer-vc4byp > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-v-ya7qwn .framer-vc4byp { gap: 0px; } .framer-FDtzz.framer-v-ya7qwn .framer-vc4byp > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-FDtzz.framer-v-ya7qwn .framer-vc4byp > :first-child { margin-top: 0px; } .framer-FDtzz.framer-v-ya7qwn .framer-vc4byp > :last-child { margin-bottom: 0px; } }\",\".framer-FDtzz.framer-v-1l7rsp.framer-1a30hgp, .framer-FDtzz.framer-v-8xqqy5.framer-1a30hgp { width: 992px; }\",\".framer-FDtzz.framer-v-1l7rsp .framer-vc4byp { cursor: unset; flex: none; gap: 30px; width: 45%; }\",\".framer-FDtzz.framer-v-1l7rsp .framer-4577bx, .framer-FDtzz.framer-v-8xqqy5 .framer-4577bx { min-height: 62px; width: 6%; }\",\".framer-FDtzz.framer-v-1l7rsp .framer-nxn4j4-container { position: absolute; right: -41px; top: 50%; width: 58px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-v-1l7rsp .framer-vc4byp { gap: 0px; } .framer-FDtzz.framer-v-1l7rsp .framer-vc4byp > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-FDtzz.framer-v-1l7rsp .framer-vc4byp > :first-child { margin-left: 0px; } .framer-FDtzz.framer-v-1l7rsp .framer-vc4byp > :last-child { margin-right: 0px; } }\",\".framer-FDtzz.framer-v-8xqqy5 .framer-vc4byp { flex: none; gap: 30px; width: 45%; }\",\".framer-FDtzz.framer-v-8xqqy5 .framer-nxn4j4-container { position: absolute; right: -41px; top: 50%; width: 56px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FDtzz.framer-v-8xqqy5 .framer-vc4byp { gap: 0px; } .framer-FDtzz.framer-v-8xqqy5 .framer-vc4byp > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-FDtzz.framer-v-8xqqy5 .framer-vc4byp > :first-child { margin-left: 0px; } .framer-FDtzz.framer-v-8xqqy5 .framer-vc4byp > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-FDtzz[data-border=\"true\"]::after, .framer-FDtzz [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 99.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"WmQ9IGDec\":{\"layout\":[\"fixed\",\"auto\"]},\"gMrP10Mwm\":{\"layout\":[\"fixed\",\"auto\"]},\"q_8roygvZ\":{\"layout\":[\"fixed\",\"auto\"]},\"jlmPr__ll\":{\"layout\":[\"fixed\",\"auto\"]},\"bUdelzbUY\":{\"layout\":[\"fixed\",\"auto\"]},\"NA3MZxClj\":{\"layout\":[\"fixed\",\"auto\"]},\"PIZnajfC7\":{\"layout\":[\"fixed\",\"auto\"]},\"AW8iPjC78\":{\"layout\":[\"fixed\",\"auto\"]},\"ljRwNbUYI\":{\"layout\":[\"fixed\",\"auto\"]},\"zB5Hvd_fs\":{\"layout\":[\"fixed\",\"auto\"]},\"oNKi9gmOy\":{\"layout\":[\"fixed\",\"auto\"]},\"iq9UvRn4Q\":{\"layout\":[\"fixed\",\"auto\"]},\"NywJzS2CQ\":{\"layout\":[\"fixed\",\"auto\"]},\"CP8NQLgLe\":{\"layout\":[\"fixed\",\"auto\"]},\"gcdBzOu_B\":{\"layout\":[\"fixed\",\"auto\"]},\"f6QfhAVnB\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDuOoduyv8=withCSS(Component,css,\"framer-FDtzz\");export default FramerDuOoduyv8;FramerDuOoduyv8.displayName=\"Header 2\";FramerDuOoduyv8.defaultProps={height:99.5,width:1440};addPropertyControls(FramerDuOoduyv8,{variant:{options:[\"gfg0jbqPh\",\"WmQ9IGDec\",\"gMrP10Mwm\",\"q_8roygvZ\",\"jlmPr__ll\",\"bUdelzbUY\",\"NA3MZxClj\",\"PIZnajfC7\",\"AW8iPjC78\",\"ljRwNbUYI\",\"zB5Hvd_fs\",\"oNKi9gmOy\",\"iq9UvRn4Q\",\"NywJzS2CQ\",\"CP8NQLgLe\",\"gcdBzOu_B\",\"f6QfhAVnB\"],optionTitles:[\"Large Desktop\",\"Tablet\",\"Phone\",\"Phone - Open\",\"Tablet - Open\",\"Header - Dark\",\"Tablet - Dark\",\"Tablet - Dark - Open\",\"Phone - Dark\",\"Phone - Dark - Open\",\"Variant 11\",\"Variant 12\",\"Header - Dark 2\",\"Variant 14\",\"Tablet\",\"Desktop\",\"Variant 16\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerDuOoduyv8,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...LogoFonts,...MenuItemFonts,...MenuItem02Fonts,...MenuDropdownFonts,...LocaleSelectorFonts,...ElementsMenuIconFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDuOoduyv8\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WmQ9IGDec\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gMrP10Mwm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"q_8roygvZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jlmPr__ll\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bUdelzbUY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NA3MZxClj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PIZnajfC7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AW8iPjC78\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ljRwNbUYI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zB5Hvd_fs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oNKi9gmOy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iq9UvRn4Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NywJzS2CQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CP8NQLgLe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gcdBzOu_B\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"f6QfhAVnB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"99.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DuOoduyv8.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,Link,ResolveLinks,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import Button from\"https://framerusercontent.com/modules/7jrz7rsHHGFSipCXfRHj/Xryh6beZzMwbbMLJTrA9/a4HJ5WB9q.js\";import Logo from\"https://framerusercontent.com/modules/vWsWLEioKxJwYbZhwdYy/RnqJYnyaTfqUDm5h7HXq/FAHh1Ryaw.js\";import ElementsMenuIcon from\"https://framerusercontent.com/modules/wAKUPpk5U7p5tSY5q3Hz/Cxmebhc3xCkCk3WDWkF2/HBiI51SUf.js\";import MenuDropdown from\"https://framerusercontent.com/modules/JU05FUkFq2btWJVW0Zkz/N5gyWAiEYJEaI3o0u3vI/jR18187Dy.js\";import MenuItem02 from\"https://framerusercontent.com/modules/uQoSDrrq5x41qbATSVx9/JeFtlxRQpoUSM4X5K3XE/LGAUJ7Tyj.js\";const LogoFonts=getFonts(Logo);const MenuItem02Fonts=getFonts(MenuItem02);const MenuDropdownFonts=getFonts(MenuDropdown);const MotionDivWithFX=withFX(motion.div);const ElementsMenuIconFonts=getFonts(ElementsMenuIcon);const ButtonFonts=getFonts(Button);const LocaleSelectorFonts=getFonts(LocaleSelector);const cycleOrder=[\"kFugcHURZ\",\"cYb_DaIlp\",\"pUO7VQHj_\",\"zI5V7VkkL\",\"wrmf9xBCi\",\"L568EiOLC\",\"JRDptC4eI\",\"u1hRU2stV\",\"NutRrxIom\"];const serializationHash=\"framer-ivjQY\";const variantClassNames={cYb_DaIlp:\"framer-v-1obyes0\",JRDptC4eI:\"framer-v-1t60ubp\",kFugcHURZ:\"framer-v-83zhse\",L568EiOLC:\"framer-v-cq5sr\",NutRrxIom:\"framer-v-1p9f2d0\",pUO7VQHj_:\"framer-v-pvm9b6\",u1hRU2stV:\"framer-v-1qz0xmy\",wrmf9xBCi:\"framer-v-b6mel\",zI5V7VkkL:\"framer-v-p0q82d\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Large Desktop\":\"kFugcHURZ\",\"Phone - Dark - Open\":\"wrmf9xBCi\",\"Phone - Dark\":\"zI5V7VkkL\",\"Phone - Open\":\"JRDptC4eI\",\"Tablet - Dark - Open\":\"NutRrxIom\",\"Tablet - Dark\":\"u1hRU2stV\",\"Tablet - Open\":\"pUO7VQHj_\",Phone:\"L568EiOLC\",Tablet:\"cYb_DaIlp\"};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:\"kFugcHURZ\"};};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:\"kFugcHURZ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1w8fxvh=activeVariantCallback(async(...args)=>{setVariant(\"kFugcHURZ\");});const B0Ba4VbMoizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap1mfcnsi=activeVariantCallback(async(...args)=>{setVariant(\"pUO7VQHj_\");});const onTap1yddwfb=activeVariantCallback(async(...args)=>{setVariant(\"cYb_DaIlp\");});const onTap1cswnac=activeVariantCallback(async(...args)=>{setVariant(\"wrmf9xBCi\");});const onTapb9uwmj=activeVariantCallback(async(...args)=>{setVariant(\"zI5V7VkkL\");});const onTap1ijq7xm=activeVariantCallback(async(...args)=>{setVariant(\"JRDptC4eI\");});const onTap1fmkimc=activeVariantCallback(async(...args)=>{setVariant(\"L568EiOLC\");});const onTap1ruinuf=activeVariantCallback(async(...args)=>{setVariant(\"NutRrxIom\");});const onTap1qv472e=activeVariantCallback(async(...args)=>{setVariant(\"u1hRU2stV\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"pUO7VQHj_\",\"wrmf9xBCi\",\"JRDptC4eI\",\"NutRrxIom\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed1=()=>{if([\"pUO7VQHj_\",\"wrmf9xBCi\",\"JRDptC4eI\",\"NutRrxIom\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"cYb_DaIlp\",\"u1hRU2stV\"].includes(baseVariant))return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const isDisplayed3=()=>{if([\"cYb_DaIlp\",\"pUO7VQHj_\",\"zI5V7VkkL\",\"wrmf9xBCi\",\"L568EiOLC\",\"JRDptC4eI\",\"u1hRU2stV\",\"NutRrxIom\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"zI5V7VkkL\",\"wrmf9xBCi\",\"L568EiOLC\",\"JRDptC4eI\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if(baseVariant===\"cYb_DaIlp\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"u1hRU2stV\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"pUO7VQHj_\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"NutRrxIom\")return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"zI5V7VkkL\")return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"wrmf9xBCi\")return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"L568EiOLC\")return true;return false;};const isDisplayed12=()=>{if(baseVariant===\"JRDptC4eI\")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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-83zhse\",className,classNames),\"data-framer-name\":\"Large Desktop\",layoutDependency:layoutDependency,layoutId:\"kFugcHURZ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{NutRrxIom:{backgroundColor:\"rgb(255, 255, 255)\"},u1hRU2stV:{backgroundColor:\"rgb(255, 255, 255)\"},wrmf9xBCi:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},zI5V7VkkL:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"}},...addPropertyOverrides({cYb_DaIlp:{\"data-framer-name\":\"Tablet\"},JRDptC4eI:{\"data-framer-name\":\"Phone - Open\"},L568EiOLC:{\"data-framer-name\":\"Phone\"},NutRrxIom:{\"data-framer-name\":\"Tablet - Dark - Open\"},pUO7VQHj_:{\"data-framer-name\":\"Tablet - Open\"},u1hRU2stV:{\"data-framer-name\":\"Tablet - Dark\"},wrmf9xBCi:{\"data-framer-name\":\"Phone - Dark - Open\"},zI5V7VkkL:{\"data-framer-name\":\"Phone - Dark\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a52s3q\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"U_qsogCUy\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1guh5d1\",\"data-framer-name\":\"Navbar\",layoutDependency:layoutDependency,layoutId:\"HTFdYdqqt\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"okZ03gDhA\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ky9nnt framer-nho8xj\",\"data-framer-name\":\"Brand Logo\",layoutDependency:layoutDependency,layoutId:\"okZ03gDhA\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-94)/2+0+0)+0+0+24+0,...addPropertyOverrides({cYb_DaIlp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+24+0},JRDptC4eI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+19+0},L568EiOLC:{width:\"159px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+19+0},NutRrxIom:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+24+0},pUO7VQHj_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+24+0},u1hRU2stV:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+24+0},wrmf9xBCi:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+19+0},zI5V7VkkL:{width:\"159px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+19+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fce2ty-container\",layoutDependency:layoutDependency,layoutId:\"oryv4MtUX-container\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"oryv4MtUX\",layoutId:\"oryv4MtUX\",variant:\"kKq25s9T8\",width:\"100%\",...addPropertyOverrides({cYb_DaIlp:{variant:\"RBvMyf5bu\"},JRDptC4eI:{variant:\"RBvMyf5bu\"},L568EiOLC:{style:{width:\"100%\"},variant:\"RBvMyf5bu\"},NutRrxIom:{variant:\"RBvMyf5bu\"},pUO7VQHj_:{variant:\"RBvMyf5bu\"},u1hRU2stV:{variant:\"RBvMyf5bu\"},wrmf9xBCi:{variant:\"RBvMyf5bu\"},zI5V7VkkL:{style:{width:\"100%\"},variant:\"RBvMyf5bu\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m6s2oe\",\"data-framer-name\":\"Main Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qC9w4WA2z\",onTap:onTap1w8fxvh,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\",opacity:1},variants:{cYb_DaIlp:{backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",opacity:0},JRDptC4eI:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",boxShadow:\"0px 12px 40px 0px rgba(0, 0, 0, 0.1)\"},L568EiOLC:{backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",opacity:0},NutRrxIom:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},pUO7VQHj_:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},u1hRU2stV:{backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",opacity:0},wrmf9xBCi:{backgroundColor:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",boxShadow:\"0px 12px 40px 0px rgba(0, 0, 0, 0.1)\"},zI5V7VkkL:{backgroundColor:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",opacity:0}},...addPropertyOverrides({JRDptC4eI:{\"data-highlight\":undefined,onTap:undefined},NutRrxIom:{\"data-highlight\":undefined,onTap:undefined},pUO7VQHj_:{\"data-highlight\":undefined,onTap:undefined},wrmf9xBCi:{\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({JRDptC4eI:{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+0},NutRrxIom:{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+0},pUO7VQHj_:{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+0},wrmf9xBCi:{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-158xh1r-container\",layoutDependency:layoutDependency,layoutId:\"OWIPnhvjE-container\",children:/*#__PURE__*/_jsx(MenuItem02,{height:\"100%\",id:\"OWIPnhvjE\",K_crSlniB:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",layoutId:\"OWIPnhvjE\",MOjwPeWGT:\"About\",NDR99Jwp7:false,PgWUmowRp:resolvedLinks[0],variant:\"JtwbLBswe\",width:\"100%\",...addPropertyOverrides({JRDptC4eI:{PgWUmowRp:resolvedLinks[3]},NutRrxIom:{PgWUmowRp:resolvedLinks[4]},pUO7VQHj_:{PgWUmowRp:resolvedLinks[1]},wrmf9xBCi:{PgWUmowRp:resolvedLinks[2]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined},{href:{webPageId:\"pd6i6W9ih\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"54px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-94)/2+0+0)+0+0+19+16,...addPropertyOverrides({cYb_DaIlp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+0},L568EiOLC:{height:43,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+0},u1hRU2stV:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+0},zI5V7VkkL:{height:43,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v3a9a-container\",layoutDependency:layoutDependency,layoutId:\"WXI2cxA4_-container\",children:/*#__PURE__*/_jsx(MenuItem02,{height:\"100%\",id:\"WXI2cxA4_\",K_crSlniB:\"rgb(255, 255, 255)\",layoutId:\"WXI2cxA4_\",MOjwPeWGT:\"About\",NDR99Jwp7:false,PgWUmowRp:resolvedLinks1[0],style:{maxWidth:\"100%\"},variant:\"krdAiiWlN\",width:\"100%\",...addPropertyOverrides({cYb_DaIlp:{PgWUmowRp:resolvedLinks1[1]},L568EiOLC:{PgWUmowRp:resolvedLinks1[3],style:{height:\"100%\",maxWidth:\"100%\"}},u1hRU2stV:{PgWUmowRp:resolvedLinks1[4]},zI5V7VkkL:{PgWUmowRp:resolvedLinks1[2],style:{height:\"100%\",maxWidth:\"100%\"}}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qxJb4Hl8I\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"96px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-94)/2+0+0)+0+0+19+16,...addPropertyOverrides({JRDptC4eI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+32},L568EiOLC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+47},NutRrxIom:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+32},pUO7VQHj_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+32},wrmf9xBCi:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+32},zI5V7VkkL:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+47}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13grsp0-container\",\"data-framer-name\":\"Secondary\",id:`${layoutId}-13grsp0`,layoutDependency:layoutDependency,layoutId:\"sektTV_s8-container\",name:\"Secondary\",ref:ref2,children:[/*#__PURE__*/_jsx(MenuItem02,{B0Ba4VbMo:B0Ba4VbMoizu9gt({overlay}),height:\"100%\",id:\"sektTV_s8\",K_crSlniB:\"rgb(255, 255, 255)\",layoutId:\"sektTV_s8\",MOjwPeWGT:\"Secondary\",name:\"Secondary\",NDR99Jwp7:true,style:{maxWidth:\"100%\"},variant:overlay.visible?\"krdAiiWlN\":\"krdAiiWlN\",width:\"100%\",...addPropertyOverrides({JRDptC4eI:{K_crSlniB:\"rgb(0, 0, 0)\",variant:overlay.visible?\"krdAiiWlN\":\"JtwbLBswe\"},L568EiOLC:{K_crSlniB:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},NutRrxIom:{K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",variant:overlay.visible?\"krdAiiWlN\":\"JtwbLBswe\"},pUO7VQHj_:{K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",variant:overlay.visible?\"krdAiiWlN\":\"JtwbLBswe\"},wrmf9xBCi:{K_crSlniB:\"rgb(0, 0, 0)\",PgWUmowRp:resolvedLinks2[0],variant:overlay.visible?\"krdAiiWlN\":\"JtwbLBswe\"},zI5V7VkkL:{K_crSlniB:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-13grsp0`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({JRDptC4eI:{alignment:\"start\"},NutRrxIom:{alignment:\"start\"},pUO7VQHj_:{alignment:\"start\"},wrmf9xBCi:{alignment:\"start\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:341,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-94)/2+0+0)+0+0+19+16+-170.5,...addPropertyOverrides({JRDptC4eI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+32+-170.5},L568EiOLC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+47+-170.5},NutRrxIom:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+32+-170.5},pUO7VQHj_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+32+-170.5},wrmf9xBCi:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+32+-170.5},zI5V7VkkL:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+47+-170.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-m0kyxe-container\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"OneWbhyGc-container\",ref:ref3,role:\"dialog\",children:/*#__PURE__*/_jsx(MenuDropdown,{height:\"100%\",id:\"OneWbhyGc\",layoutId:\"OneWbhyGc\",variant:\"uuI9f983J\",width:\"100%\"})})})})})]})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"96px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-94)/2+0+0)+0+0+19+16,...addPropertyOverrides({cYb_DaIlp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+30},JRDptC4eI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+64},L568EiOLC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+75},NutRrxIom:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+64},pUO7VQHj_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+64},u1hRU2stV:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+30},wrmf9xBCi:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+64},zI5V7VkkL:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+75}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xwvnwt-container\",\"data-framer-name\":\"University\",id:`${layoutId}-xwvnwt`,layoutDependency:layoutDependency,layoutId:\"R2l_C0IYg-container\",name:\"University\",ref:ref4,children:[/*#__PURE__*/_jsx(MenuItem02,{B0Ba4VbMo:B0Ba4VbMoizu9gt({overlay:overlay1}),height:\"100%\",id:\"R2l_C0IYg\",K_crSlniB:\"rgb(255, 255, 255)\",layoutId:\"R2l_C0IYg\",MOjwPeWGT:\"University\",name:\"University\",NDR99Jwp7:true,style:{maxWidth:\"100%\"},variant:overlay1.visible?\"krdAiiWlN\":\"krdAiiWlN\",width:\"100%\",...addPropertyOverrides({JRDptC4eI:{K_crSlniB:\"rgb(0, 0, 0)\",variant:overlay1.visible?\"krdAiiWlN\":\"JtwbLBswe\"},NutRrxIom:{K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",variant:overlay1.visible?\"krdAiiWlN\":\"JtwbLBswe\"},pUO7VQHj_:{K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",variant:overlay1.visible?\"krdAiiWlN\":\"JtwbLBswe\"},wrmf9xBCi:{K_crSlniB:\"rgb(0, 0, 0)\",variant:overlay1.visible?\"krdAiiWlN\":\"JtwbLBswe\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-xwvnwt`,offsetX:0,offsetY:10,onDismiss:overlay1.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({JRDptC4eI:{alignment:\"start\"},NutRrxIom:{alignment:\"start\"},pUO7VQHj_:{alignment:\"start\"},wrmf9xBCi:{alignment:\"start\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:341,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-94)/2+0+0)+0+0+19+16+-170.5,...addPropertyOverrides({cYb_DaIlp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+30+-170.5},JRDptC4eI:{y:undefined},L568EiOLC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+75+-170.5},NutRrxIom:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+64+-170.5},pUO7VQHj_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+64+-170.5},u1hRU2stV:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+30+-170.5},wrmf9xBCi:{y:undefined},zI5V7VkkL:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+75+-170.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-xff5zq-container\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"XtGax73Dv-container\",ref:ref5,role:\"dialog\",children:/*#__PURE__*/_jsx(MenuDropdown,{height:\"100%\",id:\"XtGax73Dv\",layoutId:\"XtGax73Dv\",variant:\"Ti5xdCo0c\",width:\"100%\"})})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined},{href:{webPageId:\"A0tmCBtmv\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"96px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-94)/2+0+0)+0+0+19+16,...addPropertyOverrides({cYb_DaIlp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+60},JRDptC4eI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+96},L568EiOLC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+103},NutRrxIom:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+96},pUO7VQHj_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+96},u1hRU2stV:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+60},wrmf9xBCi:{width:undefined,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+96},zI5V7VkkL:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+103}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s7nrso-container\",\"data-framer-name\":\"Higher Studies\",id:`${layoutId}-1s7nrso`,layoutDependency:layoutDependency,layoutId:\"N0zKWNeP7-container\",name:\"Higher Studies\",ref:ref6,children:[/*#__PURE__*/_jsx(MenuItem02,{B0Ba4VbMo:B0Ba4VbMoizu9gt({overlay:overlay2}),height:\"100%\",id:\"N0zKWNeP7\",K_crSlniB:\"rgb(255, 255, 255)\",layoutId:\"N0zKWNeP7\",MOjwPeWGT:\"Student Life Services\",name:\"Higher Studies\",NDR99Jwp7:true,PgWUmowRp:resolvedLinks3[0],style:{maxWidth:\"100%\"},variant:overlay2.visible?\"krdAiiWlN\":\"krdAiiWlN\",width:\"100%\",...addPropertyOverrides({cYb_DaIlp:{PgWUmowRp:resolvedLinks3[1]},JRDptC4eI:{K_crSlniB:\"rgb(0, 0, 0)\",PgWUmowRp:resolvedLinks3[6],variant:overlay2.visible?\"krdAiiWlN\":\"JtwbLBswe\"},L568EiOLC:{PgWUmowRp:resolvedLinks3[5]},NutRrxIom:{K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",PgWUmowRp:resolvedLinks3[8],variant:overlay2.visible?\"krdAiiWlN\":\"JtwbLBswe\"},pUO7VQHj_:{K_crSlniB:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",PgWUmowRp:resolvedLinks3[2],variant:overlay2.visible?\"krdAiiWlN\":\"JtwbLBswe\"},u1hRU2stV:{PgWUmowRp:resolvedLinks3[7]},wrmf9xBCi:{K_crSlniB:\"rgb(0, 0, 0)\",PgWUmowRp:resolvedLinks3[4],variant:overlay2.visible?\"krdAiiWlN\":\"JtwbLBswe\"},zI5V7VkkL:{PgWUmowRp:resolvedLinks3[3]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref6,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1s7nrso`,offsetX:0,offsetY:10,onDismiss:overlay2.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({JRDptC4eI:{alignment:\"start\"},NutRrxIom:{alignment:\"start\"},pUO7VQHj_:{alignment:\"start\"},wrmf9xBCi:{alignment:\"start\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:341,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-94)/2+0+0)+0+0+19+16+-170.5,...addPropertyOverrides({cYb_DaIlp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+60+-170.5},JRDptC4eI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+96+-170.5},L568EiOLC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+103+-170.5},NutRrxIom:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+96+-170.5},pUO7VQHj_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+96+-170.5},u1hRU2stV:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+85+20+60+-170.5},wrmf9xBCi:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+74+20+96+-170.5},zI5V7VkkL:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+74+20+103+-170.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1webipy-container\",\"data-framer-name\":\"Higher studies dropdown\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"V0CiEDTNB-container\",name:\"Higher studies dropdown\",ref:ref7,role:\"dialog\",children:/*#__PURE__*/_jsx(MenuDropdown,{height:\"100%\",id:\"V0CiEDTNB\",layoutId:\"V0CiEDTNB\",name:\"Higher studies dropdown\",variant:\"qVVpR9LDI\",width:\"100%\"})})})})})]})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19rjs3h\",\"data-framer-name\":\"Header Button\",layoutDependency:layoutDependency,layoutId:\"D5lZgKL88\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-un388z\",\"data-border\":true,\"data-framer-name\":\"Hamburger\",layoutDependency:layoutDependency,layoutId:\"cJoNGGyI9\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},variants:{JRDptC4eI:{\"--border-color\":\"rgb(255, 255, 255)\"},L568EiOLC:{\"--border-color\":\"rgb(255, 255, 255)\"},NutRrxIom:{\"--border-color\":\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\"},u1hRU2stV:{\"--border-color\":\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\"},wrmf9xBCi:{\"--border-color\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\"},zI5V7VkkL:{\"--border-color\":\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\"}},...addPropertyOverrides({cYb_DaIlp:{\"data-highlight\":true,onTap:onTap1mfcnsi},JRDptC4eI:{\"data-highlight\":true,onTap:onTap1fmkimc},L568EiOLC:{\"data-highlight\":true,onTap:onTap1ijq7xm},NutRrxIom:{\"data-highlight\":true,onTap:onTap1qv472e},pUO7VQHj_:{\"data-highlight\":true,onTap:onTap1yddwfb},u1hRU2stV:{\"data-highlight\":true,onTap:onTap1ruinuf},wrmf9xBCi:{\"data-highlight\":true,onTap:onTapb9uwmj},zI5V7VkkL:{\"data-highlight\":true,onTap:onTap1cswnac}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",...addPropertyOverrides({cYb_DaIlp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+19+7+0+5},JRDptC4eI:{height:20,width:\"20px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+24.5+0+0+7.5},L568EiOLC:{height:20,width:\"20px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+24.5+0+0+7.5},NutRrxIom:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+19+7+0+5},pUO7VQHj_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+19+7+0+5},u1hRU2stV:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+19+7+0+5},wrmf9xBCi:{height:20,width:\"20px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-0-84)/2+0+0)+0+0+24.5+0+0+7.5},zI5V7VkkL:{height:20,width:\"20px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-84)/2+0+0)+0+0+24.5+0+0+7.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mss11n-container\",layoutDependency:layoutDependency,layoutId:\"mvOzwGO1i-container\",children:/*#__PURE__*/_jsx(ElementsMenuIcon,{height:\"100%\",id:\"mvOzwGO1i\",iWF8EWIN1:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",layoutId:\"mvOzwGO1i\",style:{height:\"100%\",width:\"100%\"},variant:\"XqLnXPvUY\",width:\"100%\",...addPropertyOverrides({JRDptC4eI:{iWF8EWIN1:\"rgb(255, 255, 255)\",variant:\"t9Dop5aTi\"},L568EiOLC:{iWF8EWIN1:\"rgb(255, 255, 255)\"},NutRrxIom:{iWF8EWIN1:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\",variant:\"t9Dop5aTi\"},pUO7VQHj_:{variant:\"t9Dop5aTi\"},u1hRU2stV:{iWF8EWIN1:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(31, 57, 66))\"},wrmf9xBCi:{iWF8EWIN1:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\",variant:\"t9Dop5aTi\"},zI5V7VkkL:{iWF8EWIN1:\"var(--token-f512b2c0-ccff-4c1c-81ef-5b1a68ff0d48, rgb(68, 115, 132))\"}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined},{href:{webPageId:\"npNZmdgMs\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-0-94)/2+0+0)+0+0+19+0,...addPropertyOverrides({cYb_DaIlp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+19+0},NutRrxIom:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+19+0},pUO7VQHj_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+19+0},u1hRU2stV:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||86)-0-94)/2+0+0)+0+0+19+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13zra5e-container\",layoutDependency:layoutDependency,layoutId:\"WAoDzmOMO-container\",children:/*#__PURE__*/_jsx(Button,{A2dWUqqQh:\"Schedule a Call\",DnytOe0Z8:resolvedLinks4[0],Fben7NVCN:false,height:\"100%\",id:\"WAoDzmOMO\",layoutId:\"WAoDzmOMO\",oSfNN4wFr:false,v8ArQOg02:true,variant:\"qzUuscvu8\",width:\"100%\",...addPropertyOverrides({cYb_DaIlp:{DnytOe0Z8:resolvedLinks4[1],variant:\"e1mhhyy1I\"},NutRrxIom:{DnytOe0Z8:resolvedLinks4[4],variant:\"GpjGE_94O\"},pUO7VQHj_:{DnytOe0Z8:resolvedLinks4[2],variant:\"e1mhhyy1I\"},u1hRU2stV:{DnytOe0Z8:resolvedLinks4[3],variant:\"GpjGE_94O\"}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1544r5n\",layoutDependency:layoutDependency,layoutId:\"g653dX3lF\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1posl09-container\",layoutDependency:layoutDependency,layoutId:\"aC2Pn8Mfa-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(255, 255, 255)\",size:12,type:\"default\"},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(255, 255, 255)\",size:18,type:\"default\"},id:\"aC2Pn8Mfa\",layoutId:\"aC2Pn8Mfa\",options:{border:{color:\"rgb(255, 255, 255)\",style:\"solid\",width:1,widthBottom:1,widthLeft:1,widthPerSide:false,widthRight:1,widthTop:1},focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v9jjfj\",layoutDependency:layoutDependency,layoutId:\"BKLL9Xmvp\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d3h8by-container\",layoutDependency:layoutDependency,layoutId:\"cWXPVvnju-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"},id:\"cWXPVvnju\",layoutId:\"cWXPVvnju\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-boc4k2\",layoutDependency:layoutDependency,layoutId:\"je4GD3D9K\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kofyyx-container\",layoutDependency:layoutDependency,layoutId:\"WegfpbAww-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(255, 255, 255)\",size:12,type:\"default\"},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(255, 255, 255)\",size:18,type:\"default\"},id:\"WegfpbAww\",layoutId:\"WegfpbAww\",options:{border:{color:\"rgb(255, 255, 255)\",style:\"solid\",width:1,widthBottom:1,widthLeft:1,widthPerSide:false,widthRight:1,widthTop:1},focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12uscu1\",layoutDependency:layoutDependency,layoutId:\"HsrpyWgfH\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dbg8gf-container\",layoutDependency:layoutDependency,layoutId:\"OIJYBGv36-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"},id:\"OIJYBGv36\",layoutId:\"OIJYBGv36\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})})}),isDisplayed9()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lkhbbs\",layoutDependency:layoutDependency,layoutId:\"dDTKL2dJP\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e838hm-container\",layoutDependency:layoutDependency,layoutId:\"vOdVuByyC-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},fillColor:\"rgb(255, 255, 255)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"},id:\"vOdVuByyC\",layoutId:\"vOdVuByyC\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})})}),isDisplayed10()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ebt1eq\",layoutDependency:layoutDependency,layoutId:\"PfTR6y8Wj\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-112gddi-container\",layoutDependency:layoutDependency,layoutId:\"kyCVb_pb0-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},fillColor:\"rgb(255, 255, 255)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"},id:\"kyCVb_pb0\",layoutId:\"kyCVb_pb0\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})})}),isDisplayed11()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-14ly3m\",layoutDependency:layoutDependency,layoutId:\"zAzen7ZTp\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pxmt2k-container\",layoutDependency:layoutDependency,layoutId:\"UEq5VFD_6-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(255, 255, 255)\",size:12,type:\"default\"},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(255, 255, 255)\",size:18,type:\"default\"},id:\"UEq5VFD_6\",layoutId:\"UEq5VFD_6\",options:{border:{color:\"rgb(255, 255, 255)\",style:\"solid\",width:1,widthBottom:1,widthLeft:1,widthPerSide:false,widthRight:1,widthTop:1},focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})})}),isDisplayed12()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1203u7q\",layoutDependency:layoutDependency,layoutId:\"atLlszjIq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dq8i89-container\",layoutDependency:layoutDependency,layoutId:\"N35sQxMbR-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(255, 255, 255)\",size:12,type:\"default\"},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(255, 255, 255)\",size:18,type:\"default\"},id:\"N35sQxMbR\",layoutId:\"N35sQxMbR\",options:{border:{color:\"rgb(255, 255, 255)\",style:\"solid\",width:1,widthBottom:1,widthLeft:1,widthPerSide:false,widthRight:1,widthTop:1},focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ivjQY.framer-nho8xj, .framer-ivjQY .framer-nho8xj { display: block; }\",\".framer-ivjQY.framer-83zhse { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-ivjQY .framer-1a52s3q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1356px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-ivjQY .framer-1guh5d1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; padding: 19px 0px 19px 0px; position: relative; width: 100%; }\",\".framer-ivjQY .framer-ky9nnt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 11%; }\",\".framer-ivjQY .framer-fce2ty-container, .framer-ivjQY .framer-13zra5e-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ivjQY .framer-1m6s2oe { align-content: center; align-items: center; align-self: stretch; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 66px; height: auto; justify-content: center; max-width: 40%; overflow: visible; padding: 9px 0px 9px 0px; position: relative; width: 1px; }\",\".framer-ivjQY .framer-158xh1r-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-ivjQY .framer-1v3a9a-container { cursor: pointer; flex: none; height: auto; max-width: 54px; position: relative; width: auto; }\",\".framer-ivjQY .framer-13grsp0-container, .framer-ivjQY .framer-xwvnwt-container, .framer-ivjQY .framer-1s7nrso-container { cursor: pointer; flex: none; height: auto; max-width: 96px; position: relative; width: auto; z-index: 1; }\",\".framer-ivjQY .framer-m0kyxe-container, .framer-ivjQY .framer-xff5zq-container, .framer-ivjQY .framer-1webipy-container { height: auto; position: relative; width: auto; }\",\".framer-ivjQY .framer-19rjs3h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 17%; }\",\".framer-ivjQY .framer-un388z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 42px; }\",\".framer-ivjQY .framer-mss11n-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-ivjQY .framer-1544r5n, .framer-ivjQY .framer-1v9jjfj, .framer-ivjQY .framer-boc4k2, .framer-ivjQY .framer-12uscu1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 36%; }\",\".framer-ivjQY .framer-1posl09-container, .framer-ivjQY .framer-1d3h8by-container, .framer-ivjQY .framer-1kofyyx-container, .framer-ivjQY .framer-1dbg8gf-container, .framer-ivjQY .framer-1e838hm-container, .framer-ivjQY .framer-112gddi-container, .framer-ivjQY .framer-1pxmt2k-container, .framer-ivjQY .framer-dq8i89-container { flex: none; height: auto; position: relative; width: 56px; z-index: 1; }\",\".framer-ivjQY .framer-1lkhbbs, .framer-ivjQY .framer-1ebt1eq, .framer-ivjQY .framer-14ly3m, .framer-ivjQY .framer-1203u7q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ivjQY.framer-83zhse, .framer-ivjQY .framer-1a52s3q, .framer-ivjQY .framer-ky9nnt, .framer-ivjQY .framer-1m6s2oe, .framer-ivjQY .framer-19rjs3h, .framer-ivjQY .framer-un388z, .framer-ivjQY .framer-1544r5n, .framer-ivjQY .framer-1v9jjfj, .framer-ivjQY .framer-boc4k2, .framer-ivjQY .framer-12uscu1, .framer-ivjQY .framer-1lkhbbs, .framer-ivjQY .framer-1ebt1eq, .framer-ivjQY .framer-14ly3m, .framer-ivjQY .framer-1203u7q { gap: 0px; } .framer-ivjQY.framer-83zhse > *, .framer-ivjQY .framer-1a52s3q > *, .framer-ivjQY .framer-un388z > *, .framer-ivjQY .framer-1544r5n > *, .framer-ivjQY .framer-1v9jjfj > *, .framer-ivjQY .framer-boc4k2 > *, .framer-ivjQY .framer-12uscu1 > *, .framer-ivjQY .framer-1lkhbbs > *, .framer-ivjQY .framer-1ebt1eq > *, .framer-ivjQY .framer-14ly3m > *, .framer-ivjQY .framer-1203u7q > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ivjQY.framer-83zhse > :first-child, .framer-ivjQY .framer-1a52s3q > :first-child, .framer-ivjQY .framer-un388z > :first-child, .framer-ivjQY .framer-1544r5n > :first-child, .framer-ivjQY .framer-1v9jjfj > :first-child, .framer-ivjQY .framer-boc4k2 > :first-child, .framer-ivjQY .framer-12uscu1 > :first-child, .framer-ivjQY .framer-1lkhbbs > :first-child, .framer-ivjQY .framer-1ebt1eq > :first-child, .framer-ivjQY .framer-14ly3m > :first-child, .framer-ivjQY .framer-1203u7q > :first-child { margin-top: 0px; } .framer-ivjQY.framer-83zhse > :last-child, .framer-ivjQY .framer-1a52s3q > :last-child, .framer-ivjQY .framer-un388z > :last-child, .framer-ivjQY .framer-1544r5n > :last-child, .framer-ivjQY .framer-1v9jjfj > :last-child, .framer-ivjQY .framer-boc4k2 > :last-child, .framer-ivjQY .framer-12uscu1 > :last-child, .framer-ivjQY .framer-1lkhbbs > :last-child, .framer-ivjQY .framer-1ebt1eq > :last-child, .framer-ivjQY .framer-14ly3m > :last-child, .framer-ivjQY .framer-1203u7q > :last-child { margin-bottom: 0px; } .framer-ivjQY .framer-ky9nnt > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-ivjQY .framer-ky9nnt > :first-child, .framer-ivjQY .framer-1m6s2oe > :first-child, .framer-ivjQY .framer-19rjs3h > :first-child { margin-left: 0px; } .framer-ivjQY .framer-ky9nnt > :last-child, .framer-ivjQY .framer-1m6s2oe > :last-child, .framer-ivjQY .framer-19rjs3h > :last-child { margin-right: 0px; } .framer-ivjQY .framer-1m6s2oe > * { margin: 0px; margin-left: calc(66px / 2); margin-right: calc(66px / 2); } .framer-ivjQY .framer-19rjs3h > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-ivjQY.framer-v-1obyes0.framer-83zhse { max-width: 990px; width: 800px; }\",\".framer-ivjQY.framer-v-1obyes0 .framer-1a52s3q, .framer-ivjQY.framer-v-pvm9b6 .framer-1a52s3q, .framer-ivjQY.framer-v-1qz0xmy .framer-1a52s3q, .framer-ivjQY.framer-v-1p9f2d0 .framer-1a52s3q { max-width: 800px; padding: 0px 24px 0px 24px; }\",\".framer-ivjQY.framer-v-1obyes0 .framer-ky9nnt, .framer-ivjQY.framer-v-1obyes0 .framer-1544r5n, .framer-ivjQY.framer-v-pvm9b6 .framer-boc4k2, .framer-ivjQY.framer-v-p0q82d .framer-1lkhbbs, .framer-ivjQY.framer-v-p0q82d .framer-1e838hm-container, .framer-ivjQY.framer-v-b6mel .framer-ky9nnt, .framer-ivjQY.framer-v-b6mel .framer-158xh1r-container, .framer-ivjQY.framer-v-b6mel .framer-1ebt1eq, .framer-ivjQY.framer-v-b6mel .framer-112gddi-container, .framer-ivjQY.framer-v-cq5sr .framer-14ly3m, .framer-ivjQY.framer-v-cq5sr .framer-1pxmt2k-container, .framer-ivjQY.framer-v-1t60ubp .framer-ky9nnt, .framer-ivjQY.framer-v-1t60ubp .framer-158xh1r-container, .framer-ivjQY.framer-v-1t60ubp .framer-1203u7q, .framer-ivjQY.framer-v-1t60ubp .framer-dq8i89-container, .framer-ivjQY.framer-v-1qz0xmy .framer-1v9jjfj, .framer-ivjQY.framer-v-1p9f2d0 .framer-12uscu1 { order: 0; }\",\".framer-ivjQY.framer-v-1obyes0 .framer-1m6s2oe { align-content: flex-start; align-items: flex-start; align-self: unset; flex: none; flex-direction: column; gap: 6px; height: min-content; left: 0px; max-width: unset; order: 2; padding: 20px; position: absolute; top: 85px; width: 100%; z-index: 1; }\",\".framer-ivjQY.framer-v-1obyes0 .framer-19rjs3h, .framer-ivjQY.framer-v-b6mel .framer-13grsp0-container, .framer-ivjQY.framer-v-1t60ubp .framer-13grsp0-container { order: 3; }\",\".framer-ivjQY.framer-v-1obyes0 .framer-un388z, .framer-ivjQY.framer-v-pvm9b6 .framer-un388z, .framer-ivjQY.framer-v-1qz0xmy .framer-un388z, .framer-ivjQY.framer-v-1p9f2d0 .framer-un388z { cursor: pointer; order: 2; }\",\".framer-ivjQY.framer-v-1obyes0 .framer-13zra5e-container, .framer-ivjQY.framer-v-pvm9b6 .framer-13zra5e-container, .framer-ivjQY.framer-v-1qz0xmy .framer-13zra5e-container, .framer-ivjQY.framer-v-1p9f2d0 .framer-13zra5e-container { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ivjQY.framer-v-1obyes0 .framer-1m6s2oe { gap: 0px; } .framer-ivjQY.framer-v-1obyes0 .framer-1m6s2oe > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-ivjQY.framer-v-1obyes0 .framer-1m6s2oe > :first-child { margin-top: 0px; } .framer-ivjQY.framer-v-1obyes0 .framer-1m6s2oe > :last-child { margin-bottom: 0px; } }\",\".framer-ivjQY.framer-v-pvm9b6.framer-83zhse, .framer-ivjQY.framer-v-1qz0xmy.framer-83zhse, .framer-ivjQY.framer-v-1p9f2d0.framer-83zhse { width: 800px; }\",\".framer-ivjQY.framer-v-pvm9b6 .framer-1m6s2oe, .framer-ivjQY.framer-v-1p9f2d0 .framer-1m6s2oe { align-content: flex-start; align-items: flex-start; align-self: unset; cursor: unset; flex: none; flex-direction: column; gap: 8px; height: min-content; left: 0px; max-width: unset; padding: 20px; position: absolute; top: 85px; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ivjQY.framer-v-pvm9b6 .framer-1m6s2oe { gap: 0px; } .framer-ivjQY.framer-v-pvm9b6 .framer-1m6s2oe > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-ivjQY.framer-v-pvm9b6 .framer-1m6s2oe > :first-child { margin-top: 0px; } .framer-ivjQY.framer-v-pvm9b6 .framer-1m6s2oe > :last-child { margin-bottom: 0px; } }\",\".framer-ivjQY.framer-v-p0q82d.framer-83zhse, .framer-ivjQY.framer-v-b6mel.framer-83zhse, .framer-ivjQY.framer-v-cq5sr.framer-83zhse, .framer-ivjQY.framer-v-1t60ubp.framer-83zhse { width: 520px; }\",\".framer-ivjQY.framer-v-p0q82d .framer-1a52s3q, .framer-ivjQY.framer-v-b6mel .framer-1a52s3q, .framer-ivjQY.framer-v-cq5sr .framer-1a52s3q, .framer-ivjQY.framer-v-1t60ubp .framer-1a52s3q { max-width: 520px; padding: 0px 24px 0px 24px; }\",\".framer-ivjQY.framer-v-p0q82d .framer-1guh5d1 { z-index: 10; }\",\".framer-ivjQY.framer-v-p0q82d .framer-ky9nnt, .framer-ivjQY.framer-v-p0q82d .framer-19rjs3h, .framer-ivjQY.framer-v-cq5sr .framer-ky9nnt, .framer-ivjQY.framer-v-cq5sr .framer-19rjs3h { width: min-content; }\",\".framer-ivjQY.framer-v-p0q82d .framer-fce2ty-container, .framer-ivjQY.framer-v-cq5sr .framer-fce2ty-container { width: 159px; }\",\".framer-ivjQY.framer-v-p0q82d .framer-1m6s2oe, .framer-ivjQY.framer-v-cq5sr .framer-1m6s2oe { align-content: flex-start; align-items: flex-start; align-self: unset; flex: none; flex-direction: column; gap: 4px; height: min-content; justify-content: flex-start; left: 0px; padding: 20px; position: absolute; top: 74px; width: 100%; z-index: 1; }\",\".framer-ivjQY.framer-v-p0q82d .framer-1v3a9a-container, .framer-ivjQY.framer-v-cq5sr .framer-1v3a9a-container { height: 43px; }\",\".framer-ivjQY.framer-v-p0q82d .framer-un388z, .framer-ivjQY.framer-v-b6mel .framer-un388z, .framer-ivjQY.framer-v-cq5sr .framer-un388z, .framer-ivjQY.framer-v-1t60ubp .framer-un388z { aspect-ratio: 1 / 1; cursor: pointer; height: var(--framer-aspect-ratio-supported, 35px); order: 1; width: 35px; }\",\".framer-ivjQY.framer-v-p0q82d .framer-mss11n-container, .framer-ivjQY.framer-v-b6mel .framer-mss11n-container, .framer-ivjQY.framer-v-cq5sr .framer-mss11n-container, .framer-ivjQY.framer-v-1t60ubp .framer-mss11n-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 20px); width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ivjQY.framer-v-p0q82d .framer-1m6s2oe { gap: 0px; } .framer-ivjQY.framer-v-p0q82d .framer-1m6s2oe > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-ivjQY.framer-v-p0q82d .framer-1m6s2oe > :first-child { margin-top: 0px; } .framer-ivjQY.framer-v-p0q82d .framer-1m6s2oe > :last-child { margin-bottom: 0px; } }\",\".framer-ivjQY.framer-v-b6mel .framer-1m6s2oe, .framer-ivjQY.framer-v-1t60ubp .framer-1m6s2oe { align-content: flex-start; align-items: flex-start; align-self: unset; cursor: unset; flex: none; flex-direction: column; gap: 8px; height: min-content; justify-content: flex-start; left: 0px; max-width: 520px; order: 4; padding: 20px; position: absolute; top: 74px; width: 100%; z-index: 1; }\",\".framer-ivjQY.framer-v-b6mel .framer-xwvnwt-container, .framer-ivjQY.framer-v-1t60ubp .framer-xwvnwt-container { order: 4; }\",\".framer-ivjQY.framer-v-b6mel .framer-1s7nrso-container { max-width: unset; order: 5; }\",\".framer-ivjQY.framer-v-b6mel .framer-19rjs3h, .framer-ivjQY.framer-v-1t60ubp .framer-19rjs3h { order: 2; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ivjQY.framer-v-b6mel .framer-1m6s2oe { gap: 0px; } .framer-ivjQY.framer-v-b6mel .framer-1m6s2oe > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-ivjQY.framer-v-b6mel .framer-1m6s2oe > :first-child { margin-top: 0px; } .framer-ivjQY.framer-v-b6mel .framer-1m6s2oe > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ivjQY.framer-v-cq5sr .framer-1m6s2oe { gap: 0px; } .framer-ivjQY.framer-v-cq5sr .framer-1m6s2oe > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-ivjQY.framer-v-cq5sr .framer-1m6s2oe > :first-child { margin-top: 0px; } .framer-ivjQY.framer-v-cq5sr .framer-1m6s2oe > :last-child { margin-bottom: 0px; } }\",\".framer-ivjQY.framer-v-1t60ubp .framer-1s7nrso-container { order: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ivjQY.framer-v-1t60ubp .framer-1m6s2oe { gap: 0px; } .framer-ivjQY.framer-v-1t60ubp .framer-1m6s2oe > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-ivjQY.framer-v-1t60ubp .framer-1m6s2oe > :first-child { margin-top: 0px; } .framer-ivjQY.framer-v-1t60ubp .framer-1m6s2oe > :last-child { margin-bottom: 0px; } }\",\".framer-ivjQY.framer-v-1qz0xmy .framer-1m6s2oe { align-content: flex-start; align-items: flex-start; align-self: unset; flex: none; flex-direction: column; gap: 6px; height: min-content; left: 0px; max-width: unset; padding: 20px; position: absolute; top: 85px; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ivjQY.framer-v-1qz0xmy .framer-1m6s2oe { gap: 0px; } .framer-ivjQY.framer-v-1qz0xmy .framer-1m6s2oe > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-ivjQY.framer-v-1qz0xmy .framer-1m6s2oe > :first-child { margin-top: 0px; } .framer-ivjQY.framer-v-1qz0xmy .framer-1m6s2oe > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ivjQY.framer-v-1p9f2d0 .framer-1m6s2oe { gap: 0px; } .framer-ivjQY.framer-v-1p9f2d0 .framer-1m6s2oe > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-ivjQY.framer-v-1p9f2d0 .framer-1m6s2oe > :first-child { margin-top: 0px; } .framer-ivjQY.framer-v-1p9f2d0 .framer-1m6s2oe > :last-child { margin-bottom: 0px; } }\",'.framer-ivjQY[data-border=\"true\"]::after, .framer-ivjQY [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 100\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cYb_DaIlp\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"990px\",null,null]},\"pUO7VQHj_\":{\"layout\":[\"fixed\",\"auto\"]},\"zI5V7VkkL\":{\"layout\":[\"fixed\",\"auto\"]},\"wrmf9xBCi\":{\"layout\":[\"fixed\",\"auto\"]},\"L568EiOLC\":{\"layout\":[\"fixed\",\"auto\"]},\"JRDptC4eI\":{\"layout\":[\"fixed\",\"auto\"]},\"u1hRU2stV\":{\"layout\":[\"fixed\",\"auto\"]},\"NutRrxIom\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkKB9Uf7bm=withCSS(Component,css,\"framer-ivjQY\");export default FramerkKB9Uf7bm;FramerkKB9Uf7bm.displayName=\"Phone Tablet Header\";FramerkKB9Uf7bm.defaultProps={height:100,width:1440};addPropertyControls(FramerkKB9Uf7bm,{variant:{options:[\"kFugcHURZ\",\"cYb_DaIlp\",\"pUO7VQHj_\",\"zI5V7VkkL\",\"wrmf9xBCi\",\"L568EiOLC\",\"JRDptC4eI\",\"u1hRU2stV\",\"NutRrxIom\"],optionTitles:[\"Large Desktop\",\"Tablet\",\"Tablet - Open\",\"Phone - Dark\",\"Phone - Dark - Open\",\"Phone\",\"Phone - Open\",\"Tablet - Dark\",\"Tablet - Dark - Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerkKB9Uf7bm,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...LogoFonts,...MenuItem02Fonts,...MenuDropdownFonts,...ElementsMenuIconFonts,...ButtonFonts,...LocaleSelectorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkKB9Uf7bm\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"100\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cYb_DaIlp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"990px\\\",null,null]},\\\"pUO7VQHj_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zI5V7VkkL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wrmf9xBCi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L568EiOLC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JRDptC4eI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u1hRU2stV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NutRrxIom\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kKB9Uf7bm.map"],
  "mappings": "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",
  "names": ["LogoFonts", "getFonts", "FAHh1Ryaw_default", "MenuItemFonts", "VYCmbfQHn_default", "MenuItem02Fonts", "LGAUJ7Tyj_default", "MenuDropdownFonts", "jR18187Dy_default", "MotionDivWithFX", "withFX", "motion", "LocaleSelectorFonts", "LocaleSelector_default", "ElementsMenuIconFonts", "HBiI51SUf_default", "ButtonFonts", "a4HJ5WB9q_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapoeeni5", "args", "f7aNcLWZCizu9gt", "overlay", "paginationInfo", "onTap4dkncn", "onTap18xq9gq", "onTap1k94paq", "onTap1mr7o24", "onTap1na79rl", "onTap1juikvq", "onTaprggtbo", "onTap16pqg1t", "ref1", "pe", "isDisplayed", "router", "useRouter", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "ref8", "ref9", "ref10", "ref11", "isDisplayed6", "ref12", "ref13", "isDisplayed7", "isDisplayed8", "isDisplayed9", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "l", "AnimatePresence", "Floating", "overlay1", "RichText2", "overlay2", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "overlay3", "resolvedLinks4", "overlay4", "overlay5", "resolvedLinks5", "resolvedLinks6", "css", "FramerDuOoduyv8", "withCSS", "DuOoduyv8_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "LogoFonts", "getFonts", "FAHh1Ryaw_default", "MenuItem02Fonts", "LGAUJ7Tyj_default", "MenuDropdownFonts", "jR18187Dy_default", "MotionDivWithFX", "withFX", "motion", "ElementsMenuIconFonts", "HBiI51SUf_default", "ButtonFonts", "a4HJ5WB9q_default", "LocaleSelectorFonts", "LocaleSelector_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1w8fxvh", "args", "B0Ba4VbMoizu9gt", "overlay", "paginationInfo", "onTap1mfcnsi", "onTap1yddwfb", "onTap1cswnac", "onTapb9uwmj", "onTap1ijq7xm", "onTap1fmkimc", "onTap1ruinuf", "onTap1qv472e", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "l", "resolvedLinks2", "AnimatePresence", "Floating", "overlay1", "overlay2", "resolvedLinks3", "resolvedLinks4", "css", "FramerkKB9Uf7bm", "withCSS", "kKB9Uf7bm_default", "addPropertyControls", "ControlType", "addFonts"]
}
