{
  "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/XQ1GMXuIqYrEN1c0R6E5/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js", "ssg:https://framerusercontent.com/modules/qs9g6EI3MDwVmzXhoUt7/Jgt6B6lcmOHQLVrm1Nqf/IPvGdjzup-0.js", "ssg:https://framerusercontent.com/modules/qs9g6EI3MDwVmzXhoUt7/Jgt6B6lcmOHQLVrm1Nqf/IPvGdjzup.js", "ssg:https://framerusercontent.com/modules/dObySneHBmzj7W1SrgJJ/IvGnwU2ZIhGnO4gUBNLk/giP43nZQX-0.js", "ssg:https://framerusercontent.com/modules/dObySneHBmzj7W1SrgJJ/IvGnwU2ZIhGnO4gUBNLk/giP43nZQX.js", "ssg:https://framerusercontent.com/modules/z5fB3zx6xb8N4LBKlmjT/zjA2J2X1Ze0l45JgZkZi/giP43nZQX.js", "ssg:https://framerusercontent.com/modules/S3vLdIkqagmECdoGzdPx/iICuYZI8rsDACWqXQRjt/oM9bKD0lE.js", "ssg:https://framerusercontent.com/modules/X7puhnn6R5epnQKlqZq7/zbvukXtCALvPyO81oVTU/IPvGdjzup.js", "ssg:https://framerusercontent.com/modules/Rb3uHZaHVFLNSNZG5QoG/ybcpT6uyPGq6ZTUmR9bD/TonUQm5JG.js", "ssg:https://framerusercontent.com/modules/ktyOfGX2Dw4Dv1SOt6tF/U34QSdBsQo3Hr6vZf5nu/X_TJSUn0i-0.js", "ssg:https://framerusercontent.com/modules/ktyOfGX2Dw4Dv1SOt6tF/U34QSdBsQo3Hr6vZf5nu/X_TJSUn0i.js", "ssg:https://framerusercontent.com/modules/tnc0JhSDhY3JJx5dKTdM/SXVQGiWCSasVGnGcuVra/X_TJSUn0i.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(typeof padding===\"string\"){return{padding};}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.Padding,defaultValue:\"10px\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getPaddingStyle\":{\"type\":\"function\",\"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}={}){if(typeof radius===\"string\"){return{borderRadius:radius};}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.BorderRadius,defaultValue:\"10px\"}};\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,// @ts-ignore Internal function\nuseLocalesForCurrentRoute,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/XQ1GMXuIqYrEN1c0R6E5/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/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();const localesForCurrentRoute=useLocalesForCurrentRoute();const activeLocaleId=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);}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:localesForCurrentRoute.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??\"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        `],\"framer-library-LocalePicker\");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,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",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,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",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\":{\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "export const v0=\"Home\";export const v1=\"About Us\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ee31e22)\nimport*as localizedValues from\"./IPvGdjzup-0.js\";const valuesByLocaleId={EGsE2ER2d: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\"}}}", "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\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get in Touch\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 28, 28))\"},children:\"Get in Touch\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ee31e22)\nimport*as localizedValues from\"./giP43nZQX-0.js\";const valuesByLocaleId={EGsE2ER2d: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 (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/dObySneHBmzj7W1SrgJJ/IvGnwU2ZIhGnO4gUBNLk/giP43nZQX.js\";const enabledGestures={BFINwnABN:{hover:true}};const serializationHash=\"framer-WQ4A2\";const variantClassNames={BFINwnABN:\"framer-v-cf5wz7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({click,height,id,width,...props})=>{return{...props,aldu7G6Bn:click??props.aldu7G6Bn};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,aldu7G6Bn,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"BFINwnABN\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap17uoc80=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(aldu7G6Bn){const res=await aldu7G6Bn(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"BFINwnABN-hover\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"BFINwnABN-hover\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-cf5wz7\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BFINwnABN\",onTap:onTap17uoc80,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{\"BFINwnABN-hover\":{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({\"BFINwnABN-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-okxxsg\",\"data-framer-name\":\"phone-solid 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"y5O2hNDrF\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_77_4806)\">\\n<path d=\"M6.44141 0.96072C6.14062 0.234157 5.34766 -0.152562 4.58984 0.0544696L1.15234 0.99197C0.472656 1.17947 0 1.79666 0 2.49978C0 12.1638 7.83594 19.9998 17.5 19.9998C18.2031 19.9998 18.8203 19.5271 19.0078 18.8474L19.9453 15.4099C20.1523 14.6521 19.7656 13.8592 19.0391 13.5584L15.2891 11.9959C14.6523 11.7303 13.9141 11.9138 13.4805 12.449L11.9023 14.3748C9.15234 13.074 6.92578 10.8474 5.625 8.09744L7.55078 6.52322C8.08594 6.08572 8.26953 5.35135 8.00391 4.71463L6.44141 0.964626V0.96072Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_77_4806\">\\n<rect width=\"20\" height=\"20\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-5z5kgl\",\"data-framer-name\":\"Phone-solid-dark\",fill:\"black\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"qw9I0q6PO\",svg:'<svg width=\"20\" height=\"20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M6.441.96A1.558 1.558 0 0 0 4.59.055L1.152.992A1.567 1.567 0 0 0 0 2.5C0 12.164 7.836 20 17.5 20c.703 0 1.32-.473 1.508-1.153l.937-3.437a1.558 1.558 0 0 0-.906-1.852l-3.75-1.562a1.557 1.557 0 0 0-1.809.453l-1.578 1.926a13.202 13.202 0 0 1-6.277-6.278l1.926-1.574a1.559 1.559 0 0 0 .453-1.808L6.44.965V.96Z\" fill=\"#1C1C1C\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h20v20H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\u0130leti\u015Fime Ge\\xe7\"})}),className:\"framer-1p71ukg\",\"data-framer-name\":\"Contact Us Today\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"d554TDF8R\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"BFINwnABN-hover\":{\"--extracted-r6o4lv\":\"rgb(28, 28, 28)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"BFINwnABN-hover\":{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 28, 28))\"},children:\"\u0130leti\u015Fime Ge\\xe7\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WQ4A2.framer-11zyysb, .framer-WQ4A2 .framer-11zyysb { display: block; }\",\".framer-WQ4A2.framer-cf5wz7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 11px 16px 11px 11px; position: relative; width: min-content; }\",\".framer-WQ4A2 .framer-okxxsg { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-WQ4A2 .framer-5z5kgl { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-WQ4A2 .framer-1p71ukg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WQ4A2.framer-cf5wz7 { gap: 0px; } .framer-WQ4A2.framer-cf5wz7 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-WQ4A2.framer-cf5wz7 > :first-child { margin-left: 0px; } .framer-WQ4A2.framer-cf5wz7 > :last-child { margin-right: 0px; } }\",'.framer-WQ4A2[data-border=\"true\"]::after, .framer-WQ4A2 [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 39\n * @framerIntrinsicWidth 142\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"frr2MGw3B\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"aldu7G6Bn\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramergiP43nZQX=withCSS(Component,css,\"framer-WQ4A2\");export default FramergiP43nZQX;FramergiP43nZQX.displayName=\"button-contact\";FramergiP43nZQX.defaultProps={height:39,width:142};addPropertyControls(FramergiP43nZQX,{aldu7G6Bn:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramergiP43nZQX,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergiP43nZQX\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"39\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"frr2MGw3B\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"142\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"aldu7G6Bn\\\":\\\"click\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c105afa)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={sFKad0Rku:{hover:true,pressed:true}};const cycleOrder=[\"sFKad0Rku\",\"PPNcEfJm5\"];const serializationHash=\"framer-dX8yA\";const variantClassNames={PPNcEfJm5:\"framer-v-102a24n\",sFKad0Rku:\"framer-v-qxvgbl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"text-button-click\":\"PPNcEfJm5\",\"text-button\":\"sFKad0Rku\"};const getProps=({click,height,id,label,width,...props})=>{return{...props,p8MfTattd:label??props.p8MfTattd??\"Ana sayfa\",PbJDs0PXx:click??props.PbJDs0PXx,variant:humanReadableVariantMap[props.variant]??props.variant??\"sFKad0Rku\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,p8MfTattd,PbJDs0PXx,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"sFKad0Rku\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap5fi0c6=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(PbJDs0PXx){const res=await PbJDs0PXx(...args);if(res===false)return false;}setVariant(\"PPNcEfJm5\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-qxvgbl\",className,classNames),\"data-framer-name\":\"text-button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"sFKad0Rku\",onTap:onTap5fi0c6,ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,...style},variants:{\"sFKad0Rku-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(255, 255, 255, 0.16)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},\"sFKad0Rku-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},PPNcEfJm5:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({\"sFKad0Rku-hover\":{\"data-framer-name\":undefined},\"sFKad0Rku-pressed\":{\"data-framer-name\":undefined},PPNcEfJm5:{\"data-border\":true,\"data-framer-name\":\"text-button-click\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Ana sayfa\"})}),className:\"framer-17hb8vp\",fonts:[\"FS;Poppins-medium\"],layoutDependency:layoutDependency,layoutId:\"SJue13qWT\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:p8MfTattd,variants:{\"sFKad0Rku-pressed\":{\"--extracted-r6o4lv\":\"rgb(59, 103, 246)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"sFKad0Rku-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(59, 103, 246))\"},children:\"Ana sayfa\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dX8yA.framer-9h28qc, .framer-dX8yA .framer-9h28qc { display: block; }\",\".framer-dX8yA.framer-qxvgbl { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 4px 16px 4px 16px; position: relative; width: min-content; }\",\".framer-dX8yA .framer-17hb8vp { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dX8yA.framer-qxvgbl { gap: 0px; } .framer-dX8yA.framer-qxvgbl > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-dX8yA.framer-qxvgbl > :first-child { margin-left: 0px; } .framer-dX8yA.framer-qxvgbl > :last-child { margin-right: 0px; } }\",'.framer-dX8yA[data-border=\"true\"]::after, .framer-dX8yA [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 112\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"PPNcEfJm5\":{\"layout\":[\"auto\",\"auto\"]},\"xpAcLez0Z\":{\"layout\":[\"auto\",\"auto\"]},\"RD2p9Xwrw\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"p8MfTattd\":\"label\",\"PbJDs0PXx\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameroM9bKD0lE=withCSS(Component,css,\"framer-dX8yA\");export default FrameroM9bKD0lE;FrameroM9bKD0lE.displayName=\"button-text\";FrameroM9bKD0lE.defaultProps={height:40,width:112};addPropertyControls(FrameroM9bKD0lE,{variant:{options:[\"sFKad0Rku\",\"PPNcEfJm5\"],optionTitles:[\"text-button\",\"text-button-click\"],title:\"Variant\",type:ControlType.Enum},p8MfTattd:{defaultValue:\"Ana sayfa\",displayTextArea:false,placeholder:\"\",title:\"label\",type:ControlType.String},PbJDs0PXx:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FrameroM9bKD0lE,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroM9bKD0lE\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"p8MfTattd\\\":\\\"label\\\",\\\"PbJDs0PXx\\\":\\\"click\\\"}\",\"framerIntrinsicWidth\":\"112\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PPNcEfJm5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xpAcLez0Z\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RD2p9Xwrw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"40\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oM9bKD0lE.map", "// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/qs9g6EI3MDwVmzXhoUt7/Jgt6B6lcmOHQLVrm1Nqf/IPvGdjzup.js\";import ButtonContact from\"https://framerusercontent.com/modules/z5fB3zx6xb8N4LBKlmjT/zjA2J2X1Ze0l45JgZkZi/giP43nZQX.js\";import ButtonText from\"https://framerusercontent.com/modules/S3vLdIkqagmECdoGzdPx/iICuYZI8rsDACWqXQRjt/oM9bKD0lE.js\";const ButtonTextFonts=getFonts(ButtonText);const LocaleSelectorFonts=getFonts(LocaleSelector);const ButtonContactFonts=getFonts(ButtonContact);const cycleOrder=[\"rM0htZnj4\",\"YGC3FlLjT\",\"jDsoPB1W3\"];const serializationHash=\"framer-l8PjK\";const variantClassNames={jDsoPB1W3:\"framer-v-1pgpbk8\",rM0htZnj4:\"framer-v-1drw000\",YGC3FlLjT:\"framer-v-1esh124\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"jDsoPB1W3\",Desktop:\"rM0htZnj4\",Phone:\"YGC3FlLjT\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"rM0htZnj4\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rM0htZnj4\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapcdpbjf=activeVariantCallback(async(...args)=>{setVariant(\"jDsoPB1W3\");});const onTapxxgi4x=activeVariantCallback(async(...args)=>{setVariant(\"YGC3FlLjT\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"YGC3FlLjT\",\"jDsoPB1W3\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"YGC3FlLjT\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1drw000\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"rM0htZnj4\",ref:refBinding,style:{backgroundColor:\"rgb(23, 28, 84)\",...style},...addPropertyOverrides({jDsoPB1W3:{\"data-framer-name\":\"Phone Open\"},YGC3FlLjT:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g6sla4\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"FH4h_Yjwe\",...addPropertyOverrides({jDsoPB1W3:{\"data-highlight\":true,onTap:onTapxxgi4x},YGC3FlLjT:{\"data-highlight\":true,onTap:onTapcdpbjf}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-96v1mw\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"oqv46q3w6\",...addPropertyOverrides({jDsoPB1W3:{\"data-highlight\":true,onTap:onTapxxgi4x},YGC3FlLjT:{\"data-highlight\":true,onTap:onTapcdpbjf}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lwrn3u\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"pTQOAcgbV\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{jDsoPB1W3:{rotate:-45},YGC3FlLjT:{backgroundColor:\"rgb(255, 255, 255)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-176ypbp\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"EwAgxz9kh\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{jDsoPB1W3:{rotate:45},YGC3FlLjT:{backgroundColor:\"rgb(255, 255, 255)\"}}})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"WbWv9IfHT\",scopeId:\"IPvGdjzup\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1q5pl95 framer-ds45ev\",\"data-framer-name\":\"gensureTech-logo-white\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:65,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"WbWv9IfHT\",svg:'<svg width=\"170\" height=\"65\" viewBox=\"0 0 170 65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M65.2717 27.2958C66.0181 26.8101 66.5984 26.1472 67.0132 25.3053C67.4273 24.4642 67.6357 23.5345 67.6357 22.5154C67.6357 21.4724 67.4273 20.5308 67.0132 19.6897C66.5984 18.8487 66.0181 18.1908 65.2717 17.717C64.5252 17.2433 63.7011 17.0063 62.8013 17.0063C61.9006 17.0063 61.0775 17.2492 60.331 17.7349C59.5845 18.2206 58.9983 18.8845 58.5722 19.7247C58.1453 20.5666 57.9323 21.4963 57.9323 22.5154C57.9323 23.5345 58.1453 24.4642 58.5722 25.3053C58.9983 26.1472 59.5845 26.8101 60.331 27.2958C61.0775 27.7815 61.9006 28.0244 62.8013 28.0244C63.7011 28.0244 64.5252 27.7815 65.2717 27.2958ZM70.8913 13.4513C71.0753 13.4513 71.2255 13.6012 71.2255 13.7853V31.2233H71.1897C71.0472 33.4985 70.4075 35.2045 69.2705 36.3412C67.8249 37.668 66.036 38.3326 63.9031 38.3326C63.4353 38.3326 61.6066 38.2841 60.4826 38.1886C60.2824 38.1716 60.1308 38.0029 60.1308 37.8017V35.0664C60.1308 34.8389 60.3233 34.6591 60.5491 34.6787C61.5862 34.7681 63.2581 34.8133 63.6901 34.8133C64.97 34.8133 65.9408 34.481 66.6042 33.8181C67.2912 33.1781 67.6357 31.9101 67.6357 30.015V29.7304C66.261 30.9157 64.6613 31.5079 62.8371 31.5079C61.2965 31.5079 59.8811 31.1108 58.5893 30.3166C57.2983 29.5233 56.2851 28.4394 55.5505 27.0649C54.816 25.6904 54.4487 24.1736 54.4487 22.5154C54.4487 20.8333 54.816 19.3045 55.5505 17.9301C56.2851 16.5564 57.2923 15.4657 58.5722 14.6605C59.8512 13.8543 61.2735 13.4513 62.8371 13.4513C64.3955 13.4513 65.79 13.8842 67.0196 14.7482C67.2791 14.9305 67.6357 14.7533 67.6357 14.4363V13.5408C67.6357 13.5109 67.6593 13.4871 67.6894 13.4862L70.8913 13.4513Z\" fill=\"white\"/>\\n<path d=\"M86.9103 20.3115C86.6892 19.2762 86.1019 18.4403 85.149 17.8021C84.3488 17.266 83.4023 16.9627 82.4392 16.9371C81.2926 16.9064 80.2292 17.226 79.2507 17.8949C78.3145 18.534 77.7878 19.3401 77.669 20.3115H86.9103ZM77.8831 30.2815C76.5557 29.4643 75.5063 28.3625 74.7368 26.976C73.9667 25.5896 73.5813 24.0678 73.5813 22.4087C73.5813 20.7504 73.9667 19.2396 74.7368 17.877C75.5063 16.5145 76.5493 15.4365 77.8652 14.6424C79.1798 13.849 80.6433 13.4519 82.2545 13.4519C83.8657 13.4519 85.3292 13.849 86.6438 14.6424C87.9597 15.4365 88.9957 16.5204 89.7543 17.8949C90.5123 19.2694 90.8919 20.7972 90.8919 22.4794C90.8919 22.81 90.8842 23.0836 90.8702 23.3C90.8638 23.3988 90.7826 23.4747 90.6836 23.4747H77.2433C77.29 24.2339 77.5328 24.9625 77.9719 25.6612C78.4097 26.36 79.0079 26.9351 79.7665 27.3851C80.5245 27.835 81.3655 28.06 82.2896 28.06C83.403 28.06 84.3987 27.7703 85.2755 27.1891C86.0424 26.6812 86.6368 26.06 87.0599 25.3263C87.1525 25.1636 87.3769 25.1372 87.5149 25.2633L89.5837 27.1575C89.6834 27.2487 89.707 27.3996 89.6393 27.5163C88.8698 28.8363 87.8472 29.823 86.5729 30.4766C85.2333 31.1643 83.7941 31.5077 82.2545 31.5077C80.667 31.5077 79.2092 31.0987 77.8831 30.2815Z\" fill=\"white\"/>\\n<path d=\"M106.309 15.4064C107.613 16.7102 108.264 18.463 108.264 20.6666V31.0814C108.264 31.1793 108.185 31.2586 108.087 31.2586H104.65C104.566 31.2586 104.497 31.1905 104.497 31.1052V20.8805C104.497 18.3923 103.336 17.1482 101.014 17.1482C99.7817 17.1482 98.7982 17.4626 98.0638 18.0898C97.3289 18.7178 96.962 19.5648 96.962 20.6317V31.0106C96.962 31.1478 96.8502 31.2586 96.7141 31.2586H93.4432C93.3051 31.2586 93.1939 31.147 93.1939 31.0098V13.7115C93.1939 13.5675 93.3102 13.4517 93.4534 13.4517H96.7805C96.8994 13.4517 96.9978 13.5488 96.9978 13.669V14.3753C98.2287 13.7601 99.5926 13.4517 101.085 13.4517C103.265 13.4517 105.007 14.1035 106.309 15.4064Z\" fill=\"white\"/>\\n<path d=\"M113.766 30.8501C112.62 30.4035 111.585 29.7729 110.66 28.96C110.604 28.9106 110.583 28.8305 110.607 28.7598L111.573 25.8608C111.616 25.7296 111.783 25.6947 111.88 25.7935C112.656 26.5826 113.515 27.1714 114.46 27.5625C115.491 27.9886 116.432 28.2025 117.285 28.2025C118.28 28.2025 118.979 28.0602 119.383 27.7756C119.785 27.491 119.986 27.0529 119.986 26.4607C119.986 26.0815 119.738 25.756 119.24 25.4833C118.743 25.2107 117.866 24.8732 116.61 24.4701C115.448 24.091 114.536 23.7237 113.873 23.3683C112.878 22.8946 112.125 22.2844 111.616 21.538C111.106 20.7915 110.852 19.9326 110.852 18.9611C110.852 17.8943 111.136 16.9475 111.705 16.1176C112.273 15.2884 113.056 14.6425 114.051 14.1807C115.046 13.718 116.183 13.4871 117.463 13.4871C118.482 13.4871 119.489 13.6651 120.484 14.0205C121.442 14.3622 122.334 14.8581 123.16 15.5074C123.219 15.5535 123.244 15.631 123.225 15.7035L122.436 18.6697C122.403 18.7941 122.255 18.8444 122.15 18.7711C121.154 18.0766 120.302 17.625 119.596 17.4145C118.837 17.1895 118.126 17.0771 117.463 17.0771C116.61 17.0771 115.923 17.2492 115.402 17.5926C114.88 17.936 114.62 18.3808 114.62 18.9253C114.62 19.4707 114.987 19.9206 115.721 20.2759C116.314 20.5844 117.072 20.892 117.996 21.1997C119.868 21.8166 121.278 22.5452 122.225 23.3862C123.173 24.2273 123.648 25.2524 123.648 26.4607C123.648 28.0951 123.091 29.352 121.977 30.228C120.863 31.1048 119.311 31.5437 117.321 31.5437C116.135 31.5437 114.951 31.3119 113.766 30.8501Z\" fill=\"white\"/>\\n<path d=\"M127.579 29.1618C126.441 27.6689 125.873 25.6075 125.873 22.977L125.838 13.8081C125.838 13.6113 125.997 13.4519 126.194 13.4519H129.107C129.304 13.4519 129.462 13.6104 129.462 13.8072V22.977C129.462 24.8023 129.794 26.1172 130.457 26.9224C130.718 27.2309 131.085 27.4857 131.56 27.6868C132.034 27.8887 132.495 27.9893 132.945 27.9893C134.131 27.9893 134.983 27.6331 135.504 26.9224C136.097 26.1648 136.393 24.8492 136.393 22.977V13.8072C136.393 13.6104 136.552 13.4519 136.749 13.4519H139.663C139.86 13.4519 140.019 13.6104 140.019 13.8072V22.977C140.019 25.5837 139.486 27.622 138.42 29.0902C137.802 29.8963 137.038 30.5005 136.127 30.9036C135.215 31.3057 134.202 31.5077 133.088 31.5077C130.671 31.5077 128.834 30.7254 127.579 29.1618Z\" fill=\"white\"/>\\n<path d=\"M152.237 14.1067L151.672 16.7721C151.626 16.9861 151.427 17.1326 151.209 17.1121L150.125 17.0082C150.107 17.0073 150.089 17.0057 150.072 17.0065C148.876 17.0108 147.949 17.3431 147.291 18.0009C146.603 18.6409 146.26 19.9088 146.26 21.804V31.0411C146.26 31.2788 146.067 31.4723 145.829 31.4723H143.101C142.863 31.4723 142.67 31.2788 142.67 31.0411V21.5203C142.67 18.819 143.321 16.8045 144.625 15.4778C146.07 14.151 147.859 13.4872 149.992 13.4872C150.428 13.4872 151.046 13.5204 151.847 13.5869C152.106 13.6082 152.291 13.8519 152.237 14.1067Z\" fill=\"white\"/>\\n<path d=\"M165.659 20.3115C165.438 19.2762 164.85 18.4403 163.898 17.8021C163.097 17.266 162.151 16.9627 161.188 16.9371C160.041 16.9064 158.978 17.226 157.999 17.8949C157.063 18.534 156.536 19.3401 156.418 20.3115H165.659ZM156.631 30.2815C155.304 29.4643 154.255 28.3625 153.486 26.976C152.715 25.5896 152.33 24.0678 152.33 22.4087C152.33 20.7504 152.715 19.2396 153.486 17.877C154.255 16.5145 155.298 15.4365 156.614 14.6424C157.929 13.849 159.392 13.4519 161.003 13.4519C162.615 13.4519 164.078 13.849 165.392 14.6424C166.708 15.4365 167.744 16.5204 168.503 17.8949C169.261 19.2694 169.64 20.7972 169.64 22.4794C169.64 22.689 169.637 22.8748 169.632 23.0384C169.622 23.2838 169.421 23.4747 169.176 23.4747H155.992C156.038 24.2339 156.281 24.9625 156.72 25.6612C157.158 26.36 157.756 26.9351 158.515 27.3851C159.273 27.835 160.114 28.06 161.038 28.06C162.152 28.06 163.147 27.7703 164.024 27.1891C164.76 26.7017 165.338 26.1094 165.757 25.4133C165.88 25.2079 166.161 25.1704 166.338 25.3315L168.276 27.1064C168.408 27.2275 168.441 27.4277 168.349 27.5811C167.584 28.8687 166.574 29.8341 165.322 30.4766C163.982 31.1643 162.543 31.5077 161.003 31.5077C159.415 31.5077 157.958 31.0987 156.631 30.2815Z\" fill=\"white\"/>\\n<path d=\"M59.6029 61.9346C58.11 60.6547 57.3635 58.5704 57.3635 55.6792V48.0006C57.3635 47.8643 57.2527 47.7526 57.1156 47.7526H54.7679C54.6307 47.7526 54.5199 47.6419 54.5199 47.5046V46.0109C54.5199 45.8737 54.6307 45.7621 54.7679 45.7621H57.1156C57.2527 45.7621 57.3635 45.6513 57.3635 45.5141V38.8658C57.3635 38.7294 57.4751 38.6178 57.6123 38.6178H59.1768C59.3141 38.6178 59.4248 38.7294 59.4248 38.8658V45.4783C59.4248 45.6155 59.5365 45.7263 59.6728 45.7263H64.2945C64.4319 45.7263 64.5438 45.8379 64.5438 45.9751V47.5046C64.5438 47.6419 64.4319 47.7526 64.2945 47.7526H59.6728C59.5365 47.7526 59.4248 47.8643 59.4248 48.0006V55.3588C59.4248 57.6816 59.8986 59.3169 60.847 60.2636C61.7468 61.1652 62.979 61.6143 64.5438 61.6143C64.9094 61.6143 65.3625 61.5887 65.9038 61.5358C66.0501 61.5213 66.178 61.6355 66.178 61.783V63.2418C66.178 63.3679 66.0827 63.4744 65.9575 63.4889C65.2928 63.5664 64.8212 63.6048 64.5438 63.6048C62.5053 63.6048 60.8581 63.0484 59.6029 61.9346Z\" fill=\"white\"/>\\n<path d=\"M82.7836 53.1196C82.5472 51.5559 81.818 50.265 80.5979 49.2458C79.3677 48.219 77.9642 47.7094 76.3863 47.7171C74.8576 47.7247 73.3601 48.2778 72.19 49.2611C70.9808 50.2786 70.2592 51.5636 70.0234 53.1196H82.7836ZM72.0136 62.539C70.6868 61.7338 69.6438 60.6431 68.8865 59.2686C68.1279 57.895 67.7489 56.3781 67.7489 54.719C67.7489 53.0608 68.1279 51.55 68.8865 50.1874C69.6438 48.8249 70.6868 47.7469 72.0136 46.9527C73.3416 46.1594 74.7988 45.7623 76.3863 45.7623C78.0211 45.7623 79.5012 46.1714 80.8293 46.9885C82.156 47.8057 83.1927 48.9144 83.9391 50.3118C84.6409 51.6258 84.9904 53.0762 84.9917 54.6628C84.9917 54.8307 84.8518 54.9679 84.683 54.9679H69.81C69.8342 56.2239 70.1359 57.3735 70.7168 58.4156C71.2971 59.4586 72.0851 60.2817 73.0809 60.8859C74.0759 61.4901 75.1886 61.7926 76.4221 61.7926C77.6063 61.7926 78.696 61.502 79.6917 60.9217C80.5928 60.3959 81.3393 59.7091 81.9298 58.8613C82.0289 58.7207 82.2231 58.6891 82.3548 58.799L83.3901 59.6623C83.5103 59.762 83.5384 59.9392 83.4528 60.0687C82.6897 61.2132 81.708 62.1011 80.5085 62.7342C79.2296 63.4099 77.8549 63.7474 76.3863 63.7474C74.7988 63.7474 73.3416 63.3443 72.0136 62.539Z\" fill=\"white\"/>\\n<path d=\"M92.7138 62.8945C91.5417 62.3023 90.5639 61.4723 89.7816 60.4063C89.1649 59.6479 88.6977 58.7838 88.3775 57.8115C88.058 56.8401 87.8976 55.821 87.8976 54.7549C87.8976 53.6173 88.0816 52.5334 88.4491 51.5024C88.8166 50.4721 89.3432 49.5536 90.0309 48.7483C90.8131 47.8007 91.7724 47.0594 92.91 46.5268C94.0757 45.9797 95.329 45.713 96.6705 45.7275C97.6087 45.7369 98.5443 45.9022 99.4282 46.2175C100.466 46.5882 101.385 47.1241 102.187 47.8237C103.195 48.6793 103.951 49.718 104.452 50.94C104.519 51.1036 104.439 51.2928 104.278 51.3643L103.021 51.9199C102.856 51.9932 102.668 51.9131 102.597 51.7461C102.095 50.5659 101.336 49.6311 100.321 48.9434C99.2186 48.197 97.98 47.8237 96.6066 47.8237C95.5872 47.8237 94.6452 48.0257 93.7798 48.4279C92.9151 48.8309 92.1744 49.4002 91.5596 50.1339C90.5166 51.3907 89.9951 52.9067 89.9951 54.6842C89.9951 56.3664 90.4923 57.8473 91.488 59.1264C92.0798 59.9086 92.8212 60.5128 93.7095 60.9397C94.5979 61.3658 95.5636 61.5788 96.6066 61.5788C97.6956 61.5788 98.715 61.3249 99.6634 60.8153C100.536 60.3458 101.28 59.699 101.893 58.8767C101.981 58.7574 102.142 58.7182 102.272 58.7889L103.66 59.5482C103.803 59.6266 103.848 59.8158 103.752 59.9487C102.911 61.1297 101.903 62.0526 100.729 62.7164C99.4729 63.4271 98.0867 63.7824 96.5708 63.7824C95.1724 63.7824 93.8866 63.4867 92.7138 62.8945Z\" fill=\"white\"/>\\n<path d=\"M120.118 47.5574C121.327 48.7776 121.931 50.4427 121.931 52.5508V62.6537C121.931 63.1207 121.552 63.4982 121.087 63.4982H120.616C120.164 63.4982 119.799 63.1326 119.799 62.681V52.7647C119.799 51.1772 119.395 49.951 118.59 49.0853C117.784 48.2212 116.611 47.7883 115.071 47.7883C113.507 47.7883 112.233 48.2144 111.25 49.0682C110.267 49.9212 109.775 51.0707 109.775 52.5159V62.6938C109.775 63.1386 109.415 63.4982 108.971 63.4982H108.412C107.988 63.4982 107.643 63.1539 107.643 62.7287V39.1119C107.643 38.8393 107.864 38.6177 108.137 38.6177H109.317C109.589 38.6177 109.811 38.8393 109.811 39.1119V46.6499C109.811 47.0487 110.255 47.2796 110.584 47.0546C111.058 46.7299 111.595 46.459 112.192 46.2426C113.139 45.8991 114.134 45.727 115.177 45.727C117.263 45.727 118.91 46.3371 120.118 47.5574Z\" fill=\"white\"/>\\n<path d=\"M22.3318 39.8595C17.1005 39.8595 12.8595 35.6184 12.8595 30.3872C12.8595 25.156 17.1005 20.9149 22.3318 20.9149C27.563 20.9149 31.8041 25.156 31.8041 30.3872C31.8041 35.6184 27.563 39.8595 22.3318 39.8595ZM22.5201 7.67029C10.0824 7.67029 0 17.7527 0 30.1904C0 42.628 10.0824 52.7104 22.5201 52.7104C34.9578 52.7104 45.0402 42.628 45.0402 30.1904C45.0402 17.7527 34.9578 7.67029 22.5201 7.67029Z\" fill=\"white\"/>\\n<path d=\"M34.8295 63.9832H10.058C7.38323 63.9832 5.21457 61.8145 5.21457 59.1388V58.9488C5.21457 56.4836 7.21279 54.4854 9.67804 54.4854H34.8295C37.2947 54.4854 39.2929 56.4836 39.2929 58.9488V59.5197C39.2929 61.9849 37.2947 63.9832 34.8295 63.9832Z\" fill=\"white\"/>\\n<path d=\"M44.719 0.00340827C44.6746 0.00255614 44.6303 0 44.5851 0C40.2257 0 36.691 3.53378 36.691 7.89416C36.691 12.2536 40.2257 15.7874 44.5851 15.7874C44.6303 15.7874 44.6746 15.7848 44.719 15.784V0.00340827Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12kbqlw\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"WpFpprzID\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"VqqjXqxgK\",scopeId:\"IPvGdjzup\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-rdy1je framer-ds45ev\",layoutDependency:layoutDependency,layoutId:\"VqqjXqxgK\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(8+((componentViewport?.height||101)-16-30)/2)+0+0,...addPropertyOverrides({jDsoPB1W3:{height:40,width:`max(${componentViewport?.width||\"100vw\"} - 88px, 1px)`,y:(componentViewport?.y||0)+8+88+24+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18wuchm-container\",layoutDependency:layoutDependency,layoutId:\"AjNPfpqua-container\",nodeId:\"AjNPfpqua\",rendersWithMotion:true,scopeId:\"IPvGdjzup\",children:/*#__PURE__*/_jsx(ButtonText,{height:\"100%\",id:\"AjNPfpqua\",layoutId:\"AjNPfpqua\",p8MfTattd:getLocalizedValue(\"v0\",activeLocale)??\"Ana sayfa\",style:{height:\"100%\"},variant:\"sFKad0Rku\",width:\"100%\",...addPropertyOverrides({jDsoPB1W3:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CUG3OIdsE\"},motionChild:true,nodeId:\"jDZd6S2UV\",scopeId:\"IPvGdjzup\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-16bnbpt framer-ds45ev\",layoutDependency:layoutDependency,layoutId:\"jDZd6S2UV\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(8+((componentViewport?.height||101)-16-30)/2)+0+0,...addPropertyOverrides({jDsoPB1W3:{width:`max(${componentViewport?.width||\"100vw\"} - 88px, 1px)`,y:(componentViewport?.y||0)+8+88+24+64+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-83x7on-container\",layoutDependency:layoutDependency,layoutId:\"Cy2aELJ5q-container\",nodeId:\"Cy2aELJ5q\",rendersWithMotion:true,scopeId:\"IPvGdjzup\",transformTemplate:transformTemplate1,...addPropertyOverrides({jDsoPB1W3:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ButtonText,{height:\"100%\",id:\"Cy2aELJ5q\",layoutId:\"Cy2aELJ5q\",p8MfTattd:getLocalizedValue(\"v1\",activeLocale)??\"Hakk\u0131m\u0131zda\",style:{height:\"100%\"},variant:\"sFKad0Rku\",width:\"100%\",...addPropertyOverrides({jDsoPB1W3:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d4qnbp-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"stkkgXeiU-container\",nodeId:\"stkkgXeiU\",rendersWithMotion:true,scopeId:\"IPvGdjzup\",children:/*#__PURE__*/_jsx(LocaleSelector,{font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(255, 255, 255)\",size:18,type:\"default\"},id:\"stkkgXeiU\",layoutId:\"stkkgXeiU\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:\"10px\",radius:\"10px\",style:{width:\"100%\"},textColor:\"rgb(255, 255, 255)\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EKoGm2NmN\"},motionChild:true,nodeId:\"E5G6ACREj\",scopeId:\"IPvGdjzup\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1i77y0n framer-ds45ev\",layoutDependency:layoutDependency,layoutId:\"E5G6ACREj\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+(8+((componentViewport?.height||101)-16-39)/2)+-.5,...addPropertyOverrides({jDsoPB1W3:{width:\"142px\",y:(componentViewport?.y||0)+8+312+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ypkito-container\",layoutDependency:layoutDependency,layoutId:\"KYAw9EIAe-container\",nodeId:\"KYAw9EIAe\",rendersWithMotion:true,scopeId:\"IPvGdjzup\",transformTemplate:transformTemplate2,...addPropertyOverrides({jDsoPB1W3:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ButtonContact,{height:\"100%\",id:\"KYAw9EIAe\",layoutId:\"KYAw9EIAe\",width:\"100%\",...addPropertyOverrides({jDsoPB1W3:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nq66sa\",\"data-framer-name\":\"Bottom Line\",layoutDependency:layoutDependency,layoutId:\"HkJuJSOTn\",style:{backgroundColor:\"rgba(0, 0, 0, 0.08)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-l8PjK.framer-ds45ev, .framer-l8PjK .framer-ds45ev { display: block; }\",\".framer-l8PjK.framer-1drw000 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 20px 8px 20px; position: relative; width: 1600px; }\",\".framer-l8PjK .framer-g6sla4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 10px 10px; position: relative; width: min-content; }\",\".framer-l8PjK .framer-96v1mw { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-l8PjK .framer-lwrn3u { 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-l8PjK .framer-176ypbp { 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-l8PjK .framer-1q5pl95 { flex: none; height: 65px; position: relative; text-decoration: none; width: 170px; }\",\".framer-l8PjK .framer-12kbqlw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-l8PjK .framer-rdy1je { flex: none; height: 30px; overflow: visible; position: relative; text-decoration: none; width: 112px; }\",\".framer-l8PjK .framer-18wuchm-container { bottom: 0px; flex: none; left: -1px; position: absolute; top: 0px; width: auto; }\",\".framer-l8PjK .framer-16bnbpt { flex: none; height: 30px; overflow: visible; position: relative; text-decoration: none; width: 125px; }\",\".framer-l8PjK .framer-83x7on-container { bottom: 0px; flex: none; left: 50%; position: absolute; top: 0px; width: auto; }\",\".framer-l8PjK .framer-d4qnbp-container { flex: none; height: auto; position: relative; width: 120px; }\",\".framer-l8PjK .framer-1i77y0n { flex: none; height: 39px; overflow: visible; position: relative; text-decoration: none; width: 142px; }\",\".framer-l8PjK .framer-ypkito-container { flex: none; height: auto; left: 50%; position: absolute; top: 49%; width: auto; }\",\".framer-l8PjK .framer-1nq66sa { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-l8PjK.framer-1drw000, .framer-l8PjK .framer-g6sla4, .framer-l8PjK .framer-12kbqlw { gap: 0px; } .framer-l8PjK.framer-1drw000 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-l8PjK.framer-1drw000 > :first-child, .framer-l8PjK .framer-g6sla4 > :first-child, .framer-l8PjK .framer-12kbqlw > :first-child { margin-left: 0px; } .framer-l8PjK.framer-1drw000 > :last-child, .framer-l8PjK .framer-g6sla4 > :last-child, .framer-l8PjK .framer-12kbqlw > :last-child { margin-right: 0px; } .framer-l8PjK .framer-g6sla4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-l8PjK .framer-12kbqlw > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\",\".framer-l8PjK.framer-v-1esh124.framer-1drw000 { flex-direction: column; gap: 0px; width: 320px; }\",\".framer-l8PjK.framer-v-1esh124 .framer-g6sla4, .framer-l8PjK.framer-v-1pgpbk8 .framer-g6sla4 { cursor: pointer; gap: unset; justify-content: space-between; padding: 10px; width: 100%; }\",\".framer-l8PjK.framer-v-1esh124 .framer-96v1mw, .framer-l8PjK.framer-v-1pgpbk8 .framer-96v1mw { cursor: pointer; height: 44px; order: 1; width: 44px; }\",\".framer-l8PjK.framer-v-1esh124 .framer-1q5pl95 { aspect-ratio: 2.6315789473684212 / 1; height: var(--framer-aspect-ratio-supported, 38px); order: 0; width: 100px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-l8PjK.framer-v-1esh124.framer-1drw000, .framer-l8PjK.framer-v-1esh124 .framer-g6sla4 { gap: 0px; } .framer-l8PjK.framer-v-1esh124.framer-1drw000 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-l8PjK.framer-v-1esh124.framer-1drw000 > :first-child { margin-top: 0px; } .framer-l8PjK.framer-v-1esh124.framer-1drw000 > :last-child { margin-bottom: 0px; } .framer-l8PjK.framer-v-1esh124 .framer-g6sla4 > *, .framer-l8PjK.framer-v-1esh124 .framer-g6sla4 > :first-child, .framer-l8PjK.framer-v-1esh124 .framer-g6sla4 > :last-child { margin: 0px; } }\",\".framer-l8PjK.framer-v-1pgpbk8.framer-1drw000 { flex-direction: column; gap: 24px; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 8px 20px 56px 20px; width: 320px; }\",\".framer-l8PjK.framer-v-1pgpbk8 .framer-lwrn3u, .framer-l8PjK.framer-v-1pgpbk8 .framer-176ypbp { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-l8PjK.framer-v-1pgpbk8 .framer-1q5pl95 { aspect-ratio: 2.5925925925925926 / 1; height: var(--framer-aspect-ratio-supported, 38px); order: 0; width: 100px; }\",\".framer-l8PjK.framer-v-1pgpbk8 .framer-12kbqlw { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 24px; justify-content: flex-start; padding: 24px; width: 100%; }\",\".framer-l8PjK.framer-v-1pgpbk8 .framer-rdy1je, .framer-l8PjK.framer-v-1pgpbk8 .framer-16bnbpt { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: 100%; }\",\".framer-l8PjK.framer-v-1pgpbk8 .framer-18wuchm-container { bottom: unset; flex: 1 0 0px; height: auto; left: unset; position: relative; top: unset; width: 1px; }\",\".framer-l8PjK.framer-v-1pgpbk8 .framer-83x7on-container { bottom: unset; flex: 1 0 0px; height: 30px; left: unset; position: relative; top: unset; width: 1px; }\",\".framer-l8PjK.framer-v-1pgpbk8 .framer-1i77y0n { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: min-content; }\",\".framer-l8PjK.framer-v-1pgpbk8 .framer-ypkito-container { left: unset; position: relative; top: unset; width: 142px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-l8PjK.framer-v-1pgpbk8.framer-1drw000, .framer-l8PjK.framer-v-1pgpbk8 .framer-g6sla4, .framer-l8PjK.framer-v-1pgpbk8 .framer-12kbqlw, .framer-l8PjK.framer-v-1pgpbk8 .framer-rdy1je, .framer-l8PjK.framer-v-1pgpbk8 .framer-16bnbpt, .framer-l8PjK.framer-v-1pgpbk8 .framer-1i77y0n { gap: 0px; } .framer-l8PjK.framer-v-1pgpbk8.framer-1drw000 > *, .framer-l8PjK.framer-v-1pgpbk8 .framer-12kbqlw > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-l8PjK.framer-v-1pgpbk8.framer-1drw000 > :first-child, .framer-l8PjK.framer-v-1pgpbk8 .framer-12kbqlw > :first-child { margin-top: 0px; } .framer-l8PjK.framer-v-1pgpbk8.framer-1drw000 > :last-child, .framer-l8PjK.framer-v-1pgpbk8 .framer-12kbqlw > :last-child { margin-bottom: 0px; } .framer-l8PjK.framer-v-1pgpbk8 .framer-g6sla4 > *, .framer-l8PjK.framer-v-1pgpbk8 .framer-g6sla4 > :first-child, .framer-l8PjK.framer-v-1pgpbk8 .framer-g6sla4 > :last-child { margin: 0px; } .framer-l8PjK.framer-v-1pgpbk8 .framer-rdy1je > *, .framer-l8PjK.framer-v-1pgpbk8 .framer-16bnbpt > *, .framer-l8PjK.framer-v-1pgpbk8 .framer-1i77y0n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-l8PjK.framer-v-1pgpbk8 .framer-rdy1je > :first-child, .framer-l8PjK.framer-v-1pgpbk8 .framer-16bnbpt > :first-child, .framer-l8PjK.framer-v-1pgpbk8 .framer-1i77y0n > :first-child { margin-left: 0px; } .framer-l8PjK.framer-v-1pgpbk8 .framer-rdy1je > :last-child, .framer-l8PjK.framer-v-1pgpbk8 .framer-16bnbpt > :last-child, .framer-l8PjK.framer-v-1pgpbk8 .framer-1i77y0n > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 101\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YGC3FlLjT\":{\"layout\":[\"fixed\",\"auto\"]},\"jDsoPB1W3\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerIPvGdjzup=withCSS(Component,css,\"framer-l8PjK\");export default FramerIPvGdjzup;FramerIPvGdjzup.displayName=\"Navigation\";FramerIPvGdjzup.defaultProps={height:101,width:1600};addPropertyControls(FramerIPvGdjzup,{variant:{options:[\"rM0htZnj4\",\"YGC3FlLjT\",\"jDsoPB1W3\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerIPvGdjzup,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ButtonTextFonts,...LocaleSelectorFonts,...ButtonContactFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIPvGdjzup\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"101\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YGC3FlLjT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jDsoPB1W3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1600\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={UcB5cY9OH:{hover:true,pressed:true}};const serializationHash=\"framer-lwv53\";const variantClassNames={UcB5cY9OH:\"framer-v-1bnyok4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({buttonText,height,id,width,...props})=>{return{...props,wQFjf8_Pi:buttonText??props.wQFjf8_Pi??\"Bize Ula\u015F\u0131n\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,wQFjf8_Pi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"UcB5cY9OH\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1bnyok4\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"UcB5cY9OH\",ref:refBinding,style:{backgroundColor:\"rgb(40, 73, 235)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{\"UcB5cY9OH-hover\":{backgroundColor:\"rgb(69, 100, 255)\"},\"UcB5cY9OH-pressed\":{backgroundColor:\"rgb(25, 58, 224)\"}},...addPropertyOverrides({\"UcB5cY9OH-hover\":{\"data-framer-name\":undefined},\"UcB5cY9OH-pressed\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Bize Ula\u015F\u0131n\"})}),className:\"framer-1vrc3sb\",\"data-framer-name\":\"Bize Ula\u015F\u0131n\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"snZwXFrje\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:wQFjf8_Pi,verticalAlignment:\"top\",withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lwv53.framer-8w8zzb, .framer-lwv53 .framer-8w8zzb { display: block; }\",\".framer-lwv53.framer-1bnyok4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 32px 16px 32px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-lwv53 .framer-1vrc3sb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lwv53.framer-1bnyok4 { gap: 0px; } .framer-lwv53.framer-1bnyok4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-lwv53.framer-1bnyok4 > :first-child { margin-left: 0px; } .framer-lwv53.framer-1bnyok4 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 51\n * @framerIntrinsicWidth 149\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"m0vjviMKY\":{\"layout\":[\"auto\",\"auto\"]},\"HmPfP7h48\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"wQFjf8_Pi\":\"buttonText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTonUQm5JG=withCSS(Component,css,\"framer-lwv53\");export default FramerTonUQm5JG;FramerTonUQm5JG.displayName=\"button-primary-blue\";FramerTonUQm5JG.defaultProps={height:51,width:149};addPropertyControls(FramerTonUQm5JG,{wQFjf8_Pi:{defaultValue:\"Bize Ula\u015F\u0131n\",displayTextArea:false,title:\"button-text\",type:ControlType.String}});addFonts(FramerTonUQm5JG,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTonUQm5JG\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"149\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"51\",\"framerVariables\":\"{\\\"wQFjf8_Pi\\\":\\\"buttonText\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"m0vjviMKY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HmPfP7h48\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TonUQm5JG.map", "export const v0=\"About Us\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f7ce5cf)\nimport*as localizedValues from\"./X_TJSUn0i-0.js\";const valuesByLocaleId={EGsE2ER2d: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 (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/ktyOfGX2Dw4Dv1SOt6tF/U34QSdBsQo3Hr6vZf5nu/X_TJSUn0i.js\";import ButtonText from\"https://framerusercontent.com/modules/S3vLdIkqagmECdoGzdPx/iICuYZI8rsDACWqXQRjt/oM9bKD0lE.js\";import ButtonPrimaryBlue from\"https://framerusercontent.com/modules/Rb3uHZaHVFLNSNZG5QoG/ybcpT6uyPGq6ZTUmR9bD/TonUQm5JG.js\";const ButtonTextFonts=getFonts(ButtonText);const ButtonPrimaryBlueFonts=getFonts(ButtonPrimaryBlue);const cycleOrder=[\"PP5iHqeoFk9UckqXw7\",\"lP7D46k3b\"];const serializationHash=\"framer-hXJH6\";const variantClassNames={lP7D46k3b:\"framer-v-158h5i\",PP5iHqeoFk9UckqXw7:\"framer-v-q91qdu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"footer/mobile\":\"lP7D46k3b\",\"footer/web\":\"PP5iHqeoFk9UckqXw7\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"PP5iHqeoFk9UckqXw7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PP5iHqeoFk9UckqXw7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"lP7D46k3b\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"lP7D46k3b\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-q91qdu\",className,classNames),\"data-framer-name\":\"footer/web\",layoutDependency:layoutDependency,layoutId:\"PP5iHqeoFk9UckqXw7\",ref:refBinding,style:{backgroundColor:\"rgb(23, 28, 84)\",...style},...addPropertyOverrides({lP7D46k3b:{\"data-framer-name\":\"footer/mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xu76ev\",\"data-framer-name\":\"column\",layoutDependency:layoutDependency,layoutId:\"PP5iHqeoFheHdpsODy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ugqmg\",\"data-framer-name\":\"gensure-logo\",layoutDependency:layoutDependency,layoutId:\"dUAgYOPao\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1emzv5j\",\"data-framer-name\":\"gensureTech-logo 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:65,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"PP5iHqeoFbwG2r7bMy\",svg:'<svg width=\"170\" height=\"65\" viewBox=\"0 0 170 65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M65.2717 27.2957C66.0181 26.81 66.5984 26.147 67.0132 25.3052C67.4273 24.4641 67.6357 23.5344 67.6357 22.5152C67.6357 21.4722 67.4273 20.5306 67.0132 19.6896C66.5984 18.8485 66.0181 18.1907 65.2717 17.7169C64.5252 17.2431 63.7011 17.0062 62.8013 17.0062C61.9006 17.0062 61.0775 17.2491 60.331 17.7348C59.5845 18.2205 58.9983 18.8843 58.5722 19.7246C58.1453 20.5664 57.9323 21.4961 57.9323 22.5152C57.9323 23.5344 58.1453 24.4641 58.5722 25.3052C58.9983 26.147 59.5845 26.81 60.331 27.2957C61.0775 27.7814 61.9006 28.0243 62.8013 28.0243C63.7011 28.0243 64.5252 27.7814 65.2717 27.2957ZM70.8913 13.4512C71.0753 13.4512 71.2255 13.6011 71.2255 13.7852V31.2232H71.1897C71.0472 33.4984 70.4075 35.2043 69.2705 36.3411C67.8249 37.6679 66.036 38.3325 63.9031 38.3325C63.4353 38.3325 61.6066 38.284 60.4826 38.1885C60.2824 38.1715 60.1308 38.0028 60.1308 37.8016V35.0663C60.1308 34.8388 60.3233 34.659 60.5491 34.6785C61.5862 34.768 63.2581 34.8132 63.6901 34.8132C64.97 34.8132 65.9408 34.4809 66.6042 33.8179C67.2912 33.1779 67.6357 31.91 67.6357 30.0149V29.7303C66.261 30.9155 64.6613 31.5078 62.8371 31.5078C61.2965 31.5078 59.8811 31.1107 58.5893 30.3165C57.2983 29.5232 56.2851 28.4393 55.5505 27.0648C54.816 25.6903 54.4487 24.1735 54.4487 22.5152C54.4487 20.8331 54.816 19.3044 55.5505 17.93C56.2851 16.5563 57.2923 15.4656 58.5722 14.6603C59.8512 13.8542 61.2735 13.4512 62.8371 13.4512C64.3955 13.4512 65.79 13.884 67.0196 14.7481C67.2791 14.9304 67.6357 14.7532 67.6357 14.4362V13.5406C67.6357 13.5108 67.6593 13.487 67.6894 13.4861L70.8913 13.4512Z\" fill=\"white\"/>\\n<path d=\"M86.9103 20.3115C86.6892 19.2762 86.1019 18.4403 85.149 17.8021C84.3488 17.266 83.4023 16.9627 82.4392 16.9371C81.2926 16.9064 80.2292 17.226 79.2507 17.8949C78.3145 18.534 77.7878 19.3401 77.669 20.3115H86.9103ZM77.8831 30.2815C76.5557 29.4643 75.5063 28.3625 74.7368 26.976C73.9667 25.5896 73.5813 24.0678 73.5813 22.4087C73.5813 20.7504 73.9667 19.2396 74.7368 17.877C75.5063 16.5145 76.5493 15.4365 77.8652 14.6424C79.1798 13.849 80.6433 13.4519 82.2545 13.4519C83.8657 13.4519 85.3292 13.849 86.6438 14.6424C87.9597 15.4365 88.9957 16.5204 89.7543 17.8949C90.5123 19.2694 90.8919 20.7972 90.8919 22.4794C90.8919 22.81 90.8842 23.0836 90.8702 23.3C90.8638 23.3988 90.7826 23.4747 90.6836 23.4747H77.2433C77.29 24.2339 77.5328 24.9625 77.9719 25.6612C78.4097 26.36 79.0079 26.9351 79.7665 27.3851C80.5245 27.835 81.3655 28.06 82.2896 28.06C83.403 28.06 84.3987 27.7703 85.2755 27.1891C86.0424 26.6812 86.6368 26.06 87.0599 25.3263C87.1525 25.1636 87.3769 25.1372 87.5149 25.2633L89.5837 27.1575C89.6834 27.2487 89.707 27.3996 89.6393 27.5163C88.8698 28.8363 87.8472 29.823 86.5729 30.4766C85.2333 31.1643 83.7941 31.5077 82.2545 31.5077C80.667 31.5077 79.2092 31.0987 77.8831 30.2815Z\" fill=\"white\"/>\\n<path d=\"M106.309 15.4064C107.613 16.7102 108.264 18.463 108.264 20.6666V31.0814C108.264 31.1793 108.185 31.2586 108.087 31.2586H104.65C104.566 31.2586 104.497 31.1905 104.497 31.1052V20.8805C104.497 18.3923 103.336 17.1482 101.014 17.1482C99.7817 17.1482 98.7982 17.4626 98.0638 18.0898C97.3289 18.7178 96.962 19.5648 96.962 20.6317V31.0106C96.962 31.1478 96.8502 31.2586 96.7141 31.2586H93.4432C93.3051 31.2586 93.1939 31.147 93.1939 31.0098V13.7115C93.1939 13.5675 93.3102 13.4517 93.4534 13.4517H96.7805C96.8994 13.4517 96.9978 13.5488 96.9978 13.669V14.3753C98.2287 13.7601 99.5926 13.4517 101.085 13.4517C103.265 13.4517 105.007 14.1035 106.309 15.4064Z\" fill=\"white\"/>\\n<path d=\"M113.766 30.8501C112.62 30.4035 111.585 29.7729 110.66 28.96C110.604 28.9106 110.583 28.8305 110.607 28.7598L111.573 25.8608C111.616 25.7296 111.783 25.6947 111.88 25.7935C112.656 26.5826 113.515 27.1714 114.46 27.5625C115.491 27.9886 116.432 28.2025 117.285 28.2025C118.28 28.2025 118.979 28.0602 119.383 27.7756C119.785 27.491 119.986 27.0529 119.986 26.4607C119.986 26.0815 119.738 25.756 119.24 25.4833C118.743 25.2107 117.866 24.8732 116.61 24.4701C115.448 24.091 114.536 23.7237 113.873 23.3683C112.878 22.8946 112.125 22.2844 111.616 21.538C111.106 20.7915 110.852 19.9326 110.852 18.9611C110.852 17.8943 111.136 16.9475 111.705 16.1176C112.273 15.2884 113.056 14.6425 114.051 14.1807C115.046 13.718 116.183 13.4871 117.463 13.4871C118.482 13.4871 119.489 13.6651 120.484 14.0205C121.442 14.3622 122.334 14.8581 123.16 15.5074C123.219 15.5535 123.244 15.631 123.225 15.7035L122.436 18.6697C122.403 18.7941 122.255 18.8444 122.15 18.7711C121.154 18.0766 120.302 17.625 119.596 17.4145C118.837 17.1895 118.126 17.0771 117.463 17.0771C116.61 17.0771 115.923 17.2492 115.402 17.5926C114.88 17.936 114.62 18.3808 114.62 18.9253C114.62 19.4707 114.987 19.9206 115.721 20.2759C116.314 20.5844 117.072 20.892 117.996 21.1997C119.868 21.8166 121.278 22.5452 122.225 23.3862C123.173 24.2273 123.648 25.2524 123.648 26.4607C123.648 28.0951 123.091 29.352 121.977 30.228C120.863 31.1048 119.311 31.5437 117.321 31.5437C116.135 31.5437 114.951 31.3119 113.766 30.8501Z\" fill=\"white\"/>\\n<path d=\"M127.579 29.1618C126.441 27.6689 125.873 25.6075 125.873 22.977L125.838 13.8081C125.838 13.6113 125.997 13.4519 126.194 13.4519H129.107C129.304 13.4519 129.462 13.6104 129.462 13.8072V22.977C129.462 24.8023 129.794 26.1172 130.457 26.9224C130.718 27.2309 131.085 27.4857 131.56 27.6868C132.034 27.8887 132.495 27.9893 132.945 27.9893C134.131 27.9893 134.983 27.6331 135.504 26.9224C136.097 26.1648 136.393 24.8492 136.393 22.977V13.8072C136.393 13.6104 136.552 13.4519 136.749 13.4519H139.663C139.86 13.4519 140.019 13.6104 140.019 13.8072V22.977C140.019 25.5837 139.486 27.622 138.42 29.0902C137.802 29.8963 137.038 30.5005 136.127 30.9036C135.215 31.3057 134.202 31.5077 133.088 31.5077C130.671 31.5077 128.834 30.7254 127.579 29.1618Z\" fill=\"white\"/>\\n<path d=\"M152.237 14.1068L151.672 16.7723C151.626 16.9862 151.427 17.1327 151.209 17.1123L150.125 17.0083C150.107 17.0075 150.089 17.0058 150.072 17.0066C148.876 17.0109 147.949 17.3432 147.291 18.0011C146.603 18.641 146.26 19.909 146.26 21.8041V31.0412C146.26 31.279 146.067 31.4724 145.829 31.4724H143.101C142.863 31.4724 142.67 31.279 142.67 31.0412V21.5204C142.67 18.8191 143.321 16.8047 144.625 15.4779C146.07 14.1511 147.859 13.4873 149.992 13.4873C150.428 13.4873 151.046 13.5205 151.847 13.587C152.106 13.6083 152.291 13.852 152.237 14.1068Z\" fill=\"white\"/>\\n<path d=\"M165.659 20.3115C165.438 19.2762 164.85 18.4403 163.898 17.8021C163.096 17.266 162.151 16.9627 161.188 16.9371C160.041 16.9064 158.978 17.226 157.999 17.8949C157.063 18.534 156.536 19.3401 156.418 20.3115H165.659ZM156.631 30.2815C155.304 29.4643 154.255 28.3625 153.486 26.976C152.715 25.5896 152.33 24.0678 152.33 22.4087C152.33 20.7504 152.715 19.2396 153.486 17.877C154.255 16.5145 155.298 15.4365 156.613 14.6424C157.929 13.849 159.392 13.4519 161.003 13.4519C162.615 13.4519 164.078 13.849 165.392 14.6424C166.708 15.4365 167.744 16.5204 168.503 17.8949C169.261 19.2694 169.64 20.7972 169.64 22.4794C169.64 22.689 169.637 22.8748 169.632 23.0384C169.622 23.2838 169.421 23.4747 169.176 23.4747H155.992C156.038 24.2339 156.281 24.9625 156.72 25.6612C157.158 26.36 157.756 26.9351 158.515 27.3851C159.273 27.835 160.114 28.06 161.038 28.06C162.152 28.06 163.147 27.7703 164.024 27.1891C164.76 26.7017 165.338 26.1094 165.757 25.4133C165.88 25.2079 166.161 25.1704 166.338 25.3315L168.276 27.1064C168.408 27.2275 168.441 27.4277 168.349 27.5811C167.584 28.8687 166.574 29.8341 165.322 30.4766C163.982 31.1643 162.543 31.5077 161.003 31.5077C159.415 31.5077 157.958 31.0987 156.631 30.2815Z\" fill=\"white\"/>\\n<path d=\"M59.6029 61.9348C58.11 60.6548 57.3635 58.5706 57.3635 55.6793V48.0007C57.3635 47.8644 57.2527 47.7527 57.1156 47.7527H54.7679C54.6307 47.7527 54.5199 47.642 54.5199 47.5048V46.011C54.5199 45.8738 54.6307 45.7622 54.7679 45.7622H57.1156C57.2527 45.7622 57.3635 45.6514 57.3635 45.5142V38.8659C57.3635 38.7296 57.4751 38.6179 57.6123 38.6179H59.1768C59.3141 38.6179 59.4248 38.7296 59.4248 38.8659V45.4784C59.4248 45.6156 59.5365 45.7264 59.6728 45.7264H64.2945C64.4319 45.7264 64.5438 45.838 64.5438 45.9752V47.5048C64.5438 47.642 64.4319 47.7527 64.2945 47.7527H59.6728C59.5365 47.7527 59.4248 47.8644 59.4248 48.0007V55.3589C59.4248 57.6818 59.8986 59.317 60.847 60.2637C61.7468 61.1653 62.979 61.6144 64.5438 61.6144C64.9094 61.6144 65.3625 61.5888 65.9038 61.536C66.0501 61.5215 66.178 61.6357 66.178 61.7831V63.2419C66.178 63.3681 66.0827 63.4745 65.9575 63.489C65.2928 63.5666 64.8212 63.6049 64.5438 63.6049C62.5053 63.6049 60.8581 63.0485 59.6029 61.9348Z\" fill=\"white\"/>\\n<path d=\"M82.7836 53.1195C82.5472 51.5558 81.818 50.2648 80.5979 49.2457C79.3677 48.2189 77.9642 47.7093 76.3863 47.717C74.8576 47.7246 73.3601 48.2777 72.19 49.261C70.9808 50.2785 70.2592 51.5635 70.0234 53.1195H82.7836ZM72.0136 62.5389C70.6868 61.7336 69.6438 60.643 68.8865 59.2685C68.1279 57.8948 67.7489 56.378 67.7489 54.7189C67.7489 53.0607 68.1279 51.5499 68.8865 50.1873C69.6438 48.8248 70.6868 47.7468 72.0136 46.9526C73.3416 46.1593 74.7988 45.7622 76.3863 45.7622C78.0211 45.7622 79.5012 46.1712 80.8293 46.9884C82.156 47.8056 83.1927 48.9142 83.9391 50.3117C84.6409 51.6257 84.9904 53.076 84.9917 54.6627C84.9917 54.8306 84.8518 54.9678 84.683 54.9678H69.81C69.8342 56.2238 70.1359 57.3733 70.7168 58.4154C71.2971 59.4585 72.0851 60.2816 73.0809 60.8858C74.0759 61.49 75.1886 61.7924 76.4221 61.7924C77.6063 61.7924 78.696 61.5019 79.6917 60.9216C80.5928 60.3958 81.3393 59.709 81.9298 58.8612C82.0289 58.7206 82.2231 58.689 82.3548 58.7989L83.3901 59.6621C83.5103 59.7618 83.5384 59.9391 83.4528 60.0686C82.6897 61.213 81.708 62.1009 80.5085 62.7341C79.2296 63.4098 77.8549 63.7473 76.3863 63.7473C74.7988 63.7473 73.3416 63.3442 72.0136 62.5389Z\" fill=\"white\"/>\\n<path d=\"M92.7138 62.8946C91.5417 62.3024 90.5639 61.4724 89.7816 60.4064C89.1649 59.648 88.6977 58.7839 88.3775 57.8117C88.058 56.8402 87.8976 55.8211 87.8976 54.7551C87.8976 53.6175 88.0816 52.5336 88.4491 51.5025C88.8166 50.4723 89.3432 49.5537 90.0309 48.7484C90.8131 47.8008 91.7724 47.0595 92.91 46.5269C94.0757 45.9799 95.329 45.7131 96.6705 45.7276C97.6087 45.737 98.5443 45.9023 99.4282 46.2176C100.466 46.5883 101.385 47.1242 102.187 47.8239C103.195 48.6794 103.951 49.7181 104.452 50.9401C104.519 51.1037 104.439 51.2929 104.278 51.3645L103.021 51.92C102.856 51.9933 102.668 51.9132 102.597 51.7462C102.095 50.566 101.336 49.6312 100.321 48.9436C99.2186 48.1971 97.98 47.8239 96.6066 47.8239C95.5872 47.8239 94.6452 48.0258 93.7798 48.428C92.9151 48.8311 92.1744 49.4003 91.5596 50.134C90.5166 51.3908 89.9951 52.9068 89.9951 54.6844C89.9951 56.3665 90.4923 57.8475 91.488 59.1265C92.0798 59.9087 92.8212 60.5129 93.7095 60.9399C94.5979 61.3659 95.5636 61.579 96.6066 61.579C97.6956 61.579 98.715 61.325 99.6634 60.8154C100.536 60.3459 101.28 59.6991 101.893 58.8769C101.981 58.7575 102.142 58.7184 102.272 58.789L103.66 59.5483C103.803 59.6267 103.848 59.8159 103.752 59.9488C102.911 61.1299 101.903 62.0527 100.729 62.7166C99.4729 63.4272 98.0867 63.7826 96.5708 63.7826C95.1724 63.7826 93.8866 63.4869 92.7138 62.8946Z\" fill=\"white\"/>\\n<path d=\"M120.118 47.5574C121.327 48.7776 121.931 50.4427 121.931 52.5508V62.6537C121.931 63.1207 121.552 63.4982 121.087 63.4982H120.616C120.164 63.4982 119.799 63.1326 119.799 62.681V52.7647C119.799 51.1772 119.395 49.951 118.59 49.0853C117.784 48.2212 116.611 47.7883 115.071 47.7883C113.507 47.7883 112.233 48.2144 111.25 49.0682C110.267 49.9212 109.775 51.0707 109.775 52.5159V62.6938C109.775 63.1386 109.415 63.4982 108.971 63.4982H108.412C107.988 63.4982 107.643 63.1539 107.643 62.7287V39.1119C107.643 38.8393 107.864 38.6177 108.137 38.6177H109.317C109.589 38.6177 109.811 38.8393 109.811 39.1119V46.6499C109.811 47.0487 110.255 47.2796 110.584 47.0546C111.058 46.7299 111.595 46.459 112.192 46.2426C113.139 45.8991 114.134 45.727 115.177 45.727C117.263 45.727 118.91 46.3371 120.118 47.5574Z\" fill=\"white\"/>\\n<path d=\"M22.3318 39.8593C17.1005 39.8593 12.8595 35.6183 12.8595 30.3871C12.8595 25.1559 17.1005 20.9148 22.3318 20.9148C27.563 20.9148 31.8041 25.1559 31.8041 30.3871C31.8041 35.6183 27.563 39.8593 22.3318 39.8593ZM22.5201 7.67017C10.0824 7.67017 0 17.7526 0 30.1902C0 42.6279 10.0824 52.7103 22.5201 52.7103C34.9578 52.7103 45.0402 42.6279 45.0402 30.1902C45.0402 17.7526 34.9578 7.67017 22.5201 7.67017Z\" fill=\"white\"/>\\n<path d=\"M34.8295 63.9832H10.058C7.38323 63.9832 5.21457 61.8145 5.21457 59.1388V58.9488C5.21457 56.4836 7.21279 54.4854 9.67804 54.4854H34.8295C37.2947 54.4854 39.2929 56.4836 39.2929 58.9488V59.5197C39.2929 61.9849 37.2947 63.9832 34.8295 63.9832Z\" fill=\"white\"/>\\n<path d=\"M44.719 0.00340827C44.6746 0.00255614 44.6303 0 44.5851 0C40.2257 0 36.691 3.53378 36.691 7.89416C36.691 12.2536 40.2257 15.7874 44.5851 15.7874C44.6303 15.7874 44.6746 15.7848 44.719 15.784V0.00340827Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a3yotz\",\"data-framer-name\":\"row\",layoutDependency:layoutDependency,layoutId:\"PP5iHqeoFcImYEQVy6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Ahmet Yesevi Mahallesi Kerem Sokak  No:9\\xa0Pendik/\u0130STANBUL\"})}),className:\"framer-270vaj\",\"data-framer-name\":\"Ahmet Yesevi Mahallesi Kerem Sokak Konteyner\\xa0 Apt. No:9\\xa0Pendik/\u0130STANBUL\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"PP5iHqeoFI7eh8j22n\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1murfv1\",\"data-framer-name\":\"line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:970,layoutDependency:layoutDependency,layoutId:\"xvxYi5wCd\",svg:'<svg width=\"970\" height=\"4\" viewBox=\"-1 -1 970 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"1.04883\" x2=\"968\" y2=\"1.04883\" stroke=\"white\" stroke-opacity=\"0.2\"/>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-gvfebk\",\"data-framer-name\":\"line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:970,layoutDependency:layoutDependency,layoutId:\"PP5iHqeoFfjS1fmEaB\",svg:'<svg width=\"970\" height=\"4\" viewBox=\"-1 -1 970 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"1.04883\" x2=\"968\" y2=\"1.04883\" stroke=\"white\" stroke-opacity=\"0.2\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CUG3OIdsE\"},motionChild:true,nodeId:\"A4ibcuF4V\",scopeId:\"X_TJSUn0i\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2oag81 framer-amzj3d\",layoutDependency:layoutDependency,layoutId:\"A4ibcuF4V\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(108+((componentViewport?.height||537)-216-486)/2)+0+269+0,...addPropertyOverrides({lP7D46k3b:{y:(componentViewport?.y||0)+(108+((componentViewport?.height||563)-216-486)/2)+0+269+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xdh1be-container\",layoutDependency:layoutDependency,layoutId:\"QKu_5NErB-container\",nodeId:\"QKu_5NErB\",rendersWithMotion:true,scopeId:\"X_TJSUn0i\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ButtonText,{height:\"100%\",id:\"QKu_5NErB\",layoutId:\"QKu_5NErB\",p8MfTattd:getLocalizedValue(\"v0\",activeLocale)??\"Hakk\u0131m\u0131zda\",variant:\"sFKad0Rku\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"mailto:info@gensuretech.com\",motionChild:true,nodeId:\"PUY6x6Rud\",openInNewTab:true,scopeId:\"X_TJSUn0i\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-157n73f framer-amzj3d\",\"data-framer-name\":\"info-button\",layoutDependency:layoutDependency,layoutId:\"PUY6x6Rud\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,y:(componentViewport?.y||0)+(108+((componentViewport?.height||537)-216-486)/2)+0+333+-.5,...addPropertyOverrides({lP7D46k3b:{y:(componentViewport?.y||0)+(108+((componentViewport?.height||563)-216-486)/2)+0+333+-.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6wpk0k-container\",layoutDependency:layoutDependency,layoutId:\"PP5iHqeoFi3J0oKXki-container\",nodeId:\"PP5iHqeoFi3J0oKXki\",rendersWithMotion:true,scopeId:\"X_TJSUn0i\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ButtonPrimaryBlue,{height:\"100%\",id:\"PP5iHqeoFi3J0oKXki\",layoutId:\"PP5iHqeoFi3J0oKXki\",width:\"100%\",wQFjf8_Pi:\"info@gensuretech.com\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\\xa9 Copyright 2025\"})}),className:\"framer-ynvjtt\",\"data-framer-name\":\"\\xa9 Copyright 2025\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"PP5iHqeoFlK4YmZznm\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hXJH6.framer-amzj3d, .framer-hXJH6 .framer-amzj3d { display: block; }\",\".framer-hXJH6.framer-q91qdu { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 108px 24px 108px 24px; position: relative; width: 1600px; }\",\".framer-hXJH6 .framer-xu76ev { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 95%; }\",\".framer-hXJH6 .framer-ugqmg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hXJH6 .framer-1emzv5j { flex: none; height: 65px; position: relative; width: 170px; }\",\".framer-hXJH6 .framer-1a3yotz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hXJH6 .framer-270vaj { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-hXJH6 .framer-1murfv1 { flex: 1 0 0px; height: 4px; position: relative; width: 1px; }\",\".framer-hXJH6 .framer-gvfebk { flex: none; height: 4px; position: relative; width: 100%; }\",\".framer-hXJH6 .framer-2oag81 { flex: none; height: 40px; overflow: visible; position: relative; text-decoration: none; width: 124px; }\",\".framer-hXJH6 .framer-1xdh1be-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; width: auto; }\",\".framer-hXJH6 .framer-157n73f { flex: none; height: 51px; overflow: hidden; position: relative; text-decoration: none; width: 253px; }\",\".framer-hXJH6 .framer-6wpk0k-container { cursor: default; flex: none; height: auto; left: 50%; position: absolute; top: 49%; width: auto; }\",\".framer-hXJH6 .framer-ynvjtt { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hXJH6.framer-q91qdu, .framer-hXJH6 .framer-xu76ev, .framer-hXJH6 .framer-ugqmg, .framer-hXJH6 .framer-1a3yotz { gap: 0px; } .framer-hXJH6.framer-q91qdu > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-hXJH6.framer-q91qdu > :first-child, .framer-hXJH6 .framer-ugqmg > :first-child, .framer-hXJH6 .framer-1a3yotz > :first-child { margin-left: 0px; } .framer-hXJH6.framer-q91qdu > :last-child, .framer-hXJH6 .framer-ugqmg > :last-child, .framer-hXJH6 .framer-1a3yotz > :last-child { margin-right: 0px; } .framer-hXJH6 .framer-xu76ev > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-hXJH6 .framer-xu76ev > :first-child { margin-top: 0px; } .framer-hXJH6 .framer-xu76ev > :last-child { margin-bottom: 0px; } .framer-hXJH6 .framer-ugqmg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hXJH6 .framer-1a3yotz > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-hXJH6.framer-v-158h5i.framer-q91qdu { width: 320px; }\",\".framer-hXJH6.framer-v-158h5i .framer-xu76ev { flex: 1 0 0px; width: 1px; }\",\".framer-hXJH6.framer-v-158h5i .framer-1a3yotz { flex-direction: column; }\",\".framer-hXJH6.framer-v-158h5i .framer-270vaj { flex: none; order: 0; width: 100%; }\",\".framer-hXJH6.framer-v-158h5i .framer-1murfv1 { flex: none; order: 2; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hXJH6.framer-v-158h5i .framer-1a3yotz { gap: 0px; } .framer-hXJH6.framer-v-158h5i .framer-1a3yotz > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-hXJH6.framer-v-158h5i .framer-1a3yotz > :first-child { margin-top: 0px; } .framer-hXJH6.framer-v-158h5i .framer-1a3yotz > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 537\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lP7D46k3b\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerX_TJSUn0i=withCSS(Component,css,\"framer-hXJH6\");export default FramerX_TJSUn0i;FramerX_TJSUn0i.displayName=\"footer\";FramerX_TJSUn0i.defaultProps={height:537,width:1600};addPropertyControls(FramerX_TJSUn0i,{variant:{options:[\"PP5iHqeoFk9UckqXw7\",\"lP7D46k3b\"],optionTitles:[\"footer/web\",\"footer/mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerX_TJSUn0i,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]},...ButtonTextFonts,...ButtonPrimaryBlueFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerX_TJSUn0i\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lP7D46k3b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"537\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1600\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["getBorderStyle", "t", "d", "r", "i", "l", "h", "b", "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", "localesForCurrentRoute", "useLocalesForCurrentRoute", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "IPvGdjzup_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "v1", "__FramerMetadata__", "valuesByLocaleId", "IPvGdjzup_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "giP43nZQX_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "p", "x", "motion", "v1", "__FramerMetadata__", "valuesByLocaleId", "giP43nZQX_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "aldu7G6Bn", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap17uoc80", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "SVG", "RichText2", "getLocalizedValue", "css", "FramergiP43nZQX", "withCSS", "giP43nZQX_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "label", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "p8MfTattd", "PbJDs0PXx", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap5fi0c6", "args", "scopingClassNames", "cx", "LayoutGroup", "RichText2", "css", "FrameroM9bKD0lE", "withCSS", "oM9bKD0lE_default", "addPropertyControls", "ControlType", "addFonts", "ButtonTextFonts", "getFonts", "oM9bKD0lE_default", "LocaleSelectorFonts", "LocaleSelector_default", "ButtonContactFonts", "giP43nZQX_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapcdpbjf", "args", "onTapxxgi4x", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLocalizedValue", "css", "FramerIPvGdjzup", "withCSS", "IPvGdjzup_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "buttonText", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "wQFjf8_Pi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "RichText2", "css", "FramerTonUQm5JG", "withCSS", "TonUQm5JG_default", "addPropertyControls", "ControlType", "addFonts", "X_TJSUn0i_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "valuesByLocaleId", "X_TJSUn0i_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "ButtonTextFonts", "getFonts", "oM9bKD0lE_default", "ButtonPrimaryBlueFonts", "TonUQm5JG_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "SVG", "RichText2", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLocalizedValue", "css", "FramerX_TJSUn0i", "withCSS", "X_TJSUn0i_default", "addPropertyControls", "ControlType", "addFonts"]
}
