{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/oWJ9wucsRjmzaHo9leno/inmRV9IvpxEAcF0cq6fl/VLB0No1qU.js"],
  "sourcesContent": ["// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import HeroAnimationLaptop from\"https://framerusercontent.com/modules/fhtRE9Fur29yaCPF4cl4/pZTH68WMj7ZAGXTwHtj0/kxY4wqak9.js\";import HeroAnimationDesktop from\"https://framerusercontent.com/modules/lNg7dxrYBzCmgDMqSe7P/YTV05Gvbw20ZXLCFgw7Q/BwgRcQD3f.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js\";import Companies from\"#framer/local/canvasComponent/CFdLhjCyV/CFdLhjCyV.js\";import Video from\"#framer/local/canvasComponent/n1mXCXJ6w/n1mXCXJ6w.js\";import Label from\"#framer/local/canvasComponent/NNmbV2kDk/NNmbV2kDk.js\";import PrimaryButton from\"#framer/local/canvasComponent/notrXqCHh/notrXqCHh.js\";import Statics from\"#framer/local/canvasComponent/Qe5dqoili/Qe5dqoili.js\";import{CustomSelection}from\"#framer/local/codeFile/SnFwyXe/Custome_text_selection.js\";import*as sharedStyle2 from\"#framer/local/css/aRb4fWSwt/aRb4fWSwt.js\";import*as sharedStyle4 from\"#framer/local/css/F3iAbWiyP/F3iAbWiyP.js\";import*as sharedStyle3 from\"#framer/local/css/hTzxRwwmU/hTzxRwwmU.js\";import*as sharedStyle1 from\"#framer/local/css/JL2u4nc0f/JL2u4nc0f.js\";import*as sharedStyle5 from\"#framer/local/css/uOO0C8j07/uOO0C8j07.js\";import*as sharedStyle from\"#framer/local/css/zsMJNYczj/zsMJNYczj.js\";import metadataProvider from\"#framer/local/webPageMetadata/VLB0No1qU/VLB0No1qU.js\";const CustomSelectionFonts=getFonts(CustomSelection);const PrimaryButtonFonts=getFonts(PrimaryButton);const MotionDivWithFX=withFX(motion.div);const HeroAnimationDesktopFonts=getFonts(HeroAnimationDesktop);const HeroAnimationLaptopFonts=getFonts(HeroAnimationLaptop);const LabelFonts=getFonts(Label);const StaticsFonts=getFonts(Statics);const CompaniesFonts=getFonts(Companies);const VideoFonts=getFonts(Video);const SmoothScrollFonts=getFonts(SmoothScroll);const breakpoints={ASm0gKw0h:\"(min-width: 1600px) and (max-width: 1919px)\",c5ODeqjyH:\"(max-width: 809px)\",k8mwEcHMs:\"(min-width: 1200px) and (max-width: 1599px)\",l26pP5KIn:\"(min-width: 1920px)\",uOxuJbEyd:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-0poFI\";const variantClassNames={ASm0gKw0h:\"framer-v-jdob64\",c5ODeqjyH:\"framer-v-1u4s4wg\",k8mwEcHMs:\"framer-v-b850kr\",l26pP5KIn:\"framer-v-12n3tv\",uOxuJbEyd:\"framer-v-xz4ag3\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:48};const transition1={damping:20,delay:0,mass:2,stiffness:120,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Laptop \":\"ASm0gKw0h\",Desktop:\"l26pP5KIn\",Mini:\"k8mwEcHMs\",Mobile:\"c5ODeqjyH\",Tablet:\"uOxuJbEyd\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"l26pP5KIn\"};};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);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"c5ODeqjyH\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"ASm0gKw0h\",\"k8mwEcHMs\",\"uOxuJbEyd\",\"c5ODeqjyH\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"ASm0gKw0h\",\"k8mwEcHMs\",\"uOxuJbEyd\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"c5ODeqjyH\")return true;return false;};const isDisplayed4=()=>{if(!isBrowser())return true;if([\"uOxuJbEyd\",\"c5ODeqjyH\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if(!isBrowser())return true;if([\"uOxuJbEyd\",\"c5ODeqjyH\"].includes(baseVariant))return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"l26pP5KIn\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-16d0e22a-fd3d-497d-a34f-b7284afe17a9, rgb(19, 18, 18)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-12n3tv\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-73ivm2-container\",isAuthoredByUser:true,nodeId:\"b39UVMOwm\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(CustomSelection,{height:\"100%\",id:\"b39UVMOwm\",layoutId:\"b39UVMOwm\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-usyg3j\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-1m51ko3\",\"data-framer-name\":\"About club\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nk47j5\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8rgelc\",\"data-framer-name\":\"Hedaer\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s786qx\",\"data-framer-name\":\"Header hero\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1lkgv28\",\"data-styles-preset\":\"zsMJNYczj\",children:\"Information about Alisher IsaYev\"})}),className:\"framer-mwo1iu\",\"data-framer-name\":\"Information about Alisher IsaYev\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-18g2rek\",\"data-styles-preset\":\"JL2u4nc0f\",style:{\"--framer-text-color\":\"var(--token-28ebb49c-b680-4b23-9124-bbc0f24eda40, rgb(109, 104, 97))\"},children:\"Learn more about Alisher Isayev, the founder of the Billion Club\"})}),className:\"framer-17j0uc0\",\"data-framer-name\":\"Learn more about Alisher Isayev, the founder of the Billion Club\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{y:(componentViewport?.y||0)+0+0+0+0+180+0+200.4+0+185.2},c5ODeqjyH:{width:\"320px\",y:(componentViewport?.y||0)+0+0+0+0+140+0+0+0+0+180.2},k8mwEcHMs:{y:(componentViewport?.y||0)+0+0+0+0+160+0+135.4+0+185.2},uOxuJbEyd:{y:(componentViewport?.y||0)+0+0+0+0+160+0+0+0+0+185.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:82,y:(componentViewport?.y||0)+0+0+0+0+240+0+266.9+0+185.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12q3wmk-container\",nodeId:\"vSj8iZ1bf\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{variant:\"F32E8Lppu\"},c5ODeqjyH:{style:{width:\"100%\"},variant:\"SasVmalzY\"},k8mwEcHMs:{variant:\"F32E8Lppu\"},uOxuJbEyd:{variant:\"F32E8Lppu\"}},children:/*#__PURE__*/_jsx(PrimaryButton,{fpvQ0nc5X:\"BUSINESS TREATMENT COURSE \u2197\",height:\"100%\",id:\"vSj8iZ1bf\",layoutId:\"vSj8iZ1bf\",variant:\"jKNgT3dj4\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ypcpyv\",\"data-framer-name\":\"Hero img\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-gbs8na hidden-1u4s4wg\",\"data-border\":true,\"data-framer-name\":\"Radius\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1py6rsx\",\"data-framer-name\":\"Shadow\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+180+0+0+44.16),pixelHeight:884,pixelWidth:574,sizes:\"353.1492px\",src:\"https://framerusercontent.com/images/kKRV34nPuTHl5ygP8fz4BL2LI.png\",srcSet:\"https://framerusercontent.com/images/kKRV34nPuTHl5ygP8fz4BL2LI.png 574w\"},transformTemplate:transformTemplate1},c5ODeqjyH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+140+0+0+302.2+.5),pixelHeight:884,pixelWidth:574,sizes:\"260px\",src:\"https://framerusercontent.com/images/kKRV34nPuTHl5ygP8fz4BL2LI.png\",srcSet:\"https://framerusercontent.com/images/kKRV34nPuTHl5ygP8fz4BL2LI.png 574w\"},transformTemplate:transformTemplate2},k8mwEcHMs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+160+0+0+28.255),pixelHeight:884,pixelWidth:574,sizes:\"284.417px\",src:\"https://framerusercontent.com/images/kKRV34nPuTHl5ygP8fz4BL2LI.png\",srcSet:\"https://framerusercontent.com/images/kKRV34nPuTHl5ygP8fz4BL2LI.png 574w\"},transformTemplate:transformTemplate1},uOxuJbEyd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+160+0+0+331.2+24.625),pixelHeight:884,pixelWidth:574,sizes:\"249px\",src:\"https://framerusercontent.com/images/kKRV34nPuTHl5ygP8fz4BL2LI.png\",srcSet:\"https://framerusercontent.com/images/kKRV34nPuTHl5ygP8fz4BL2LI.png 574w\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+240+0+0+30),pixelHeight:884,pixelWidth:574,sizes:\"428px\",src:\"https://framerusercontent.com/images/kKRV34nPuTHl5ygP8fz4BL2LI.png\",srcSet:\"https://framerusercontent.com/images/kKRV34nPuTHl5ygP8fz4BL2LI.png 574w\"},className:\"framer-1agohic\",\"data-framer-name\":\"Isayev\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qc2l62\",\"data-border\":true,\"data-framer-name\":\"Founder name\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(229, 229, 229)\"},children:\"Alisher Isayev\"})})},c5ODeqjyH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(229, 229, 229)\"},children:\"Alisher Isayev\"})})},k8mwEcHMs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(229, 229, 229)\"},children:\"Alisher Isayev\"})})},uOxuJbEyd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(229, 229, 229)\"},children:\"Alisher Isayev\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(229, 229, 229)\"},children:\"Alisher Isayev\"})}),className:\"framer-1oq93ls\",\"data-framer-name\":\"Alisher Isayev\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"Founder of \u201CMilliard business\u201D club\"})})},c5ODeqjyH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"Founder of \u201CMilliard business\u201D club\"})})},k8mwEcHMs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"Founder of \u201CMilliard business\u201D club\"})})},uOxuJbEyd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"Founder of \u201CMilliard business\u201D club\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"Founder of \u201CMilliard business\u201D club\"})}),className:\"framer-ddxp5x\",\"data-framer-name\":\"Founder of \u201CMilliard business\u201D club\",fonts:[\"GF;Manrope-300\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,y:(componentViewport?.y||0)+0+0+0+0+240+0+0+172,children:/*#__PURE__*/_jsx(Container,{className:\"framer-120ynlt-container hidden-jdob64 hidden-b850kr hidden-xz4ag3 hidden-1u4s4wg\",isModuleExternal:true,nodeId:\"nvFI_oFQc\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(HeroAnimationDesktop,{height:\"100%\",id:\"nvFI_oFQc\",layoutId:\"nvFI_oFQc\",variant:\"cN48HHvKw\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,y:(componentViewport?.y||0)+0+0+0+0+240+0+0+346,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n1axjs-container hidden-jdob64 hidden-b850kr hidden-xz4ag3 hidden-1u4s4wg\",isModuleExternal:true,nodeId:\"psE8gJO2z\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(HeroAnimationDesktop,{height:\"100%\",id:\"psE8gJO2z\",layoutId:\"psE8gJO2z\",variant:\"WMP0l9ece\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,y:(componentViewport?.y||0)+0+0+0+0+240+0+0+532,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pujh0q-container hidden-jdob64 hidden-b850kr hidden-xz4ag3 hidden-1u4s4wg\",isModuleExternal:true,nodeId:\"kFYcMXYAd\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(HeroAnimationDesktop,{height:\"100%\",id:\"kFYcMXYAd\",layoutId:\"kFYcMXYAd\",variant:\"oclfwBYqk\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,y:(componentViewport?.y||0)+0+0+0+0+240+0+0+532,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ps89d7-container hidden-jdob64 hidden-b850kr hidden-xz4ag3 hidden-1u4s4wg\",isModuleExternal:true,nodeId:\"sDTeR9CoN\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(HeroAnimationDesktop,{height:\"100%\",id:\"sDTeR9CoN\",layoutId:\"sDTeR9CoN\",variant:\"q7iyBCz72\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,y:(componentViewport?.y||0)+0+0+0+0+240+0+0+172,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5qy04f-container hidden-jdob64 hidden-b850kr hidden-xz4ag3 hidden-1u4s4wg\",isModuleExternal:true,nodeId:\"IcbYO1f39\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(HeroAnimationDesktop,{height:\"100%\",id:\"IcbYO1f39\",layoutId:\"IcbYO1f39\",variant:\"NQsMPKDW5\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,y:(componentViewport?.y||0)+0+0+0+0+240+0+0+346,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x1rokw-container hidden-jdob64 hidden-b850kr hidden-xz4ag3 hidden-1u4s4wg\",isModuleExternal:true,nodeId:\"vRphZac4z\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(HeroAnimationDesktop,{height:\"100%\",id:\"vRphZac4z\",layoutId:\"vRphZac4z\",variant:\"UntmdalJI\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{height:74.46,width:\"74.46px\",y:(componentViewport?.y||0)+0+0+0+0+180+0+0+136.1522},k8mwEcHMs:{height:70,y:(componentViewport?.y||0)+0+0+0+0+160+0+0+106.3535},uOxuJbEyd:{height:70,y:(componentViewport?.y||0)+0+0+0+0+160+0+0+331.2+88.75}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-140ldj2-container hidden-12n3tv hidden-1u4s4wg\",isModuleExternal:true,nodeId:\"VeXWE5WIR\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HeroAnimationLaptop,{height:\"100%\",id:\"VeXWE5WIR\",layoutId:\"VeXWE5WIR\",variant:\"ZVVOnYWoI\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{height:74.46,width:\"74.46px\",y:(componentViewport?.y||0)+0+0+0+0+180+0+0+287.1968},k8mwEcHMs:{height:70,y:(componentViewport?.y||0)+0+0+0+0+160+0+0+226.2898},uOxuJbEyd:{height:70,y:(componentViewport?.y||0)+0+0+0+0+160+0+0+331.2+193.75}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-e3tube-container hidden-12n3tv hidden-1u4s4wg\",isModuleExternal:true,nodeId:\"lsJ_hsWhx\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HeroAnimationLaptop,{height:\"100%\",id:\"lsJ_hsWhx\",layoutId:\"lsJ_hsWhx\",variant:\"uBxiUYijv\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{height:74.46,width:\"74.46px\",y:(componentViewport?.y||0)+0+0+0+0+180+0+0+668-213.8},k8mwEcHMs:{height:70,y:(componentViewport?.y||0)+0+0+0+0+160+0+0+360.7898},uOxuJbEyd:{height:70,y:(componentViewport?.y||0)+0+0+0+0+160+0+0+331.2+311.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kpk7xh-container hidden-12n3tv hidden-1u4s4wg\",isModuleExternal:true,nodeId:\"kAgbzVdNB\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HeroAnimationLaptop,{height:\"100%\",id:\"kAgbzVdNB\",layoutId:\"kAgbzVdNB\",variant:\"c5z2RPDTq\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{height:74.46,width:\"74.46px\",y:(componentViewport?.y||0)+0+0+0+0+180+0+0+454.1968},k8mwEcHMs:{height:70,y:(componentViewport?.y||0)+0+0+0+0+160+0+0+360.3976},uOxuJbEyd:{height:70,y:(componentViewport?.y||0)+0+0+0+0+160+0+0+331.2+321}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tuhh65-container hidden-12n3tv hidden-1u4s4wg\",isModuleExternal:true,nodeId:\"anCO9lFEc\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HeroAnimationLaptop,{height:\"100%\",id:\"anCO9lFEc\",layoutId:\"anCO9lFEc\",variant:\"s9r86zL3V\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{height:74.46,width:\"74.46px\",y:(componentViewport?.y||0)+0+0+0+0+180+0+0+136.1522},k8mwEcHMs:{height:75.62,width:\"75.62px\",y:(componentViewport?.y||0)+0+0+0+0+160+0+0+101.8301},uOxuJbEyd:{height:70,y:(componentViewport?.y||0)+0+0+0+0+160+0+0+331.2+87.25}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gkfqlx-container hidden-12n3tv hidden-1u4s4wg\",isModuleExternal:true,nodeId:\"IhvVfaawB\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{style:{height:\"100%\",width:\"100%\"}},k8mwEcHMs:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HeroAnimationLaptop,{height:\"100%\",id:\"IhvVfaawB\",layoutId:\"IhvVfaawB\",variant:\"pCSytxdxE\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{height:74.46,width:\"74.46px\",y:(componentViewport?.y||0)+0+0+0+0+180+0+0+295.7063},k8mwEcHMs:{height:75.62,width:\"75.62px\",y:(componentViewport?.y||0)+0+0+0+0+160+0+0+225.7884},uOxuJbEyd:{height:70,y:(componentViewport?.y||0)+0+0+0+0+160+0+0+331.2+199.75}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lfj2p4-container hidden-12n3tv hidden-1u4s4wg\",isModuleExternal:true,nodeId:\"s04hEaJ8r\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{style:{height:\"100%\",width:\"100%\"}},k8mwEcHMs:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(HeroAnimationLaptop,{height:\"100%\",id:\"s04hEaJ8r\",layoutId:\"s04hEaJ8r\",variant:\"cnSwLXcPL\",width:\"100%\"})})})})}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w40roh hidden-12n3tv hidden-jdob64 hidden-b850kr hidden-xz4ag3\",\"data-border\":true,\"data-framer-name\":\"Hero animation / laptop\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+140+0+0+302.2+514+8),pixelHeight:68,pixelWidth:68,src:\"https://framerusercontent.com/images/rNirG1AZNjFazQxwH5HUDGstkm0.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:68,pixelWidth:68,src:\"https://framerusercontent.com/images/rNirG1AZNjFazQxwH5HUDGstkm0.svg\"},className:\"framer-7tug5d\",\"data-framer-name\":\"Logo area\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4l5blx\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ishlagan\"})}),className:\"framer-1s8xmk0\",\"data-framer-name\":\"Ishlagan\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"Protec & Gamble\"})}),className:\"framer-9muqev\",\"data-framer-name\":\"Milliard club\",fonts:[\"GF;Manrope-300\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p7y1ht hidden-12n3tv hidden-jdob64 hidden-b850kr hidden-xz4ag3\",\"data-border\":true,\"data-framer-name\":\"Hero animation / laptop\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+140+0+0+302.2+614+8),pixelHeight:68,pixelWidth:68,src:\"https://framerusercontent.com/images/VuuBFKBvMWS34NqXEnoyIEISXY.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:68,pixelWidth:68,src:\"https://framerusercontent.com/images/VuuBFKBvMWS34NqXEnoyIEISXY.svg\"},className:\"framer-pe7p3i\",\"data-framer-name\":\"Logo area\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wvif1h\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Asoschi\"})}),className:\"framer-oz54tb\",\"data-framer-name\":\"Ishlagan\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"Milliard club\"})}),className:\"framer-5f97ql\",\"data-framer-name\":\"Milliard club\",fonts:[\"GF;Manrope-300\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s7unoz hidden-12n3tv hidden-jdob64 hidden-b850kr hidden-xz4ag3\",\"data-border\":true,\"data-framer-name\":\"Hero animation / laptop\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+140+0+0+302.2+714+8),pixelHeight:68,pixelWidth:68,src:\"https://framerusercontent.com/images/Sei4hqvZMt9i3gEIwIhvbbbwORs.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:68,pixelWidth:68,src:\"https://framerusercontent.com/images/Sei4hqvZMt9i3gEIwIhvbbbwORs.svg\"},className:\"framer-vmkemg\",\"data-framer-name\":\"Logo area\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ld9vyu\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ishlagan\"})}),className:\"framer-1f5rlk7\",\"data-framer-name\":\"Ishlagan\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"NBU Bank\"})}),className:\"framer-1yk8ib0\",\"data-framer-name\":\"Milliard club\",fonts:[\"GF;Manrope-300\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16oy9um hidden-12n3tv hidden-jdob64 hidden-b850kr hidden-xz4ag3\",\"data-border\":true,\"data-framer-name\":\"Hero animation / laptop\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+140+0+0+302.2+814+8),pixelHeight:68,pixelWidth:68,src:\"https://framerusercontent.com/images/1Ganb96cO0rOK26r4pFDCvxA.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:68,pixelWidth:68,src:\"https://framerusercontent.com/images/1Ganb96cO0rOK26r4pFDCvxA.svg\"},className:\"framer-1metwst\",\"data-framer-name\":\"Logo area\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rtsx09\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Asoschi\"})}),className:\"framer-lwdvs\",\"data-framer-name\":\"Ishlagan\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"Sales Doctor\"})}),className:\"framer-giue26\",\"data-framer-name\":\"Milliard club\",fonts:[\"GF;Manrope-300\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t0rcjm hidden-12n3tv hidden-jdob64 hidden-b850kr hidden-xz4ag3\",\"data-border\":true,\"data-framer-name\":\"Hero animation / laptop\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+140+0+0+302.2+914+8),pixelHeight:68,pixelWidth:68,src:\"https://framerusercontent.com/images/7pnYmX6UzAidGvLdP2i7eU8oY.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:68,pixelWidth:68,src:\"https://framerusercontent.com/images/7pnYmX6UzAidGvLdP2i7eU8oY.svg\"},className:\"framer-vphik6\",\"data-framer-name\":\"Logo area\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p65w5t\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ishlagan\"})}),className:\"framer-18w7tm6\",\"data-framer-name\":\"Ishlagan\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"Marwin Brands\"})}),className:\"framer-k1rkcz\",\"data-framer-name\":\"Milliard club\",fonts:[\"GF;Manrope-300\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xoihvd hidden-12n3tv hidden-jdob64 hidden-b850kr hidden-xz4ag3\",\"data-border\":true,\"data-framer-name\":\"Hero animation / laptop\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+140+0+0+302.2+1014+8),pixelHeight:68,pixelWidth:68,src:\"https://framerusercontent.com/images/MlwCsUv8DuYCZhXoP9Q2fXGMRI.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:68,pixelWidth:68,src:\"https://framerusercontent.com/images/MlwCsUv8DuYCZhXoP9Q2fXGMRI.svg\"},className:\"framer-1v68of3\",\"data-framer-name\":\"Logo area\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k8q0f8\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Asoschi\"})}),className:\"framer-1xw1o4p\",\"data-framer-name\":\"Ishlagan\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"Robokidz\"})}),className:\"framer-1xxz4a\",\"data-framer-name\":\"Milliard club\",fonts:[\"GF;Manrope-300\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1apf5in\",\"data-framer-name\":\"About\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-asfha7\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-125utbs\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14js2nd\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{y:(componentViewport?.y||0)+0+0+0+968+160+0+0+0+0+0+0+0},c5ODeqjyH:{y:(componentViewport?.y||0)+0+0+0+1611.2+80+0+0+0+0+0+0+0},k8mwEcHMs:{y:(componentViewport?.y||0)+0+0+0+818+120+0+0+0+0+0+0+0},uOxuJbEyd:{y:(componentViewport?.y||0)+0+0+0+1082.2+100+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:(componentViewport?.y||0)+0+0+0+1201+160+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tu3uhp-container\",nodeId:\"tWNCae8pK\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{variant:\"Ugbn3ciMZ\"},k8mwEcHMs:{variant:\"Ugbn3ciMZ\"},uOxuJbEyd:{variant:\"Ugbn3ciMZ\"}},children:/*#__PURE__*/_jsx(Label,{a7hMzledn:\"INFORMATION\",height:\"100%\",id:\"tWNCae8pK\",layoutId:\"tWNCae8pK\",variant:\"JAb5VmwjY\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-y65fc2\",\"data-styles-preset\":\"aRb4fWSwt\",style:{\"--framer-text-color\":\"var(--token-bf445d63-34e6-433b-8ca3-a5f7b0d7c466, rgb(229, 229, 229))\"},children:[\"Information about \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e1c73824-65be-4b64-a6df-97db2d9d34ea, rgb(135, 135, 143))\"},children:\"ALISHER ISAYEV\"})]})}),className:\"framer-16cmcxp\",\"data-framer-name\":\"get known with milliard business club\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nu7gko\",\"data-framer-name\":\"Info \",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mxilc3 hidden-1u4s4wg\",\"data-framer-name\":\"images\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dixm0x\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i6x0ge\",\"data-border\":true,\"data-framer-name\":\"Gallery 01\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+968+160+0+0+201.8+0+0+0+0+22+0),pixelHeight:1016,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:\"256px\",src:\"https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png\",srcSet:\"https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png?scale-down-to=512 512w,https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png 1200w\"}},k8mwEcHMs:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+818+120+0+0+201.8+0+0+0+0+16+0),pixelHeight:1016,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 80px) * 0.46 - 48px, 1px) - 24px) / 2, 1px) - 32px)`,src:\"https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png\",srcSet:\"https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png?scale-down-to=512 512w,https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png 1200w\"}},uOxuJbEyd:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1082.2+100+0+0+169.8+0+1280.1+0+0+0+24+0),pixelHeight:1016,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 80px) / 2, 1px) - 48px)`,src:\"https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png\",srcSet:\"https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png?scale-down-to=512 512w,https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1201+160+0+0+201.8+0+0+0+0+24+0),pixelHeight:1016,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`calc(max((max(min(${componentViewport?.width||\"100vw\"} - 240px, 1680px) * 0.46 - 64px, 1px) - 24px) / 2, 1px) - 48px)`,src:\"https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png\",srcSet:\"https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png?scale-down-to=512 512w,https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png 1200w\"},className:\"framer-1j36n64\",\"data-framer-name\":\"Rectangle 1467\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r0r24q\",\"data-styles-preset\":\"hTzxRwwmU\",children:\"\uD83D\uDCF8 Clips from the conversation at the Milliard club\"})}),className:\"framer-qio094\",\"data-framer-name\":\"\uD83D\uDCF8 Clips from the conversation at the Milliard club\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h1uk04\",\"data-border\":true,\"data-framer-name\":\"Gallery 02\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+968+160+0+0+201.8+0+0+0+0+22+0),pixelHeight:853,pixelWidth:1280,sizes:\"256px\",src:\"https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg\",srcSet:\"https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg 1280w\"}},k8mwEcHMs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+818+120+0+0+201.8+0+0+0+0+16+0),pixelHeight:853,pixelWidth:1280,sizes:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 80px) * 0.46 - 48px, 1px) - 24px) / 2, 1px) - 32px)`,src:\"https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg\",srcSet:\"https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg 1280w\"}},uOxuJbEyd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1082.2+100+0+0+169.8+0+1280.1+0+0+0+24+0),pixelHeight:853,pixelWidth:1280,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 80px) / 2, 1px) - 48px)`,src:\"https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg\",srcSet:\"https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg 1280w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1201+160+0+0+201.8+0+0+0+0+24+0),pixelHeight:853,pixelWidth:1280,sizes:`calc(max((max(min(${componentViewport?.width||\"100vw\"} - 240px, 1680px) * 0.46 - 64px, 1px) - 24px) / 2, 1px) - 48px)`,src:\"https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg\",srcSet:\"https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg 1280w\"},className:\"framer-xd32i1\",\"data-framer-name\":\"Rectangle 1467\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r0r24q\",\"data-styles-preset\":\"hTzxRwwmU\",children:\"\uD83D\uDCF8 Clips from the conversation at the Milliard club\"})}),className:\"framer-k1x338\",\"data-framer-name\":\"\uD83D\uDCF8 Clips from the conversation at the Milliard club\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vu91am\",\"data-framer-name\":\"Gallery 03\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lmi581\",\"data-border\":true,\"data-framer-name\":\"Gallery 03\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+968+160+0+0+201.8+0+0+430.7467+0+22+0),pixelHeight:853,pixelWidth:1280,sizes:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 160px, 1680px) * 0.46 - 64px, 1px) - 192px, 1px) - 44px)`,src:\"https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png\",srcSet:\"https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png?scale-down-to=512 512w,https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png 1280w\"}},k8mwEcHMs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+818+120+0+0+201.8+0+0+402+0+16+0),pixelHeight:853,pixelWidth:1280,sizes:`calc(max(max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 80px) * 0.46 - 48px, 1px) - 192px, 1px) - 32px)`,src:\"https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png\",srcSet:\"https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png?scale-down-to=512 512w,https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png 1280w\"}},uOxuJbEyd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1082.2+100+0+0+169.8+0+1280.1+0+410+0+24+0),pixelHeight:853,pixelWidth:1280,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1680px) - 256px, 1px) - 48px)`,src:\"https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png\",srcSet:\"https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png?scale-down-to=512 512w,https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png 1280w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1201+160+0+0+201.8+0+0+418+0+24+0),pixelHeight:853,pixelWidth:1280,sizes:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 240px, 1680px) * 0.46 - 64px, 1px) - 192px, 1px) - 48px)`,src:\"https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png\",srcSet:\"https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png?scale-down-to=512 512w,https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png 1280w\"},className:\"framer-1a1gotk\",\"data-framer-name\":\"Rectangle 1467\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r0r24q\",\"data-styles-preset\":\"hTzxRwwmU\",children:\"\uD83D\uDCF8 Photos from the Sales doctor course\"})}),className:\"framer-3lfgbf\",\"data-framer-name\":\"\uD83D\uDCF8 Clips from the conversation at the Milliard club\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x64d47\",\"data-framer-name\":\"info\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1658znb\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-s0d4jp\",\"data-styles-preset\":\"F3iAbWiyP\",children:\"Biography\"})}),className:\"framer-1mrb3q9\",\"data-framer-name\":\"Biography\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m9m8dz\",\"data-styles-preset\":\"uOO0C8j07\",style:{\"--framer-text-color\":\"var(--token-28ebb49c-b680-4b23-9124-bbc0f24eda40, rgb(109, 104, 97))\"},children:\"Born in Tashkent, Uzbekistan. He has accumulated experience working in many companies. Currently, he is the owner of Milliard Business Club, Robokids School and Business Therapy Course. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m9m8dz\",\"data-styles-preset\":\"uOO0C8j07\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m9m8dz\",\"data-styles-preset\":\"uOO0C8j07\",style:{\"--framer-text-color\":\"var(--token-28ebb49c-b680-4b23-9124-bbc0f24eda40, rgb(109, 104, 97))\"},children:\"Every entrepreneur is a doctor, and business is a patient. The entrepreneur's task is to keep the business healthy. We help cure unhealthy business. I myself worked as a hired leader. I know about the diseases of this field from my own experience.\"})]}),className:\"framer-u0tvbg\",\"data-framer-name\":\"Born in Tashkent, Uzbekistan. He has accumulated experience working in many companies. Currently, he is the owner of Milliard Business Club, Robokids School and Business Therapy Course. Every entrepreneur is a doctor, and business is a patient. The entrepreneur's task is to keep the business healthy. We help cure unhealthy business. I myself worked as a hired leader. I know about the diseases of this field from my own experience.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1erwgbp\",\"data-framer-name\":\"Sts\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1680px) * 0.54 - 30px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+968+160+0+0+201.8+37.0734+0+557.6+0},c5ODeqjyH:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px), 1px)`,y:(componentViewport?.y||0)+0+0+0+1611.2+80+0+0+161.8+0+0+550.6+0+0},k8mwEcHMs:{width:`max(((min(${componentViewport?.width||\"100vw\"}, 1680px) - 80px) * 0.54 - 32px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+818+120+0+0+201.8+17.7+0+555.6+0},uOxuJbEyd:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1680px) - 64px)`,y:(componentViewport?.y||0)+0+0+0+1082.2+100+0+0+169.8+0+0+0+555.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:234,width:`max((min(${componentViewport?.width||\"100vw\"} - 240px, 1680px) * 0.54 - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+1201+160+0+0+201.8+26.7+0+569.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-162c1ez-container\",nodeId:\"sq1qDaq7p\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{variant:\"fv8dJWdIf\"},c5ODeqjyH:{variant:\"fv8dJWdIf\"},k8mwEcHMs:{variant:\"fv8dJWdIf\"},uOxuJbEyd:{variant:\"fv8dJWdIf\"}},children:/*#__PURE__*/_jsx(Statics,{eYv0NU6nR:0,height:\"100%\",id:\"sq1qDaq7p\",layoutId:\"sq1qDaq7p\",m17Buzzqr:\"  YEARS\",OO8Zwpb3a:\"\",style:{width:\"100%\"},UfVv1wTRb:26,variant:\"I829:21261;58:44\",width:\"100%\",XVgVzOLaH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"HAS EXPERIENCE IN BUSINESS\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1680px) * 0.54 - 30px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+968+160+0+0+201.8+37.0734+0+557.6+0},c5ODeqjyH:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px), 1px)`,y:(componentViewport?.y||0)+0+0+0+1611.2+80+0+0+161.8+0+0+550.6+0+249},k8mwEcHMs:{width:`max(((min(${componentViewport?.width||\"100vw\"}, 1680px) - 80px) * 0.54 - 32px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+818+120+0+0+201.8+17.7+0+555.6+0},uOxuJbEyd:{height:160.5,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1680px) - 64px)`,y:(componentViewport?.y||0)+0+0+0+1082.2+100+0+0+169.8+0+0+0+555.6+0+250}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:234,width:`max((min(${componentViewport?.width||\"100vw\"} - 240px, 1680px) * 0.54 - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+1201+160+0+0+201.8+26.7+0+569.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12r0cb7-container\",nodeId:\"pIUFyhAmr\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{variant:\"fv8dJWdIf\"},c5ODeqjyH:{style:{width:\"100%\"},variant:\"fv8dJWdIf\"},k8mwEcHMs:{style:{width:\"100%\"},variant:\"fv8dJWdIf\"},uOxuJbEyd:{variant:\"fv8dJWdIf\"}},children:/*#__PURE__*/_jsx(Statics,{eYv0NU6nR:0,height:\"100%\",id:\"pIUFyhAmr\",layoutId:\"pIUFyhAmr\",m17Buzzqr:\"+\",OO8Zwpb3a:\"\",style:{height:\"100%\",width:\"100%\"},UfVv1wTRb:6,variant:\"I829:21261;58:44\",width:\"100%\",XVgVzOLaH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"WORKED IN MANY PLACES\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1680px) * 0.54 - 30px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+968+160+0+0+201.8+37.0734+0+557.6+0},c5ODeqjyH:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px), 1px)`,y:(componentViewport?.y||0)+0+0+0+1611.2+80+0+0+161.8+0+0+550.6+0+498},k8mwEcHMs:{width:`max(((min(${componentViewport?.width||\"100vw\"}, 1680px) - 80px) * 0.54 - 32px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+818+120+0+0+201.8+17.7+0+555.6+0},uOxuJbEyd:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1680px) - 64px)`,y:(componentViewport?.y||0)+0+0+0+1082.2+100+0+0+169.8+0+0+0+555.6+0+426.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:234,width:`max((min(${componentViewport?.width||\"100vw\"} - 240px, 1680px) * 0.54 - 48px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+1201+160+0+0+201.8+26.7+0+569.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qabqi3-container\",nodeId:\"R9hBJIDac\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{variant:\"fv8dJWdIf\"},c5ODeqjyH:{variant:\"fv8dJWdIf\"},k8mwEcHMs:{variant:\"fv8dJWdIf\"},uOxuJbEyd:{variant:\"fv8dJWdIf\"}},children:/*#__PURE__*/_jsx(Statics,{eYv0NU6nR:0,height:\"100%\",id:\"R9hBJIDac\",layoutId:\"R9hBJIDac\",m17Buzzqr:\"+\",OO8Zwpb3a:\"\",style:{width:\"100%\"},UfVv1wTRb:20,variant:\"I829:21261;58:44\",width:\"100%\",XVgVzOLaH:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"HE GAVE KNOWLEDGE TO ENTREPRENUERS\"})})})})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11i96he hidden-12n3tv hidden-jdob64 hidden-b850kr hidden-xz4ag3\",\"data-framer-name\":\"images\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14hqqov\",\"data-border\":true,\"data-framer-name\":\"Gallery 01\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1611.2+80+0+0+161.8+0+0+1314.6+0+421.2933+24+0),pixelHeight:853,pixelWidth:1280,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px), 1px) - 48px)`,src:\"https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg\",srcSet:\"https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg 1280w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:853,pixelWidth:1280,src:\"https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg\",srcSet:\"https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xFF82xnozNIOs01FARqFL1WLtpc.jpg 1280w\"},className:\"framer-1mhnzwd\",\"data-framer-name\":\"Rectangle 1467\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"\uD83D\uDCF8 Clips from the conversation at the Milliard club\"})}),className:\"framer-t1m7uu\",\"data-framer-name\":\"\uD83D\uDCF8 Clips from the conversation at the Milliard club\",fonts:[\"GF;Manrope-300\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mv17j2\",\"data-border\":true,\"data-framer-name\":\"Gallery 01\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1611.2+80+0+0+161.8+0+0+1314.6+0+0+24+0),pixelHeight:1016,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px), 1px) - 48px)`,src:\"https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png\",srcSet:\"https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png?scale-down-to=512 512w,https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:1016,pixelWidth:1200,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png\",srcSet:\"https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png?scale-down-to=512 512w,https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8Au2Bb82MhYV9sNNrpF1SnDQM.png 1200w\"},className:\"framer-1hi644f\",\"data-framer-name\":\"Rectangle 1467\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"\uD83D\uDCF8 Clips from the conversation at the Milliard club\"})}),className:\"framer-av545q\",\"data-framer-name\":\"\uD83D\uDCF8 Clips from the conversation at the Milliard club\",fonts:[\"GF;Manrope-300\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ssgp7q\",\"data-border\":true,\"data-framer-name\":\"Gallery 01\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(109, 104, 97)\"},children:\"\uD83D\uDCF8 Clips from the conversation at the Milliard club\"})}),className:\"framer-11fpdt1\",\"data-framer-name\":\"\uD83D\uDCF8 Clips from the conversation at the Milliard club\",fonts:[\"GF;Manrope-300\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1611.2+80+0+0+161.8+0+0+1314.6+0+842.5866+24+0),pixelHeight:853,pixelWidth:1280,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px), 1px) - 48px)`,src:\"https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png\",srcSet:\"https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png?scale-down-to=512 512w,https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png 1280w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:853,pixelWidth:1280,src:\"https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png\",srcSet:\"https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png?scale-down-to=512 512w,https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2CtnmlugpmiKZ81pFPozBbQfCw.png 1280w\"},className:\"framer-1k3ju6v\",\"data-framer-name\":\"Rectangle 1467\"})})]})]})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-a0whub\",\"data-framer-name\":\"About\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q1a3qz\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6gmxw4\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dgrjmn\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{y:(componentViewport?.y||0)+0+0+0+2315.5467+160+0+0+0+0+0+0+0},c5ODeqjyH:{y:(componentViewport?.y||0)+0+0+0+4496.1866+80+0+0+0+0+0+0+0},k8mwEcHMs:{y:(componentViewport?.y||0)+0+0+0+2084.8+120+0+0+0+0+0+0+0},uOxuJbEyd:{y:(componentViewport?.y||0)+0+0+0+3571.1+100+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:(componentViewport?.y||0)+0+0+0+2579.8+160+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vc1aux-container\",nodeId:\"YWZB8mJjF\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{variant:\"Ugbn3ciMZ\"},k8mwEcHMs:{variant:\"Ugbn3ciMZ\"},uOxuJbEyd:{variant:\"Ugbn3ciMZ\"}},children:/*#__PURE__*/_jsx(Label,{a7hMzledn:\"COMPANY\",height:\"100%\",id:\"YWZB8mJjF\",layoutId:\"YWZB8mJjF\",variant:\"JAb5VmwjY\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-y65fc2\",\"data-styles-preset\":\"aRb4fWSwt\",style:{\"--framer-text-color\":\"var(--token-bf445d63-34e6-433b-8ca3-a5f7b0d7c466, rgb(229, 229, 229))\"},children:\"Companies where ALISHER ISAYEV worked\"})}),className:\"framer-14408iz\",\"data-framer-name\":\"get known with milliard business club\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-ej1l8e hidden-xz4ag3 hidden-1u4s4wg\",\"data-framer-name\":\"Progress bar Desktop\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14ef69m\",\"data-framer-name\":\"Progress row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yh162p\",\"data-framer-name\":\"left info\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{y:(componentViewport?.y||0)+0+0+0+2315.5467+160+0+0+201.8+0+0+120+0},k8mwEcHMs:{y:(componentViewport?.y||0)+0+0+0+2084.8+120+0+0+201.8+0+0+64+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,y:(componentViewport?.y||0)+0+0+0+2579.8+160+0+0+201.8+0+0+120+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fv68s6-container\",nodeId:\"ED9RKrg_L\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{k8mwEcHMs:{variant:\"VhOQEoIeN\"}},children:/*#__PURE__*/_jsx(Companies,{height:\"100%\",id:\"ED9RKrg_L\",l21l2WF5g:\"National Bank of Uzbekistan\",layoutId:\"ED9RKrg_L\",style:{width:\"100%\"},uDVfsIoFS:\"As the author of the methodology of financial analysis of enterprises, he has carried out many works\",variant:\"QjgCCX3SG\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{y:(componentViewport?.y||0)+0+0+0+2315.5467+160+0+0+201.8+0+0+120+439},k8mwEcHMs:{y:(componentViewport?.y||0)+0+0+0+2084.8+120+0+0+201.8+0+0+64+552}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,y:(componentViewport?.y||0)+0+0+0+2579.8+160+0+0+201.8+0+0+120+552,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1604aio-container\",nodeId:\"yjw9lNxNx\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{k8mwEcHMs:{variant:\"VhOQEoIeN\"}},children:/*#__PURE__*/_jsx(Companies,{height:\"100%\",id:\"yjw9lNxNx\",l21l2WF5g:\"National Bank of Uzbekistan\",layoutId:\"yjw9lNxNx\",style:{width:\"100%\"},uDVfsIoFS:\"As the author of the methodology of financial analysis of enterprises, he has carried out many works\",variant:\"QjgCCX3SG\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{y:(componentViewport?.y||0)+0+0+0+2315.5467+160+0+0+201.8+0+0+120+878},k8mwEcHMs:{y:(componentViewport?.y||0)+0+0+0+2084.8+120+0+0+201.8+0+0+64+1104}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,y:(componentViewport?.y||0)+0+0+0+2579.8+160+0+0+201.8+0+0+120+1104,children:/*#__PURE__*/_jsx(Container,{className:\"framer-w5xzf3-container\",nodeId:\"TY8lwDuqx\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{k8mwEcHMs:{variant:\"VhOQEoIeN\"}},children:/*#__PURE__*/_jsx(Companies,{height:\"100%\",id:\"TY8lwDuqx\",l21l2WF5g:\"National Bank of Uzbekistan\",layoutId:\"TY8lwDuqx\",style:{width:\"100%\"},uDVfsIoFS:\"As the author of the methodology of financial analysis of enterprises, he has carried out many works\",variant:\"QjgCCX3SG\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5yv9zk\",\"data-framer-name\":\"BG progress\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hn8ytk\",\"data-framer-name\":\"Rectangle 1469\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n71spp\",\"data-framer-name\":\"Righ\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{y:(componentViewport?.y||0)+0+0+0+2315.5467+160+0+0+201.8+0+0+220+0},k8mwEcHMs:{y:(componentViewport?.y||0)+0+0+0+2084.8+120+0+0+201.8+0+0+120+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,y:(componentViewport?.y||0)+0+0+0+2579.8+160+0+0+201.8+0+0+293+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nfbs8e-container\",nodeId:\"wWaMQn0iB\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{k8mwEcHMs:{variant:\"VhOQEoIeN\"}},children:/*#__PURE__*/_jsx(Companies,{height:\"100%\",id:\"wWaMQn0iB\",l21l2WF5g:\"National Bank of Uzbekistan\",layoutId:\"wWaMQn0iB\",style:{width:\"100%\"},uDVfsIoFS:\"As the author of the methodology of financial analysis of enterprises, he has carried out many works\",variant:\"QjgCCX3SG\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{y:(componentViewport?.y||0)+0+0+0+2315.5467+160+0+0+201.8+0+0+220+439},k8mwEcHMs:{y:(componentViewport?.y||0)+0+0+0+2084.8+120+0+0+201.8+0+0+120+552}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,y:(componentViewport?.y||0)+0+0+0+2579.8+160+0+0+201.8+0+0+293+552,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15hdc7d-container\",nodeId:\"Gnpf6hEGu\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{k8mwEcHMs:{variant:\"VhOQEoIeN\"}},children:/*#__PURE__*/_jsx(Companies,{height:\"100%\",id:\"Gnpf6hEGu\",l21l2WF5g:\"National Bank of Uzbekistan\",layoutId:\"Gnpf6hEGu\",style:{width:\"100%\"},uDVfsIoFS:\"As the author of the methodology of financial analysis of enterprises, he has carried out many works\",variant:\"QjgCCX3SG\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{y:(componentViewport?.y||0)+0+0+0+2315.5467+160+0+0+201.8+0+0+220+878},k8mwEcHMs:{y:(componentViewport?.y||0)+0+0+0+2084.8+120+0+0+201.8+0+0+120+1104}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,y:(componentViewport?.y||0)+0+0+0+2579.8+160+0+0+201.8+0+0+293+1104,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wma067-container\",nodeId:\"c29o9QvCv\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{k8mwEcHMs:{variant:\"VhOQEoIeN\"}},children:/*#__PURE__*/_jsx(Companies,{height:\"100%\",id:\"c29o9QvCv\",l21l2WF5g:\"National Bank of Uzbekistan\",layoutId:\"c29o9QvCv\",style:{width:\"100%\"},uDVfsIoFS:\"As the author of the methodology of financial analysis of enterprises, he has carried out many works\",variant:\"QjgCCX3SG\",width:\"100%\"})})})})})]})]})}),isDisplayed5()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cjl14c hidden-12n3tv hidden-jdob64 hidden-b850kr\",\"data-framer-name\":\"Progress row mobile\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e4japq\",\"data-framer-name\":\"left info\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px) - 38px, 1px)`,y:(componentViewport?.y||0)+0+0+0+4496.1866+80+0+0+161.8+0+0+0},uOxuJbEyd:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1680px) - 166px, 1px)`,y:(componentViewport?.y||0)+0+0+0+3571.1+100+0+0+169.8+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2puwv2-container\",nodeId:\"MKZ0Rlgaj\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(Companies,{height:\"100%\",id:\"MKZ0Rlgaj\",l21l2WF5g:\"National Bank of Uzbekistan\",layoutId:\"MKZ0Rlgaj\",style:{width:\"100%\"},uDVfsIoFS:\"As the author of the methodology of financial analysis of enterprises, he has carried out many works\",variant:\"jgrg8Qqkl\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px) - 38px, 1px)`,y:(componentViewport?.y||0)+0+0+0+4496.1866+80+0+0+161.8+0+0+283},uOxuJbEyd:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1680px) - 166px, 1px)`,y:(componentViewport?.y||0)+0+0+0+3571.1+100+0+0+169.8+0+0+291}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oguhzm-container\",nodeId:\"NDqsrd3QW\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(Companies,{height:\"100%\",id:\"NDqsrd3QW\",l21l2WF5g:\"National Bank of Uzbekistan\",layoutId:\"NDqsrd3QW\",style:{width:\"100%\"},uDVfsIoFS:\"As the author of the methodology of financial analysis of enterprises, he has carried out many works\",variant:\"jgrg8Qqkl\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px) - 38px, 1px)`,y:(componentViewport?.y||0)+0+0+0+4496.1866+80+0+0+161.8+0+0+566},uOxuJbEyd:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1680px) - 166px, 1px)`,y:(componentViewport?.y||0)+0+0+0+3571.1+100+0+0+169.8+0+0+582}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,children:/*#__PURE__*/_jsx(Container,{className:\"framer-l45lq4-container\",nodeId:\"lqjlYGIXb\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(Companies,{height:\"100%\",id:\"lqjlYGIXb\",l21l2WF5g:\"National Bank of Uzbekistan\",layoutId:\"lqjlYGIXb\",style:{width:\"100%\"},uDVfsIoFS:\"As the author of the methodology of financial analysis of enterprises, he has carried out many works\",variant:\"jgrg8Qqkl\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px) - 38px, 1px)`,y:(componentViewport?.y||0)+0+0+0+4496.1866+80+0+0+161.8+0+0+849},uOxuJbEyd:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1680px) - 166px, 1px)`,y:(componentViewport?.y||0)+0+0+0+3571.1+100+0+0+169.8+0+0+873}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vyw5e0-container\",nodeId:\"f4OuC3qdi\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(Companies,{height:\"100%\",id:\"f4OuC3qdi\",l21l2WF5g:\"National Bank of Uzbekistan\",layoutId:\"f4OuC3qdi\",style:{width:\"100%\"},uDVfsIoFS:\"As the author of the methodology of financial analysis of enterprises, he has carried out many works\",variant:\"jgrg8Qqkl\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px) - 38px, 1px)`,y:(componentViewport?.y||0)+0+0+0+4496.1866+80+0+0+161.8+0+0+1132},uOxuJbEyd:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1680px) - 166px, 1px)`,y:(componentViewport?.y||0)+0+0+0+3571.1+100+0+0+169.8+0+0+1164}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1odftnv-container\",nodeId:\"eEXCCJxqC\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(Companies,{height:\"100%\",id:\"eEXCCJxqC\",l21l2WF5g:\"National Bank of Uzbekistan\",layoutId:\"eEXCCJxqC\",style:{width:\"100%\"},uDVfsIoFS:\"As the author of the methodology of financial analysis of enterprises, he has carried out many works\",variant:\"jgrg8Qqkl\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px) - 38px, 1px)`,y:(componentViewport?.y||0)+0+0+0+4496.1866+80+0+0+161.8+0+0+1415},uOxuJbEyd:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1680px) - 166px, 1px)`,y:(componentViewport?.y||0)+0+0+0+3571.1+100+0+0+169.8+0+0+1455}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f9v0bg-container\",nodeId:\"vxfcwmMTe\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(Companies,{height:\"100%\",id:\"vxfcwmMTe\",l21l2WF5g:\"National Bank of Uzbekistan\",layoutId:\"vxfcwmMTe\",style:{width:\"100%\"},uDVfsIoFS:\"As the author of the methodology of financial analysis of enterprises, he has carried out many works\",variant:\"jgrg8Qqkl\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-195vcpe\",\"data-framer-name\":\"BG progress\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xmiwsd\",\"data-framer-name\":\"Rectangle 1469\"})})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-rgnlcz\",\"data-framer-name\":\"Video\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pm6yll\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vgk6nz\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dlmad1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{y:(componentViewport?.y||0)+0+0+0+4174.3467+160+0+0+0+0+0+0+0},c5ODeqjyH:{y:(componentViewport?.y||0)+0+0+0+6491.9866+80+0+0+0+0+0+0+0},k8mwEcHMs:{y:(componentViewport?.y||0)+0+0+0+4073.6+120+0+0+0+0+0+0+0},uOxuJbEyd:{y:(componentViewport?.y||0)+0+0+0+5654.9+100+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:(componentViewport?.y||0)+0+0+0+4877.6+160+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6gtwrk-container\",nodeId:\"Q47FnlyOX\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c5ODeqjyH:{variant:\"Ugbn3ciMZ\"},k8mwEcHMs:{variant:\"Ugbn3ciMZ\"},uOxuJbEyd:{variant:\"Ugbn3ciMZ\"}},children:/*#__PURE__*/_jsx(Label,{a7hMzledn:\"THOUGHTS\",height:\"100%\",id:\"Q47FnlyOX\",layoutId:\"Q47FnlyOX\",variant:\"JAb5VmwjY\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-y65fc2\",\"data-styles-preset\":\"aRb4fWSwt\",style:{\"--framer-text-color\":\"var(--token-bf445d63-34e6-433b-8ca3-a5f7b0d7c466, rgb(229, 229, 229))\"},children:\"OPINION OF ENTREPRENEURS ABOUT ALISHER ISAYEV\"})}),className:\"framer-aka3ik\",\"data-framer-name\":\"get known with milliard business club\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1j2jno6\",\"data-framer-name\":\"Video\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{height:331,width:\"416.6667px\",y:(componentViewport?.y||0)+0+0+0+4174.3467+160+0+0+201.8+0+0},c5ODeqjyH:{height:278,width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px), 50px)`,y:(componentViewport?.y||0)+0+0+0+6491.9866+80+0+0+161.8+0+0},k8mwEcHMs:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 140px) / 3, 50px)`,y:(componentViewport?.y||0)+0+0+0+4073.6+120+0+0+201.8+0+0},uOxuJbEyd:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 94px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+5654.9+100+0+0+169.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:422,width:`max((min(${componentViewport?.width||\"100vw\"} - 240px, 1680px) - 60px) / 3, 50px)`,y:(componentViewport?.y||0)+0+0+0+4877.6+160+0+0+201.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-162ts1w-container\",nodeId:\"tXC3z8UIS\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{style:{height:\"100%\",width:\"100%\"}},c5ODeqjyH:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(Video,{height:\"100%\",id:\"tXC3z8UIS\",layoutId:\"tXC3z8UIS\",PwSrZ1583:\"Xusan Mamsaidov\",ShIZGwhIV:\"https://youtu.be/smPos0mJvh8\",style:{width:\"100%\"},u61RaU8E7:\"Decos, Mfaktor\",variant:\"kYBxYFJEY\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{height:331,width:\"416.6667px\",y:(componentViewport?.y||0)+0+0+0+4174.3467+160+0+0+201.8+0+0},c5ODeqjyH:{height:278,width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px), 50px)`,y:(componentViewport?.y||0)+0+0+0+6491.9866+80+0+0+161.8+0+298},k8mwEcHMs:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 140px) / 3, 50px)`,y:(componentViewport?.y||0)+0+0+0+4073.6+120+0+0+201.8+0+0},uOxuJbEyd:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 94px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+5654.9+100+0+0+169.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:422,width:`max((min(${componentViewport?.width||\"100vw\"} - 240px, 1680px) - 60px) / 3, 50px)`,y:(componentViewport?.y||0)+0+0+0+4877.6+160+0+0+201.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-shs408-container\",nodeId:\"oqxsWTXzI\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{style:{height:\"100%\",width:\"100%\"}},c5ODeqjyH:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(Video,{height:\"100%\",id:\"oqxsWTXzI\",layoutId:\"oqxsWTXzI\",PwSrZ1583:\"Xusan Mamsaidov\",ShIZGwhIV:\"https://youtu.be/smPos0mJvh8\",style:{width:\"100%\"},u61RaU8E7:\"Decos, Mfaktor\",variant:\"kYBxYFJEY\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{height:331,width:\"416.6667px\",y:(componentViewport?.y||0)+0+0+0+4174.3467+160+0+0+201.8+0+0},c5ODeqjyH:{height:278,width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1680px), 50px)`,y:(componentViewport?.y||0)+0+0+0+6491.9866+80+0+0+161.8+0+596},k8mwEcHMs:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 140px) / 3, 50px)`,y:(componentViewport?.y||0)+0+0+0+4073.6+120+0+0+201.8+0+0},uOxuJbEyd:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 94px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+5654.9+100+0+0+169.8+0+452}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:422,width:`max((min(${componentViewport?.width||\"100vw\"} - 240px, 1680px) - 60px) / 3, 50px)`,y:(componentViewport?.y||0)+0+0+0+4877.6+160+0+0+201.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m917u7-container\",nodeId:\"rc3Ns9GZz\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ASm0gKw0h:{style:{height:\"100%\",width:\"100%\"}},c5ODeqjyH:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(Video,{height:\"100%\",id:\"rc3Ns9GZz\",layoutId:\"rc3Ns9GZz\",PwSrZ1583:\"Xusan Mamsaidov\",ShIZGwhIV:\"https://youtu.be/smPos0mJvh8\",style:{width:\"100%\"},u61RaU8E7:\"Decos, Mfaktor\",variant:\"kYBxYFJEY\",width:\"100%\"})})})})})]})]})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7jncxp-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"y5VQzGXHX\",scopeId:\"VLB0No1qU\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"y5VQzGXHX\",intensity:10,layoutId:\"y5VQzGXHX\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0poFI.framer-1qx51ki, .framer-0poFI .framer-1qx51ki { display: block; }\",\".framer-0poFI.framer-12n3tv { align-content: center; align-items: center; background-color: var(--token-16d0e22a-fd3d-497d-a34f-b7284afe17a9, #131212); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1920px; }\",\".framer-0poFI .framer-73ivm2-container { flex: none; height: auto; left: 50%; position: absolute; top: 240px; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-0poFI .framer-usyg3j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0poFI .framer-1m51ko3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 240px 120px 160px 120px; position: relative; width: 100%; }\",\".framer-0poFI .framer-1nk47j5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1680px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0poFI .framer-8rgelc { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 750px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-0poFI .framer-s786qx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0poFI .framer-mwo1iu, .framer-0poFI .framer-16cmcxp, .framer-0poFI .framer-qio094, .framer-0poFI .framer-k1x338, .framer-0poFI .framer-3lfgbf, .framer-0poFI .framer-1mrb3q9, .framer-0poFI .framer-u0tvbg, .framer-0poFI .framer-t1m7uu, .framer-0poFI .framer-av545q, .framer-0poFI .framer-11fpdt1, .framer-0poFI .framer-14408iz, .framer-0poFI .framer-aka3ik { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0poFI .framer-17j0uc0 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 650px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0poFI .framer-12q3wmk-container, .framer-0poFI .framer-1tu3uhp-container, .framer-0poFI .framer-vc1aux-container, .framer-0poFI .framer-6gtwrk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-0poFI .framer-1ypcpyv { flex: none; height: 801px; overflow: visible; position: relative; width: 780px; }\",\".framer-0poFI .framer-gbs8na { --border-bottom-width: 1px; --border-color: rgba(187, 191, 196, 0.23); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 700px); left: 50%; position: absolute; top: 51%; transform: translate(-50%, -50%); width: 90%; }\",\".framer-0poFI .framer-1py6rsx { -webkit-filter: blur(48px); aspect-ratio: 1 / 1; background-color: #424242; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(48px); flex: none; height: var(--framer-aspect-ratio-supported, 480px); left: 50%; opacity: 0.06; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 480px; }\",\".framer-0poFI .framer-1agohic { aspect-ratio: 0.6484848484848484 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 660px); left: 235px; position: absolute; top: 30px; width: 55%; }\",\".framer-0poFI .framer-qc2l62 { --border-bottom-width: 1px; --border-color: #272729; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(11px); align-content: center; align-items: center; backdrop-filter: blur(11px); background: linear-gradient(107.09450272895074deg, rgba(38, 38, 40, 0.14) 0%, rgba(135, 135, 142, 0.1) 100%); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 51%; overflow: hidden; padding: 22px 48px 22px 48px; position: absolute; top: 93%; transform: translate(-50%, -50%); width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-0poFI .framer-1oq93ls, .framer-0poFI .framer-ddxp5x, .framer-0poFI .framer-1s8xmk0, .framer-0poFI .framer-9muqev, .framer-0poFI .framer-oz54tb, .framer-0poFI .framer-5f97ql, .framer-0poFI .framer-1f5rlk7, .framer-0poFI .framer-1yk8ib0, .framer-0poFI .framer-lwdvs, .framer-0poFI .framer-giue26, .framer-0poFI .framer-18w7tm6, .framer-0poFI .framer-k1rkcz, .framer-0poFI .framer-1xw1o4p, .framer-0poFI .framer-1xxz4a { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0poFI .framer-120ynlt-container { flex: none; height: auto; left: 54px; position: absolute; top: 27%; transform: translateY(-50%); width: auto; }\",\".framer-0poFI .framer-1n1axjs-container { flex: none; height: auto; left: 1px; position: absolute; top: 48%; transform: translateY(-50%); width: auto; }\",\".framer-0poFI .framer-pujh0q-container { flex: none; height: auto; left: 43px; position: absolute; top: 72%; transform: translateY(-50%); width: auto; }\",\".framer-0poFI .framer-1ps89d7-container { flex: none; height: auto; position: absolute; right: 37px; top: 72%; transform: translateY(-50%); width: auto; }\",\".framer-0poFI .framer-5qy04f-container { flex: none; height: auto; position: absolute; right: 54px; top: 27%; transform: translateY(-50%); width: auto; }\",\".framer-0poFI .framer-1x1rokw-container { flex: none; height: auto; position: absolute; right: 9px; top: 48%; transform: translateY(-50%); width: auto; }\",\".framer-0poFI .framer-140ldj2-container { flex: none; height: auto; left: 522px; position: absolute; top: 103px; width: auto; }\",\".framer-0poFI .framer-e3tube-container { flex: none; height: auto; left: 562px; position: absolute; top: 49%; transform: translateY(-50%); width: auto; }\",\".framer-0poFI .framer-kpk7xh-container { bottom: 131px; flex: none; height: auto; left: 540px; position: absolute; width: auto; }\",\".framer-0poFI .framer-tuhh65-container { bottom: 131px; flex: none; height: auto; left: 41px; position: absolute; width: auto; }\",\".framer-0poFI .framer-1gkfqlx-container { flex: none; height: auto; left: 40px; position: absolute; top: 26%; transform: translateY(-50%); width: auto; }\",\".framer-0poFI .framer-lfj2p4-container { flex: none; height: auto; left: 0px; position: absolute; top: 50%; transform: translateY(-50%); width: auto; }\",\".framer-0poFI .framer-w40roh { --border-bottom-width: 1px; --border-color: rgba(39, 39, 41, 0.6); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(38, 38, 40, 0.4); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 8px 26px 8px 8px; position: absolute; top: 50%; transform: translateY(-50%); width: 239px; }\",\".framer-0poFI .framer-7tug5d, .framer-0poFI .framer-pe7p3i, .framer-0poFI .framer-vmkemg, .framer-0poFI .framer-1metwst, .framer-0poFI .framer-vphik6, .framer-0poFI .framer-1v68of3 { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 54px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 54px; }\",\".framer-0poFI .framer-4l5blx, .framer-0poFI .framer-wvif1h, .framer-0poFI .framer-1ld9vyu, .framer-0poFI .framer-1rtsx09, .framer-0poFI .framer-1p65w5t, .framer-0poFI .framer-1k8q0f8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-0poFI .framer-1p7y1ht { --border-bottom-width: 1px; --border-color: rgba(39, 39, 41, 0.6); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(38, 38, 40, 0.4); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 63%; overflow: visible; padding: 8px 26px 8px 8px; position: absolute; top: 60%; transform: translate(-50%, -50%); width: 238px; }\",\".framer-0poFI .framer-s7unoz { --border-bottom-width: 1px; --border-color: rgba(39, 39, 41, 0.6); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(38, 38, 40, 0.4); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; left: 38%; overflow: visible; padding: 8px 32px 8px 8px; position: absolute; top: 69%; transform: translate(-50%, -50%); width: 238px; }\",\".framer-0poFI .framer-16oy9um { --border-bottom-width: 1px; --border-color: rgba(39, 39, 41, 0.6); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(38, 38, 40, 0.4); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 63%; overflow: visible; padding: 8px 26px 8px 8px; position: absolute; top: 78%; transform: translate(-50%, -50%); width: 238px; }\",\".framer-0poFI .framer-1t0rcjm { --border-bottom-width: 1px; --border-color: rgba(39, 39, 41, 0.6); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(38, 38, 40, 0.4); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; left: 38%; overflow: visible; padding: 8px 32px 8px 8px; position: absolute; top: 87%; transform: translate(-50%, -50%); width: 238px; }\",\".framer-0poFI .framer-1xoihvd { --border-bottom-width: 1px; --border-color: rgba(39, 39, 41, 0.6); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(38, 38, 40, 0.4); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 63%; overflow: visible; padding: 8px 26px 8px 8px; position: absolute; top: 96%; transform: translate(-50%, -50%); width: 238px; }\",\".framer-0poFI .framer-1apf5in, .framer-0poFI .framer-a0whub, .framer-0poFI .framer-rgnlcz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 160px 120px 160px 120px; position: relative; width: 100%; }\",\".framer-0poFI .framer-asfha7, .framer-0poFI .framer-1q1a3qz, .framer-0poFI .framer-pm6yll { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1680px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0poFI .framer-125utbs, .framer-0poFI .framer-6gmxw4, .framer-0poFI .framer-vgk6nz { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1920px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0poFI .framer-14js2nd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 750px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0poFI .framer-nu7gko { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0poFI .framer-mxilc3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-0poFI .framer-dixm0x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0poFI .framer-1i6x0ge, .framer-0poFI .framer-h1uk04 { --border-bottom-width: 1px; --border-color: #272729; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(11px); align-content: center; align-items: center; backdrop-filter: blur(11px); background: linear-gradient(107.09450272895074deg, rgba(38, 38, 40, 0.14) 0%, rgba(135, 135, 142, 0.1) 100%); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0poFI .framer-1j36n64, .framer-0poFI .framer-xd32i1 { aspect-ratio: 1.4725 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 200px); position: relative; width: 100%; }\",\".framer-0poFI .framer-1vu91am { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 96px 0px 96px; position: relative; width: 100%; }\",\".framer-0poFI .framer-lmi581 { --border-bottom-width: 1px; --border-color: #272729; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(11px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(11px); background: linear-gradient(107.09450272895074deg, rgba(38, 38, 40, 0.14) 0%, rgba(135, 135, 142, 0.1) 100%); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0poFI .framer-1a1gotk { aspect-ratio: 1.824 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 257px); position: relative; width: 100%; }\",\".framer-0poFI .framer-1x64d47 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 54%; }\",\".framer-0poFI .framer-1658znb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0poFI .framer-1erwgbp { 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-0poFI .framer-162c1ez-container, .framer-0poFI .framer-1qabqi3-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-0poFI .framer-12r0cb7-container { align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-0poFI .framer-11i96he { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0poFI .framer-14hqqov, .framer-0poFI .framer-mv17j2, .framer-0poFI .framer-ssgp7q { --border-bottom-width: 1px; --border-color: #272729; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(11px); align-content: center; align-items: center; backdrop-filter: blur(11px); background: linear-gradient(107.09450272895074deg, rgba(38, 38, 40, 0.14) 0%, rgba(135, 135, 142, 0.1) 100%); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0poFI .framer-1mhnzwd, .framer-0poFI .framer-1k3ju6v { aspect-ratio: 1.3217391304347825 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 151px); position: relative; width: 100%; }\",\".framer-0poFI .framer-1hi644f { aspect-ratio: 1.3188720173535793 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 152px); position: relative; width: 100%; }\",\".framer-0poFI .framer-dgrjmn { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 700px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0poFI .framer-ej1l8e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 113px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1680px; }\",\".framer-0poFI .framer-14ef69m { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0poFI .framer-1yh162p { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 293px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 48px 293px 0px; position: relative; width: 1px; }\",\".framer-0poFI .framer-1fv68s6-container, .framer-0poFI .framer-1604aio-container, .framer-0poFI .framer-w5xzf3-container, .framer-0poFI .framer-nfbs8e-container, .framer-0poFI .framer-15hdc7d-container, .framer-0poFI .framer-1wma067-container, .framer-0poFI .framer-2puwv2-container, .framer-0poFI .framer-1oguhzm-container, .framer-0poFI .framer-l45lq4-container, .framer-0poFI .framer-1vyw5e0-container, .framer-0poFI .framer-1odftnv-container, .framer-0poFI .framer-f9v0bg-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-0poFI .framer-5yv9zk { -webkit-backdrop-filter: blur(11px); align-content: center; align-items: center; backdrop-filter: blur(11px); background-color: #272729; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1700px; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-0poFI .framer-hn8ytk { -webkit-backdrop-filter: blur(11px); backdrop-filter: blur(11px); background: linear-gradient(128.06843857995744deg, #9a783a 0%, rgb(164, 125, 54) 100%); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: none; height: 90vh; position: relative; width: 8px; }\",\".framer-0poFI .framer-n71spp { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 293px; height: min-content; justify-content: flex-start; overflow: visible; padding: 293px 0px 0px 48px; position: relative; width: 1px; }\",\".framer-0poFI .framer-1cjl14c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0poFI .framer-e4japq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-0poFI .framer-195vcpe { -webkit-backdrop-filter: blur(11px); align-content: center; align-items: center; align-self: stretch; backdrop-filter: blur(11px); background-color: #272729; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; padding: 0px; position: relative; width: 6px; }\",\".framer-0poFI .framer-xmiwsd { -webkit-backdrop-filter: blur(11px); backdrop-filter: blur(11px); background: linear-gradient(128.06843857995744deg, #9a783a 0%, rgb(164, 125, 54) 100%); border-top-left-radius: 14px; border-top-right-radius: 14px; flex: none; height: 40vh; position: relative; width: 100%; }\",\".framer-0poFI .framer-dlmad1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 770px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0poFI .framer-1j2jno6 { display: grid; flex: none; gap: 30px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0poFI .framer-162ts1w-container, .framer-0poFI .framer-shs408-container, .framer-0poFI .framer-1m917u7-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-0poFI .framer-7jncxp-container { flex: none; height: auto; left: 50%; position: absolute; top: 13088px; transform: translateX(-50%); width: auto; z-index: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-0poFI[data-border=\"true\"]::after, .framer-0poFI [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; }',\"@media (min-width: 1600px) and (max-width: 1919px) { .framer-0poFI.framer-12n3tv { width: 1600px; } .framer-0poFI .framer-1m51ko3 { padding: 180px 80px 120px 80px; } .framer-0poFI .framer-17j0uc0 { width: 446px; } .framer-0poFI .framer-1ypcpyv { height: 668px; width: 644px; } .framer-0poFI .framer-gbs8na { --border-bottom-width: 1.06px; --border-left-width: 1.06px; --border-right-width: 1.06px; --border-top-width: 1.06px; border-bottom-left-radius: 106%; border-bottom-right-radius: 106%; border-top-left-radius: 106%; border-top-right-radius: 106%; height: var(--framer-aspect-ratio-supported, 599px); left: 50%; top: 52%; width: 599px; } .framer-0poFI .framer-1py6rsx { -webkit-filter: blur(51px); border-bottom-left-radius: 106%; border-bottom-right-radius: 106%; border-top-left-radius: 106%; border-top-right-radius: 106%; filter: blur(51px); height: var(--framer-aspect-ratio-supported, 511px); left: 50%; top: 35px; transform: translateX(-50%); width: 511px; } .framer-0poFI .framer-1agohic { height: var(--framer-aspect-ratio-supported, 545px); left: 53%; top: 47%; transform: translate(-50%, -50%); width: 55%; } .framer-0poFI .framer-qc2l62 { --border-bottom-width: 1.06px; --border-left-width: 1.06px; --border-right-width: 1.06px; --border-top-width: 1.06px; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; bottom: 2px; gap: 10.64px; left: 51%; padding: 19.15px 36.17px 19.15px 36.17px; top: unset; transform: translateX(-50%); } .framer-0poFI .framer-140ldj2-container { height: 74px; left: unset; right: 35px; top: calc(25.955414012738874% - 74.46px / 2); width: 74px; } .framer-0poFI .framer-e3tube-container { height: 74px; left: unset; right: 0px; top: calc(48.566878980891744% - 74.46px / 2); transform: unset; width: 74px; } .framer-0poFI .framer-kpk7xh-container { bottom: 139px; height: 74px; left: unset; right: 13px; width: 74px; } .framer-0poFI .framer-tuhh65-container { bottom: unset; height: 74px; left: 35px; top: calc(73.56687898089174% - 74.46px / 2); width: 74px; } .framer-0poFI .framer-1gkfqlx-container { height: 74px; left: 43px; top: calc(25.955414012738874% - 74.46px / 2); transform: unset; width: 74px; } .framer-0poFI .framer-lfj2p4-container { height: 74px; top: calc(49.84076433121022% - 74.46px / 2); transform: unset; width: 74px; } .framer-0poFI .framer-1apf5in, .framer-0poFI .framer-a0whub, .framer-0poFI .framer-rgnlcz { padding: 160px 80px 120px 80px; } .framer-0poFI .framer-14js2nd, .framer-0poFI .framer-dgrjmn, .framer-0poFI .framer-dlmad1 { max-width: 650px; } .framer-0poFI .framer-1i6x0ge, .framer-0poFI .framer-h1uk04 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; padding: 22px; } .framer-0poFI .framer-1j36n64, .framer-0poFI .framer-xd32i1 { height: var(--framer-aspect-ratio-supported, 174px); width: 256px; } .framer-0poFI .framer-lmi581 { padding: 22px; } .framer-0poFI .framer-1a1gotk { height: var(--framer-aspect-ratio-supported, 199px); } .framer-0poFI .framer-1x64d47 { gap: 34px; } .framer-0poFI .framer-1mrb3q9 { white-space: pre; width: auto; } .framer-0poFI .framer-1erwgbp { gap: 15px; } .framer-0poFI .framer-ej1l8e { width: 100%; } .framer-0poFI .framer-14ef69m { gap: 32px; } .framer-0poFI .framer-1yh162p { gap: 180px; padding: 120px 48px 120px 0px; } .framer-0poFI .framer-5yv9zk { height: 1281px; } .framer-0poFI .framer-n71spp { gap: 180px; padding: 220px 0px 0px 48px; } .framer-0poFI .framer-1j2jno6 { gap: 15px; width: 1280px; } .framer-0poFI .framer-162ts1w-container, .framer-0poFI .framer-shs408-container, .framer-0poFI .framer-1m917u7-container { height: 331px; }}\",\"@media (min-width: 1200px) and (max-width: 1599px) { .framer-0poFI.framer-12n3tv { width: 1200px; } .framer-0poFI .framer-1m51ko3 { padding: 160px 80px 120px 80px; } .framer-0poFI .framer-8rgelc { padding: 0px 32px 0px 0px; } .framer-0poFI .framer-mwo1iu { width: 516px; } .framer-0poFI .framer-17j0uc0 { width: 446px; } .framer-0poFI .framer-1ypcpyv { height: 538px; width: 518px; } .framer-0poFI .framer-gbs8na { --border-bottom-width: 0.85px; --border-left-width: 0.85px; --border-right-width: 0.85px; --border-top-width: 0.85px; border-bottom-left-radius: 86%; border-bottom-right-radius: 86%; border-top-left-radius: 86%; border-top-right-radius: 86%; height: var(--framer-aspect-ratio-supported, 482px); left: 50%; top: 52%; width: 482px; } .framer-0poFI .framer-1py6rsx { -webkit-filter: blur(41px); border-bottom-left-radius: 86%; border-bottom-right-radius: 86%; border-top-left-radius: 86%; border-top-right-radius: 86%; filter: blur(41px); height: var(--framer-aspect-ratio-supported, 411px); left: 50%; top: 28px; transform: translateX(-50%); width: 411px; } .framer-0poFI .framer-1agohic { aspect-ratio: 0.6471734892787524 / 1; height: var(--framer-aspect-ratio-supported, 440px); left: 54%; top: 46%; transform: translate(-50%, -50%); width: 55%; } .framer-0poFI .framer-qc2l62 { --border-bottom-width: 0.85px; --border-left-width: 0.85px; --border-right-width: 0.85px; --border-top-width: 0.85px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; bottom: 1px; gap: 8.57px; left: 51%; padding: 15.42px 29.13px 15.42px 29.13px; top: unset; transform: translateX(-50%); } .framer-0poFI .framer-140ldj2-container { left: unset; right: 26px; top: 26%; transform: translateY(-50%); } .framer-0poFI .framer-e3tube-container { left: unset; right: -6px; top: 49%; } .framer-0poFI .framer-kpk7xh-container { bottom: unset; left: unset; right: 13px; top: 74%; transform: translateY(-50%); } .framer-0poFI .framer-tuhh65-container { bottom: unset; left: 14px; top: 73%; transform: translateY(-50%); } .framer-0poFI .framer-1gkfqlx-container { height: 76px; left: 34px; top: calc(25.955414012738874% - 75.62px / 2); transform: unset; width: 76px; } .framer-0poFI .framer-lfj2p4-container { height: 76px; left: -2px; top: calc(48.99598393574299% - 75.62px / 2); transform: unset; width: 76px; } .framer-0poFI .framer-1apf5in, .framer-0poFI .framer-a0whub, .framer-0poFI .framer-rgnlcz { padding: 120px 0px 120px 0px; } .framer-0poFI .framer-asfha7, .framer-0poFI .framer-1q1a3qz, .framer-0poFI .framer-pm6yll { padding: 0px 40px 0px 40px; } .framer-0poFI .framer-14js2nd, .framer-0poFI .framer-dgrjmn, .framer-0poFI .framer-dlmad1 { max-width: 540px; } .framer-0poFI .framer-nu7gko { gap: 48px; } .framer-0poFI .framer-1i6x0ge, .framer-0poFI .framer-h1uk04, .framer-0poFI .framer-lmi581 { padding: 16px; } .framer-0poFI .framer-1j36n64, .framer-0poFI .framer-xd32i1 { height: var(--framer-aspect-ratio-supported, 129px); } .framer-0poFI .framer-1a1gotk { height: var(--framer-aspect-ratio-supported, 134px); } .framer-0poFI .framer-1x64d47, .framer-0poFI .framer-14ef69m { gap: 32px; } .framer-0poFI .framer-1erwgbp { gap: 16px; } .framer-0poFI .framer-12r0cb7-container { align-self: unset; } .framer-0poFI .framer-ej1l8e { width: 100%; } .framer-0poFI .framer-1yh162p { padding: 64px 48px 120px 0px; } .framer-0poFI .framer-5yv9zk { height: 1510px; } .framer-0poFI .framer-n71spp { padding: 120px 0px 0px 48px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-0poFI.framer-12n3tv { width: 810px; } .framer-0poFI .framer-1m51ko3 { padding: 160px 32px 120px 32px; } .framer-0poFI .framer-1nk47j5 { flex-direction: column; gap: 64px; justify-content: flex-start; } .framer-0poFI .framer-8rgelc, .framer-0poFI .framer-162c1ez-container, .framer-0poFI .framer-1qabqi3-container { flex: none; width: 100%; } .framer-0poFI .framer-1ypcpyv { height: 471px; width: 454px; } .framer-0poFI .framer-gbs8na { --border-bottom-width: 0.75px; --border-left-width: 0.75px; --border-right-width: 0.75px; --border-top-width: 0.75px; border-bottom-left-radius: 75%; border-bottom-right-radius: 75%; border-top-left-radius: 75%; border-top-right-radius: 75%; height: var(--framer-aspect-ratio-supported, 422px); left: 50%; top: 52%; width: 422px; } .framer-0poFI .framer-1py6rsx { -webkit-filter: blur(36px); border-bottom-left-radius: 75%; border-bottom-right-radius: 75%; border-top-left-radius: 75%; border-top-right-radius: 75%; filter: blur(36px); height: var(--framer-aspect-ratio-supported, 360px); left: 50%; top: 25px; transform: translateX(-50%); width: 360px; } .framer-0poFI .framer-1agohic { aspect-ratio: 0.6471734892787524 / 1; height: var(--framer-aspect-ratio-supported, 309px); left: 54%; top: 46%; transform: translate(-50%, -50%); width: 55%; } .framer-0poFI .framer-qc2l62 { --border-bottom-width: 0.75px; --border-left-width: 0.75px; --border-right-width: 0.75px; --border-top-width: 0.75px; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 1px; gap: 7.5px; left: 51%; padding: 13.5px 25.5px 13.5px 25.5px; top: unset; transform: translateX(-50%); } .framer-0poFI .framer-140ldj2-container { left: unset; right: 23px; top: 26%; transform: translateY(-50%); } .framer-0poFI .framer-e3tube-container { left: unset; right: -5px; top: 49%; } .framer-0poFI .framer-kpk7xh-container { bottom: unset; left: unset; right: 11px; top: 74%; transform: translateY(-50%); } .framer-0poFI .framer-tuhh65-container { bottom: unset; left: 11px; top: 76%; transform: translateY(-50%); } .framer-0poFI .framer-1gkfqlx-container { left: 30px; } .framer-0poFI .framer-1apf5in, .framer-0poFI .framer-a0whub, .framer-0poFI .framer-rgnlcz { padding: 100px 0px 100px 0px; } .framer-0poFI .framer-asfha7 { gap: 32px; } .framer-0poFI .framer-125utbs { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; justify-content: center; padding: 0px 32px 0px 32px; } .framer-0poFI .framer-14js2nd, .framer-0poFI .framer-dgrjmn, .framer-0poFI .framer-dlmad1 { flex: none; max-width: 100%; width: 100%; } .framer-0poFI .framer-16cmcxp, .framer-0poFI .framer-14408iz, .framer-0poFI .framer-aka3ik { max-width: 100%; } .framer-0poFI .framer-nu7gko { flex-direction: column; padding: 0px 32px 0px 32px; } .framer-0poFI .framer-mxilc3 { flex: none; gap: 16px; order: 1; width: 100%; } .framer-0poFI .framer-dixm0x { gap: 16px; } .framer-0poFI .framer-1j36n64, .framer-0poFI .framer-xd32i1 { height: var(--framer-aspect-ratio-supported, 136px); } .framer-0poFI .framer-1a1gotk { aspect-ratio: 2.1083333333333334 / 1; height: var(--framer-aspect-ratio-supported, 95px); } .framer-0poFI .framer-1x64d47 { gap: 32px; order: 0; width: 100%; } .framer-0poFI .framer-1erwgbp { flex-direction: column; gap: 16px; } .framer-0poFI .framer-12r0cb7-container { align-self: unset; flex: none; height: 161px; width: 100%; } .framer-0poFI .framer-1q1a3qz, .framer-0poFI .framer-pm6yll { gap: 32px; padding: 0px 32px 0px 32px; } .framer-0poFI .framer-6gmxw4, .framer-0poFI .framer-vgk6nz { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; justify-content: center; } .framer-0poFI .framer-e4japq { order: 1; } .framer-0poFI .framer-195vcpe { order: 0; } .framer-0poFI .framer-1j2jno6 { grid-template-columns: repeat(2, minmax(50px, 1fr)); }}\",\"@media (max-width: 809px) { .framer-0poFI.framer-12n3tv { width: 400px; } .framer-0poFI .framer-1m51ko3 { gap: 42px; padding: 140px 24px 80px 24px; } .framer-0poFI .framer-1nk47j5 { flex-direction: column; gap: 40px; justify-content: flex-start; width: 320px; } .framer-0poFI .framer-8rgelc, .framer-0poFI .framer-162c1ez-container, .framer-0poFI .framer-1qabqi3-container { flex: none; width: 100%; } .framer-0poFI .framer-s786qx, .framer-0poFI .framer-1658znb { gap: 15px; } .framer-0poFI .framer-12q3wmk-container { width: 100%; } .framer-0poFI .framer-1ypcpyv { height: 1089px; width: 320px; } .framer-0poFI .framer-1py6rsx { height: var(--framer-aspect-ratio-supported, 260px); left: 50%; opacity: 0.51; top: 33px; transform: translateX(-50%); width: 260px; } .framer-0poFI .framer-1agohic { height: var(--framer-aspect-ratio-supported, 401px); left: 50%; top: 1px; transform: translateX(-50%); width: 260px; } .framer-0poFI .framer-qc2l62 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; gap: 5px; left: 50%; padding: 18px 34px 18px 34px; top: 390px; transform: translateX(-50%); } .framer-0poFI .framer-1apf5in, .framer-0poFI .framer-a0whub, .framer-0poFI .framer-rgnlcz { gap: 42px; padding: 80px 24px 80px 24px; } .framer-0poFI .framer-asfha7, .framer-0poFI .framer-1q1a3qz, .framer-0poFI .framer-1cjl14c, .framer-0poFI .framer-pm6yll { gap: 32px; } .framer-0poFI .framer-125utbs, .framer-0poFI .framer-6gmxw4, .framer-0poFI .framer-vgk6nz { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; justify-content: flex-start; } .framer-0poFI .framer-14js2nd, .framer-0poFI .framer-dgrjmn, .framer-0poFI .framer-dlmad1 { flex: none; gap: 16px; width: 100%; } .framer-0poFI .framer-1x64d47 { align-content: center; align-items: center; flex: 1 0 0px; gap: 32px; width: 1px; } .framer-0poFI .framer-1mrb3q9 { width: 200px; } .framer-0poFI .framer-u0tvbg { width: 320px; } .framer-0poFI .framer-1erwgbp { flex-direction: column; gap: 15px; } .framer-0poFI .framer-12r0cb7-container { align-self: unset; flex: none; width: 100%; } .framer-0poFI .framer-14hqqov, .framer-0poFI .framer-11fpdt1 { order: 1; } .framer-0poFI .framer-mv17j2, .framer-0poFI .framer-1k3ju6v, .framer-0poFI .framer-195vcpe { order: 0; } .framer-0poFI .framer-ssgp7q { order: 2; } .framer-0poFI .framer-e4japq { gap: 24px; order: 1; } .framer-0poFI .framer-1j2jno6 { gap: 20px; grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-0poFI .framer-162ts1w-container, .framer-0poFI .framer-shs408-container, .framer-0poFI .framer-1m917u7-container { height: 278px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6989.5\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ASm0gKw0h\":{\"layout\":[\"fixed\",\"auto\"]},\"k8mwEcHMs\":{\"layout\":[\"fixed\",\"auto\"]},\"uOxuJbEyd\":{\"layout\":[\"fixed\",\"auto\"]},\"c5ODeqjyH\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerVLB0No1qU=withCSS(Component,css,\"framer-0poFI\");export default FramerVLB0No1qU;FramerVLB0No1qU.displayName=\"Alisher Isaev\";FramerVLB0No1qU.defaultProps={height:6989.5,width:1920};addFonts(FramerVLB0No1qU,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_A87jxeN7B.woff2\",weight:\"300\"}]},...CustomSelectionFonts,...PrimaryButtonFonts,...HeroAnimationDesktopFonts,...HeroAnimationLaptopFonts,...LabelFonts,...StaticsFonts,...CompaniesFonts,...VideoFonts,...SmoothScrollFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVLB0No1qU\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1920\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"6989.5\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ASm0gKw0h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"k8mwEcHMs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uOxuJbEyd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"c5ODeqjyH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["CustomSelectionFonts", "getFonts", "CustomSelection", "PrimaryButtonFonts", "notrXqCHh_default", "MotionDivWithFX", "withFX", "motion", "HeroAnimationDesktopFonts", "BwgRcQD3f_default", "HeroAnimationLaptopFonts", "kxY4wqak9_default", "LabelFonts", "NNmbV2kDk_default", "StaticsFonts", "Qe5dqoili_default", "CompaniesFonts", "CFdLhjCyV_default", "VideoFonts", "n1mXCXJ6w_default", "SmoothScrollFonts", "SmoothScroll_Prod_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "RichText2", "x", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "css", "FramerVLB0No1qU", "withCSS", "VLB0No1qU_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
