{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js", "ssg:https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js", "ssg:https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js", "ssg:https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js", "ssg:https://framerusercontent.com/modules/3pdu3tQrRpUOjmXiGiQb/t7WekYMt8uwAFqiBXoak/agGbcxR4y-0.js", "ssg:https://framerusercontent.com/modules/3pdu3tQrRpUOjmXiGiQb/t7WekYMt8uwAFqiBXoak/agGbcxR4y.js", "ssg:https://framerusercontent.com/modules/jqa7VMIc9eGjsejT86Zv/LWlWnmLsjIRinZlJw9uK/agGbcxR4y.js", "ssg:https://framerusercontent.com/modules/h8CVZWTO47QyurPtV93M/Ffb6JdWyeyTyMQ5r3Ewy/qMaI38jfY-0.js", "ssg:https://framerusercontent.com/modules/h8CVZWTO47QyurPtV93M/Ffb6JdWyeyTyMQ5r3Ewy/qMaI38jfY.js", "ssg:https://framerusercontent.com/modules/dgyWczWACPnPqhWJtkbh/MUPwVuxP24fhtf4YFFbD/qMaI38jfY.js", "ssg:https://framerusercontent.com/modules/oOIM7xetYdIWh8hNHiaZ/HA8r0eyK8Z0WiJeA1PNR/sbn0q7skZ.js", "ssg:https://framerusercontent.com/modules/dG01V5WBLzBajdqwv2WW/fMLAbbJRrT7U01KcSmED/pIksSz4VY.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js"],
  "sourcesContent": ["import{ControlType as e}from\"framer\";export function getBorderStyle({color:e,width:t=0,widthPerSide:o=!1,widthTop:d=0,widthRight:r=0,widthBottom:i=0,widthLeft:l=0,style:h=\"none\"}={}){let b={};return e?(b[\"--framer-border-color\"]=e,b.borderStyle=h,o?(b.borderTopWidth=d,b.borderRightWidth=r,b.borderBottomWidth=i,b.borderLeftWidth=l):(b.borderTopWidth=t,b.borderRightWidth=t,b.borderBottomWidth=t,b.borderLeftWidth=t)):b.border=\"none\",b;}export const borderControls={color:{type:e.Color,defaultValue:\"#444\"},width:{type:e.FusedNumber,toggleKey:\"widthPerSide\",toggleTitles:[\"Width\",\"Width per side\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:1,min:0},style:{type:e.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"borderControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBorderStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BorderOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./border.map", "import{ControlType}from\"framer\";export function getFocusStyle({color,width,style,offset}={}){const result={};if(color){result[\"--framer-focus-outline\"]=`${width}px ${style} ${color}`;result[\"--framer-focus-outline-offset\"]=`${offset}px`;}return result;}export const focusControls={color:{type:ControlType.Color,defaultValue:\"#09f\"},width:{type:ControlType.Number,displayStepper:true,defaultValue:1,min:0},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"},offset:{type:ControlType.Number,displayStepper:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"focusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFocusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FocusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./focus.map", "import{ControlType}from\"framer\";export function getHoverStyle({fillColor,textColor,borderColor}={}){return{\"--framer-hover-background-color\":fillColor,\"--framer-hover-color\":textColor,\"--framer-hover-border-color\":borderColor};}export const hoverControls={fillColor:{type:ControlType.Color,title:\"Fill\",optional:true},textColor:{type:ControlType.Color,title:\"Text\",optional:true},borderColor:{type:ControlType.Color,title:\"Border\",optional:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"HoverOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getHoverStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"hoverControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hover.map", "import{ControlType}from\"framer\";export function getPaddingStyle({padding=0,paddingPerSide=false,paddingTop=0,paddingRight=0,paddingBottom=0,paddingLeft=0}={}){if(paddingPerSide){return{paddingTop:paddingTop,paddingRight:paddingRight,paddingBottom:paddingBottom,paddingLeft:paddingLeft};}else{return{paddingTop:padding,paddingRight:padding,paddingBottom:padding,paddingLeft:padding};}}export const paddingControls={padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./padding.map", "import{ControlType}from\"framer\";export function getRadiusStyle({radius=0,radiusPerCorner=false,radiusTopLeft=0,radiusTopRight=0,radiusBottomRight=0,radiusBottomLeft=0}={}){const result={};if(radiusPerCorner){result.borderTopLeftRadius=radiusTopLeft;result.borderTopRightRadius=radiusTopRight;result.borderBottomRightRadius=radiusBottomRight;result.borderBottomLeftRadius=radiusBottomLeft;}else{result.borderTopLeftRadius=radius;result.borderTopRightRadius=radius;result.borderBottomRightRadius=radius;result.borderBottomLeftRadius=radius;}return result;}export const radiusControls={radius:{type:ControlType.FusedNumber,toggleKey:\"radiusPerConrner\",toggleTitles:[\"Radius\",\"Radius per side\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getRadiusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"radiusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./radius.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,// @ts-ignore Internal function\nuseLocaleInfo,withCSS}from\"framer\";import{useId,useState}from\"react\";import{getBorderStyle,borderControls}from\"https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js\";import{getFocusStyle,focusControls}from\"https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js\";import{getHoverStyle,hoverControls}from\"https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js\";import{getPaddingStyle,paddingControls}from\"https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js\";const className=\"framer-locale-picker\";function addPixel(value){if(typeof value===\"number\"){return`${value}px`;}return value;}var IconType;(function(IconType){IconType[\"Default\"]=\"default\";IconType[\"Custom\"]=\"custom\";})(IconType||(IconType={}));function Icon({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:size,height:size,fill:color,children:/*#__PURE__*/_jsx(\"path\",{d:\"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2,88.2,0,0,1,215.63,120ZM128,215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09,166.87,146.73,195.62,128,215.89ZM96.23,120c1.68-30.87,13-59.62,31.77-79.89,18.73,20.27,30.09,49,31.77,79.89Zm9.09-77C90.47,64.53,81.61,91.54,80.2,120H40.37A88.2,88.2,0,0,1,105.32,43ZM40.37,136H80.2c1.41,28.46,10.27,55.47,25.12,77A88.2,88.2,0,0,1,40.37,136Zm110.31,77c14.85-21.56,23.71-48.57,25.12-77h39.83A88.2,88.2,0,0,1,150.68,213Z\"})});}var CaretType;(function(CaretType){CaretType[\"Default\"]=\"default\";CaretType[\"Custom\"]=\"custom\";})(CaretType||(CaretType={}));function Caret({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 12 12\",width:size,height:size,children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2 4.5 L 6 8.5 L 10 4.5\",fill:\"none\",stroke:color,strokeWidth:1.5,strokeLinecap:\"round\",strokeLinejoin:\"round\"})});}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n * @framerIntrinsicWidth 120\n * @framerIntrinsicHeight 34\n */const LocaleSelector=withCSS(({font,fillColor,textColor,icon,caret,options:{title,gap,border,hover,focus},style,...props})=>{const id=useId();const{activeLocale,locales,setLocale}=useLocaleInfo();var _activeLocale_id;const activeLocaleId=(_activeLocale_id=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id)!==null&&_activeLocale_id!==void 0?_activeLocale_id:\"default\";const[lastActiveLocaleId,setLastActiveLocaleId]=useState(activeLocaleId);// The useLocaleInfo hook updates the activeLocale variable inside\n// a startTransition to load the translations with Suspense. To make\n// the component feel responsive we update our own state without Suspense.\nconst[selectedLocaleId,setSelectedLocaleId]=useState(activeLocaleId);const selectedLocale=locales.find(locale=>locale.id===selectedLocaleId);// The active locale was updated. Ensure we update our internal state as well.\nif(lastActiveLocaleId!==activeLocaleId){setLastActiveLocaleId(activeLocaleId);if(selectedLocaleId!==activeLocaleId){setSelectedLocaleId(activeLocaleId);}}function handleChange(event){const localeId=event.target.value;setSelectedLocaleId(localeId);const locale=locales.find(locale=>locale.id===localeId);setLocale(locale);}var _selectedLocale_name;return /*#__PURE__*/_jsxs(\"div\",{className:className,style:style,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:id,children:\"Select Language\"}),/*#__PURE__*/_jsx(\"select\",{id:id,value:selectedLocaleId,onChange:handleChange,// If a navigation occurs from switching locales\n// the browser can attempt to autofill the select to the last value\n// when you use browser back navigation. We don't want that.\nautoComplete:\"off\",children:locales.map(locale=>/*#__PURE__*/_jsx(\"option\",{value:locale.id,children:locale.name},locale.id))}),/*#__PURE__*/_jsxs(\"div\",{className:\"input\",style:{...font,\"--framer-background-color\":fillColor,\"--framer-color\":textColor,...getPaddingStyle(props),...getRadiusStyle(props),...getBorderStyle(border),...getHoverStyle(hover),...getFocusStyle(focus),gap},children:[icon&&/*#__PURE__*/_jsx(\"div\",{className:\"icon\",children:/*#__PURE__*/_jsx(Icon,{...icon})}),title&&/*#__PURE__*/_jsx(\"div\",{className:\"title\",children:(_selectedLocale_name=selectedLocale===null||selectedLocale===void 0?void 0:selectedLocale.name)!==null&&_selectedLocale_name!==void 0?_selectedLocale_name:\"English\"}),caret&&/*#__PURE__*/_jsx(\"div\",{className:\"caret\",children:/*#__PURE__*/_jsx(Caret,{...caret})})]})]});},[`\n            .${className} {\n                position: relative;\n            }\n        `,`\n            .${className} label {\n                position: absolute;\n                width: 1px;\n                height: 1px;\n                margin: -1px;\n                overflow: hidden;\n                white-space: nowrap;\n                clip: rect(0 0 0 0);\n                clip-path: inset(50%);\n            }\n        `,`\n            .${className} select {\n                appearance: none;\n                position: absolute;\n                opacity: 0;\n                top: 0;\n                right: 0;\n                bottom: 0;\n                left: 0;\n                cursor: inherit;\n                width: 100%;\n            }\n        `,`\n            .${className} .input {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                height: 100%;\n                pointer-events: none;\n                overflow: hidden;\n                background-color: var(--framer-background-color);\n                color: var(--framer-color);\n                border-color: var(--framer-border-color);\n            }\n        `,`\n            .${className} select:focus-visible + .input  {\n                outline: var(--framer-focus-outline, none);\n                outline-offset: var(--framer-focus-outline-offset);\n            }\n        `,`\n            .${className}:hover .input {\n                background-color: var(--framer-hover-background-color, var(--framer-background-color));\n                color: var(--framer-hover-color, var(--framer-color));\n                border-color: var(--framer-hover-border-color, var(--framer-border-color));\n            }\n        `,`\n            .${className} .title {\n                flex: 1 1 auto;\n                white-space: nowrap;\n                text-overflow: ellipsis;\n                overflow: hidden;\n            }\n        `,`\n            .${className} .icon, .${className} .caret {\n                display: flex;\n                align-items: center;\n            }\n        `]);LocaleSelector.displayName=\"Locale Selector\";addPropertyControls(LocaleSelector,{font:{// @ts-ignore\ntype:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:\"1.5em\"}},fillColor:{type:ControlType.Color,title:\"Fill\",optional:true,defaultValue:\"#eee\"},textColor:{type:ControlType.Color,title:\"Text\",defaultValue:\"#000\"},...paddingControls,...radiusControls,icon:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(IconType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:18}}},caret:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(CaretType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:12}},defaultValue:{}},options:{type:ControlType.Object,title:\"Options\",buttonTitle:\"Border, Hover\",controls:{title:{type:ControlType.Boolean,defaultValue:true},gap:{type:ControlType.Number,displayStepper:true,defaultValue:5},border:{type:ControlType.Object,buttonTitle:\"Color, Width\",optional:true,controls:borderControls},hover:{type:ControlType.Object,buttonTitle:\"Fill, Border\",optional:true,controls:hoverControls},focus:{type:ControlType.Object,buttonTitle:\"Color, Width\",controls:focusControls}}}});export default LocaleSelector;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LocaleSelector\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"NEWS\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"PUBLICATIONS\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"CAREER\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"IR\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIEJvbGQ=\",\"--framer-font-family\":'\"Wanted Sans Bold\", \"Wanted Sans Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact Us\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"NEWS\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"PUBLICATIONS\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"CAREER\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"IR\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIEJvbGQ=\",\"--framer-font-family\":'\"Wanted Sans Bold\", \"Wanted Sans Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"Contact Us\"})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"MetaFusion\"})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"NeuroConvert\"})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"Our Story\"})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"PUBLICATIONS\"})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"NEWS\"})});export const v15=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"CAREER\"})});export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"IR\"})});export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"NEWS\"})});export const v18=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"PUBLICATIONS\"})});export const v19=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"CAREER\"})});export const v20=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"IR\"})});export const v21=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"NEWS\"})});export const v22=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"PUBLICATIONS\"})});export const v23=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"CAREER\"})});export const v24=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"IR\"})});export const v25=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"Our Story\"})});export const v26=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"History\"})});export const v27=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"History\"})});export const v28=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIEJvbGQ=\",\"--framer-font-family\":'\"Wanted Sans Bold\", \"Wanted Sans Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"Contact Us\"})});export const v29=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"PUBLICATIONS\"})});export const v30=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"CAREER\"})});export const v31=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"IR\"})});export const v32=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIEJvbGQ=\",\"--framer-font-family\":'\"Wanted Sans Bold\", \"Wanted Sans Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"Contact Us\"})});export const v33=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(3, 0, 56, 0.7))\"},children:\"PUBLICATIONS\"})});export const v34=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(3, 0, 56, 0.7))\"},children:\"CAREER\"})});export const v35=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(3, 0, 56, 0.7))\"},children:\"IR\"})});export const v36=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIEJvbGQ=\",\"--framer-font-family\":'\"Wanted Sans Bold\", \"Wanted Sans Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(3, 0, 56, 0.7))\"},children:\"Contact Us\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v29\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v31\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v30\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v34\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v32\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v35\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v36\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v33\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (dc38db3)\nimport*as localizedValues from\"./agGbcxR4y-0.js\";const valuesByLocaleId={P4B0zR_R8:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (dc38db3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/3pdu3tQrRpUOjmXiGiQb/t7WekYMt8uwAFqiBXoak/agGbcxR4y.js\";const enabledGestures={aFkY5nOyb:{hover:true,pressed:true},BD0zNzaTD:{pressed:true},Bdo26UDsK:{hover:true,pressed:true},bVgzr2x1y:{hover:true},CDjFzHoFO:{pressed:true},CMbZpUCGL:{pressed:true},d8l0ZWpIN:{pressed:true},EjtYoM8hM:{hover:true},EtQxaKMz6:{pressed:true},FnwEXEGWy:{hover:true},gqpTUXCgS:{pressed:true},gsFnIXg3s:{pressed:true},hNWI1Q7o9:{hover:true},HSjRm0AFP:{pressed:true},I13CXTJw_:{hover:true},INaC99Am5:{pressed:true},Iy4H7Vz_Q:{hover:true},kQBScq4Il:{pressed:true},LyhToSdqw:{hover:true},lySBqOdVT:{pressed:true},mFQnx0bKU:{hover:true},S7MMmWSFj:{pressed:true},Tb9xYgWwi:{pressed:true}};const cycleOrder=[\"Iy4H7Vz_Q\",\"bVgzr2x1y\",\"EjtYoM8hM\",\"hNWI1Q7o9\",\"Bdo26UDsK\",\"mFQnx0bKU\",\"FnwEXEGWy\",\"LyhToSdqw\",\"I13CXTJw_\",\"aFkY5nOyb\",\"HSjRm0AFP\",\"S7MMmWSFj\",\"d8l0ZWpIN\",\"e8aVhulTB\",\"p_H55WIqx\",\"lSfr1ArSN\",\"VqYHYj4hp\",\"CMbZpUCGL\",\"CDjFzHoFO\",\"INaC99Am5\",\"gqpTUXCgS\",\"lySBqOdVT\",\"gsFnIXg3s\",\"EtQxaKMz6\",\"kQBScq4Il\",\"oyBltNosN\",\"IhF5KxUQz\",\"BD0zNzaTD\",\"Tb9xYgWwi\"];const serializationHash=\"framer-k2IKF\";const variantClassNames={aFkY5nOyb:\"framer-v-18opf54\",BD0zNzaTD:\"framer-v-16ndcof\",Bdo26UDsK:\"framer-v-1ozgi81\",bVgzr2x1y:\"framer-v-1o0qnmm\",CDjFzHoFO:\"framer-v-1l1mx0y\",CMbZpUCGL:\"framer-v-1iut0yi\",d8l0ZWpIN:\"framer-v-19kqvh9\",e8aVhulTB:\"framer-v-b8bqre\",EjtYoM8hM:\"framer-v-1p9ih1o\",EtQxaKMz6:\"framer-v-ayda6\",FnwEXEGWy:\"framer-v-x6esiv\",gqpTUXCgS:\"framer-v-tdv5lp\",gsFnIXg3s:\"framer-v-1ye9w2g\",hNWI1Q7o9:\"framer-v-1tv7wb9\",HSjRm0AFP:\"framer-v-xvgr9q\",I13CXTJw_:\"framer-v-ntgub0\",IhF5KxUQz:\"framer-v-ub13wy\",INaC99Am5:\"framer-v-8r2whk\",Iy4H7Vz_Q:\"framer-v-1ijxgbd\",kQBScq4Il:\"framer-v-148iwio\",lSfr1ArSN:\"framer-v-3g0svc\",LyhToSdqw:\"framer-v-17uviru\",lySBqOdVT:\"framer-v-1lgqw2l\",mFQnx0bKU:\"framer-v-1qv5e89\",oyBltNosN:\"framer-v-dab8u8\",p_H55WIqx:\"framer-v-1y83vb4\",S7MMmWSFj:\"framer-v-13kfvkh\",Tb9xYgWwi:\"framer-v-1iccgyh\",VqYHYj4hp:\"framer-v-uemkzx\"};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={duration:0,type:\"tween\"};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={\"CAREER-BLUE\":\"LyhToSdqw\",\"CAREER-ON\":\"lSfr1ArSN\",\"CAREER-WHITE\":\"EjtYoM8hM\",\"CONTACT-BLUE\":\"aFkY5nOyb\",\"CONTACT-LARGE\":\"Tb9xYgWwi\",\"CONTACT-WHITE\":\"Bdo26UDsK\",\"HISTORY-BLUE\":\"BD0zNzaTD\",\"HISTORY-ON\":\"IhF5KxUQz\",\"IR-BLUE\":\"I13CXTJw_\",\"IR-ON\":\"VqYHYj4hp\",\"IR-WHITE\":\"hNWI1Q7o9\",\"M-CAREER-BLUE\":\"INaC99Am5\",\"M-CAREER-ON\":\"EtQxaKMz6\",\"M-IR-BLUE\":\"gqpTUXCgS\",\"M-IR-ON\":\"kQBScq4Il\",\"M-NEWS-BLUE\":\"CMbZpUCGL\",\"M-NEWS-ON\":\"lySBqOdVT\",\"M-PUBLICATION-BLUE\":\"CDjFzHoFO\",\"M-PUBLICATION-ON\":\"gsFnIXg3s\",\"NEWS-BLUE\":\"mFQnx0bKU\",\"NEWS-ON\":\"p_H55WIqx\",\"NEWS-WHITE\":\"Iy4H7Vz_Q\",\"OUR STORY-BLUE\":\"d8l0ZWpIN\",\"OUR STORY-ON\":\"oyBltNosN\",\"PUBLICATIONS-BLUE\":\"FnwEXEGWy\",\"PUBLICATIONS-ON\":\"e8aVhulTB\",\"PUBLICATIONS-WHITE\":\"bVgzr2x1y\",\"Variant 15\":\"HSjRm0AFP\",\"Variant 16\":\"S7MMmWSFj\"};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:\"Iy4H7Vz_Q\"};};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:\"Iy4H7Vz_Q\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23,_getLocalizedValue24,_getLocalizedValue25,_getLocalizedValue26,_getLocalizedValue27,_getLocalizedValue28,_getLocalizedValue29,_getLocalizedValue30,_getLocalizedValue31,_getLocalizedValue32,_getLocalizedValue33,_getLocalizedValue34,_getLocalizedValue35,_getLocalizedValue36;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"c8RlsRmk1\"},nodeId:\"Iy4H7Vz_Q\",...addPropertyOverrides({\"CDjFzHoFO-pressed\":{href:undefined},\"EjtYoM8hM-hover\":{href:undefined},\"EtQxaKMz6-pressed\":{href:undefined},\"gqpTUXCgS-pressed\":{href:undefined},\"gsFnIXg3s-pressed\":{href:undefined},\"INaC99Am5-pressed\":{href:undefined},\"kQBScq4Il-pressed\":{href:undefined},\"LyhToSdqw-hover\":{href:undefined},aFkY5nOyb:{href:{hash:\":bBwoS1Hul\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true},BD0zNzaTD:{href:{webPageId:\"hO5QnRGA1\"}},Bdo26UDsK:{href:{hash:\":bBwoS1Hul\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true},bVgzr2x1y:{href:{webPageId:\"MIpaIb56M\"},openInNewTab:false},CDjFzHoFO:{href:undefined},CMbZpUCGL:{openInNewTab:false},d8l0ZWpIN:{href:{webPageId:\"NhE3pamfW\"},openInNewTab:false},EjtYoM8hM:{href:undefined},EtQxaKMz6:{href:undefined},FnwEXEGWy:{href:{webPageId:\"MIpaIb56M\"},openInNewTab:false},gqpTUXCgS:{href:undefined},gsFnIXg3s:{href:undefined},hNWI1Q7o9:{href:{webPageId:\"DQ38PEX1M\"},openInNewTab:false},I13CXTJw_:{href:{webPageId:\"DQ38PEX1M\"},openInNewTab:false},IhF5KxUQz:{href:{webPageId:\"hO5QnRGA1\"},openInNewTab:false},INaC99Am5:{href:undefined},kQBScq4Il:{href:undefined},LyhToSdqw:{href:undefined},lySBqOdVT:{openInNewTab:false},mFQnx0bKU:{openInNewTab:false},oyBltNosN:{href:{webPageId:\"NhE3pamfW\"},openInNewTab:false},Tb9xYgWwi:{href:{hash:\":bBwoS1Hul\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1ijxgbd\",className,classNames)} framer-1wpnpjn`,\"data-framer-name\":\"NEWS-WHITE\",layoutDependency:layoutDependency,layoutId:\"Iy4H7Vz_Q\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,...style},variants:{aFkY5nOyb:{backgroundColor:\"rgba(3, 0, 56, 0.06)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},Bdo26UDsK:{backgroundColor:\"rgba(255, 255, 255, 0.1)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},Tb9xYgWwi:{backgroundColor:\"rgba(3, 0, 56, 0.06)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({\"aFkY5nOyb-hover\":{\"data-framer-name\":undefined},\"aFkY5nOyb-pressed\":{\"data-framer-name\":undefined},\"BD0zNzaTD-pressed\":{\"data-framer-name\":undefined},\"Bdo26UDsK-hover\":{\"data-framer-name\":undefined},\"Bdo26UDsK-pressed\":{\"data-framer-name\":undefined},\"bVgzr2x1y-hover\":{\"data-framer-name\":undefined},\"CDjFzHoFO-pressed\":{\"data-framer-name\":undefined},\"CMbZpUCGL-pressed\":{\"data-framer-name\":undefined},\"d8l0ZWpIN-pressed\":{\"data-framer-name\":undefined},\"EjtYoM8hM-hover\":{\"data-framer-name\":undefined},\"EtQxaKMz6-pressed\":{\"data-framer-name\":undefined},\"FnwEXEGWy-hover\":{\"data-framer-name\":undefined},\"gqpTUXCgS-pressed\":{\"data-framer-name\":undefined},\"gsFnIXg3s-pressed\":{\"data-framer-name\":undefined},\"hNWI1Q7o9-hover\":{\"data-framer-name\":undefined},\"HSjRm0AFP-pressed\":{\"data-framer-name\":undefined},\"I13CXTJw_-hover\":{\"data-framer-name\":undefined},\"INaC99Am5-pressed\":{\"data-framer-name\":undefined},\"Iy4H7Vz_Q-hover\":{\"data-framer-name\":undefined},\"kQBScq4Il-pressed\":{\"data-framer-name\":undefined},\"LyhToSdqw-hover\":{\"data-framer-name\":undefined},\"lySBqOdVT-pressed\":{\"data-framer-name\":undefined},\"mFQnx0bKU-hover\":{\"data-framer-name\":undefined},\"S7MMmWSFj-pressed\":{\"data-framer-name\":undefined},\"Tb9xYgWwi-pressed\":{\"data-framer-name\":undefined},aFkY5nOyb:{\"data-framer-name\":\"CONTACT-BLUE\"},BD0zNzaTD:{\"data-framer-name\":\"HISTORY-BLUE\"},Bdo26UDsK:{\"data-framer-name\":\"CONTACT-WHITE\"},bVgzr2x1y:{\"data-framer-name\":\"PUBLICATIONS-WHITE\"},CDjFzHoFO:{\"data-framer-name\":\"M-PUBLICATION-BLUE\"},CMbZpUCGL:{\"data-framer-name\":\"M-NEWS-BLUE\"},d8l0ZWpIN:{\"data-framer-name\":\"OUR STORY-BLUE\"},e8aVhulTB:{\"data-framer-name\":\"PUBLICATIONS-ON\"},EjtYoM8hM:{\"data-framer-name\":\"CAREER-WHITE\"},EtQxaKMz6:{\"data-framer-name\":\"M-CAREER-ON\"},FnwEXEGWy:{\"data-framer-name\":\"PUBLICATIONS-BLUE\"},gqpTUXCgS:{\"data-framer-name\":\"M-IR-BLUE\"},gsFnIXg3s:{\"data-framer-name\":\"M-PUBLICATION-ON\"},hNWI1Q7o9:{\"data-framer-name\":\"IR-WHITE\"},HSjRm0AFP:{\"data-framer-name\":\"Variant 15\"},I13CXTJw_:{\"data-framer-name\":\"IR-BLUE\"},IhF5KxUQz:{\"data-framer-name\":\"HISTORY-ON\"},INaC99Am5:{\"data-framer-name\":\"M-CAREER-BLUE\"},kQBScq4Il:{\"data-framer-name\":\"M-IR-ON\"},lSfr1ArSN:{\"data-framer-name\":\"CAREER-ON\"},LyhToSdqw:{\"data-framer-name\":\"CAREER-BLUE\"},lySBqOdVT:{\"data-framer-name\":\"M-NEWS-ON\"},mFQnx0bKU:{\"data-framer-name\":\"NEWS-BLUE\"},oyBltNosN:{\"data-framer-name\":\"OUR STORY-ON\"},p_H55WIqx:{\"data-framer-name\":\"NEWS-ON\"},S7MMmWSFj:{\"data-framer-name\":\"Variant 16\"},Tb9xYgWwi:{\"data-framer-name\":\"CONTACT-LARGE\"},VqYHYj4hp:{\"data-framer-name\":\"IR-ON\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"NEWS\"})}),className:\"framer-1y0rj8z\",fonts:[\"CUSTOM;Wanted Sans Medium\"],layoutDependency:layoutDependency,layoutId:\"bawsjoEYF\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"aFkY5nOyb-hover\":{\"--extracted-r6o4lv\":\"rgba(3, 0, 56, 0.7)\"},\"Bdo26UDsK-hover\":{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"},\"bVgzr2x1y-hover\":{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"},\"EjtYoM8hM-hover\":{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"},\"FnwEXEGWy-hover\":{\"--extracted-r6o4lv\":\"rgba(3, 0, 56, 0.7)\"},\"hNWI1Q7o9-hover\":{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"},\"I13CXTJw_-hover\":{\"--extracted-r6o4lv\":\"rgba(3, 0, 56, 0.7)\"},\"LyhToSdqw-hover\":{\"--extracted-r6o4lv\":\"rgba(3, 0, 56, 0.7)\"},aFkY5nOyb:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},BD0zNzaTD:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},CDjFzHoFO:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},CMbZpUCGL:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},d8l0ZWpIN:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},e8aVhulTB:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"},EtQxaKMz6:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"},FnwEXEGWy:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},gqpTUXCgS:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},gsFnIXg3s:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"},HSjRm0AFP:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},I13CXTJw_:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},IhF5KxUQz:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"},INaC99Am5:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},kQBScq4Il:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"},lSfr1ArSN:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"},LyhToSdqw:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},lySBqOdVT:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"},mFQnx0bKU:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},oyBltNosN:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"},p_H55WIqx:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"},S7MMmWSFj:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},Tb9xYgWwi:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},VqYHYj4hp:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"aFkY5nOyb-hover\":{children:(_getLocalizedValue1=getLocalizedValue(\"v36\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIEJvbGQ=\",\"--framer-font-family\":'\"Wanted Sans Bold\", \"Wanted Sans Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(3, 0, 56, 0.7))\"},children:\"\uBB38\uC758\uD558\uAE30\"})})},\"Bdo26UDsK-hover\":{children:(_getLocalizedValue2=getLocalizedValue(\"v32\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIEJvbGQ=\",\"--framer-font-family\":'\"Wanted Sans Bold\", \"Wanted Sans Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"\uBB38\uC758\uD558\uAE30\"})})},\"bVgzr2x1y-hover\":{children:(_getLocalizedValue3=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"PUBLICATIONS\"})})},\"EjtYoM8hM-hover\":{children:(_getLocalizedValue4=getLocalizedValue(\"v30\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"CAREER\"})})},\"FnwEXEGWy-hover\":{children:(_getLocalizedValue5=getLocalizedValue(\"v33\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(3, 0, 56, 0.7))\"},children:\"PUBLICATIONS\"})})},\"hNWI1Q7o9-hover\":{children:(_getLocalizedValue6=getLocalizedValue(\"v31\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"IR\"})})},\"I13CXTJw_-hover\":{children:(_getLocalizedValue7=getLocalizedValue(\"v35\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(3, 0, 56, 0.7))\"},children:\"IR\"})})},\"LyhToSdqw-hover\":{children:(_getLocalizedValue8=getLocalizedValue(\"v34\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(3, 0, 56, 0.7))\"},children:\"CAREER\"})})},aFkY5nOyb:{children:(_getLocalizedValue9=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIEJvbGQ=\",\"--framer-font-family\":'\"Wanted Sans Bold\", \"Wanted Sans Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"\uBB38\uC758\uD558\uAE30\"})}),fonts:[\"CUSTOM;Wanted Sans Bold\"]},BD0zNzaTD:{children:(_getLocalizedValue10=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"History\"})})},Bdo26UDsK:{children:(_getLocalizedValue11=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIEJvbGQ=\",\"--framer-font-family\":'\"Wanted Sans Bold\", \"Wanted Sans Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\uBB38\uC758\uD558\uAE30\"})}),fonts:[\"CUSTOM;Wanted Sans Bold\"]},bVgzr2x1y:{children:(_getLocalizedValue12=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"PUBLICATIONS\"})})},CDjFzHoFO:{children:(_getLocalizedValue13=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"PUBLICATIONS\"})})},CMbZpUCGL:{children:(_getLocalizedValue14=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"NEWS\"})})},d8l0ZWpIN:{children:(_getLocalizedValue15=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"Our Story\"})})},e8aVhulTB:{children:(_getLocalizedValue16=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"PUBLICATIONS\"})})},EjtYoM8hM:{children:(_getLocalizedValue17=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"CAREER\"})})},EtQxaKMz6:{children:(_getLocalizedValue18=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"CAREER\"})})},FnwEXEGWy:{children:(_getLocalizedValue19=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"PUBLICATIONS\"})})},gqpTUXCgS:{children:(_getLocalizedValue20=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"IR\"})})},gsFnIXg3s:{children:(_getLocalizedValue21=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"PUBLICATIONS\"})})},hNWI1Q7o9:{children:(_getLocalizedValue22=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"IR\"})})},HSjRm0AFP:{children:(_getLocalizedValue23=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"MetaFusion\"})})},I13CXTJw_:{children:(_getLocalizedValue24=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"IR\"})})},IhF5KxUQz:{children:(_getLocalizedValue25=getLocalizedValue(\"v26\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"History\"})})},INaC99Am5:{children:(_getLocalizedValue26=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"CAREER\"})})},kQBScq4Il:{children:(_getLocalizedValue27=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"IR\"})})},lSfr1ArSN:{children:(_getLocalizedValue28=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"CAREER\"})})},LyhToSdqw:{children:(_getLocalizedValue29=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"CAREER\"})})},lySBqOdVT:{children:(_getLocalizedValue30=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"NEWS\"})})},mFQnx0bKU:{children:(_getLocalizedValue31=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"NEWS\"})})},oyBltNosN:{children:(_getLocalizedValue32=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue32!==void 0?_getLocalizedValue32:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"Our Story\"})})},p_H55WIqx:{children:(_getLocalizedValue33=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue33!==void 0?_getLocalizedValue33:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"NEWS\"})})},S7MMmWSFj:{children:(_getLocalizedValue34=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue34!==void 0?_getLocalizedValue34:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"NeuroConvert\"})})},Tb9xYgWwi:{children:(_getLocalizedValue35=getLocalizedValue(\"v28\",activeLocale))!==null&&_getLocalizedValue35!==void 0?_getLocalizedValue35:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIEJvbGQ=\",\"--framer-font-family\":'\"Wanted Sans Bold\", \"Wanted Sans Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"\uBB38\uC758\uD558\uAE30\"})}),fonts:[\"CUSTOM;Wanted Sans Bold\"]},VqYHYj4hp:{children:(_getLocalizedValue36=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue36!==void 0?_getLocalizedValue36:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"IR\"})})}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-k2IKF.framer-1wpnpjn, .framer-k2IKF .framer-1wpnpjn { display: block; }\",\".framer-k2IKF.framer-1ijxgbd { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-k2IKF .framer-1y0rj8z { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-k2IKF.framer-1ijxgbd { gap: 0px; } .framer-k2IKF.framer-1ijxgbd > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-k2IKF.framer-1ijxgbd > :first-child { margin-top: 0px; } .framer-k2IKF.framer-1ijxgbd > :last-child { margin-bottom: 0px; } }\",\".framer-k2IKF.framer-v-1ozgi81.framer-1ijxgbd, .framer-k2IKF.framer-v-18opf54.framer-1ijxgbd { padding: 12px 16px 12px 16px; will-change: var(--framer-will-change-override, transform); }\",\".framer-k2IKF.framer-v-xvgr9q.framer-1ijxgbd, .framer-k2IKF.framer-v-13kfvkh.framer-1ijxgbd, .framer-k2IKF.framer-v-19kqvh9.framer-1ijxgbd, .framer-k2IKF.framer-v-16ndcof.framer-1ijxgbd { height: 40px; width: 160px; }\",\".framer-k2IKF.framer-v-b8bqre.framer-1ijxgbd, .framer-k2IKF.framer-v-1y83vb4.framer-1ijxgbd, .framer-k2IKF.framer-v-3g0svc.framer-1ijxgbd, .framer-k2IKF.framer-v-uemkzx.framer-1ijxgbd { cursor: unset; }\",\".framer-k2IKF.framer-v-1iccgyh.framer-1ijxgbd { align-content: center; align-items: center; padding: 24px; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 19\n * @framerIntrinsicWidth 46\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"bVgzr2x1y\":{\"layout\":[\"auto\",\"auto\"]},\"EjtYoM8hM\":{\"layout\":[\"auto\",\"auto\"]},\"hNWI1Q7o9\":{\"layout\":[\"auto\",\"auto\"]},\"Bdo26UDsK\":{\"layout\":[\"auto\",\"auto\"]},\"mFQnx0bKU\":{\"layout\":[\"auto\",\"auto\"]},\"FnwEXEGWy\":{\"layout\":[\"auto\",\"auto\"]},\"LyhToSdqw\":{\"layout\":[\"auto\",\"auto\"]},\"I13CXTJw_\":{\"layout\":[\"auto\",\"auto\"]},\"aFkY5nOyb\":{\"layout\":[\"auto\",\"auto\"]},\"HSjRm0AFP\":{\"layout\":[\"fixed\",\"fixed\"]},\"S7MMmWSFj\":{\"layout\":[\"fixed\",\"fixed\"]},\"d8l0ZWpIN\":{\"layout\":[\"fixed\",\"fixed\"]},\"e8aVhulTB\":{\"layout\":[\"auto\",\"auto\"]},\"p_H55WIqx\":{\"layout\":[\"auto\",\"auto\"]},\"lSfr1ArSN\":{\"layout\":[\"auto\",\"auto\"]},\"VqYHYj4hp\":{\"layout\":[\"auto\",\"auto\"]},\"CMbZpUCGL\":{\"layout\":[\"auto\",\"auto\"]},\"CDjFzHoFO\":{\"layout\":[\"auto\",\"auto\"]},\"INaC99Am5\":{\"layout\":[\"auto\",\"auto\"]},\"gqpTUXCgS\":{\"layout\":[\"auto\",\"auto\"]},\"lySBqOdVT\":{\"layout\":[\"auto\",\"auto\"]},\"gsFnIXg3s\":{\"layout\":[\"auto\",\"auto\"]},\"EtQxaKMz6\":{\"layout\":[\"auto\",\"auto\"]},\"kQBScq4Il\":{\"layout\":[\"auto\",\"auto\"]},\"oyBltNosN\":{\"layout\":[\"auto\",\"auto\"]},\"IhF5KxUQz\":{\"layout\":[\"auto\",\"auto\"]},\"BD0zNzaTD\":{\"layout\":[\"fixed\",\"fixed\"]},\"Tb9xYgWwi\":{\"layout\":[\"auto\",\"auto\"]},\"PxFse1RS1\":{\"layout\":[\"auto\",\"auto\"]},\"V9wdDbq2T\":{\"layout\":[\"auto\",\"auto\"]},\"adEQSfDV_\":{\"layout\":[\"auto\",\"auto\"]},\"Iia3noIvb\":{\"layout\":[\"auto\",\"auto\"]},\"czEP79rsB\":{\"layout\":[\"auto\",\"auto\"]},\"eF6ejl0F1\":{\"layout\":[\"auto\",\"auto\"]},\"kRfsS_CgE\":{\"layout\":[\"auto\",\"auto\"]},\"qx9fNxPcS\":{\"layout\":[\"auto\",\"auto\"]},\"rQl1DDsfP\":{\"layout\":[\"auto\",\"auto\"]},\"mjaDFbrFi\":{\"layout\":[\"auto\",\"auto\"]},\"bnQZSAZ2i\":{\"layout\":[\"auto\",\"auto\"]},\"GTM1CmvPx\":{\"layout\":[\"auto\",\"auto\"]},\"zGYmLgsrz\":{\"layout\":[\"auto\",\"auto\"]},\"rgEi8jRto\":{\"layout\":[\"auto\",\"auto\"]},\"qslU7ah2X\":{\"layout\":[\"auto\",\"auto\"]},\"NOA2xQJ2V\":{\"layout\":[\"auto\",\"auto\"]},\"JVQy3h2nb\":{\"layout\":[\"auto\",\"auto\"]},\"OHcL7YOCn\":{\"layout\":[\"auto\",\"auto\"]},\"SctsyITaW\":{\"layout\":[\"auto\",\"auto\"]},\"vYfocgbV4\":{\"layout\":[\"auto\",\"auto\"]},\"Qr5FOFVeg\":{\"layout\":[\"auto\",\"auto\"]},\"IZZ3po0DY\":{\"layout\":[\"fixed\",\"fixed\"]},\"khkWKks08\":{\"layout\":[\"fixed\",\"fixed\"]},\"eaEI2BXwE\":{\"layout\":[\"fixed\",\"fixed\"]},\"CsoiEECOl\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameragGbcxR4y=withCSS(Component,css,\"framer-k2IKF\");export default FrameragGbcxR4y;FrameragGbcxR4y.displayName=\"Menu/Default\";FrameragGbcxR4y.defaultProps={height:19,width:46};addPropertyControls(FrameragGbcxR4y,{variant:{options:[\"Iy4H7Vz_Q\",\"bVgzr2x1y\",\"EjtYoM8hM\",\"hNWI1Q7o9\",\"Bdo26UDsK\",\"mFQnx0bKU\",\"FnwEXEGWy\",\"LyhToSdqw\",\"I13CXTJw_\",\"aFkY5nOyb\",\"HSjRm0AFP\",\"S7MMmWSFj\",\"d8l0ZWpIN\",\"e8aVhulTB\",\"p_H55WIqx\",\"lSfr1ArSN\",\"VqYHYj4hp\",\"CMbZpUCGL\",\"CDjFzHoFO\",\"INaC99Am5\",\"gqpTUXCgS\",\"lySBqOdVT\",\"gsFnIXg3s\",\"EtQxaKMz6\",\"kQBScq4Il\",\"oyBltNosN\",\"IhF5KxUQz\",\"BD0zNzaTD\",\"Tb9xYgWwi\"],optionTitles:[\"NEWS-WHITE\",\"PUBLICATIONS-WHITE\",\"CAREER-WHITE\",\"IR-WHITE\",\"CONTACT-WHITE\",\"NEWS-BLUE\",\"PUBLICATIONS-BLUE\",\"CAREER-BLUE\",\"IR-BLUE\",\"CONTACT-BLUE\",\"Variant 15\",\"Variant 16\",\"OUR STORY-BLUE\",\"PUBLICATIONS-ON\",\"NEWS-ON\",\"CAREER-ON\",\"IR-ON\",\"M-NEWS-BLUE\",\"M-PUBLICATION-BLUE\",\"M-CAREER-BLUE\",\"M-IR-BLUE\",\"M-NEWS-ON\",\"M-PUBLICATION-ON\",\"M-CAREER-ON\",\"M-IR-ON\",\"OUR STORY-ON\",\"HISTORY-ON\",\"HISTORY-BLUE\",\"CONTACT-LARGE\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameragGbcxR4y,[{explicitInter:true,fonts:[{family:\"Wanted Sans Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/dWo0GEXe2nWJG6nkiy6ftzQnqb8.woff2\"},{family:\"Wanted Sans Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/8zLrC6P0d8QKEYzbAypunPSqkz8.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameragGbcxR4y\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"46\",\"framerIntrinsicHeight\":\"19\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bVgzr2x1y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EjtYoM8hM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hNWI1Q7o9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Bdo26UDsK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mFQnx0bKU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FnwEXEGWy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LyhToSdqw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"I13CXTJw_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aFkY5nOyb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HSjRm0AFP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"S7MMmWSFj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d8l0ZWpIN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e8aVhulTB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"p_H55WIqx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lSfr1ArSN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VqYHYj4hp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CMbZpUCGL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CDjFzHoFO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"INaC99Am5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gqpTUXCgS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lySBqOdVT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gsFnIXg3s\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EtQxaKMz6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kQBScq4Il\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oyBltNosN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IhF5KxUQz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BD0zNzaTD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Tb9xYgWwi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PxFse1RS1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"V9wdDbq2T\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"adEQSfDV_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Iia3noIvb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"czEP79rsB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eF6ejl0F1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kRfsS_CgE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qx9fNxPcS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rQl1DDsfP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mjaDFbrFi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bnQZSAZ2i\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GTM1CmvPx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zGYmLgsrz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rgEi8jRto\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qslU7ah2X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NOA2xQJ2V\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JVQy3h2nb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OHcL7YOCn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SctsyITaW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vYfocgbV4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Qr5FOFVeg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IZZ3po0DY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"khkWKks08\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eaEI2BXwE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CsoiEECOl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"PRODUCTS\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"PRODUCTS\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"ABOUT\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"ABOUT\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"ABOUT\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"PRODUCTS\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"PRODUCTS\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"ABOUT\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"PRODUCTS\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"ABOUT\"})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"PRODUCTS\"})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"ABOUT\"})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(3, 0, 56, 0.6))\"},children:\"PRODUCTS\"})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"PRODUCTS\"})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"ABOUT\"})});export const v15=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(3, 0, 56, 0.6))\"},children:\"ABOUT\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (dc38db3)\nimport*as localizedValues from\"./qMaI38jfY-0.js\";const valuesByLocaleId={P4B0zR_R8:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (dc38db3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/h8CVZWTO47QyurPtV93M/Ffb6JdWyeyTyMQ5r3Ewy/qMaI38jfY.js\";import MenuDefault from\"https://framerusercontent.com/modules/jqa7VMIc9eGjsejT86Zv/LWlWnmLsjIRinZlJw9uK/agGbcxR4y.js\";const MenuDefaultFonts=getFonts(MenuDefault);const enabledGestures={aSE4iCbyw:{hover:true},aUd4SOtLq:{hover:true},E2EZFY3A8:{hover:true},FwhoyhZrf:{hover:true}};const cycleOrder=[\"aUd4SOtLq\",\"E2EZFY3A8\",\"FwhoyhZrf\",\"aSE4iCbyw\",\"Q6P8UMNNQ\",\"E0JjJYnTa\",\"OB3KWD3VA\",\"D4sBB35F9\",\"XNNZg9GKM\",\"HF3JXgMHc\",\"cHW0IFGMC\",\"ig53voILh\"];const serializationHash=\"framer-NVVbR\";const variantClassNames={aSE4iCbyw:\"framer-v-f4nrex\",aUd4SOtLq:\"framer-v-1ngfasi\",cHW0IFGMC:\"framer-v-1yyaa83\",D4sBB35F9:\"framer-v-azal83\",E0JjJYnTa:\"framer-v-dbsxeo\",E2EZFY3A8:\"framer-v-153ph0m\",FwhoyhZrf:\"framer-v-74b3v6\",HF3JXgMHc:\"framer-v-w0t4oy\",ig53voILh:\"framer-v-1akwnhz\",OB3KWD3VA:\"framer-v-19qvifo\",Q6P8UMNNQ:\"framer-v-grw1jb\",XNNZg9GKM:\"framer-v-l23qfx\"};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={duration:0,type:\"tween\"};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={\"ABOUT-BLUE\":\"aSE4iCbyw\",\"ABOUT-ON\":\"Q6P8UMNNQ\",\"ABOUT-WHITE\":\"FwhoyhZrf\",\"M-ABOUT-BLUE\":\"HF3JXgMHc\",\"M-ABOUT-ON\":\"ig53voILh\",\"M-ABOUT-WHITE\":\"D4sBB35F9\",\"M-PRODUCT-BLUE\":\"XNNZg9GKM\",\"M-PRODUCT-ON\":\"cHW0IFGMC\",\"M-PRODUCT-WHITE\":\"OB3KWD3VA\",\"PRODUCTS-BLUE\":\"E2EZFY3A8\",\"PRODUCTS-ON\":\"E0JjJYnTa\",\"PRODUCTS-WHITE\":\"aUd4SOtLq\"};const getProps=({height,hover,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,Ti14La7fz:hover!==null&&hover!==void 0?hover:props.Ti14La7fz,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"aUd4SOtLq\"};};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,Ti14La7fz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aUd4SOtLq\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntero4hyb2=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(Ti14La7fz){const res=await Ti14La7fz(...args);if(res===false)return false;}});const onTap1tsnjz7=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"cHW0IFGMC\");});const onMouseEnter8dsd4v=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});});const onTap1hnegbu=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"ig53voILh\");});const onMouseLeave1tglilc=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"XNNZg9GKM\");});const onMouseLeave5x8yj7=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"HF3JXgMHc\");});const onTap1j8wol8=activeVariantCallback(async(...args)=>{setVariant(\"XNNZg9GKM\");});const onMouseLeaveg3cfsk=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"XNNZg9GKM\"),1e3);});const onTapjirtdn=activeVariantCallback(async(...args)=>{setVariant(\"HF3JXgMHc\");});const onMouseLeaveqc3qew=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"HF3JXgMHc\"),1e3);});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ig53voILh\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"cHW0IFGMC\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{nodeId:\"aUd4SOtLq\",...addPropertyOverrides({aSE4iCbyw:{href:{webPageId:\"NhE3pamfW\"},openInNewTab:false},FwhoyhZrf:{href:{webPageId:\"NhE3pamfW\"},openInNewTab:false},Q6P8UMNNQ:{href:{webPageId:\"NhE3pamfW\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1ngfasi\",className,classNames)} framer-mxr00`,\"data-framer-name\":\"PRODUCTS-WHITE\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"aUd4SOtLq\",onMouseEnter:onMouseEntero4hyb2,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},variants:{cHW0IFGMC:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 230, 230)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},ig53voILh:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 230, 230)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({\"aSE4iCbyw-hover\":{\"data-framer-name\":undefined},\"aUd4SOtLq-hover\":{\"data-framer-name\":undefined},\"E2EZFY3A8-hover\":{\"data-framer-name\":undefined},\"FwhoyhZrf-hover\":{\"data-framer-name\":undefined},aSE4iCbyw:{\"data-framer-name\":\"ABOUT-BLUE\"},cHW0IFGMC:{\"data-border\":true,\"data-framer-name\":\"M-PRODUCT-ON\",onMouseEnter:onMouseEnter8dsd4v,onMouseLeave:onMouseLeave1tglilc},D4sBB35F9:{\"data-framer-name\":\"M-ABOUT-WHITE\"},E0JjJYnTa:{\"data-framer-name\":\"PRODUCTS-ON\"},E2EZFY3A8:{\"data-framer-name\":\"PRODUCTS-BLUE\"},FwhoyhZrf:{\"data-framer-name\":\"ABOUT-WHITE\"},HF3JXgMHc:{\"data-framer-name\":\"M-ABOUT-BLUE\",onMouseEnter:onMouseEnter8dsd4v,onTap:onTap1hnegbu},ig53voILh:{\"data-border\":true,\"data-framer-name\":\"M-ABOUT-ON\",onMouseEnter:onMouseEnter8dsd4v,onMouseLeave:onMouseLeave5x8yj7},OB3KWD3VA:{\"data-framer-name\":\"M-PRODUCT-WHITE\"},Q6P8UMNNQ:{\"data-framer-name\":\"ABOUT-ON\"},XNNZg9GKM:{\"data-framer-name\":\"M-PRODUCT-BLUE\",onMouseEnter:onMouseEnter8dsd4v,onTap:onTap1tsnjz7}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"PRODUCTS\"})}),className:\"framer-bjukjs\",fonts:[\"CUSTOM;Wanted Sans Medium\"],layoutDependency:layoutDependency,layoutId:\"aPF8G4qLY\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"aSE4iCbyw-hover\":{\"--extracted-r6o4lv\":\"rgba(3, 0, 56, 0.6)\"},\"aUd4SOtLq-hover\":{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"},\"E2EZFY3A8-hover\":{\"--extracted-r6o4lv\":\"rgba(3, 0, 56, 0.6)\"},\"FwhoyhZrf-hover\":{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"},aSE4iCbyw:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},cHW0IFGMC:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"},E0JjJYnTa:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"},E2EZFY3A8:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},HF3JXgMHc:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},ig53voILh:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"},Q6P8UMNNQ:{\"--extracted-r6o4lv\":\"var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204))\"},XNNZg9GKM:{\"--extracted-r6o4lv\":\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"aSE4iCbyw-hover\":{children:(_getLocalizedValue1=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(3, 0, 56, 0.6))\"},children:\"ABOUT\"})})},\"aUd4SOtLq-hover\":{children:(_getLocalizedValue2=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"PRODUCTS\"})})},\"E2EZFY3A8-hover\":{children:(_getLocalizedValue3=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(3, 0, 56, 0.6))\"},children:\"PRODUCTS\"})})},\"FwhoyhZrf-hover\":{children:(_getLocalizedValue4=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"ABOUT\"})})},aSE4iCbyw:{children:(_getLocalizedValue5=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"ABOUT\"})})},cHW0IFGMC:{\"data-highlight\":true,children:(_getLocalizedValue6=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"PRODUCTS\"})}),onMouseLeave:onMouseLeaveg3cfsk,onTap:onTap1j8wol8},D4sBB35F9:{children:(_getLocalizedValue7=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"ABOUT\"})})},E0JjJYnTa:{children:(_getLocalizedValue8=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"PRODUCTS\"})})},E2EZFY3A8:{children:(_getLocalizedValue9=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"PRODUCTS\"})})},FwhoyhZrf:{children:(_getLocalizedValue10=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"ABOUT\"})})},HF3JXgMHc:{children:(_getLocalizedValue11=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"ABOUT\"})})},ig53voILh:{\"data-highlight\":true,children:(_getLocalizedValue12=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"ABOUT\"})}),onMouseLeave:onMouseLeaveqc3qew,onTap:onTapjirtdn},OB3KWD3VA:{children:(_getLocalizedValue13=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"PRODUCTS\"})})},Q6P8UMNNQ:{children:(_getLocalizedValue14=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7ed90d9e-676f-4487-bfe1-6984e4bd48f2, rgb(20, 130, 204)))\"},children:\"ABOUT\"})})},XNNZg9GKM:{children:(_getLocalizedValue15=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1dhbnRlZCBTYW5zIE1lZGl1bQ==\",\"--framer-font-family\":'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57)))\"},children:\"PRODUCTS\"})})}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({ig53voILh:{height:32,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+44.8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10powv1-container\",layoutDependency:layoutDependency,layoutId:\"fdkbbyCuC-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"fdkbbyCuC\",layoutId:\"fdkbbyCuC\",style:{height:\"100%\",width:\"100%\"},variant:\"d8l0ZWpIN\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({ig53voILh:{height:32,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+92.8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fsjsap-container\",layoutDependency:layoutDependency,layoutId:\"kY_QYiuLS-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"kY_QYiuLS\",layoutId:\"kY_QYiuLS\",style:{height:\"100%\",width:\"100%\"},variant:\"BD0zNzaTD\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({cHW0IFGMC:{height:32,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+44.8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3llybi-container\",layoutDependency:layoutDependency,layoutId:\"UC45q99MR-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"UC45q99MR\",layoutId:\"UC45q99MR\",style:{height:\"100%\",width:\"100%\"},variant:\"HSjRm0AFP\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({cHW0IFGMC:{height:32,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+92.8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-172wuow-container\",layoutDependency:layoutDependency,layoutId:\"rla5zbMkz-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"rla5zbMkz\",layoutId:\"rla5zbMkz\",style:{height:\"100%\",width:\"100%\"},variant:\"S7MMmWSFj\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NVVbR.framer-mxr00, .framer-NVVbR .framer-mxr00 { display: block; }\",\".framer-NVVbR.framer-1ngfasi { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-NVVbR .framer-bjukjs { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-NVVbR .framer-10powv1-container, .framer-NVVbR .framer-1fsjsap-container, .framer-NVVbR .framer-3llybi-container, .framer-NVVbR .framer-172wuow-container { align-self: stretch; flex: none; height: 32px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NVVbR.framer-1ngfasi { gap: 0px; } .framer-NVVbR.framer-1ngfasi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-NVVbR.framer-1ngfasi > :first-child { margin-top: 0px; } .framer-NVVbR.framer-1ngfasi > :last-child { margin-bottom: 0px; } }\",\".framer-NVVbR.framer-v-74b3v6.framer-1ngfasi, .framer-NVVbR.framer-v-f4nrex.framer-1ngfasi { text-decoration: none; }\",\".framer-NVVbR.framer-v-grw1jb.framer-1ngfasi { gap: 16px; text-decoration: none; }\",\".framer-NVVbR.framer-v-grw1jb .framer-bjukjs, .framer-NVVbR.framer-v-azal83 .framer-bjukjs, .framer-NVVbR.framer-v-w0t4oy .framer-bjukjs { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NVVbR.framer-v-grw1jb.framer-1ngfasi { gap: 0px; } .framer-NVVbR.framer-v-grw1jb.framer-1ngfasi > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NVVbR.framer-v-grw1jb.framer-1ngfasi > :first-child { margin-top: 0px; } .framer-NVVbR.framer-v-grw1jb.framer-1ngfasi > :last-child { margin-bottom: 0px; } }\",\".framer-NVVbR.framer-v-dbsxeo.framer-1ngfasi, .framer-NVVbR.framer-v-19qvifo.framer-1ngfasi { cursor: unset; }\",\".framer-NVVbR.framer-v-azal83.framer-1ngfasi { cursor: unset; gap: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NVVbR.framer-v-azal83.framer-1ngfasi { gap: 0px; } .framer-NVVbR.framer-v-azal83.framer-1ngfasi > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NVVbR.framer-v-azal83.framer-1ngfasi > :first-child { margin-top: 0px; } .framer-NVVbR.framer-v-azal83.framer-1ngfasi > :last-child { margin-bottom: 0px; } }\",\".framer-NVVbR.framer-v-l23qfx.framer-1ngfasi { justify-content: flex-start; }\",\".framer-NVVbR.framer-v-w0t4oy.framer-1ngfasi { gap: 16px; justify-content: flex-start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NVVbR.framer-v-w0t4oy.framer-1ngfasi { gap: 0px; } .framer-NVVbR.framer-v-w0t4oy.framer-1ngfasi > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NVVbR.framer-v-w0t4oy.framer-1ngfasi > :first-child { margin-top: 0px; } .framer-NVVbR.framer-v-w0t4oy.framer-1ngfasi > :last-child { margin-bottom: 0px; } }\",\".framer-NVVbR.framer-v-1yyaa83.framer-1ngfasi, .framer-NVVbR.framer-v-1akwnhz.framer-1ngfasi { cursor: unset; gap: 16px; justify-content: flex-start; padding: 0px 0px 16px 0px; }\",\".framer-NVVbR.framer-v-1yyaa83 .framer-bjukjs { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NVVbR.framer-v-1yyaa83.framer-1ngfasi { gap: 0px; } .framer-NVVbR.framer-v-1yyaa83.framer-1ngfasi > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NVVbR.framer-v-1yyaa83.framer-1ngfasi > :first-child { margin-top: 0px; } .framer-NVVbR.framer-v-1yyaa83.framer-1ngfasi > :last-child { margin-bottom: 0px; } }\",\".framer-NVVbR.framer-v-1akwnhz .framer-bjukjs { cursor: pointer; order: 0; }\",\".framer-NVVbR.framer-v-1akwnhz .framer-10powv1-container { order: 1; }\",\".framer-NVVbR.framer-v-1akwnhz .framer-1fsjsap-container { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NVVbR.framer-v-1akwnhz.framer-1ngfasi { gap: 0px; } .framer-NVVbR.framer-v-1akwnhz.framer-1ngfasi > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NVVbR.framer-v-1akwnhz.framer-1ngfasi > :first-child { margin-top: 0px; } .framer-NVVbR.framer-v-1akwnhz.framer-1ngfasi > :last-child { margin-bottom: 0px; } }\",'.framer-NVVbR[data-border=\"true\"]::after, .framer-NVVbR [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 19\n * @framerIntrinsicWidth 85\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"E2EZFY3A8\":{\"layout\":[\"auto\",\"auto\"]},\"FwhoyhZrf\":{\"layout\":[\"auto\",\"auto\"]},\"aSE4iCbyw\":{\"layout\":[\"auto\",\"auto\"]},\"Q6P8UMNNQ\":{\"layout\":[\"auto\",\"auto\"]},\"E0JjJYnTa\":{\"layout\":[\"auto\",\"auto\"]},\"OB3KWD3VA\":{\"layout\":[\"auto\",\"auto\"]},\"D4sBB35F9\":{\"layout\":[\"auto\",\"auto\"]},\"XNNZg9GKM\":{\"layout\":[\"auto\",\"auto\"]},\"HF3JXgMHc\":{\"layout\":[\"auto\",\"auto\"]},\"cHW0IFGMC\":{\"layout\":[\"auto\",\"auto\"]},\"ig53voILh\":{\"layout\":[\"auto\",\"auto\"]},\"D2FqQ8Fcx\":{\"layout\":[\"auto\",\"auto\"]},\"XyssQq4xy\":{\"layout\":[\"auto\",\"auto\"]},\"NG90_Z3ir\":{\"layout\":[\"auto\",\"auto\"]},\"EEVfnhU_7\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Ti14La7fz\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqMaI38jfY=withCSS(Component,css,\"framer-NVVbR\");export default FramerqMaI38jfY;FramerqMaI38jfY.displayName=\"Menu/Overlay\";FramerqMaI38jfY.defaultProps={height:19,width:85};addPropertyControls(FramerqMaI38jfY,{variant:{options:[\"aUd4SOtLq\",\"E2EZFY3A8\",\"FwhoyhZrf\",\"aSE4iCbyw\",\"Q6P8UMNNQ\",\"E0JjJYnTa\",\"OB3KWD3VA\",\"D4sBB35F9\",\"XNNZg9GKM\",\"HF3JXgMHc\",\"cHW0IFGMC\",\"ig53voILh\"],optionTitles:[\"PRODUCTS-WHITE\",\"PRODUCTS-BLUE\",\"ABOUT-WHITE\",\"ABOUT-BLUE\",\"ABOUT-ON\",\"PRODUCTS-ON\",\"M-PRODUCT-WHITE\",\"M-ABOUT-WHITE\",\"M-PRODUCT-BLUE\",\"M-ABOUT-BLUE\",\"M-PRODUCT-ON\",\"M-ABOUT-ON\"],title:\"Variant\",type:ControlType.Enum},Ti14La7fz:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerqMaI38jfY,[{explicitInter:true,fonts:[{family:\"Wanted Sans Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/dWo0GEXe2nWJG6nkiy6ftzQnqb8.woff2\"}]},...MenuDefaultFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqMaI38jfY\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"E2EZFY3A8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FwhoyhZrf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aSE4iCbyw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Q6P8UMNNQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"E0JjJYnTa\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OB3KWD3VA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"D4sBB35F9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"XNNZg9GKM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HF3JXgMHc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cHW0IFGMC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ig53voILh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"D2FqQ8Fcx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"XyssQq4xy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NG90_Z3ir\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EEVfnhU_7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"85\",\"framerIntrinsicHeight\":\"19\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Ti14La7fz\\\":\\\"hover\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a4439fa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import MenuDefault from\"https://framerusercontent.com/modules/jqa7VMIc9eGjsejT86Zv/LWlWnmLsjIRinZlJw9uK/agGbcxR4y.js\";const MenuDefaultFonts=getFonts(MenuDefault);const cycleOrder=[\"UnY8DanEk\"];const serializationHash=\"framer-zm0yU\";const variantClassNames={UnY8DanEk:\"framer-v-1oonxzm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UnY8DanEk\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1oonxzm\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"UnY8DanEk\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(3, 0, 56, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(3, 0, 56, 0.16)\",...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fjufdz-container\",layoutDependency:layoutDependency,layoutId:\"E2JbKQ36y-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"E2JbKQ36y\",layoutId:\"E2JbKQ36y\",variant:\"d8l0ZWpIN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rwz6rh-container\",layoutDependency:layoutDependency,layoutId:\"T6LaQRTdN-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"T6LaQRTdN\",layoutId:\"T6LaQRTdN\",variant:\"BD0zNzaTD\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zm0yU.framer-1rh8tnr, .framer-zm0yU .framer-1rh8tnr { display: block; }\",\".framer-zm0yU.framer-1oonxzm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 150px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-zm0yU .framer-fjufdz-container, .framer-zm0yU .framer-rwz6rh-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zm0yU.framer-1oonxzm { gap: 0px; } .framer-zm0yU.framer-1oonxzm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zm0yU.framer-1oonxzm > :first-child { margin-top: 0px; } .framer-zm0yU.framer-1oonxzm > :last-child { margin-bottom: 0px; } }\",'.framer-zm0yU[data-border=\"true\"]::after, .framer-zm0yU [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 150\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framersbn0q7skZ=withCSS(Component,css,\"framer-zm0yU\");export default Framersbn0q7skZ;Framersbn0q7skZ.displayName=\"Header/Overlay/ABOUT\";Framersbn0q7skZ.defaultProps={height:150,width:200};addFonts(Framersbn0q7skZ,[{explicitInter:true,fonts:[]},...MenuDefaultFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framersbn0q7skZ\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"150\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (dc38db3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getLoadingLazyAtYPosition,getPropertyControls,Image,Link,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,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 MenuDefault from\"https://framerusercontent.com/modules/jqa7VMIc9eGjsejT86Zv/LWlWnmLsjIRinZlJw9uK/agGbcxR4y.js\";import MenuOverlay from\"https://framerusercontent.com/modules/dgyWczWACPnPqhWJtkbh/MUPwVuxP24fhtf4YFFbD/qMaI38jfY.js\";import HeaderOverlayABOUT from\"https://framerusercontent.com/modules/oOIM7xetYdIWh8hNHiaZ/HA8r0eyK8Z0WiJeA1PNR/sbn0q7skZ.js\";const MenuOverlayFonts=getFonts(MenuOverlay);const HeaderOverlayABOUTFonts=getFonts(HeaderOverlayABOUT);const MotionDivWithFX=withFX(motion.div);const MenuDefaultFonts=getFonts(MenuDefault);const LocaleSelectorFonts=getFonts(LocaleSelector);const MenuOverlayControls=getPropertyControls(MenuOverlay);const MenuDefaultControls=getPropertyControls(MenuDefault);const cycleOrder=[\"puPwzGrd3\",\"MS_TOHs92\",\"NWu0kX5Hl\",\"gYJs5FYIR\",\"AxQUGN2C2\",\"Pd70cgCWr\"];const serializationHash=\"framer-2snid\";const variantClassNames={AxQUGN2C2:\"framer-v-1d7n6fd\",gYJs5FYIR:\"framer-v-7azm1j\",MS_TOHs92:\"framer-v-ll7h0l\",NWu0kX5Hl:\"framer-v-1ypv2k1\",Pd70cgCWr:\"framer-v-1l85iin\",puPwzGrd3:\"framer-v-ejf43i\"};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:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"ABOUT-BLUE\":\"aSE4iCbyw\",\"ABOUT-ON\":\"Q6P8UMNNQ\",\"ABOUT-WHITE\":\"FwhoyhZrf\",\"M-ABOUT-BLUE\":\"HF3JXgMHc\",\"M-ABOUT-ON\":\"ig53voILh\",\"M-ABOUT-WHITE\":\"D4sBB35F9\",\"M-PRODUCT-BLUE\":\"XNNZg9GKM\",\"M-PRODUCT-ON\":\"cHW0IFGMC\",\"M-PRODUCT-WHITE\":\"OB3KWD3VA\",\"PRODUCTS-BLUE\":\"E2EZFY3A8\",\"PRODUCTS-ON\":\"E0JjJYnTa\",\"PRODUCTS-WHITE\":\"aUd4SOtLq\"};const humanReadableEnumMap1={\"CAREER-BLUE\":\"LyhToSdqw\",\"CAREER-ON\":\"lSfr1ArSN\",\"CAREER-WHITE\":\"EjtYoM8hM\",\"CONTACT-BLUE\":\"aFkY5nOyb\",\"CONTACT-LARGE\":\"Tb9xYgWwi\",\"CONTACT-WHITE\":\"Bdo26UDsK\",\"HISTORY-BLUE\":\"BD0zNzaTD\",\"HISTORY-ON\":\"IhF5KxUQz\",\"IR-BLUE\":\"I13CXTJw_\",\"IR-ON\":\"VqYHYj4hp\",\"IR-WHITE\":\"hNWI1Q7o9\",\"M-CAREER-BLUE\":\"INaC99Am5\",\"M-CAREER-ON\":\"EtQxaKMz6\",\"M-IR-BLUE\":\"gqpTUXCgS\",\"M-IR-ON\":\"kQBScq4Il\",\"M-NEWS-BLUE\":\"CMbZpUCGL\",\"M-NEWS-ON\":\"lySBqOdVT\",\"M-PUBLICATION-BLUE\":\"CDjFzHoFO\",\"M-PUBLICATION-ON\":\"gsFnIXg3s\",\"NEWS-BLUE\":\"mFQnx0bKU\",\"NEWS-ON\":\"p_H55WIqx\",\"NEWS-WHITE\":\"Iy4H7Vz_Q\",\"OUR STORY-BLUE\":\"d8l0ZWpIN\",\"OUR STORY-ON\":\"oyBltNosN\",\"PUBLICATIONS-BLUE\":\"FnwEXEGWy\",\"PUBLICATIONS-ON\":\"e8aVhulTB\",\"PUBLICATIONS-WHITE\":\"bVgzr2x1y\",\"Variant 15\":\"HSjRm0AFP\",\"Variant 16\":\"S7MMmWSFj\"};const humanReadableVariantMap={\"Desktop BG O\":\"puPwzGrd3\",\"Desktop BG X\":\"gYJs5FYIR\",\"Mobile BG T\":\"MS_TOHs92\",\"Mobile BG X\":\"AxQUGN2C2\",\"Phone Open\":\"NWu0kX5Hl\",\"Variant 6\":\"Pd70cgCWr\"};const getProps=({aBOUT,cAREER,height,id,iR,mABOUT,mIR,mPRODUCT,mPUBLICATIONS,nEWS,pRODUCTS,pUBLICATIONS,width,...props})=>{var _humanReadableEnumMap_pRODUCTS,_ref,_ref1,_humanReadableEnumMap1_iR,_ref2,_ref3,_humanReadableEnumMap1_mIR,_ref4,_ref5,_humanReadableEnumMap1_cAREER,_ref6,_ref7,_humanReadableEnumMap1_nEWS,_ref8,_ref9,_humanReadableEnumMap1_mPUBLICATIONS,_ref10,_ref11,_humanReadableEnumMap_mABOUT,_ref12,_ref13,_humanReadableEnumMap1_pUBLICATIONS,_ref14,_ref15,_humanReadableEnumMap_mPRODUCT,_ref16,_ref17,_humanReadableVariantMap_props_variant,_ref18,_humanReadableEnumMap_aBOUT,_ref19,_ref20;return{...props,CRvmAkjen:(_ref1=(_ref=(_humanReadableEnumMap_pRODUCTS=humanReadableEnumMap[pRODUCTS])!==null&&_humanReadableEnumMap_pRODUCTS!==void 0?_humanReadableEnumMap_pRODUCTS:pRODUCTS)!==null&&_ref!==void 0?_ref:props.CRvmAkjen)!==null&&_ref1!==void 0?_ref1:\"E2EZFY3A8\",g4E0BabJ0:(_ref3=(_ref2=(_humanReadableEnumMap1_iR=humanReadableEnumMap1[iR])!==null&&_humanReadableEnumMap1_iR!==void 0?_humanReadableEnumMap1_iR:iR)!==null&&_ref2!==void 0?_ref2:props.g4E0BabJ0)!==null&&_ref3!==void 0?_ref3:\"I13CXTJw_\",HofMDrL4T:(_ref5=(_ref4=(_humanReadableEnumMap1_mIR=humanReadableEnumMap1[mIR])!==null&&_humanReadableEnumMap1_mIR!==void 0?_humanReadableEnumMap1_mIR:mIR)!==null&&_ref4!==void 0?_ref4:props.HofMDrL4T)!==null&&_ref5!==void 0?_ref5:\"gqpTUXCgS\",jNZUfzTfZ:(_ref7=(_ref6=(_humanReadableEnumMap1_cAREER=humanReadableEnumMap1[cAREER])!==null&&_humanReadableEnumMap1_cAREER!==void 0?_humanReadableEnumMap1_cAREER:cAREER)!==null&&_ref6!==void 0?_ref6:props.jNZUfzTfZ)!==null&&_ref7!==void 0?_ref7:\"LyhToSdqw\",KmYY3uJ1F:(_ref9=(_ref8=(_humanReadableEnumMap1_nEWS=humanReadableEnumMap1[nEWS])!==null&&_humanReadableEnumMap1_nEWS!==void 0?_humanReadableEnumMap1_nEWS:nEWS)!==null&&_ref8!==void 0?_ref8:props.KmYY3uJ1F)!==null&&_ref9!==void 0?_ref9:\"mFQnx0bKU\",mJFVOsZX3:(_ref11=(_ref10=(_humanReadableEnumMap1_mPUBLICATIONS=humanReadableEnumMap1[mPUBLICATIONS])!==null&&_humanReadableEnumMap1_mPUBLICATIONS!==void 0?_humanReadableEnumMap1_mPUBLICATIONS:mPUBLICATIONS)!==null&&_ref10!==void 0?_ref10:props.mJFVOsZX3)!==null&&_ref11!==void 0?_ref11:\"CDjFzHoFO\",nTiyNpfZa:(_ref13=(_ref12=(_humanReadableEnumMap_mABOUT=humanReadableEnumMap[mABOUT])!==null&&_humanReadableEnumMap_mABOUT!==void 0?_humanReadableEnumMap_mABOUT:mABOUT)!==null&&_ref12!==void 0?_ref12:props.nTiyNpfZa)!==null&&_ref13!==void 0?_ref13:\"HF3JXgMHc\",rlxndvBnf:(_ref15=(_ref14=(_humanReadableEnumMap1_pUBLICATIONS=humanReadableEnumMap1[pUBLICATIONS])!==null&&_humanReadableEnumMap1_pUBLICATIONS!==void 0?_humanReadableEnumMap1_pUBLICATIONS:pUBLICATIONS)!==null&&_ref14!==void 0?_ref14:props.rlxndvBnf)!==null&&_ref15!==void 0?_ref15:\"FnwEXEGWy\",sPYJafgkS:(_ref17=(_ref16=(_humanReadableEnumMap_mPRODUCT=humanReadableEnumMap[mPRODUCT])!==null&&_humanReadableEnumMap_mPRODUCT!==void 0?_humanReadableEnumMap_mPRODUCT:mPRODUCT)!==null&&_ref16!==void 0?_ref16:props.sPYJafgkS)!==null&&_ref17!==void 0?_ref17:\"XNNZg9GKM\",variant:(_ref18=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref18!==void 0?_ref18:\"puPwzGrd3\",vteslW6XB:(_ref20=(_ref19=(_humanReadableEnumMap_aBOUT=humanReadableEnumMap[aBOUT])!==null&&_humanReadableEnumMap_aBOUT!==void 0?_humanReadableEnumMap_aBOUT:aBOUT)!==null&&_ref19!==void 0?_ref19:props.vteslW6XB)!==null&&_ref20!==void 0?_ref20:\"aSE4iCbyw\"};};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,vteslW6XB,CRvmAkjen,rlxndvBnf,KmYY3uJ1F,jNZUfzTfZ,g4E0BabJ0,nTiyNpfZa,sPYJafgkS,mJFVOsZX3,HofMDrL4T,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"puPwzGrd3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapqvvxxa=activeVariantCallback(async(...args)=>{setVariant(\"MS_TOHs92\");});const onTapd4isa=activeVariantCallback(async(...args)=>{setVariant(\"NWu0kX5Hl\");});const onTap10vbpz6=activeVariantCallback(async(...args)=>{setVariant(\"Pd70cgCWr\");});const onTap1tz367e=activeVariantCallback(async(...args)=>{setVariant(\"AxQUGN2C2\");});const Ti14La7fzizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"MS_TOHs92\",\"NWu0kX5Hl\",\"gYJs5FYIR\",\"AxQUGN2C2\",\"Pd70cgCWr\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"MS_TOHs92\",\"NWu0kX5Hl\",\"AxQUGN2C2\",\"Pd70cgCWr\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"NWu0kX5Hl\",\"Pd70cgCWr\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"MS_TOHs92\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"AxQUGN2C2\")return true;return false;};const ref2=React.useRef(null);const ref3=React.useRef(null);const isDisplayed5=()=>{if(baseVariant===\"gYJs5FYIR\")return true;return false;};const ref4=React.useRef(null);const ref5=React.useRef(null);const isDisplayed6=()=>{if([\"NWu0kX5Hl\",\"Pd70cgCWr\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if([\"MS_TOHs92\",\"NWu0kX5Hl\",\"AxQUGN2C2\",\"Pd70cgCWr\"].includes(baseVariant))return false;return true;};const isDisplayed8=()=>{if([\"NWu0kX5Hl\",\"gYJs5FYIR\",\"Pd70cgCWr\"].includes(baseVariant))return false;return true;};const isDisplayed9=()=>{if([\"MS_TOHs92\",\"AxQUGN2C2\"].includes(baseVariant))return false;return true;};const isDisplayed10=()=>{if([\"MS_TOHs92\",\"AxQUGN2C2\"].includes(baseVariant))return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"MS_TOHs92\")return false;return true;};const isDisplayed12=()=>{if(baseVariant===\"Pd70cgCWr\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ejf43i\",className,classNames),\"data-framer-name\":\"Desktop BG O\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"puPwzGrd3\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.9)\",boxShadow:\"none\",WebkitBackdropFilter:\"blur(5px)\",...style},variants:{AxQUGN2C2:{backgroundColor:\"rgba(0, 0, 0, 0)\"},gYJs5FYIR:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(255, 255, 255, 0.01)\",WebkitBackdropFilter:\"blur(10px)\"},NWu0kX5Hl:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 230, 230)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 4px 16px 0px rgba(0, 0, 0, 0.12)\"},Pd70cgCWr:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(230, 230, 230)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 4px 16px 0px rgba(0, 0, 0, 0.12)\"}},...addPropertyOverrides({AxQUGN2C2:{\"data-framer-name\":\"Mobile BG X\"},gYJs5FYIR:{\"data-framer-name\":\"Desktop BG X\"},MS_TOHs92:{\"data-framer-name\":\"Mobile BG T\"},NWu0kX5Hl:{\"data-border\":true,\"data-framer-name\":\"Phone Open\"},Pd70cgCWr:{\"data-border\":true,\"data-framer-name\":\"Variant 6\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"y9q7V0PIt\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:236,intrinsicWidth:903,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-39.202657807308974)/2)),pixelHeight:236,pixelWidth:903,sizes:\"150px\",src:\"https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png\",srcSet:\"https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png 903w\"},className:\"framer-rpp6bk framer-746wi0\",\"data-framer-name\":\"\\xe1_\\xe1_\\xe1_\\xe1_\\xe1_1_4x\",layoutDependency:layoutDependency,layoutId:\"y9q7V0PIt\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-159ncn9\",\"data-framer-name\":\"Name\",layoutDependency:layoutDependency,layoutId:\"ErujOu5vg\",...addPropertyOverrides({NWu0kX5Hl:{\"data-highlight\":true,onTap:onTapqvvxxa},Pd70cgCWr:{\"data-highlight\":true,onTap:onTapqvvxxa}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p59pnq\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"gGWx9QgfO\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{NWu0kX5Hl:{backgroundColor:\"rgb(255, 255, 255)\"},Pd70cgCWr:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({AxQUGN2C2:{\"data-highlight\":true,onTap:onTap10vbpz6},MS_TOHs92:{\"data-highlight\":true,onTap:onTapd4isa},NWu0kX5Hl:{\"data-highlight\":true,onTap:onTapqvvxxa},Pd70cgCWr:{\"data-highlight\":true,onTap:onTap1tz367e}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-44g1uo\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"K6ZWgTe24\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{AxQUGN2C2:{backgroundColor:\"rgb(255, 255, 255)\"},MS_TOHs92:{backgroundColor:\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},NWu0kX5Hl:{backgroundColor:\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\",rotate:-45},Pd70cgCWr:{backgroundColor:\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\",rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i17pgc\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Afclc3sA9\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{AxQUGN2C2:{backgroundColor:\"rgb(255, 255, 255)\"},MS_TOHs92:{backgroundColor:\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\"},NWu0kX5Hl:{backgroundColor:\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\",rotate:45},Pd70cgCWr:{backgroundColor:\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(3, 0, 57))\",rotate:45}}})]}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"u2dNcZtkP\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:236,intrinsicWidth:903,pixelHeight:236,pixelWidth:903,src:\"https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png\",srcSet:\"https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png 903w\"},className:\"framer-8k0f1i framer-746wi0\",\"data-framer-name\":\"\\xe1_\\xe1_\\xe1_\\xe1_\\xe1_1_4x\",layoutDependency:layoutDependency,layoutId:\"u2dNcZtkP\",...addPropertyOverrides({NWu0kX5Hl:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:236,intrinsicWidth:903,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+18.932447397563678),pixelHeight:236,pixelWidth:903,sizes:\"100px\",src:\"https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png\",srcSet:\"https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png 903w\"}},Pd70cgCWr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:236,intrinsicWidth:903,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+18.932447397563678),pixelHeight:236,pixelWidth:903,sizes:\"100px\",src:\"https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png\",srcSet:\"https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png 903w\"}}},baseVariant,gestureVariant)})}),isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"ZBDp2k2BP\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:236,intrinsicWidth:903,pixelHeight:236,pixelWidth:903,src:\"https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png\",srcSet:\"https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png 903w\"},className:\"framer-a19tnw framer-746wi0\",\"data-framer-name\":\"\\xe1_\\xe1_\\xe1_\\xe1_\\xe1_1_4x\",layoutDependency:layoutDependency,layoutId:\"ZBDp2k2BP\",...addPropertyOverrides({MS_TOHs92:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:236,intrinsicWidth:903,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+18.932447397563678),pixelHeight:236,pixelWidth:903,sizes:\"100px\",src:\"https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png\",srcSet:\"https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ThaYoBeK9wUpQhpylnmL3t3uoDM.png 903w\"}}},baseVariant,gestureVariant)})}),isDisplayed4()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"SGqHP4tNZ\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:118,intrinsicWidth:451.5,pixelHeight:236,pixelWidth:903,src:\"https://framerusercontent.com/images/ShtqSfNCBocDNWle7A1jSFrs8Ww.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ShtqSfNCBocDNWle7A1jSFrs8Ww.png?scale-down-to=512 512w,https://framerusercontent.com/images/ShtqSfNCBocDNWle7A1jSFrs8Ww.png 903w\"},className:\"framer-1tsrbh2 framer-746wi0\",\"data-framer-name\":\"\\xe1_\\xe1_\\xe1_\\xe1_\\xe1_1_4x\",layoutDependency:layoutDependency,layoutId:\"SGqHP4tNZ\",...addPropertyOverrides({AxQUGN2C2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:118,intrinsicWidth:451.5,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+18.932447397563678),pixelHeight:236,pixelWidth:903,sizes:\"100px\",src:\"https://framerusercontent.com/images/ShtqSfNCBocDNWle7A1jSFrs8Ww.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ShtqSfNCBocDNWle7A1jSFrs8Ww.png?scale-down-to=512 512w,https://framerusercontent.com/images/ShtqSfNCBocDNWle7A1jSFrs8Ww.png 903w\"}}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({AxQUGN2C2:{value:transition2},MS_TOHs92:{value:transition2},NWu0kX5Hl:{value:transition2},Pd70cgCWr:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18m7fdz\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"zSREwm5eD\",style:{opacity:1},variants:{AxQUGN2C2:{opacity:0}},children:[isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-34)/2)+7.5,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1npam83-container\",id:`${layoutId}-1npam83`,layoutDependency:layoutDependency,layoutId:\"rwA0SlYmW-container\",ref:ref2,children:[/*#__PURE__*/_jsx(MenuOverlay,{height:\"100%\",id:\"rwA0SlYmW\",layoutId:\"rwA0SlYmW\",Ti14La7fz:Ti14La7fzizu9gt({overlay}),variant:vteslW6XB,width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1npam83`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,width:\"200px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-34)/2)+7.5+0,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-28rj0-container\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"WYtU0q2jj-container\",ref:ref3,role:\"dialog\",children:/*#__PURE__*/_jsx(HeaderOverlayABOUT,{height:\"100%\",id:\"WYtU0q2jj\",layoutId:\"WYtU0q2jj\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-34)/2)+7.5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-173tjar-container\",layoutDependency:layoutDependency,layoutId:\"t71Xv5piv-container\",children:/*#__PURE__*/_jsx(MenuOverlay,{height:\"100%\",id:\"t71Xv5piv\",layoutId:\"t71Xv5piv\",variant:CRvmAkjen,width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({gYJs5FYIR:{height:19,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-34)/2)+7.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lo1g7q-container\",id:`${layoutId}-lo1g7q`,layoutDependency:layoutDependency,layoutId:\"QyH8kRipW-container\",ref:ref4,children:[/*#__PURE__*/_jsx(MenuOverlay,{height:\"100%\",id:\"QyH8kRipW\",layoutId:\"QyH8kRipW\",Ti14La7fz:Ti14La7fzizu9gt({overlay:overlay1}),variant:\"FwhoyhZrf\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-lo1g7q`,offsetX:0,offsetY:10,onDismiss:overlay1.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({gYJs5FYIR:{alignment:\"start\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1f6tz45\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"tUl9fSNrG\",ref:ref5,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({gYJs5FYIR:{height:150,width:\"200px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-34)/2)+7.5+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kkmvwh-container\",layoutDependency:layoutDependency,layoutId:\"CgWsmXJAM-container\",children:/*#__PURE__*/_jsx(HeaderOverlayABOUT,{height:\"100%\",id:\"CgWsmXJAM\",layoutId:\"CgWsmXJAM\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})]})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bj6xtl\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"fGljsqf6O\",children:[isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1buynfo-container\",layoutDependency:layoutDependency,layoutId:\"tOsK884qR-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"tOsK884qR\",layoutId:\"tOsK884qR\",variant:\"Iy4H7Vz_Q\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({NWu0kX5Hl:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+75+20},Pd70cgCWr:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+75+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13qs7t1-container\",layoutDependency:layoutDependency,layoutId:\"VVqUcDKKh-container\",children:/*#__PURE__*/_jsx(MenuOverlay,{height:\"100%\",id:\"VVqUcDKKh\",layoutId:\"VVqUcDKKh\",variant:\"E2EZFY3A8\",width:\"100%\",...addPropertyOverrides({NWu0kX5Hl:{style:{width:\"100%\"},variant:sPYJafgkS},Pd70cgCWr:{style:{width:\"100%\"},variant:sPYJafgkS}},baseVariant,gestureVariant)})})})]}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-34)/2)+7.5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x8n2hh-container\",layoutDependency:layoutDependency,layoutId:\"dLqoDL_fv-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"dLqoDL_fv\",layoutId:\"dLqoDL_fv\",variant:rlxndvBnf,width:\"100%\",...addPropertyOverrides({gYJs5FYIR:{variant:\"bVgzr2x1y\"}},baseVariant,gestureVariant)})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-34)/2)+7.5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fn1750-container\",layoutDependency:layoutDependency,layoutId:\"SEzW1rNOU-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"SEzW1rNOU\",layoutId:\"SEzW1rNOU\",variant:KmYY3uJ1F,width:\"100%\",...addPropertyOverrides({gYJs5FYIR:{variant:\"Iy4H7Vz_Q\"}},baseVariant,gestureVariant)})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({gYJs5FYIR:{height:19,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-34)/2)+7.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ppgbxh-container\",layoutDependency:layoutDependency,layoutId:\"vjfJUE0JK-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"vjfJUE0JK\",layoutId:\"vjfJUE0JK\",variant:\"hNWI1Q7o9\",width:\"100%\"})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-34)/2)+7.5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jvjni1-container\",layoutDependency:layoutDependency,layoutId:\"DQoPMK7VD-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"DQoPMK7VD\",layoutId:\"DQoPMK7VD\",variant:jNZUfzTfZ,width:\"100%\",...addPropertyOverrides({gYJs5FYIR:{variant:\"EjtYoM8hM\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-34)/2)+7.5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i5qo7m-container\",layoutDependency:layoutDependency,layoutId:\"RDOKA9OQC-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"RDOKA9OQC\",layoutId:\"RDOKA9OQC\",variant:g4E0BabJ0,width:\"100%\"})})}),isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p10dpd\",layoutDependency:layoutDependency,layoutId:\"FpJ7aOWDm\",children:[isDisplayed9()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-34)/2)+0+7.5,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hhih82-container\",layoutDependency:layoutDependency,layoutId:\"M19u4SpMI-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"M19u4SpMI\",layoutId:\"M19u4SpMI\",variant:\"aFkY5nOyb\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v0tamr-container\",layoutDependency:layoutDependency,layoutId:\"HHTKEN4Zm-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(189, 189, 189)\",size:12,type:\"default\"},font:{fontFamily:'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",id:\"HHTKEN4Zm\",layoutId:\"HHTKEN4Zm\",options:{border:{color:\"rgb(238, 239, 242)\",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:8,radiusBottomLeft:8,radiusBottomRight:8,radiusPerConrner:false,radiusTopLeft:8,radiusTopRight:8,style:{width:\"100%\"},textColor:\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(13, 11, 45))\",width:\"100%\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mllazy\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"vVE29Cipr\",children:[isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19zl5ay-container\",layoutDependency:layoutDependency,layoutId:\"cOSWOA0dA-container\",children:/*#__PURE__*/_jsx(MenuOverlay,{height:\"100%\",id:\"cOSWOA0dA\",layoutId:\"cOSWOA0dA\",variant:\"aSE4iCbyw\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({NWu0kX5Hl:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+20},Pd70cgCWr:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gg781n-container\",layoutDependency:layoutDependency,layoutId:\"eFptIURfR-container\",children:/*#__PURE__*/_jsx(MenuOverlay,{height:\"100%\",id:\"eFptIURfR\",layoutId:\"eFptIURfR\",style:{width:\"100%\"},variant:sPYJafgkS,width:\"100%\",...addPropertyOverrides({NWu0kX5Hl:{variant:nTiyNpfZa},Pd70cgCWr:{variant:nTiyNpfZa}},baseVariant,gestureVariant)})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jprld3\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"SaEsfMauP\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({NWu0kX5Hl:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+150+20},Pd70cgCWr:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+150+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-s9d89w-container\",layoutDependency:layoutDependency,layoutId:\"ZOZfMdE77-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"ZOZfMdE77\",layoutId:\"ZOZfMdE77\",variant:\"FnwEXEGWy\",width:\"100%\",...addPropertyOverrides({NWu0kX5Hl:{style:{width:\"100%\"},variant:mJFVOsZX3},Pd70cgCWr:{style:{width:\"100%\"},variant:mJFVOsZX3}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9ca9u3\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"vxce64KGU\",children:[isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19s2qt3-container\",layoutDependency:layoutDependency,layoutId:\"a9b1fwmZY-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"a9b1fwmZY\",layoutId:\"a9b1fwmZY\",variant:\"Iy4H7Vz_Q\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({NWu0kX5Hl:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+225+20},Pd70cgCWr:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+225+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14l8bjr-container\",layoutDependency:layoutDependency,layoutId:\"ETJxaIIKq-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"ETJxaIIKq\",layoutId:\"ETJxaIIKq\",variant:\"mFQnx0bKU\",width:\"100%\",...addPropertyOverrides({NWu0kX5Hl:{style:{width:\"100%\"},variant:\"CMbZpUCGL\"},Pd70cgCWr:{style:{width:\"100%\"},variant:\"CMbZpUCGL\"}},baseVariant,gestureVariant)})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-13hzctu\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"QuEmNHtbC\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({NWu0kX5Hl:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+300+20},Pd70cgCWr:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+300+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-oogosc-container\",layoutDependency:layoutDependency,layoutId:\"V_egPXPds-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"V_egPXPds\",layoutId:\"V_egPXPds\",variant:\"LyhToSdqw\",width:\"100%\",...addPropertyOverrides({NWu0kX5Hl:{style:{width:\"100%\"},variant:\"INaC99Am5\"},Pd70cgCWr:{style:{width:\"100%\"},variant:\"INaC99Am5\"}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vum0se\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"ULLh1_sji\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({NWu0kX5Hl:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+375+20},Pd70cgCWr:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+375+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3ktxto-container\",layoutDependency:layoutDependency,layoutId:\"qhaDIXU64-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"qhaDIXU64\",layoutId:\"qhaDIXU64\",variant:\"I13CXTJw_\",width:\"100%\",...addPropertyOverrides({NWu0kX5Hl:{style:{width:\"100%\"},variant:HofMDrL4T},Pd70cgCWr:{style:{width:\"100%\"},variant:HofMDrL4T}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-11mpkkr\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"mZN92HV0l\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({NWu0kX5Hl:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+450+0},Pd70cgCWr:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+500+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7ymoyo-container\",layoutDependency:layoutDependency,layoutId:\"t7ynFkeoF-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"t7ynFkeoF\",layoutId:\"t7ynFkeoF\",variant:\"aFkY5nOyb\",width:\"100%\",...addPropertyOverrides({NWu0kX5Hl:{style:{width:\"100%\"},variant:\"Tb9xYgWwi\"},Pd70cgCWr:{style:{width:\"100%\"},variant:\"Tb9xYgWwi\"}},baseVariant,gestureVariant)})})})}),isDisplayed10()&&/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17f0v5n\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"O_wH3AfYd\",style:{opacity:1},variants:{MS_TOHs92:{opacity:0}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-batob3\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"HbGPnFu_1\",children:[isDisplayed11()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({AxQUGN2C2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+56+18.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rl08d9-container\",layoutDependency:layoutDependency,layoutId:\"ta5R0XCLb-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"ta5R0XCLb\",layoutId:\"ta5R0XCLb\",variant:\"Iy4H7Vz_Q\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({AxQUGN2C2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+56+18.5},MS_TOHs92:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+59+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ioxiyo-container\",layoutDependency:layoutDependency,layoutId:\"Bfd2k2C5N-container\",children:/*#__PURE__*/_jsx(MenuOverlay,{height:\"100%\",id:\"Bfd2k2C5N\",layoutId:\"Bfd2k2C5N\",variant:\"aSE4iCbyw\",width:\"100%\",...addPropertyOverrides({MS_TOHs92:{variant:\"E2EZFY3A8\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mb684n\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"ookBfhERX\",children:[isDisplayed11()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({AxQUGN2C2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+0+18.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q4il11-container\",layoutDependency:layoutDependency,layoutId:\"zITYAEX0U-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"zITYAEX0U\",layoutId:\"zITYAEX0U\",variant:\"mFQnx0bKU\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({AxQUGN2C2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+0+18.5},MS_TOHs92:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+0+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p273j4-container\",layoutDependency:layoutDependency,layoutId:\"Mv_1ON1Sk-container\",children:/*#__PURE__*/_jsx(MenuOverlay,{height:\"100%\",id:\"Mv_1ON1Sk\",layoutId:\"Mv_1ON1Sk\",variant:\"aSE4iCbyw\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1psd5tb\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"CUu3olh9l\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({AxQUGN2C2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+112+18.5},MS_TOHs92:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+118+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tamfck-container\",layoutDependency:layoutDependency,layoutId:\"rwnUPBNf6-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"rwnUPBNf6\",layoutId:\"rwnUPBNf6\",variant:\"FnwEXEGWy\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ygfnlp\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"AxP2MXo8b\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({AxQUGN2C2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+168+18.5},MS_TOHs92:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+177+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pc1ucc-container\",layoutDependency:layoutDependency,layoutId:\"iKaXmxywP-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"iKaXmxywP\",layoutId:\"iKaXmxywP\",variant:\"Iy4H7Vz_Q\",width:\"100%\",...addPropertyOverrides({MS_TOHs92:{variant:\"mFQnx0bKU\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15do2d4\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"XEw8LdIot\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({AxQUGN2C2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+224+18.5},MS_TOHs92:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+236+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12bth77-container\",layoutDependency:layoutDependency,layoutId:\"NDd0ZcvpL-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"NDd0ZcvpL\",layoutId:\"NDd0ZcvpL\",variant:\"LyhToSdqw\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xfaiym\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"ECw2yQVSr\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({AxQUGN2C2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+280+18.5},MS_TOHs92:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+295+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-omk1r0-container\",layoutDependency:layoutDependency,layoutId:\"iZlG6S_1g-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"iZlG6S_1g\",layoutId:\"iZlG6S_1g\",variant:\"I13CXTJw_\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oi3wsq\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"cXLij8NsN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({AxQUGN2C2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+336+18.5},MS_TOHs92:{height:56,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+64+0+0+0+354+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19a90jd-container\",layoutDependency:layoutDependency,layoutId:\"zW4JW7b91-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"zW4JW7b91\",layoutId:\"zW4JW7b91\",variant:\"aFkY5nOyb\",width:\"100%\",...addPropertyOverrides({MS_TOHs92:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({gYJs5FYIR:{height:19,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-34)/2)+7.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6khdxz-container\",layoutDependency:layoutDependency,layoutId:\"AZQsrjoAD-container\",children:/*#__PURE__*/_jsx(MenuOverlay,{height:\"100%\",id:\"AZQsrjoAD\",layoutId:\"AZQsrjoAD\",variant:\"aUd4SOtLq\",width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fl5xr1\",layoutDependency:layoutDependency,layoutId:\"iBfaFUl2U\",children:[isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({gYJs5FYIR:{height:19,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-34)/2)+0+7.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sm7grv-container\",layoutDependency:layoutDependency,layoutId:\"NYw0YPUPW-container\",children:/*#__PURE__*/_jsx(MenuDefault,{height:\"100%\",id:\"NYw0YPUPW\",layoutId:\"NYw0YPUPW\",variant:\"Bdo26UDsK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yu3a5d-container\",layoutDependency:layoutDependency,layoutId:\"EAkBfY4vD-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(189, 189, 189)\",size:12,type:\"default\"},font:{fontFamily:'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",id:\"EAkBfY4vD\",layoutId:\"EAkBfY4vD\",options:{border:{color:\"rgb(238, 239, 242)\",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:8,radiusBottomLeft:8,radiusBottomRight:8,radiusPerConrner:false,radiusTopLeft:8,radiusTopRight:8,style:{width:\"100%\"},textColor:\"rgb(255, 255, 255)\",width:\"100%\"})})})]}),isDisplayed12()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uuhq5v-container\",layoutDependency:layoutDependency,layoutId:\"Zr6j8qDYk-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(189, 189, 189)\",size:12,type:\"default\"},font:{fontFamily:'\"Wanted Sans Medium\", \"Wanted Sans Medium Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",id:\"Zr6j8qDYk\",layoutId:\"Zr6j8qDYk\",options:{border:{color:\"rgb(238, 239, 242)\",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,hover:{fillColor:\"rgb(238, 239, 242)\"},title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusPerConrner:false,radiusTopLeft:8,radiusTopRight:8,style:{width:\"100%\"},textColor:\"var(--token-2d14e383-a14a-44f6-a3c1-2219e81c1b65, rgb(13, 11, 45))\",width:\"100%\"})})})]})}),isDisplayed5()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"GR5sPbfJx\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:118,intrinsicWidth:451.5,pixelHeight:236,pixelWidth:903,src:\"https://framerusercontent.com/images/ShtqSfNCBocDNWle7A1jSFrs8Ww.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ShtqSfNCBocDNWle7A1jSFrs8Ww.png?scale-down-to=512 512w,https://framerusercontent.com/images/ShtqSfNCBocDNWle7A1jSFrs8Ww.png 903w\"},className:\"framer-5fhy76 framer-746wi0\",\"data-framer-name\":\"\\xe1_\\xe1_\\xe1_\\xe1_\\xe1_1_4x\",layoutDependency:layoutDependency,layoutId:\"GR5sPbfJx\",...addPropertyOverrides({gYJs5FYIR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:118,intrinsicWidth:451.5,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-16-39)/2)),pixelHeight:236,pixelWidth:903,sizes:\"150px\",src:\"https://framerusercontent.com/images/ShtqSfNCBocDNWle7A1jSFrs8Ww.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ShtqSfNCBocDNWle7A1jSFrs8Ww.png?scale-down-to=512 512w,https://framerusercontent.com/images/ShtqSfNCBocDNWle7A1jSFrs8Ww.png 903w\"}}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2snid.framer-746wi0, .framer-2snid .framer-746wi0 { display: block; }\",\".framer-2snid.framer-ejf43i { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 40px 8px 40px; position: relative; width: 1200px; }\",\".framer-2snid .framer-rpp6bk, .framer-2snid .framer-5fhy76 { aspect-ratio: 3.8262711864406778 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 39px); overflow: visible; position: relative; text-decoration: none; width: 150px; }\",\".framer-2snid .framer-159ncn9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; min-height: 64px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2snid .framer-p59pnq { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-2snid .framer-44g1uo { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2snid .framer-1i17pgc { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2snid .framer-8k0f1i, .framer-2snid .framer-a19tnw, .framer-2snid .framer-1tsrbh2 { aspect-ratio: 3.8262711864406778 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); overflow: visible; position: relative; text-decoration: none; width: 100px; }\",\".framer-2snid .framer-18m7fdz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-2snid .framer-1npam83-container, .framer-2snid .framer-173tjar-container, .framer-2snid .framer-lo1g7q-container, .framer-2snid .framer-1buynfo-container, .framer-2snid .framer-13qs7t1-container, .framer-2snid .framer-x8n2hh-container, .framer-2snid .framer-fn1750-container, .framer-2snid .framer-1ppgbxh-container, .framer-2snid .framer-1jvjni1-container, .framer-2snid .framer-1i5qo7m-container, .framer-2snid .framer-1hhih82-container, .framer-2snid .framer-19zl5ay-container, .framer-2snid .framer-s9d89w-container, .framer-2snid .framer-19s2qt3-container, .framer-2snid .framer-14l8bjr-container, .framer-2snid .framer-oogosc-container, .framer-2snid .framer-3ktxto-container, .framer-2snid .framer-7ymoyo-container, .framer-2snid .framer-rl08d9-container, .framer-2snid .framer-1ioxiyo-container, .framer-2snid .framer-q4il11-container, .framer-2snid .framer-p273j4-container, .framer-2snid .framer-1tamfck-container, .framer-2snid .framer-pc1ucc-container, .framer-2snid .framer-12bth77-container, .framer-2snid .framer-omk1r0-container, .framer-2snid .framer-19a90jd-container, .framer-2snid .framer-6khdxz-container, .framer-2snid .framer-sm7grv-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-2snid .framer-28rj0-container { height: 150px; position: relative; width: 200px; }\",\".framer-2snid .framer-1f6tz45 { height: 150px; overflow: hidden; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2snid .framer-kkmvwh-container { flex: none; height: 150px; left: -16px; position: absolute; top: 0px; width: 200px; }\",\".framer-2snid .framer-1bj6xtl, .framer-2snid .framer-1mllazy, .framer-2snid .framer-1jprld3, .framer-2snid .framer-9ca9u3, .framer-2snid .framer-13hzctu, .framer-2snid .framer-1vum0se, .framer-2snid .framer-11mpkkr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 56px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 200px; }\",\".framer-2snid .framer-p10dpd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2snid .framer-1v0tamr-container, .framer-2snid .framer-yu3a5d-container { flex: none; height: auto; position: relative; width: 120px; }\",\".framer-2snid .framer-gg781n-container, .framer-2snid .framer-1uuhq5v-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-2snid .framer-17f0v5n { 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: 200px; z-index: 2; }\",\".framer-2snid .framer-batob3, .framer-2snid .framer-mb684n, .framer-2snid .framer-1psd5tb, .framer-2snid .framer-ygfnlp, .framer-2snid .framer-15do2d4, .framer-2snid .framer-xfaiym, .framer-2snid .framer-1oi3wsq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 56px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2snid .framer-1fl5xr1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2snid.framer-ejf43i, .framer-2snid .framer-159ncn9, .framer-2snid .framer-18m7fdz, .framer-2snid .framer-1bj6xtl, .framer-2snid .framer-p10dpd, .framer-2snid .framer-1mllazy, .framer-2snid .framer-1jprld3, .framer-2snid .framer-9ca9u3, .framer-2snid .framer-13hzctu, .framer-2snid .framer-1vum0se, .framer-2snid .framer-11mpkkr, .framer-2snid .framer-17f0v5n, .framer-2snid .framer-batob3, .framer-2snid .framer-mb684n, .framer-2snid .framer-1psd5tb, .framer-2snid .framer-ygfnlp, .framer-2snid .framer-15do2d4, .framer-2snid .framer-xfaiym, .framer-2snid .framer-1oi3wsq, .framer-2snid .framer-1fl5xr1 { gap: 0px; } .framer-2snid.framer-ejf43i > *, .framer-2snid .framer-159ncn9 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-2snid.framer-ejf43i > :first-child, .framer-2snid .framer-159ncn9 > :first-child, .framer-2snid .framer-18m7fdz > :first-child, .framer-2snid .framer-1bj6xtl > :first-child, .framer-2snid .framer-p10dpd > :first-child, .framer-2snid .framer-1mllazy > :first-child, .framer-2snid .framer-1jprld3 > :first-child, .framer-2snid .framer-9ca9u3 > :first-child, .framer-2snid .framer-13hzctu > :first-child, .framer-2snid .framer-1vum0se > :first-child, .framer-2snid .framer-11mpkkr > :first-child, .framer-2snid .framer-batob3 > :first-child, .framer-2snid .framer-mb684n > :first-child, .framer-2snid .framer-1psd5tb > :first-child, .framer-2snid .framer-ygfnlp > :first-child, .framer-2snid .framer-15do2d4 > :first-child, .framer-2snid .framer-xfaiym > :first-child, .framer-2snid .framer-1oi3wsq > :first-child, .framer-2snid .framer-1fl5xr1 > :first-child { margin-left: 0px; } .framer-2snid.framer-ejf43i > :last-child, .framer-2snid .framer-159ncn9 > :last-child, .framer-2snid .framer-18m7fdz > :last-child, .framer-2snid .framer-1bj6xtl > :last-child, .framer-2snid .framer-p10dpd > :last-child, .framer-2snid .framer-1mllazy > :last-child, .framer-2snid .framer-1jprld3 > :last-child, .framer-2snid .framer-9ca9u3 > :last-child, .framer-2snid .framer-13hzctu > :last-child, .framer-2snid .framer-1vum0se > :last-child, .framer-2snid .framer-11mpkkr > :last-child, .framer-2snid .framer-batob3 > :last-child, .framer-2snid .framer-mb684n > :last-child, .framer-2snid .framer-1psd5tb > :last-child, .framer-2snid .framer-ygfnlp > :last-child, .framer-2snid .framer-15do2d4 > :last-child, .framer-2snid .framer-xfaiym > :last-child, .framer-2snid .framer-1oi3wsq > :last-child, .framer-2snid .framer-1fl5xr1 > :last-child { margin-right: 0px; } .framer-2snid .framer-18m7fdz > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-2snid .framer-1bj6xtl > *, .framer-2snid .framer-1mllazy > *, .framer-2snid .framer-1jprld3 > *, .framer-2snid .framer-9ca9u3 > *, .framer-2snid .framer-13hzctu > *, .framer-2snid .framer-1vum0se > *, .framer-2snid .framer-11mpkkr > *, .framer-2snid .framer-batob3 > *, .framer-2snid .framer-mb684n > *, .framer-2snid .framer-1psd5tb > *, .framer-2snid .framer-ygfnlp > *, .framer-2snid .framer-15do2d4 > *, .framer-2snid .framer-xfaiym > *, .framer-2snid .framer-1oi3wsq > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-2snid .framer-p10dpd > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-2snid .framer-17f0v5n > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2snid .framer-17f0v5n > :first-child { margin-top: 0px; } .framer-2snid .framer-17f0v5n > :last-child { margin-bottom: 0px; } .framer-2snid .framer-1fl5xr1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-2snid.framer-v-ll7h0l.framer-ejf43i { flex-direction: column; gap: 0px; height: 64px; overflow: hidden; padding: 0px 0px 40px 0px; width: 390px; }\",\".framer-2snid.framer-v-ll7h0l .framer-159ncn9, .framer-2snid.framer-v-1d7n6fd .framer-159ncn9 { flex: none; gap: unset; height: 64px; justify-content: space-between; min-height: unset; order: 0; padding: 0px 10px 0px 20px; width: 100%; z-index: 2; }\",\".framer-2snid.framer-v-ll7h0l .framer-p59pnq, .framer-2snid.framer-v-1ypv2k1 .framer-p59pnq, .framer-2snid.framer-v-1l85iin .framer-p59pnq { cursor: pointer; height: 44px; order: 1; width: 44px; }\",\".framer-2snid.framer-v-ll7h0l .framer-a19tnw, .framer-2snid.framer-v-1ypv2k1 .framer-8k0f1i, .framer-2snid.framer-v-7azm1j .framer-lo1g7q-container, .framer-2snid.framer-v-1d7n6fd .framer-1tsrbh2, .framer-2snid.framer-v-1d7n6fd .framer-mb684n, .framer-2snid.framer-v-1l85iin .framer-8k0f1i { order: 0; }\",\".framer-2snid.framer-v-ll7h0l .framer-18m7fdz, .framer-2snid.framer-v-1d7n6fd .framer-18m7fdz { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; justify-content: flex-start; order: 1; padding: 0px 20px 0px 20px; width: 100%; z-index: 2; }\",\".framer-2snid.framer-v-ll7h0l .framer-p10dpd, .framer-2snid.framer-v-1d7n6fd .framer-p10dpd { order: 17; }\",\".framer-2snid.framer-v-ll7h0l .framer-17f0v5n { order: 12; width: 100%; }\",\".framer-2snid.framer-v-ll7h0l .framer-batob3 { height: min-content; order: 1; padding: 20px 0px 20px 0px; }\",\".framer-2snid.framer-v-ll7h0l .framer-mb684n { height: min-content; order: 0; padding: 20px 0px 20px 0px; }\",\".framer-2snid.framer-v-ll7h0l .framer-1psd5tb { height: min-content; order: 2; padding: 20px 0px 20px 0px; }\",\".framer-2snid.framer-v-ll7h0l .framer-ygfnlp { height: min-content; order: 3; padding: 20px 0px 20px 0px; }\",\".framer-2snid.framer-v-ll7h0l .framer-15do2d4 { height: min-content; order: 4; padding: 20px 0px 20px 0px; }\",\".framer-2snid.framer-v-ll7h0l .framer-xfaiym { height: min-content; order: 5; padding: 20px 0px 20px 0px; }\",\".framer-2snid.framer-v-ll7h0l .framer-1oi3wsq, .framer-2snid.framer-v-7azm1j .framer-1ppgbxh-container, .framer-2snid.framer-v-1d7n6fd .framer-1oi3wsq { order: 6; }\",\".framer-2snid.framer-v-ll7h0l .framer-19a90jd-container { flex: 1 0 0px; height: 100%; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2snid.framer-v-ll7h0l.framer-ejf43i, .framer-2snid.framer-v-ll7h0l .framer-159ncn9, .framer-2snid.framer-v-ll7h0l .framer-18m7fdz { gap: 0px; } .framer-2snid.framer-v-ll7h0l.framer-ejf43i > *, .framer-2snid.framer-v-ll7h0l .framer-18m7fdz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2snid.framer-v-ll7h0l.framer-ejf43i > :first-child, .framer-2snid.framer-v-ll7h0l .framer-18m7fdz > :first-child { margin-top: 0px; } .framer-2snid.framer-v-ll7h0l.framer-ejf43i > :last-child, .framer-2snid.framer-v-ll7h0l .framer-18m7fdz > :last-child { margin-bottom: 0px; } .framer-2snid.framer-v-ll7h0l .framer-159ncn9 > *, .framer-2snid.framer-v-ll7h0l .framer-159ncn9 > :first-child, .framer-2snid.framer-v-ll7h0l .framer-159ncn9 > :last-child { margin: 0px; } }\",\".framer-2snid.framer-v-1ypv2k1.framer-ejf43i, .framer-2snid.framer-v-1l85iin.framer-ejf43i { flex-direction: column; gap: 0px; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 0px 0px 120px 0px; width: 390px; }\",\".framer-2snid.framer-v-1ypv2k1 .framer-159ncn9, .framer-2snid.framer-v-1l85iin .framer-159ncn9 { cursor: pointer; flex: none; gap: unset; height: 64px; justify-content: space-between; min-height: unset; order: 0; padding: 0px 10px 0px 20px; width: 100%; z-index: 2; }\",\".framer-2snid.framer-v-1ypv2k1 .framer-44g1uo, .framer-2snid.framer-v-1ypv2k1 .framer-1i17pgc, .framer-2snid.framer-v-1l85iin .framer-44g1uo, .framer-2snid.framer-v-1l85iin .framer-1i17pgc { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-2snid.framer-v-1ypv2k1 .framer-18m7fdz, .framer-2snid.framer-v-1l85iin .framer-18m7fdz { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; justify-content: flex-start; order: 1; padding: 0px 20px 0px 20px; width: 100%; z-index: 2; }\",\".framer-2snid.framer-v-1ypv2k1 .framer-1bj6xtl, .framer-2snid.framer-v-1l85iin .framer-1bj6xtl { height: min-content; order: 1; padding: 20px 0px 20px 0px; width: 100%; }\",\".framer-2snid.framer-v-1ypv2k1 .framer-13qs7t1-container, .framer-2snid.framer-v-1ypv2k1 .framer-s9d89w-container, .framer-2snid.framer-v-1ypv2k1 .framer-14l8bjr-container, .framer-2snid.framer-v-1ypv2k1 .framer-oogosc-container, .framer-2snid.framer-v-1ypv2k1 .framer-3ktxto-container, .framer-2snid.framer-v-1ypv2k1 .framer-7ymoyo-container, .framer-2snid.framer-v-1l85iin .framer-13qs7t1-container, .framer-2snid.framer-v-1l85iin .framer-s9d89w-container, .framer-2snid.framer-v-1l85iin .framer-14l8bjr-container, .framer-2snid.framer-v-1l85iin .framer-oogosc-container, .framer-2snid.framer-v-1l85iin .framer-3ktxto-container, .framer-2snid.framer-v-1l85iin .framer-7ymoyo-container { flex: 1 0 0px; width: 1px; }\",\".framer-2snid.framer-v-1ypv2k1 .framer-1mllazy, .framer-2snid.framer-v-1l85iin .framer-1mllazy { height: min-content; order: 0; padding: 20px 0px 20px 0px; width: 100%; }\",\".framer-2snid.framer-v-1ypv2k1 .framer-1jprld3, .framer-2snid.framer-v-1l85iin .framer-1jprld3 { height: min-content; order: 2; padding: 20px 0px 20px 0px; width: 100%; }\",\".framer-2snid.framer-v-1ypv2k1 .framer-9ca9u3, .framer-2snid.framer-v-1l85iin .framer-9ca9u3 { height: min-content; order: 3; padding: 20px 0px 20px 0px; width: 100%; }\",\".framer-2snid.framer-v-1ypv2k1 .framer-13hzctu, .framer-2snid.framer-v-1l85iin .framer-13hzctu { height: min-content; order: 4; padding: 20px 0px 20px 0px; width: 100%; }\",\".framer-2snid.framer-v-1ypv2k1 .framer-1vum0se, .framer-2snid.framer-v-1l85iin .framer-1vum0se { height: min-content; order: 5; padding: 20px 0px 20px 0px; width: 100%; }\",\".framer-2snid.framer-v-1ypv2k1 .framer-11mpkkr { height: min-content; order: 6; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2snid.framer-v-1ypv2k1.framer-ejf43i, .framer-2snid.framer-v-1ypv2k1 .framer-159ncn9, .framer-2snid.framer-v-1ypv2k1 .framer-18m7fdz { gap: 0px; } .framer-2snid.framer-v-1ypv2k1.framer-ejf43i > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2snid.framer-v-1ypv2k1.framer-ejf43i > :first-child, .framer-2snid.framer-v-1ypv2k1 .framer-18m7fdz > :first-child { margin-top: 0px; } .framer-2snid.framer-v-1ypv2k1.framer-ejf43i > :last-child, .framer-2snid.framer-v-1ypv2k1 .framer-18m7fdz > :last-child { margin-bottom: 0px; } .framer-2snid.framer-v-1ypv2k1 .framer-159ncn9 > *, .framer-2snid.framer-v-1ypv2k1 .framer-159ncn9 > :first-child, .framer-2snid.framer-v-1ypv2k1 .framer-159ncn9 > :last-child { margin: 0px; } .framer-2snid.framer-v-1ypv2k1 .framer-18m7fdz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-2snid.framer-v-7azm1j .framer-159ncn9, .framer-2snid.framer-v-1d7n6fd .framer-1psd5tb { order: 2; }\",\".framer-2snid.framer-v-7azm1j .framer-18m7fdz, .framer-2snid.framer-v-7azm1j .framer-x8n2hh-container, .framer-2snid.framer-v-1d7n6fd .framer-ygfnlp { order: 3; }\",\".framer-2snid.framer-v-7azm1j .framer-1f6tz45 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; overflow: visible; padding: 0px; }\",\".framer-2snid.framer-v-7azm1j .framer-kkmvwh-container { flex: 1 0 0px; height: 100%; left: unset; position: relative; top: unset; width: 1px; }\",\".framer-2snid.framer-v-7azm1j .framer-fn1750-container, .framer-2snid.framer-v-1d7n6fd .framer-15do2d4 { order: 4; }\",\".framer-2snid.framer-v-7azm1j .framer-1jvjni1-container, .framer-2snid.framer-v-1d7n6fd .framer-xfaiym { order: 5; }\",\".framer-2snid.framer-v-7azm1j .framer-6khdxz-container, .framer-2snid.framer-v-7azm1j .framer-5fhy76, .framer-2snid.framer-v-1d7n6fd .framer-batob3 { order: 1; }\",\".framer-2snid.framer-v-7azm1j .framer-1fl5xr1 { order: 19; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2snid.framer-v-7azm1j .framer-1f6tz45 { gap: 0px; } .framer-2snid.framer-v-7azm1j .framer-1f6tz45 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2snid.framer-v-7azm1j .framer-1f6tz45 > :first-child { margin-left: 0px; } .framer-2snid.framer-v-7azm1j .framer-1f6tz45 > :last-child { margin-right: 0px; } }\",\".framer-2snid.framer-v-1d7n6fd.framer-ejf43i { flex-direction: column; gap: 0px; height: 64px; overflow: hidden; padding: 0px; width: 390px; }\",\".framer-2snid.framer-v-1d7n6fd .framer-p59pnq { cursor: pointer; height: 44px; order: 2; width: 44px; }\",\".framer-2snid.framer-v-1d7n6fd .framer-17f0v5n { order: 12; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2snid.framer-v-1d7n6fd.framer-ejf43i, .framer-2snid.framer-v-1d7n6fd .framer-159ncn9, .framer-2snid.framer-v-1d7n6fd .framer-18m7fdz { gap: 0px; } .framer-2snid.framer-v-1d7n6fd.framer-ejf43i > *, .framer-2snid.framer-v-1d7n6fd .framer-18m7fdz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2snid.framer-v-1d7n6fd.framer-ejf43i > :first-child, .framer-2snid.framer-v-1d7n6fd .framer-18m7fdz > :first-child { margin-top: 0px; } .framer-2snid.framer-v-1d7n6fd.framer-ejf43i > :last-child, .framer-2snid.framer-v-1d7n6fd .framer-18m7fdz > :last-child { margin-bottom: 0px; } .framer-2snid.framer-v-1d7n6fd .framer-159ncn9 > *, .framer-2snid.framer-v-1d7n6fd .framer-159ncn9 > :first-child, .framer-2snid.framer-v-1d7n6fd .framer-159ncn9 > :last-child { margin: 0px; } }\",\".framer-2snid.framer-v-1l85iin .framer-11mpkkr { height: min-content; order: 7; width: 100%; }\",\".framer-2snid.framer-v-1l85iin .framer-1uuhq5v-container { flex: none; order: 6; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2snid.framer-v-1l85iin.framer-ejf43i, .framer-2snid.framer-v-1l85iin .framer-159ncn9, .framer-2snid.framer-v-1l85iin .framer-18m7fdz { gap: 0px; } .framer-2snid.framer-v-1l85iin.framer-ejf43i > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2snid.framer-v-1l85iin.framer-ejf43i > :first-child, .framer-2snid.framer-v-1l85iin .framer-18m7fdz > :first-child { margin-top: 0px; } .framer-2snid.framer-v-1l85iin.framer-ejf43i > :last-child, .framer-2snid.framer-v-1l85iin .framer-18m7fdz > :last-child { margin-bottom: 0px; } .framer-2snid.framer-v-1l85iin .framer-159ncn9 > *, .framer-2snid.framer-v-1l85iin .framer-159ncn9 > :first-child, .framer-2snid.framer-v-1l85iin .framer-159ncn9 > :last-child { margin: 0px; } .framer-2snid.framer-v-1l85iin .framer-18m7fdz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",'.framer-2snid[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-2snid [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-2snid[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-2snid [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-2snid[data-border=\"true\"]::after, .framer-2snid [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 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MS_TOHs92\":{\"layout\":[\"fixed\",\"fixed\"]},\"NWu0kX5Hl\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]},\"gYJs5FYIR\":{\"layout\":[\"fixed\",\"auto\"]},\"AxQUGN2C2\":{\"layout\":[\"fixed\",\"fixed\"]},\"Pd70cgCWr\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n * @framerVariables {\"vteslW6XB\":\"aBOUT\",\"CRvmAkjen\":\"pRODUCTS\",\"rlxndvBnf\":\"pUBLICATIONS\",\"KmYY3uJ1F\":\"nEWS\",\"jNZUfzTfZ\":\"cAREER\",\"g4E0BabJ0\":\"iR\",\"nTiyNpfZa\":\"mABOUT\",\"sPYJafgkS\":\"mPRODUCT\",\"mJFVOsZX3\":\"mPUBLICATIONS\",\"HofMDrL4T\":\"mIR\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpIksSz4VY=withCSS(Component,css,\"framer-2snid\");export default FramerpIksSz4VY;FramerpIksSz4VY.displayName=\"Header/Body\";FramerpIksSz4VY.defaultProps={height:80,width:1200};addPropertyControls(FramerpIksSz4VY,{variant:{options:[\"puPwzGrd3\",\"MS_TOHs92\",\"NWu0kX5Hl\",\"gYJs5FYIR\",\"AxQUGN2C2\",\"Pd70cgCWr\"],optionTitles:[\"Desktop BG O\",\"Mobile BG T\",\"Phone Open\",\"Desktop BG X\",\"Mobile BG X\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},vteslW6XB:(MenuOverlayControls===null||MenuOverlayControls===void 0?void 0:MenuOverlayControls[\"variant\"])&&{...MenuOverlayControls[\"variant\"],defaultValue:\"aSE4iCbyw\",description:undefined,hidden:undefined,title:\"ABOUT\"},CRvmAkjen:(MenuOverlayControls===null||MenuOverlayControls===void 0?void 0:MenuOverlayControls[\"variant\"])&&{...MenuOverlayControls[\"variant\"],defaultValue:\"E2EZFY3A8\",description:undefined,hidden:undefined,title:\"PRODUCTS\"},rlxndvBnf:(MenuDefaultControls===null||MenuDefaultControls===void 0?void 0:MenuDefaultControls[\"variant\"])&&{...MenuDefaultControls[\"variant\"],defaultValue:\"FnwEXEGWy\",description:undefined,hidden:undefined,title:\"PUBLICATIONS\"},KmYY3uJ1F:(MenuDefaultControls===null||MenuDefaultControls===void 0?void 0:MenuDefaultControls[\"variant\"])&&{...MenuDefaultControls[\"variant\"],defaultValue:\"mFQnx0bKU\",description:undefined,hidden:undefined,title:\"NEWS\"},jNZUfzTfZ:(MenuDefaultControls===null||MenuDefaultControls===void 0?void 0:MenuDefaultControls[\"variant\"])&&{...MenuDefaultControls[\"variant\"],defaultValue:\"LyhToSdqw\",description:undefined,hidden:undefined,title:\"CAREER\"},g4E0BabJ0:(MenuDefaultControls===null||MenuDefaultControls===void 0?void 0:MenuDefaultControls[\"variant\"])&&{...MenuDefaultControls[\"variant\"],defaultValue:\"I13CXTJw_\",description:undefined,hidden:undefined,title:\"IR\"},nTiyNpfZa:(MenuOverlayControls===null||MenuOverlayControls===void 0?void 0:MenuOverlayControls[\"variant\"])&&{...MenuOverlayControls[\"variant\"],defaultValue:\"HF3JXgMHc\",description:undefined,hidden:undefined,title:\"M-ABOUT\"},sPYJafgkS:(MenuOverlayControls===null||MenuOverlayControls===void 0?void 0:MenuOverlayControls[\"variant\"])&&{...MenuOverlayControls[\"variant\"],defaultValue:\"XNNZg9GKM\",description:undefined,hidden:undefined,title:\"M-PRODUCT\"},mJFVOsZX3:(MenuDefaultControls===null||MenuDefaultControls===void 0?void 0:MenuDefaultControls[\"variant\"])&&{...MenuDefaultControls[\"variant\"],defaultValue:\"CDjFzHoFO\",description:undefined,hidden:undefined,title:\"M-PUBLICATIONS\"},HofMDrL4T:(MenuDefaultControls===null||MenuDefaultControls===void 0?void 0:MenuDefaultControls[\"variant\"])&&{...MenuDefaultControls[\"variant\"],defaultValue:\"gqpTUXCgS\",description:undefined,hidden:undefined,title:\"M-IR\"}});addFonts(FramerpIksSz4VY,[{explicitInter:true,fonts:[{family:\"Wanted Sans Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/dWo0GEXe2nWJG6nkiy6ftzQnqb8.woff2\"}]},...MenuOverlayFonts,...HeaderOverlayABOUTFonts,...MenuDefaultFonts,...LocaleSelectorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpIksSz4VY\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"80\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MS_TOHs92\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NWu0kX5Hl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]},\\\"gYJs5FYIR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AxQUGN2C2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Pd70cgCWr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"vteslW6XB\\\":\\\"aBOUT\\\",\\\"CRvmAkjen\\\":\\\"pRODUCTS\\\",\\\"rlxndvBnf\\\":\\\"pUBLICATIONS\\\",\\\"KmYY3uJ1F\\\":\\\"nEWS\\\",\\\"jNZUfzTfZ\\\":\\\"cAREER\\\",\\\"g4E0BabJ0\\\":\\\"iR\\\",\\\"nTiyNpfZa\\\":\\\"mABOUT\\\",\\\"sPYJafgkS\\\":\\\"mPRODUCT\\\",\\\"mJFVOsZX3\\\":\\\"mPUBLICATIONS\\\",\\\"HofMDrL4T\\\":\\\"mIR\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pIksSz4VY.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map"],
  "mappings": "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AC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,K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",
  "names": ["getBorderStyle", "e", "t", "o", "d", "r", "i", "l", "h", "borderControls", "ControlType", "getFocusStyle", "color", "width", "style", "offset", "result", "focusControls", "ControlType", "getHoverStyle", "fillColor", "textColor", "borderColor", "hoverControls", "ControlType", "getPaddingStyle", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControls", "ControlType", "getRadiusStyle", "radius", "radiusPerCorner", "radiusTopLeft", "radiusTopRight", "radiusBottomRight", "radiusBottomLeft", "result", "radiusControls", "ControlType", "className", "IconType", "Icon", "type", "color", "image", "size", "p", "CaretType", "Caret", "LocaleSelector", "withCSS", "font", "fillColor", "textColor", "icon", "caret", "title", "gap", "border", "hover", "focus", "style", "props", "id", "ae", "activeLocale", "locales", "setLocale", "useLocaleInfo", "_activeLocale_id", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "_selectedLocale_name", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "agGbcxR4y_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v3", "v30", "v31", "v32", "v33", "v34", "v35", "v36", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v30", "v31", "v32", "v33", "v34", "v35", "v36", "__FramerMetadata__", "valuesByLocaleId", "agGbcxR4y_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "_getLocalizedValue32", "_getLocalizedValue33", "_getLocalizedValue34", "_getLocalizedValue35", "_getLocalizedValue36", "LayoutGroup", "Link", "cx", "RichText2", "getLocalizedValue", "css", "FrameragGbcxR4y", "withCSS", "agGbcxR4y_default", "addPropertyControls", "ControlType", "addFonts", "qMaI38jfY_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "__FramerMetadata__", "valuesByLocaleId", "qMaI38jfY_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "MenuDefaultFonts", "getFonts", "agGbcxR4y_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Ti14La7fz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntero4hyb2", "args", "onTap1tsnjz7", "onMouseEnter8dsd4v", "onTap1hnegbu", "onMouseLeave1tglilc", "onMouseLeave5x8yj7", "onTap1j8wol8", "onMouseLeaveg3cfsk", "onTapjirtdn", "onMouseLeaveqc3qew", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "LayoutGroup", "Link", "u", "cx", "RichText2", "getLocalizedValue", "ComponentViewportProvider", "css", "FramerqMaI38jfY", "withCSS", "qMaI38jfY_default", "addPropertyControls", "ControlType", "addFonts", "MenuDefaultFonts", "getFonts", "agGbcxR4y_default", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "agGbcxR4y_default", "css", "Framersbn0q7skZ", "withCSS", "sbn0q7skZ_default", "addFonts", "MenuDefaultFonts", "MenuOverlayFonts", "getFonts", "qMaI38jfY_default", "HeaderOverlayABOUTFonts", "sbn0q7skZ_default", "MotionDivWithFX", "withFX", "motion", "MenuDefaultFonts", "agGbcxR4y_default", "LocaleSelectorFonts", "LocaleSelector_default", "MenuOverlayControls", "getPropertyControls", "MenuDefaultControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableVariantMap", "getProps", "aBOUT", "cAREER", "height", "id", "iR", "mABOUT", "mIR", "mPRODUCT", "mPUBLICATIONS", "nEWS", "pRODUCTS", "pUBLICATIONS", "width", "props", "_humanReadableEnumMap_pRODUCTS", "_ref", "_ref1", "_humanReadableEnumMap1_iR", "_ref2", "_ref3", "_humanReadableEnumMap1_mIR", "_ref4", "_ref5", "_humanReadableEnumMap1_cAREER", "_ref6", "_ref7", "_humanReadableEnumMap1_nEWS", "_ref8", "_ref9", "_humanReadableEnumMap1_mPUBLICATIONS", "_ref10", "_ref11", "_humanReadableEnumMap_mABOUT", "_ref12", "_ref13", "_humanReadableEnumMap1_pUBLICATIONS", "_ref14", "_ref15", "_humanReadableEnumMap_mPRODUCT", "_ref16", "_ref17", "_humanReadableVariantMap_props_variant", "_ref18", "_humanReadableEnumMap_aBOUT", "_ref19", "_ref20", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vteslW6XB", "CRvmAkjen", "rlxndvBnf", "KmYY3uJ1F", "jNZUfzTfZ", "g4E0BabJ0", "nTiyNpfZa", "sPYJafgkS", "mJFVOsZX3", "HofMDrL4T", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapqvvxxa", "args", "onTapd4isa", "onTap10vbpz6", "onTap1tz367e", "Ti14La7fzizu9gt", "overlay", "paginationInfo", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "ref2", "ref3", "isDisplayed5", "ref4", "ref5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "Image2", "getLoadingLazyAtYPosition", "l", "ComponentViewportProvider", "AnimatePresence", "Floating", "overlay1", "css", "FramerpIksSz4VY", "withCSS", "pIksSz4VY_default", "addPropertyControls", "ControlType", "addFonts", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray"]
}
