{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/wDQqywiDgueEQLmxxCMG/Da6klBQreZKHyXlGGRPs/OC_Custom_FAQ.js", "ssg:https://framerusercontent.com/modules/guOuqaHLz0EJhhkG0AG2/BA8xnNMfqW7RwEncWCFs/ZZ1MzFKAE.js"],
  "sourcesContent": ["// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers/\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */const faqs=[{q:\"What is a web development bootcamp?\",a:[{type:\"paragraph\",content:[`Web development bootcamps are accelerated and intensive learning programs at one-tenth the cost and time of traditional four-year degree programs. When learning to program in most four-year degree programs, studying exciting and current technologies is often sacrificed in favor of the \"beginner-friendly\" classes.`,`With a web development bootcamp, the course is designed for the motivated beginner, yet it thoroughly covers the most exciting and relevant topics with knowledgeable, working instructors of the industry.`,`Courses are structured and presented in a unique and immersive way, unlike many online courses that consist of simple \"watch as I code\" videos. These courses incorporate the knowledge and teaching styles of real trainers and working developers to make the environment more effective and engaging.`]}]},{q:\"Is Orange County a good place to learn coding?\",a:[{type:\"p\",content:[`Boasting a population greater than 21 states in the union, Orange County is home to many Fortune 500 companies, international company headquarters, restaurants, food chains, and notable tech startups and staples.`,`An innovative market in the areas of software, cybersecurity, engineering, medical devices, and gaming, Orange County draws talent from the entire Southern California metropolitan area.`]}]},{q:\"What does the web development industry outlook look like?\",a:[{type:\"p\",content:[`The web development industry is growing faster than any other computer industry in the nation, and the forecast for continued growth is astonishing. Now is the time to get into the industry and the best way to start a career in web development is to enroll in a coding bootcamp.`,`Led by tech leaders such as Google, Facebook, and Twitter, the hiring landscape in web development is being driven by the need for innovative web applications and technologies.`,`A healthy start-up industry and the expansion of emerging fields including e-commerce, mobile, social media, big data, and cybersecurity, are also fueling growth. In particular, notes Robert Half Technology, hospitality and financial services are expected to be hot sectors for web developers as both industries need to provide reliable, secure online services to clients.`,`Web development bootcamps are in a prime position to capitalize on this high demand for capable web developers since traditional learning systems are not producing fast enough.`]}]},{q:\"Web developer trade school vs. coding bootcamp\",a:[{type:\"p\",content:[`The education model and philosophy of the last couple of decades has been a higher degree achieved will translate into greater income potential. In some fields, this is still true, but in web development and tech industries, there is a change in progress. Most traditional four-year degree programs don't offer a specific degree for web development, and the cost buries the learner in debt while taking years of earning potential away.`,`Web developer trade schools are vocational colleges that offer associate degrees that take as little as six months to two years for students to complete. Offer hands-on training for specific, in-demand professions, they also cost an average of $33,000 per year, far less than a four-year college, but far more than a web development bootcamp.`,`Coding Bootcamps are an even faster road to employment, more targeted and intensive, lasting about four months, and costing a fraction of that of a web developer trade school. They offer training for students to become front-end developers, back-end developers, full-stack developers, e-commerce specialists, with competitive developer salaries. In many cases, they take someone with very little or no background in these skills and gets them job-ready by the completing of the program.`,`Web developer bootcamps have grown explosively, soaring to nearly 18,000 graduates as of 2016, up from a little more than 2,000 three years earlier. This explosion makes sense since web development jobs are set to grow 27% through 2024, according to the Bureau of Labor Statistics, faster than most other computer-related jobs. Given the lower cost to attend, students can finance their coding bootcamps through credit cards, bootcamp loans, or personal loans.`]}]},{q:\"Is a coding bootcamp right for me?\",a:[{type:\"p\",content:[`Several factors are important to take into consideration in making the right decision for education and an eventual career as a developer. First, determine that the program is of quality and is going to provide the right educational experience, and then the cost should be taken into consideration as well. Here are few things to consider in evaluating the quality of any particular program.`]},{type:\"li\",content:[`1. How long has the coding bootcamp been operating? Longevity speaks to the overall success of the program. A well-honed curriculum takes time to perfect, therefore having instructors that have been teaching for a significant period is critically important.`,`2. Does the web development bootcamp take your money seriously? The pace of the bootcamp can be compromised if everyone is not more or less equally prepared. It is simply not right to take tuition from a student that is not ready to get the most out of the instruction and be ready to compete for jobs after the program.`,`3. What is the philosophy of teaching? Will the coding bootcamp thoroughly teach the right technologies or go a mile-wide and only inch deep to simply stuff a resume?`,`4. What is the experience of the instructors? Just like with anything, it takes time to become good at teaching software engineering principles to those that are new to the industry.`,`5. What is the environment like? Students learn best in an open and supportive environment. Ask current students & staff to describe the environment.`,`6. Is the web development bootcamp open and transparent? Is the program open to questions and dialogue about the program and the type of commitment it will take to succeed?`,`7. Who put the curriculum together and how is it taught? Have the school explain how they have developed the curriculum and how they implement it.`,`8. Does the program offer deep discounts on every occasion? It is not an absolute that discounts and scholarships can be a good thing with the right program, but maybe an indicator of a program that is simply looking to fill seats.`,`Does the bootcamp encourage you to read reviews and talk with current students? We can\u2019t express enough the importance of reading reviews from students who are enrolled or have completed the coding bootcamp. There is no better way to fully understand the culture and experience than talking to someone who has done it.`]}]}];export default function Custom_FAQ(props){// This is a React component containing an Example component\n// - Replace <Example /> with your own code\n// - Find inspiration: https://www.framer.com/developers/\nreturn /*#__PURE__*/_jsx(\"div\",{style:containerStyle,children:faqs.map(faq=>/*#__PURE__*/_jsx(Item,{question:faq.q,answer:faq.a}))});}function Item({answer,question}){const[isOpen,setIsOpen]=useState(false);return /*#__PURE__*/_jsxs(\"div\",{onClick:()=>setIsOpen(!isOpen),style:{borderBottom:\"1px solid #000\",cursor:\"pointer\",margin:\"0\",padding:\"1rem 0\",width:\"100%\"},children:[/*#__PURE__*/_jsxs(\"h3\",{style:{display:\"flex\",alignItems:\"center\",fontSize:\"20px\",marginBottom:\"12px\",marginTop:\"12px\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{color:\"#3185FC\",display:\"block\",fontSize:\"28px\",fontWeight:\"normal\",transitionDuration:\"250ms\",transform:isOpen?\"rotate(45deg)\":\"rotate(0)\"},children:\"+\"}),\" \",/*#__PURE__*/_jsx(\"span\",{style:{display:\"block\",paddingLeft:\"18px\"},children:question})]}),/*#__PURE__*/_jsx(\"div\",{style:{paddingLeft:\"20px\",maxHeight:isOpen?\"600px\":0,overflow:\"hidden\",transitionDuration:\"250ms\"},children:answer.map(a=>{if(a.type===\"list\"||a.type===\"li\"||a.type===\"l\"){return /*#__PURE__*/_jsx(\"ul\",{children:a.content.map(c=>/*#__PURE__*/_jsx(\"li\",{style:{color:\"#21282E\",fontSize:\"16px\",lineHeight:\"24px\"},children:c}))});}return a.content.map(c=>/*#__PURE__*/_jsx(\"p\",{style:{color:\"#21282E\",fontSize:\"16px\",lineHeight:\"24px\"},children:c}));})})]});}// Styles are written in object syntax\n// Learn more: https://reactjs.org/docs/dom-elements.html#style\nconst containerStyle={backgroundColor:\"#fff\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"start\",overflow:\"scoll\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Custom_FAQ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OC_Custom_FAQ.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import NavsFooter from\"#framer/local/canvasComponent/dYR9SzSOP/dYR9SzSOP.js\";import BannersBottomCTA from\"#framer/local/canvasComponent/GicJuAyO7/GicJuAyO7.js\";import NavsNavigationBar from\"#framer/local/canvasComponent/hvFTEssrr/hvFTEssrr.js\";import ListsServicesScrollAnimation from\"#framer/local/canvasComponent/kCOKUpJMz/kCOKUpJMz.js\";import CardsGlobalPerson from\"#framer/local/canvasComponent/ksuIfHaQy/ksuIfHaQy.js\";import ButtonsGlobalPrimaryBlue from\"#framer/local/canvasComponent/Q2BzlffvB/Q2BzlffvB.js\";import Custom_FAQ from\"#framer/local/codeFile/CTMLGiJ/OC_Custom_FAQ.js\";import*as sharedStyle8 from\"#framer/local/css/C43EGUz6a/C43EGUz6a.js\";import*as sharedStyle6 from\"#framer/local/css/Ds9S9DlIr/Ds9S9DlIr.js\";import*as sharedStyle3 from\"#framer/local/css/gIPWFgmlZ/gIPWFgmlZ.js\";import*as sharedStyle1 from\"#framer/local/css/HxCBHYDAu/HxCBHYDAu.js\";import*as sharedStyle2 from\"#framer/local/css/hxzTd1woI/hxzTd1woI.js\";import*as sharedStyle7 from\"#framer/local/css/jgo93LHVR/jgo93LHVR.js\";import*as sharedStyle5 from\"#framer/local/css/k1U8n_fBY/k1U8n_fBY.js\";import*as sharedStyle10 from\"#framer/local/css/NuuH50y9F/NuuH50y9F.js\";import*as sharedStyle from\"#framer/local/css/QpybJe3NU/QpybJe3NU.js\";import*as sharedStyle9 from\"#framer/local/css/RLQBm9oJB/RLQBm9oJB.js\";import*as sharedStyle4 from\"#framer/local/css/ztL0it9uf/ztL0it9uf.js\";import metadataProvider from\"#framer/local/webPageMetadata/ZZ1MzFKAE/ZZ1MzFKAE.js\";const NavsNavigationBarFonts=getFonts(NavsNavigationBar);const NavsNavigationBarWithVariantAppearEffect=withVariantAppearEffect(NavsNavigationBar);const ButtonsGlobalPrimaryBlueFonts=getFonts(ButtonsGlobalPrimaryBlue);const MotionDivWithFX=withFX(motion.div);const TickerFonts=getFonts(Ticker);const CardsGlobalPersonFonts=getFonts(CardsGlobalPerson);const PhosphorFonts=getFonts(Phosphor);const ListsServicesScrollAnimationFonts=getFonts(ListsServicesScrollAnimation);const ListsServicesScrollAnimationWithVariantAppearEffect=withVariantAppearEffect(ListsServicesScrollAnimation);const MaterialFonts=getFonts(Material);const Custom_FAQFonts=getFonts(Custom_FAQ);const BannersBottomCTAFonts=getFonts(BannersBottomCTA);const NavsFooterFonts=getFonts(NavsFooter);const breakpoints={aMgiL2dmp:\"(max-width: 809px)\",IMElRkcD5:\"(min-width: 1280px) and (max-width: 1439px)\",RYEVCDLQk:\"(min-width: 810px) and (max-width: 1279px)\",W3eKn2k8j:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-lQI5U\";const variantClassNames={aMgiL2dmp:\"framer-v-1lbhspt\",IMElRkcD5:\"framer-v-zprslw\",RYEVCDLQk:\"framer-v-dl3wde\",W3eKn2k8j:\"framer-v-1kpkl2p\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition1={damping:50,delay:.3,mass:1,stiffness:451,type:\"spring\"};const transition2={damping:50,delay:.4,mass:1,stiffness:451,type:\"spring\"};const transition3={damping:50,delay:.5,mass:1,stiffness:451,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition5={damping:30,delay:.1,mass:1,stiffness:500,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:50};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"*Medium Desktop\":\"W3eKn2k8j\",Laptop:\"IMElRkcD5\",Phone:\"aMgiL2dmp\",Tablet:\"RYEVCDLQk\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"W3eKn2k8j\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();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,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"aMgiL2dmp\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"RYEVCDLQk\",\"aMgiL2dmp\"].includes(baseVariant))return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const elementId=useRouteElementId(\"AtskZUuFi\");const isDisplayed2=()=>{if(!isBrowser())return true;if([\"RYEVCDLQk\",\"aMgiL2dmp\"].includes(baseVariant))return true;return false;};const elementId1=useRouteElementId(\"IVEwmo3Hh\");const elementId2=useRouteElementId(\"iM8rgFTmc\");const elementId3=useRouteElementId(\"r0B5EwTbd\");const elementId4=useRouteElementId(\"WpRypxwGV\");const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"W3eKn2k8j\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1kpkl2p\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0},RYEVCDLQk:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{transformTemplate:undefined},RYEVCDLQk:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-14t9jkf-container\",layoutScroll:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{__framer__scrollDirection:{direction:\"down\",target:\"WQRY0HTHJ\"},variant:\"vpdjrIuym\"},RYEVCDLQk:{__framer__scrollDirection:{direction:\"down\",target:\"AUtIdOs1d\"},variant:\"jPz0b8EvH\"}},children:/*#__PURE__*/_jsx(NavsNavigationBarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:\"w4TmtxlLr\"},__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,BDdp18HKe:false,BuiCGJbw8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Upcoming course dates: Short Courses (Mar 3, 2025) | Web Dev Prep Course (Mar 6 2025)  | Data Science Prep Course (Apr 28 2025)\"})}),fhqHQ6gjf:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Get $250 off any Web Development or Data Science bootcamp! \",/*#__PURE__*/_jsx(Link,{href:\"https://calendly.com/learningfuze-info/info-session\",nodeId:\"QtqWsKnK1\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-p7f372\",\"data-styles-preset\":\"TxXGo7rpU\",children:\"Join an info session\"})})]})}),height:\"100%\",id:\"QtqWsKnK1\",layoutId:\"QtqWsKnK1\",style:{width:\"100%\"},variant:\"eWKBFEc30\",width:\"100%\",ZbKABIR_M:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yrj2yf\",\"data-framer-name\":\"hero-section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-msczdv\",\"data-framer-name\":\"wrapper-filled\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-a0gn8j\",\"data-framer-name\":\"hero-container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12sbur1\",\"data-framer-name\":\"Hero-content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14ipnm1\",\"data-framer-name\":\"content-txt\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yc803c\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xxwu\",\"data-framer-name\":\"heading\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j5ym7r\",\"data-framer-name\":\"category+txt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1dsy1pj\",\"data-styles-preset\":\"QpybJe3NU\",style:{\"--framer-text-alignment\":\"center\"},children:\"In-person coding courses in Orange County\"})})},RYEVCDLQk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1dsy1pj\",\"data-styles-preset\":\"QpybJe3NU\",style:{\"--framer-text-alignment\":\"center\"},children:\"In-person coding courses in Orange County\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1dsy1pj\",\"data-styles-preset\":\"QpybJe3NU\",children:\"In-person coding courses in Orange County\"})}),className:\"framer-1wnqu8d\",\"data-framer-name\":\"Your Strategic Partner for Digital Solutions\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xoy3m0\",\"data-framer-name\":\"txt+btns\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tywo5i\",\"data-framer-name\":\"text\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8vel5r\",\"data-styles-preset\":\"HxCBHYDAu\",style:{\"--framer-text-alignment\":\"center\"},children:\"Experience hands-on learing at our Irvine Campus that will help you launch a career in Software Engineering or Data Science\"})})},RYEVCDLQk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8vel5r\",\"data-styles-preset\":\"HxCBHYDAu\",style:{\"--framer-text-alignment\":\"center\"},children:\"Experience hands-on learing at our Irvine Campus that will help you launch a career in Software Engineering or Data Science\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8vel5r\",\"data-styles-preset\":\"HxCBHYDAu\",children:\"Experience hands-on learing at our Irvine Campus that will help you launch a career in Software Engineering or Data Science\"})}),className:\"framer-1ohp4x8\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vzz48y\",\"data-framer-name\":\"Frame 48096072\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xattum-container\",children:/*#__PURE__*/_jsx(ButtonsGlobalPrimaryBlue,{height:\"100%\",id:\"ZvLWu5Zp5\",layoutId:\"ZvLWu5Zp5\",nBYTdxZsj:true,qWZiNnZxn:\"Join an info session\",RIXeMVgEU:\"https://learningfuze.zohobookings.com/#/4636452000000041054\",variant:\"B2vP8WPaa\",width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-n320h5\",\"data-framer-name\":\"image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{background:{alt:\"orange county coding bootcamp instructor\",fit:\"fill\",intrinsicHeight:1365,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+24+0+0+0+48+0+0+413.84000000000003+0),pixelHeight:1365,pixelWidth:2048,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 48px, 1280px) - 24px)`,src:\"https://framerusercontent.com/images/3LPaIq1Jx64TbqHKhZY2G6KhU.jpg\",srcSet:\"https://framerusercontent.com/images/3LPaIq1Jx64TbqHKhZY2G6KhU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3LPaIq1Jx64TbqHKhZY2G6KhU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3LPaIq1Jx64TbqHKhZY2G6KhU.jpg 2048w\"}},RYEVCDLQk:{background:{alt:\"orange county coding bootcamp instructor\",fit:\"fill\",intrinsicHeight:1365,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+48+0+0+0+40+0+0+429.84000000000003+0),pixelHeight:1365,pixelWidth:2048,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 176px, 1280px) - 80px)`,src:\"https://framerusercontent.com/images/3LPaIq1Jx64TbqHKhZY2G6KhU.jpg\",srcSet:\"https://framerusercontent.com/images/3LPaIq1Jx64TbqHKhZY2G6KhU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3LPaIq1Jx64TbqHKhZY2G6KhU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3LPaIq1Jx64TbqHKhZY2G6KhU.jpg 2048w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"orange county coding bootcamp instructor\",fit:\"fill\",intrinsicHeight:1365,intrinsicWidth:2048,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+122+0+48+0+0+0+48+0+0+0),pixelHeight:1365,pixelWidth:2048,positionX:\"center\",positionY:\"bottom\",sizes:\"500px\",src:\"https://framerusercontent.com/images/3LPaIq1Jx64TbqHKhZY2G6KhU.jpg\",srcSet:\"https://framerusercontent.com/images/3LPaIq1Jx64TbqHKhZY2G6KhU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3LPaIq1Jx64TbqHKhZY2G6KhU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3LPaIq1Jx64TbqHKhZY2G6KhU.jpg 2048w\"},className:\"framer-1l4ihkd\"})})})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sdkitd\",\"data-framer-name\":\"Why Orange County\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ll47av\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e3k3tj\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ayzn2a\",\"data-styles-preset\":\"hxzTd1woI\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"Why Orange County?\"})}),className:\"framer-1kk1ab6\",\"data-framer-name\":\"Overview\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8vel5r\",\"data-styles-preset\":\"HxCBHYDAu\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0fe0d000-a8e6-4926-8709-4ae49790a2a5, rgb(22, 27, 31))\"},children:\"Engage in hands-on projects, collaborate with peers, and receive personalized support to enhance your understanding and confidence. Our in-person classes foster a sense of community, providing you with networking opportunities and real-time feedback.\"})}),className:\"framer-jzj9aw\",\"data-framer-name\":\"This 2-week, online program is a prerequisite for our full-time and part-time courses, offering a strong foundation in crucial application skills\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-154o8ss\",\"data-framer-name\":\"Grid\",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-1qxqfap\",\"data-border\":true,\"data-framer-name\":\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-elwe0j\",\"data-framer-name\":\"ICon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-rbv09d\",\"data-framer-name\":\"Hub\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:60,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"60\" viewBox=\"0 0 64 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_6)\">\\n<path d=\"M0.493895 31.9054C-0.164632 30.6935 -0.164632 29.2306 0.493896 28.0187L14.5632 2.1269C15.2755 0.81611 16.6478 0 18.1396 0H45.8604C47.3522 0 48.7245 0.816112 49.4368 2.12691L63.5061 28.0187C64.1646 29.2306 64.1646 30.6935 63.5061 31.9054L49.4368 57.7973C48.7245 59.1081 47.3522 59.9242 45.8604 59.9242H18.1396C16.6478 59.9242 15.2755 59.1081 14.5632 57.7973L0.493895 31.9054Z\" fill=\"#E6F0FF\"/>\\n<path d=\"M31.7 33.9808C34.0642 33.9808 35.9808 32.0642 35.9808 29.7C35.9808 27.3358 34.0642 25.4192 31.7 25.4192C29.3358 25.4192 27.4192 27.3358 27.4192 29.7C27.4192 32.0642 29.3358 33.9808 31.7 33.9808Z\" fill=\"#3185FC\"/>\\n<path d=\"M30.5778 16.5251V22.8008C30.5778 23.0086 30.7441 23.1749 30.9519 23.1749H32.4897C32.6975 23.1749 32.8637 23.0086 32.8637 22.8008V16.5251C34.1521 16.0679 35.108 14.8211 35.108 13.3665C35.108 11.4962 33.5703 10 31.7416 10C29.9129 10 28.3751 11.5378 28.3751 13.3665C28.3335 14.8211 29.2479 16.0264 30.5778 16.5251Z\" fill=\"#3185FC\"/>\\n<path d=\"M20.146 21.5124C20.6447 21.5124 21.1435 21.3878 21.6006 21.18L26.0477 25.627C26.1724 25.7517 26.4217 25.7517 26.588 25.627L27.6686 24.5464C27.7932 24.4217 27.7932 24.1724 27.6686 24.0061L23.18 19.5591C23.3878 19.1019 23.5124 18.6447 23.5124 18.1044C23.5124 17.1901 23.18 16.3589 22.515 15.6939C21.2266 14.4055 19.0238 14.4055 17.7354 15.6939C17.112 16.4004 16.738 17.2316 16.738 18.146C16.738 19.0603 17.0705 19.8916 17.7354 20.5565C18.4004 21.18 19.2316 21.5124 20.146 21.5124Z\" fill=\"#3185FC\"/>\\n<path d=\"M18.5251 30.8222H24.8008C25.0086 30.8222 25.1749 30.6559 25.1749 30.4481V28.9103C25.1749 28.7025 25.0086 28.5363 24.8008 28.5363H18.5251C18.0679 27.2479 16.8211 26.292 15.3665 26.292C13.4962 26.292 12 27.8297 12 29.6584C12 31.4871 13.5378 33.0249 15.3665 33.0249C16.8211 33.0665 18.0264 32.1521 18.5251 30.8222Z\" fill=\"#3185FC\"/>\\n<path d=\"M26.5049 33.773C26.3802 33.6483 26.1308 33.6483 25.9646 33.773L21.5591 38.22C20.3122 37.6382 18.7745 37.846 17.7354 38.885C16.4055 40.215 16.4055 42.3346 17.7354 43.6646C18.4004 44.3295 19.2732 44.662 20.146 44.662C21.0188 44.662 21.8916 44.3295 22.5565 43.6646C23.18 43.0411 23.554 42.1684 23.554 41.254C23.554 40.7553 23.4293 40.2565 23.2215 39.7994L27.6686 35.3523C27.7932 35.2276 27.7932 34.9783 27.6686 34.812L26.5049 33.773Z\" fill=\"#3185FC\"/>\\n<path d=\"M32.8222 42.8749V36.5992C32.8222 36.3913 32.6559 36.2251 32.4481 36.2251H30.9103C30.7025 36.2251 30.5363 36.3913 30.5363 36.5992V42.8749C29.2479 43.3321 28.292 44.5789 28.292 46.0335C28.292 47.9038 29.8297 49.4 31.6584 49.4C33.4871 49.4 35.0249 47.8622 35.0249 46.0335C35.0665 44.5789 34.1521 43.3736 32.8222 42.8749Z\" fill=\"#3185FC\"/>\\n<path d=\"M41.8409 38.22L37.3939 33.773C37.2692 33.6483 37.0198 33.6483 36.8536 33.773L35.773 34.8536C35.6483 34.9783 35.6483 35.2276 35.773 35.3939L40.22 39.8409C40.0122 40.2981 39.8876 40.7553 39.8876 41.2956C39.8876 42.2099 40.22 43.0411 40.885 43.7061C41.55 44.3711 42.3812 44.7036 43.2956 44.7036C44.2099 44.7036 45.0411 44.3711 45.7061 43.7061C46.3711 43.0411 46.662 42.1684 46.662 41.254C46.662 40.3397 46.3295 39.5084 45.6646 38.8435C44.6255 37.846 43.0878 37.6382 41.8409 38.22Z\" fill=\"#3185FC\"/>\\n<path d=\"M48.0751 26.3335C46.6205 26.3335 45.3736 27.2895 44.9165 28.5778H38.5992C38.3913 28.5778 38.2251 28.7441 38.2251 28.9519V30.4897C38.2251 30.6975 38.3913 30.8637 38.5992 30.8637H44.8749C45.3321 32.1521 46.5789 33.108 48.0335 33.108C49.9038 33.108 51.4 31.5703 51.4 29.7416C51.4 27.9129 49.9038 26.3335 48.0751 26.3335Z\" fill=\"#3185FC\"/>\\n<path d=\"M36.8951 25.627C37.0198 25.7517 37.2692 25.7517 37.4354 25.627L41.8825 21.18C42.3397 21.3878 42.7968 21.5124 43.3371 21.5124C44.2515 21.5124 45.0827 21.18 45.7477 20.515C46.3711 19.8916 46.7451 19.0188 46.7451 18.1044C46.7451 17.1901 46.4127 16.3589 45.7477 15.6939C44.4593 14.4055 42.2565 14.4055 40.9681 15.6939C40.3447 16.3173 39.9707 17.1901 39.9707 18.1044C39.9707 18.6032 40.0954 19.1019 40.3032 19.5591L35.773 24.0061C35.6483 24.1308 35.6483 24.3802 35.773 24.5464L36.8951 25.627Z\" fill=\"#3185FC\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_6\">\\n<rect width=\"64\" height=\"60\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xndgx3\",\"data-framer-name\":\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-yvltno\",\"data-styles-preset\":\"gIPWFgmlZ\",style:{\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"Tech Hub\"})}),className:\"framer-1cfw32b\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",style:{\"--framer-text-color\":\"var(--token-0fe0d000-a8e6-4926-8709-4ae49790a2a5, rgb(22, 27, 31))\"},children:\"Irvine is OC\u2019s tech hub - home to innovation, top startups, and industry leaders.\"})}),className:\"framer-1ruzdsf\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-btp67h\",\"data-border\":true,\"data-framer-name\":\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-bbouk5\",\"data-framer-name\":\"Growth\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:60,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"60\" viewBox=\"0 0 64 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_60)\">\\n<path d=\"M0.493895 31.9054C-0.164632 30.6935 -0.164632 29.2306 0.493896 28.0187L14.5632 2.1269C15.2755 0.81611 16.6478 0 18.1396 0H45.8604C47.3522 0 48.7245 0.816112 49.4368 2.12691L63.5061 28.0187C64.1646 29.2306 64.1646 30.6935 63.5061 31.9054L49.4368 57.7973C48.7245 59.1081 47.3522 59.9242 45.8604 59.9242H18.1396C16.6478 59.9242 15.2755 59.1081 14.5632 57.7973L0.493895 31.9054Z\" fill=\"#E6F0FF\"/>\\n<path d=\"M48.0183 13H15.9817C15.1909 13 14.4325 13.3141 13.8733 13.8733C13.3141 14.4325 13 15.1909 13 15.9817V37.0826C13.0012 37.873 13.3157 38.6307 13.8746 39.1896C14.4336 39.7485 15.1912 40.063 15.9817 40.0642H48.0183C48.8088 40.063 49.5665 39.7485 50.1254 39.1896C50.6843 38.6307 50.9988 37.873 51 37.0826V15.9817C51 15.1909 50.6859 14.4325 50.1267 13.8733C49.5675 13.3141 48.8091 13 48.0183 13ZM41.8211 29.3853L39.5275 29.3257L39.6284 25.5183L34.8991 30.1514C34.6837 30.3632 34.3938 30.4819 34.0917 30.4819C33.7897 30.4819 33.4998 30.3632 33.2844 30.1514L28.3945 25.2477L23.9633 29.6789L22.367 28.055L27.5826 22.8165C27.6887 22.7099 27.8149 22.6252 27.9538 22.5675C28.0928 22.5097 28.2417 22.48 28.3922 22.48C28.5427 22.48 28.6917 22.5097 28.8306 22.5675C28.9695 22.6252 29.0957 22.7099 29.2018 22.8165L34.1055 27.7064L38.0459 23.844L34.2431 23.7431L34.3028 21.4495L40.8761 21.6239C41.0271 21.6265 41.176 21.6596 41.3139 21.721C41.4519 21.7825 41.576 21.8711 41.6789 21.9817C41.8878 22.2015 42.0016 22.4949 41.9954 22.7982L41.8211 29.3853ZM40.4954 43.789H43.1606V46.0826H20.8394V43.789H23.5046L24.0642 42.3349H39.9358L40.4954 43.789Z\" fill=\"#3185FC\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_60\">\\n<rect width=\"64\" height=\"60\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uk22o4\",\"data-framer-name\":\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-yvltno\",\"data-styles-preset\":\"gIPWFgmlZ\",style:{\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"Job growth\"})}),className:\"framer-1ncup6d\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",style:{\"--framer-text-color\":\"var(--token-0fe0d000-a8e6-4926-8709-4ae49790a2a5, rgb(22, 27, 31))\"},children:\"Orange County has produced nearly 36,000 new tech jobs from 2015 - 2022.\\xa0\"})}),className:\"framer-1tyjckz\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-78zarw\",\"data-border\":true,\"data-framer-name\":\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1vasupo\",\"data-framer-name\":\"Community\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:60,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"60\" viewBox=\"0 0 64 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_84)\">\\n<path d=\"M0.493895 31.9054C-0.164632 30.6935 -0.164632 29.2306 0.493896 28.0187L14.5632 2.1269C15.2755 0.81611 16.6478 0 18.1396 0H45.8604C47.3522 0 48.7245 0.816112 49.4368 2.12691L63.5061 28.0187C64.1646 29.2306 64.1646 30.6935 63.5061 31.9054L49.4368 57.7973C48.7245 59.1081 47.3522 59.9242 45.8604 59.9242H18.1396C16.6478 59.9242 15.2755 59.1081 14.5632 57.7973L0.493895 31.9054Z\" fill=\"#E6F0FF\"/>\\n<path d=\"M31.9567 11C30.7474 11 29.7587 11.9887 29.7587 13.198C29.7587 14.4072 30.7474 15.3959 31.9567 15.3959C33.166 15.3959 34.1547 14.4072 34.1547 13.198C34.1547 11.9887 33.166 11 31.9567 11ZM31.9567 15.6688C29.333 15.6688 26.8695 16.3692 24.7476 17.5927C24.7207 17.6074 24.6956 17.6253 24.6728 17.6459C24.6009 17.7066 24.553 17.7909 24.5376 17.8838C24.5223 17.9766 24.5405 18.0719 24.589 18.1525L28.2329 24.3663C28.2357 24.3708 28.2386 24.3752 28.2416 24.3795C28.2714 24.4276 28.311 24.4687 28.3579 24.5001C28.4048 24.5316 28.4579 24.5526 28.5136 24.5618C28.5693 24.5711 28.6264 24.5683 28.6809 24.5536C28.7354 24.539 28.7862 24.5129 28.8298 24.477C29.7562 23.9626 30.8204 23.6688 31.9568 23.6688C33.0674 23.6688 34.1098 23.9489 35.0212 24.4418C35.0597 24.506 35.1156 24.558 35.1824 24.5918C35.2492 24.6256 35.3243 24.6397 35.3988 24.6325C35.4733 24.6253 35.5443 24.5972 35.6035 24.5513C35.6626 24.5054 35.7076 24.4437 35.7331 24.3733C35.7579 24.3258 35.7728 24.2738 35.7769 24.2204C35.781 24.1669 35.7743 24.1133 35.757 24.0625L35.7643 20.0368C37.205 20.584 38.5221 21.4487 39.5914 22.5132C39.5938 22.5157 39.5962 22.5181 39.5987 22.5205C40.313 23.2349 41.4833 23.2349 42.1976 22.5205C42.9014 21.8167 42.9112 20.6706 42.2281 19.9538C42.2185 19.9426 42.2083 19.9318 42.1976 19.9217C39.5825 17.3066 35.9469 15.6688 31.9567 15.6688ZM23.2211 19.2669C22.7591 19.2669 22.2976 19.4392 21.943 19.7827C21.9358 19.7892 21.9288 19.7959 21.9221 19.8028C19.307 22.4179 17.6687 26.0525 17.6687 30.0427C17.6687 32.6495 18.3602 35.0978 19.569 37.2105C19.5892 37.2661 19.6216 37.3165 19.6638 37.3579C19.706 37.3994 19.757 37.4308 19.8129 37.45C19.8689 37.4692 19.9284 37.4755 19.9872 37.4687C20.0459 37.4618 20.1024 37.4418 20.1524 37.4103L26.3664 33.767C26.4162 33.7388 26.4593 33.7002 26.4928 33.6537C26.5262 33.6071 26.5491 33.5539 26.56 33.4977C26.5709 33.4415 26.5694 33.3836 26.5557 33.328C26.542 33.2724 26.5164 33.2204 26.4807 33.1756C25.9642 32.2479 25.6692 31.1815 25.6692 30.0427C25.6692 28.9321 25.9493 27.8898 26.4422 26.9783C26.5114 26.937 26.5664 26.8755 26.5997 26.8021C26.6331 26.7287 26.6432 26.6469 26.6287 26.5676C26.6143 26.4883 26.576 26.4152 26.5189 26.3583C26.4619 26.3013 26.3888 26.2631 26.3094 26.2488C26.2705 26.236 26.2298 26.2293 26.1888 26.2289C26.1533 26.2286 26.1179 26.233 26.0836 26.2421L22.0371 26.2348C22.5842 24.7947 23.4484 23.478 24.5123 22.409C24.5153 22.4061 24.5182 22.4032 24.5211 22.4002C25.2354 21.6858 25.2354 20.5156 24.5211 19.8013C24.164 19.4441 23.6926 19.2654 23.2215 19.2654L23.2211 19.2669ZM44.0619 22.5321C43.9863 22.5302 43.9116 22.55 43.8468 22.5892L37.6913 26.1987C37.6371 26.219 37.5879 26.251 37.5474 26.2923C37.5068 26.3337 37.4758 26.3834 37.4566 26.4381C37.432 26.5034 37.4251 26.574 37.4366 26.6428C37.4481 26.7116 37.4775 26.7761 37.522 26.8299C38.0364 27.7562 38.33 28.8203 38.33 29.9567C38.33 31.0726 38.0473 32.1196 37.55 33.0341C37.4867 33.0774 37.4373 33.1381 37.4078 33.2089C37.3783 33.2797 37.37 33.3575 37.384 33.4329C37.3979 33.5083 37.4334 33.5781 37.4862 33.6337C37.539 33.6893 37.6068 33.7284 37.6814 33.7462C37.7546 33.7723 37.8338 33.7764 37.9092 33.7579L41.9623 33.7652C41.4138 35.2092 40.5463 36.5293 39.4784 37.5998C38.7641 38.3142 38.7641 39.4836 39.4784 40.198C40.1822 40.9017 41.3282 40.9117 42.045 40.2287C42.0564 40.2191 42.0672 40.2088 42.0774 40.198C44.6925 37.5829 46.3306 33.9483 46.3306 29.9581C46.3306 27.3344 45.6309 24.8709 44.4074 22.749C44.3986 22.7334 44.3887 22.7184 44.3778 22.7041C44.3423 22.6528 44.2953 22.6106 44.2404 22.5809C44.1855 22.5513 44.1243 22.5336 44.0619 22.5321ZM48.8014 27.7589C47.5921 27.7589 46.6035 28.7474 46.6035 29.9567C46.6035 31.166 47.5921 32.1553 48.8014 32.1553C50.0107 32.1553 51 31.166 51 29.9567C51 28.7474 50.0107 27.7589 48.8014 27.7589ZM15.1978 27.8448C13.9885 27.8448 13 28.8335 13 30.0428C13 31.252 13.9885 32.2407 15.1978 32.2407C16.4071 32.2407 17.3958 31.252 17.3958 30.0428C17.3958 28.8335 16.4071 27.8448 15.1978 27.8448ZM28.6332 35.372C28.5454 35.3733 28.4604 35.4037 28.3918 35.4586C28.3231 35.5134 28.2747 35.5896 28.2541 35.675C28.2252 35.7522 28.2211 35.8365 28.2424 35.9161L28.2351 39.9626C26.7965 39.4161 25.481 38.553 24.4126 37.4906C24.4088 37.4866 24.4049 37.4827 24.4009 37.4789C24.0437 37.1217 23.5724 36.9436 23.1013 36.9436C22.6302 36.9436 22.1593 37.1217 21.8022 37.4789C21.0946 38.1865 21.0883 39.341 21.7825 40.0571C21.7888 40.0641 21.7954 40.071 21.8022 40.0776C24.4173 42.6927 28.0518 44.3309 32.042 44.3309C34.6657 44.3309 37.1292 43.631 39.2511 42.4076C39.2937 42.3829 39.3313 42.3505 39.3619 42.312C39.4181 42.2496 39.453 42.1709 39.4615 42.0874C39.4701 42.0038 39.4518 41.9197 39.4094 41.8472L35.7662 35.6332C35.7301 35.5697 35.6772 35.5175 35.6133 35.4822C35.5493 35.4469 35.4769 35.43 35.4039 35.4333C35.3217 35.4371 35.2428 35.4664 35.178 35.5172C34.2495 36.0347 33.1821 36.3305 32.042 36.3305C30.9282 36.3305 29.8833 36.0487 28.9699 35.5532C28.9336 35.4969 28.8836 35.4508 28.8246 35.4191C28.7656 35.3875 28.7002 35.3712 28.6332 35.372ZM32.0427 44.6037C30.8334 44.6037 29.8447 45.5924 29.8447 46.8017C29.8447 48.0109 30.8334 49.0001 32.0427 49.0001C33.252 49.0001 34.2405 48.0109 34.2405 46.8017C34.2405 45.5924 33.252 44.6037 32.0427 44.6037Z\" fill=\"#3185FC\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_84\">\\n<rect width=\"64\" height=\"60\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pfwxlc\",\"data-framer-name\":\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-yvltno\",\"data-styles-preset\":\"gIPWFgmlZ\",style:{\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"Tech community\"})}),className:\"framer-g52v8l\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",style:{\"--framer-text-color\":\"var(--token-0fe0d000-a8e6-4926-8709-4ae49790a2a5, rgb(22, 27, 31))\"},children:\"Los Angeles/Orange County ranks as the fifth top tech-talent pool in the United States.\"})}),className:\"framer-1cl03kf\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-touv9a\",\"data-framer-name\":\"Campus pics\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1odbgub\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kee57j\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-zywpqn\",\"data-styles-preset\":\"Ds9S9DlIr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"The perfect environment for your learning and growth\"})})},RYEVCDLQk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ry1wb\",\"data-styles-preset\":\"k1U8n_fBY\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"The perfect environment for your learning and growth\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ayzn2a\",\"data-styles-preset\":\"hxzTd1woI\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"The perfect environment for your learning and growth\"})}),className:\"framer-mu047w\",\"data-framer-name\":\"Overview\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8vel5r\",\"data-styles-preset\":\"HxCBHYDAu\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0fe0d000-a8e6-4926-8709-4ae49790a2a5, rgb(22, 27, 31))\"},children:\"Our vibrant classrooms and collaborative spaces are designed to maximize your learning experience.\"})}),className:\"framer-1m12jwy\",\"data-framer-name\":\"This 2-week, online program is a prerequisite for our full-time and part-time courses, offering a strong foundation in crucial application skills\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ubf8ub-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:5,overflow:false},gap:30,height:\"100%\",hoverFactor:1,id:\"S88Aw_9tT\",layoutId:\"S88Aw_9tT\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:false,widthType:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1736,intrinsicWidth:2312,pixelHeight:3472,pixelWidth:4624,sizes:\"928.2627px\",src:\"https://framerusercontent.com/images/k7IdAcsIG2PPSfe0OZK8bZePG4.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/k7IdAcsIG2PPSfe0OZK8bZePG4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/k7IdAcsIG2PPSfe0OZK8bZePG4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/k7IdAcsIG2PPSfe0OZK8bZePG4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/k7IdAcsIG2PPSfe0OZK8bZePG4.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/k7IdAcsIG2PPSfe0OZK8bZePG4.jpg 4624w\"},className:\"framer-1x9zirw\",\"data-framer-name\":\"PXL_20240301_210402359\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1736,intrinsicWidth:2312,pixelHeight:3472,pixelWidth:4624,sizes:\"896.2995px\",src:\"https://framerusercontent.com/images/vf9xn3t1Lqm0T19qy1Ocyo72zA.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/vf9xn3t1Lqm0T19qy1Ocyo72zA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vf9xn3t1Lqm0T19qy1Ocyo72zA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vf9xn3t1Lqm0T19qy1Ocyo72zA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/vf9xn3t1Lqm0T19qy1Ocyo72zA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/vf9xn3t1Lqm0T19qy1Ocyo72zA.jpg 4624w\"},className:\"framer-nb8i7x\",\"data-framer-name\":\"PXL_20240117_232851398\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1512,intrinsicWidth:2016,pixelHeight:3024,pixelWidth:4032,sizes:\"684px\",src:\"https://framerusercontent.com/images/mCIDK3Ag61EpJWYVjJz52shfz0I.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/mCIDK3Ag61EpJWYVjJz52shfz0I.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mCIDK3Ag61EpJWYVjJz52shfz0I.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mCIDK3Ag61EpJWYVjJz52shfz0I.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/mCIDK3Ag61EpJWYVjJz52shfz0I.jpg 4032w\"},className:\"framer-1i9rfgz\",\"data-framer-name\":\"LoungeLFZ4\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1512,intrinsicWidth:2016,pixelHeight:3024,pixelWidth:4032,sizes:\"781.3333px\",src:\"https://framerusercontent.com/images/3Ar1MUeLCf0REAr9yTIEXtNHnwQ.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/3Ar1MUeLCf0REAr9yTIEXtNHnwQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3Ar1MUeLCf0REAr9yTIEXtNHnwQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3Ar1MUeLCf0REAr9yTIEXtNHnwQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/3Ar1MUeLCf0REAr9yTIEXtNHnwQ.jpg 4032w\"},className:\"framer-g8zmmf\",\"data-framer-name\":\"JR_Side_LFZ\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1736,intrinsicWidth:2312,pixelHeight:3472,pixelWidth:4624,sizes:\"675px\",src:\"https://framerusercontent.com/images/nn3FemDro5w5m2iEytvOQPeVWSk.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/nn3FemDro5w5m2iEytvOQPeVWSk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nn3FemDro5w5m2iEytvOQPeVWSk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nn3FemDro5w5m2iEytvOQPeVWSk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nn3FemDro5w5m2iEytvOQPeVWSk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/nn3FemDro5w5m2iEytvOQPeVWSk.jpg 4624w\"},className:\"framer-2ry9r1\",\"data-framer-name\":\"PXL_20240612_192849939\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2080,intrinsicWidth:3120,pixelHeight:4160,pixelWidth:6240,sizes:\"795px\",src:\"https://framerusercontent.com/images/Zg3cG1sxu1SGUE2I58mWjWVXA.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/Zg3cG1sxu1SGUE2I58mWjWVXA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Zg3cG1sxu1SGUE2I58mWjWVXA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Zg3cG1sxu1SGUE2I58mWjWVXA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Zg3cG1sxu1SGUE2I58mWjWVXA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Zg3cG1sxu1SGUE2I58mWjWVXA.jpg 6240w\"},className:\"framer-1rs509i\",\"data-framer-name\":\"LFZ_hallway\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1736,intrinsicWidth:2312,pixelHeight:3472,pixelWidth:4624,sizes:\"725px\",src:\"https://framerusercontent.com/images/9mtcIqgjp6hwvoNyFglWfRQqMI.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/9mtcIqgjp6hwvoNyFglWfRQqMI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9mtcIqgjp6hwvoNyFglWfRQqMI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9mtcIqgjp6hwvoNyFglWfRQqMI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/9mtcIqgjp6hwvoNyFglWfRQqMI.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/9mtcIqgjp6hwvoNyFglWfRQqMI.jpg 4624w\"},className:\"framer-z8tvav\",\"data-framer-name\":\"PXL_20240531_014458689\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1736,intrinsicWidth:2312,pixelHeight:3472,pixelWidth:4624,sizes:\"666px\",src:\"https://framerusercontent.com/images/CjJZ5PBzHb1v43afd3mkHgZY3p0.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/CjJZ5PBzHb1v43afd3mkHgZY3p0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/CjJZ5PBzHb1v43afd3mkHgZY3p0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/CjJZ5PBzHb1v43afd3mkHgZY3p0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/CjJZ5PBzHb1v43afd3mkHgZY3p0.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/CjJZ5PBzHb1v43afd3mkHgZY3p0.jpg 4624w\"},className:\"framer-1lgic3t\",\"data-framer-name\":\"PXL_20240329_015450573\"})],speed:110,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vzy1ey\",\"data-framer-name\":\"Instructors - Desktop dark\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-t2c22\",\"data-framer-name\":\"Frame 11325\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-grcvnm\",\"data-framer-name\":\"Frame 11325\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6k53p3\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v9okw0\",\"data-framer-name\":\"Frame 14075\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c0ozm1\",\"data-framer-name\":\"Frame 48095771\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bxh89g\",\"data-framer-name\":\"Frame 48096187\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ayzn2a\",\"data-styles-preset\":\"hxzTd1woI\",style:{\"--framer-text-alignment\":\"center\"},children:\"Meet the Orange County Team\"})}),className:\"framer-8co3xr\",\"data-framer-name\":\"Instructors\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vwms44\",\"data-framer-name\":\"Frame 48096070\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8vel5r\",\"data-styles-preset\":\"HxCBHYDAu\",style:{\"--framer-text-alignment\":\"center\"},children:\"We are proud to be the longest-standing coding bootcamp in Orange County. We attribute our success to our talented and passionate team of instructors and administrators.\\xa0\"})}),className:\"framer-s4mk4u\",\"data-framer-name\":\"LearningFuze has enthusiastic full-time instructors who offer individualized attention, making your coding journey a success\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-n9s75g\",\"data-framer-name\":\"cards\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11o05bn-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardsGlobalPerson,{height:\"100%\",id:\"CS4SPrjbw\",k3DVJeQR7:\"Robert Gardner, Ph.D\",kKU6RUPW4:addImageAlt({src:\"https://framerusercontent.com/images/KVL24DcTLwqQtqgenBhuRE1Sr8w.png\",srcSet:\"https://framerusercontent.com/images/KVL24DcTLwqQtqgenBhuRE1Sr8w.png?scale-down-to=512 512w,https://framerusercontent.com/images/KVL24DcTLwqQtqgenBhuRE1Sr8w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KVL24DcTLwqQtqgenBhuRE1Sr8w.png 1080w\"},\"orange county bootcamp instructor robert\"),layoutId:\"CS4SPrjbw\",LxALn8zgv:\"Senior Full-Time Web Development Instructor\",sCyLm7jUr:\"Former Director of Software Engineering, Google\",style:{height:\"100%\",width:\"100%\"},variant:\"lzO0ao2lQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wowdw3-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardsGlobalPerson,{height:\"100%\",id:\"pcNltJq73\",k3DVJeQR7:\"Gerardo Huerta\",kKU6RUPW4:addImageAlt({src:\"https://framerusercontent.com/images/Oy7qsX7I4sB1o94JL0a0RuH83oo.png\"},\"orange county bootcamp instructor brett\"),layoutId:\"pcNltJq73\",LxALn8zgv:\"Web Development Instructor\",sCyLm7jUr:\"Professional Developer \",style:{height:\"100%\",width:\"100%\"},variant:\"lzO0ao2lQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-o8fgws-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardsGlobalPerson,{height:\"100%\",id:\"FIOusEhxJ\",k3DVJeQR7:\"Shawn Kost\",kKU6RUPW4:addImageAlt({src:\"https://framerusercontent.com/images/RfG08iauINGhH4DfOEebfd0EPkI.png\",srcSet:\"https://framerusercontent.com/images/RfG08iauINGhH4DfOEebfd0EPkI.png?scale-down-to=512 512w,https://framerusercontent.com/images/RfG08iauINGhH4DfOEebfd0EPkI.png 1008w\"},\"orange county bootcamp instructor shawn\"),layoutId:\"FIOusEhxJ\",LxALn8zgv:\"Full-Time Web Development Instructor\",sCyLm7jUr:\"Professional Front-End Developer and 3+ years instructional experience\",style:{height:\"100%\",width:\"100%\"},variant:\"lzO0ao2lQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l1qe9f-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardsGlobalPerson,{height:\"100%\",id:\"Anq3EbsOM\",k3DVJeQR7:\"Annalicia Anaya\",kKU6RUPW4:addImageAlt({src:\"https://framerusercontent.com/images/k0ClTduusgYXxj39T4EUPqacM.png\",srcSet:\"https://framerusercontent.com/images/k0ClTduusgYXxj39T4EUPqacM.png?scale-down-to=1024 994w,https://framerusercontent.com/images/k0ClTduusgYXxj39T4EUPqacM.png 1082w\"},\"orange county bootcamp career director andreana\"),layoutId:\"Anq3EbsOM\",LxALn8zgv:\"President\",sCyLm7jUr:\"Passionate and experienced in supporting adult learers in advancing their tech careers\",style:{height:\"100%\",width:\"100%\"},variant:\"lzO0ao2lQ\",width:\"100%\"})})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f2giyi\",\"data-framer-name\":\"Why Coding Bootcamp\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jw5npa\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-guvom5\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1xsl883\",\"data-styles-preset\":\"jgo93LHVR\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-c1da754b-68f1-4bcf-9996-d30b74e0757f, rgb(134, 137, 138))\"},children:\"Traditoinal CS Traning vs. \"}),\"Coding Bootcamp\"]})}),className:\"framer-h68jc7\",\"data-framer-name\":\"Overview\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8vel5r\",\"data-styles-preset\":\"HxCBHYDAu\",style:{\"--framer-text-alignment\":\"center\"},children:\"Most traditional four-year degree programs don't offer a specific degree for web development, and the cost buries the learner in debt while taking years of earning potential away.\"})}),className:\"framer-13nwasi\",\"data-framer-name\":\"This 2-week, online program is a prerequisite for our full-time and part-time courses, offering a strong foundation in crucial application skills\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dxcs5g\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ei2fhy\",\"data-border\":true,\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f62o8l\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-yvltno\",\"data-styles-preset\":\"gIPWFgmlZ\",style:{\"--framer-text-color\":\"var(--token-c1da754b-68f1-4bcf-9996-d30b74e0757f, rgb(134, 137, 138))\"},children:\"Traditional CS Programs\"})}),className:\"framer-1pj7ieq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n81ai2\",\"data-framer-name\":\"Table\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ecfm7z\",\"data-framer-name\":\"item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xd1jay\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i2gq9m-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-a25788a8-53ca-435d-9a9a-80d29431f4c1, rgb(168, 171, 172))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Hourglass\",id:\"cAbAWEeKX\",layoutId:\"cAbAWEeKX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i8zu4v\",\"data-border\":true,\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",style:{\"--framer-text-color\":\"var(--token-c1da754b-68f1-4bcf-9996-d30b74e0757f, rgb(134, 137, 138))\"},children:\"Six months to four years for students to complete\"})}),className:\"framer-172np31\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10bok20\",\"data-framer-name\":\"item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wxog65\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-reyz5l-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-a25788a8-53ca-435d-9a9a-80d29431f4c1, rgb(168, 171, 172))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Money\",id:\"H90g0HWLu\",layoutId:\"H90g0HWLu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10cjoeu\",\"data-border\":true,\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",style:{\"--framer-text-color\":\"var(--token-c1da754b-68f1-4bcf-9996-d30b74e0757f, rgb(134, 137, 138))\"},children:\"Average cost of $66,000\"})}),className:\"framer-13i3htq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jos0l1\",\"data-framer-name\":\"item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6lgid4\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w9b3s7-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-a25788a8-53ca-435d-9a9a-80d29431f4c1, rgb(168, 171, 172))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Briefcase\",id:\"SrpHUhpBc\",layoutId:\"SrpHUhpBc\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y5qo2a\",\"data-border\":true,\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",style:{\"--framer-text-color\":\"var(--token-c1da754b-68f1-4bcf-9996-d30b74e0757f, rgb(134, 137, 138))\"},children:\"Theoretical and conceptual concepts of software engineering\"})}),className:\"framer-z7dox6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17vd1fa\",\"data-border\":true,\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pjcmlt\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-yvltno\",\"data-styles-preset\":\"gIPWFgmlZ\",style:{\"--framer-text-color\":\"var(--token-dff570e2-0529-479c-a25a-3cc33980f690, rgb(49, 133, 252))\"},children:\"Coding bootcamp\"})}),className:\"framer-1egqwo3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vbe4db\",\"data-framer-name\":\"Table\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pxh66\",\"data-framer-name\":\"item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ww562b\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1benyc7-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-dff570e2-0529-479c-a25a-3cc33980f690, rgb(49, 133, 252))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Hourglass\",id:\"kE7E1EChI\",layoutId:\"kE7E1EChI\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pvyzha\",\"data-border\":true,\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-178qbu8\",\"data-styles-preset\":\"C43EGUz6a\",children:\"4 to 9 months for students to complete\"})}),className:\"framer-1vubsm2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dezbum\",\"data-framer-name\":\"item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-oxk0hn\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1efxkqt-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-dff570e2-0529-479c-a25a-3cc33980f690, rgb(49, 133, 252))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Money\",id:\"rNpKtbykW\",layoutId:\"rNpKtbykW\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10wny1h\",\"data-border\":true,\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-178qbu8\",\"data-styles-preset\":\"C43EGUz6a\",children:\"Average cost of $16,500\"})}),className:\"framer-nozuml\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-20ii94\",\"data-framer-name\":\"item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19s6bjp\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lg0y9f-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-dff570e2-0529-479c-a25a-3cc33980f690, rgb(49, 133, 252))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Briefcase\",id:\"DWzH8RGt7\",layoutId:\"DWzH8RGt7\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zvqdbf\",\"data-border\":true,\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-178qbu8\",\"data-styles-preset\":\"C43EGUz6a\",children:\"Faster road to flexible, high-paying employment\"})}),className:\"framer-vlzz7m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o94u1h\",\"data-framer-name\":\"item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-z8ayms\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-oybbwp-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-dff570e2-0529-479c-a25a-3cc33980f690, rgb(49, 133, 252))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"List\",id:\"aiZmpa5nz\",layoutId:\"aiZmpa5nz\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rsguhx\",\"data-border\":true,\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-178qbu8\",\"data-styles-preset\":\"C43EGUz6a\",children:\"Little-to-no background in engineering and coding needed\"})}),className:\"framer-16f1ti4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yuqvci\",\"data-framer-name\":\"item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jqle48\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ju9ofq-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-dff570e2-0529-479c-a25a-3cc33980f690, rgb(49, 133, 252))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Bank\",id:\"ppHH9MFoe\",layoutId:\"ppHH9MFoe\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p6owet\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-178qbu8\",\"data-styles-preset\":\"C43EGUz6a\",children:\"Hands-on training that emphasizes job-ready practical skills, using a regularly updated curriculum aligned with industry trends\"})}),className:\"framer-ybh13s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})]})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zj0j1f\",\"data-framer-name\":\"Frame 48096268\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:246,intrinsicWidth:1440,svg:'<svg width=\"1440\" height=\"246\" viewBox=\"0 0 1440 246\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"1440\" y=\"246\" width=\"1440\" height=\"246\" transform=\"rotate(180 1440 246)\" fill=\"white\"/>\\n<path d=\"M0 246C309.785 61.1514 1089.24 2.82187 1440 0H0V246Z\" fill=\"#F7FAFF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ac64yo\",\"data-framer-name\":\"Why us 1 - Desktop\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8r279z\",\"data-framer-name\":\"Bootcamp badges\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7179.36+32+0+0),sizes:\"192.1164px\",src:\"https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png\",srcSet:\"https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png?scale-down-to=512 512w,https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png 1133w\"}},IMElRkcD5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+122+4613.5199999999995+0+0+0),sizes:\"192.1164px\",src:\"https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png\",srcSet:\"https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png?scale-down-to=512 512w,https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png 1133w\"}},RYEVCDLQk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6277.36+0+0+0),sizes:\"192.1164px\",src:\"https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png\",srcSet:\"https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png?scale-down-to=512 512w,https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png 1133w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+122+4579.5199999999995+0+0+0),sizes:\"192.1164px\",src:\"https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png\",srcSet:\"https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png?scale-down-to=512 512w,https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/A4OcoqPft42sUbs6LMpj4ixkSM.png 1133w\"},className:\"framer-zi6o04\",\"data-framer-name\":\"Course-report-best-coding-bootcamp-2023 1\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ne6yha\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x0tt9u\",\"data-framer-name\":\"Frame 48096200\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-xg345h\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i15sqh\",\"data-framer-name\":\"Frame 14075\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1isccjc\",\"data-framer-name\":\"Frame 48095771\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-17410hf\",\"data-framer-name\":\"Frame 48096187\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ayzn2a\",\"data-styles-preset\":\"hxzTd1woI\",style:{\"--framer-text-alignment\":\"center\"},children:\"What makes us different?\"})}),className:\"framer-1vxdnci\",\"data-framer-name\":\"What makes us different?\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eaoyt\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3tz0bs\",\"data-framer-name\":\"left\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-93knx9\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11idybh\",style:{transformPerspective:1200},children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-173ub12 hidden-1lbhspt\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-10brq65\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pv6q6\",\"data-framer-name\":\"users_508169_1\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><g id=\"ss12281759304_1\"><path d=\"M 0 0 L 40 0 L 40 40 L 0 40 Z\" fill=\"transparent\"></path><path d=\"M 10.625 0 C 7.395 0 4.765 2.707 4.765 5.938 C 4.765 9.168 7.395 11.797 10.625 11.797 C 13.855 11.797 16.485 9.168 16.485 5.937 C 16.485 2.707 13.855 0 10.625 0 Z\" fill=\"rgb(49,133,252)\"></path><path d=\"M 17.273 10.705 C 15.783 12.777 13.366 14.141 10.625 14.141 C 7.884 14.141 5.467 12.777 3.977 10.705 C 1.647 12.153 0 14.716 0 17.656 L 0 20 C 0 20.648 0.524 21.172 1.172 21.172 L 20 21.172 C 20.648 21.172 21.172 20.648 21.172 20 L 21.172 17.656 C 21.172 14.716 19.604 12.153 17.273 10.705 Z M 29.375 18.828 C 26.14 18.831 23.518 21.453 23.515 24.688 C 23.515 27.918 26.145 30.547 29.375 30.547 C 32.605 30.547 35.235 27.918 35.235 24.687 C 35.235 21.457 32.605 18.828 29.375 18.828 Z M 16.14 33.233 L 13.797 30.89 C 13.339 30.432 12.598 30.432 12.14 30.89 C 11.682 31.348 11.682 32.089 12.14 32.547 L 12.483 32.891 L 8.281 32.891 C 6.34 32.888 4.768 31.316 4.766 29.375 L 4.766 24.688 C 4.766 24.041 4.241 23.516 3.594 23.516 C 2.947 23.516 2.422 24.041 2.422 24.688 L 2.422 29.375 C 2.422 32.605 5.051 35.235 8.282 35.235 L 12.483 35.235 L 12.14 35.578 C 11.682 36.036 11.682 36.777 12.14 37.235 C 12.598 37.693 13.339 37.693 13.797 37.235 L 16.14 34.893 C 16.597 34.434 16.597 33.692 16.14 33.233 Z M 27.032 4.766 L 22.829 4.766 L 23.173 4.422 C 23.631 3.964 23.631 3.223 23.173 2.765 C 22.715 2.307 21.974 2.307 21.516 2.765 L 19.173 5.108 C 18.716 5.567 18.716 6.309 19.173 6.768 L 21.516 9.11 C 21.974 9.568 22.715 9.568 23.173 9.11 C 23.631 8.652 23.631 7.911 23.173 7.453 L 22.829 7.109 L 27.032 7.109 C 28.973 7.112 30.545 8.684 30.547 10.625 L 30.547 15.312 C 30.547 15.959 31.072 16.484 31.719 16.484 C 32.366 16.484 32.891 15.959 32.891 15.312 L 32.891 10.625 C 32.891 7.395 30.262 4.765 27.031 4.765 Z\" fill=\"rgb(49,133,252)\"></path><path d=\"M 36.023 29.455 C 34.533 31.527 32.116 32.891 29.375 32.891 C 26.634 32.891 24.217 31.527 22.727 29.455 C 20.397 30.903 18.828 33.466 18.828 36.406 L 18.828 38.828 C 18.828 39.476 19.352 40 20 40 L 38.828 40 C 39.476 40 40 39.476 40 38.828 L 40 36.406 C 40 33.466 38.354 30.903 36.023 29.455 Z\" fill=\"rgb(49,133,252)\"></path></g></svg>',svgContentId:12281759304,withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1joii2c\",\"data-framer-name\":\"schedule\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-78ang1\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11idw90\",\"data-framer-name\":\"texts\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1xsl883\",\"data-styles-preset\":\"jgo93LHVR\",children:\"Maximum 15:1 student-to-instructor ratio\"})}),className:\"framer-1x6tt5s\",\"data-framer-name\":\"Almost before we kne\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p1mc11\",\"data-framer-name\":\"texts\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ldsr3c\",\"data-styles-preset\":\"RLQBm9oJB\",children:\"Coding is a challenging undertaking that requires knowledgeable and energetic instructors to be available one-on-one to offer customized support based on your unique learning needs and goals.\"})}),className:\"framer-1dtne8t\",\"data-framer-name\":\"Almost before we kne\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-km2u8o\",style:{transformPerspective:1200},children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-cgjc7i hidden-1lbhspt\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-wrv82i\",\"data-framer-name\":\"heart_2823847\",fill:\"black\",intrinsicHeight:40,intrinsicWidth:40,svg:'<svg width=\"40\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#3185FC\"><path d=\"M25.523 17.292c1.71 1.451 1.928 1.653 2.68 2.302.553-.474 1.026-.904 3.032-2.587 3.683-3.092 6.344-5.325 6.344-8.623 0-3.126-2.297-5.575-5.229-5.575-1.97 0-3.276 1.11-4.097 2.243-.777-1.136-2.04-2.243-4.016-2.243-2.931 0-5.227 2.449-5.227 5.575 0 3.382 2.59 5.58 6.513 8.908ZM6.703 36.559c3.07-2.086 6.43-2.883 10.086-2.274l5.86 1.008c2.25.375 4.312.258 6.093-.328 3.685-1.228 7.374-5.096 8.352-6.563 1.36-2.039 2.106-4.265 2.575-5.343.445-1.032.445-1.758-.023-2.18-.54-.492-1.454-.235-2.133.14-1.078.61-2.224 2.368-3.396 4.055-1.523 2.203-4.132 3.516-6.804 3.516h-8.485v-2.344h3.516c6.234 0 9.023-1.172 9.023-2.344 0-.984-1.945-1.43-2.601-1.57-2.555-.586-8.32-.867-12.258-2.625a6.034 6.034 0 0 0-2.367-.492c-1.336-.012-2.788.405-4.172 1.476-.024 0-.024 0-.047.024-.914.703-2.164 1.734-3.852 3.21-1.43 1.266-2.812 2.883-5.226 4.946L0 29.598l5.766 7.593.937-.632Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h40v40H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yu29qw\",\"data-framer-name\":\"puzzle\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iz3yc8\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10awr5z\",\"data-framer-name\":\"texts\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1xsl883\",\"data-styles-preset\":\"jgo93LHVR\",children:\"Local Tech & Alumni Network\"})}),className:\"framer-6hjo33\",\"data-framer-name\":\"Almost before we kne\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1phrayl\",\"data-framer-name\":\"texts\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ldsr3c\",\"data-styles-preset\":\"RLQBm9oJB\",children:\"LearningFuze\u2019s local alumni and tech network, built over 10 years, offers invaluable mentorship, job leads, and industry connections. \"})}),className:\"framer-ghgula\",\"data-framer-name\":\"Almost before we kne\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-tl09mj\",\"data-framer-name\":\"right\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kuzbgp\",\"data-framer-name\":\"shapes\",style:{rotate:10},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-nqrd55\",\"data-framer-name\":\"bold-shape1\",style:{rotate:23}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j3akpf\",\"data-framer-name\":\"bold-shape1\",style:{rotate:23}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{background:{alt:\"two students at orange county coding bootcamp\",fit:\"fill\",intrinsicHeight:669,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7179.36+32+144+0+56.16+64+514.4+0),pixelHeight:669,pixelWidth:1e3,positionX:\"center\",positionY:\"bottom\",sizes:\"280px\",src:\"https://framerusercontent.com/images/BqWa1EOAvDdrCbGdvJPAkPOA.jpg\",srcSet:\"https://framerusercontent.com/images/BqWa1EOAvDdrCbGdvJPAkPOA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BqWa1EOAvDdrCbGdvJPAkPOA.jpg 1000w\"}},IMElRkcD5:{background:{alt:\"two students at orange county coding bootcamp\",fit:\"fill\",intrinsicHeight:669,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+122+4613.5199999999995+0+144+0+56.16+64+0),pixelHeight:669,pixelWidth:1e3,positionX:\"center\",positionY:\"bottom\",sizes:\"431px\",src:\"https://framerusercontent.com/images/BqWa1EOAvDdrCbGdvJPAkPOA.jpg\",srcSet:\"https://framerusercontent.com/images/BqWa1EOAvDdrCbGdvJPAkPOA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BqWa1EOAvDdrCbGdvJPAkPOA.jpg 1000w\"}},RYEVCDLQk:{background:{alt:\"two students at orange county coding bootcamp\",fit:\"fill\",intrinsicHeight:669,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6277.36+0+144+0+56.16+48+590.4+0),pixelHeight:669,pixelWidth:1e3,positionX:\"center\",positionY:\"bottom\",sizes:\"480px\",src:\"https://framerusercontent.com/images/BqWa1EOAvDdrCbGdvJPAkPOA.jpg\",srcSet:\"https://framerusercontent.com/images/BqWa1EOAvDdrCbGdvJPAkPOA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BqWa1EOAvDdrCbGdvJPAkPOA.jpg 1000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"two students at orange county coding bootcamp\",fit:\"fill\",intrinsicHeight:669,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+122+4579.5199999999995+0+144+0+56.16+64+0),pixelHeight:669,pixelWidth:1e3,positionX:\"center\",positionY:\"bottom\",sizes:\"431px\",src:\"https://framerusercontent.com/images/BqWa1EOAvDdrCbGdvJPAkPOA.jpg\",srcSet:\"https://framerusercontent.com/images/BqWa1EOAvDdrCbGdvJPAkPOA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BqWa1EOAvDdrCbGdvJPAkPOA.jpg 1000w\"},className:\"framer-4ep0tp\",\"data-framer-name\":\"image\"})})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-152z5hz\",\"data-framer-name\":\"Enrollment Path\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e3lz9s\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ddgkf8\",\"data-framer-name\":\"content-txt\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-e02sg8 hidden-dl3wde hidden-1lbhspt\"}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kmpy0x\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b0s5mk\",\"data-framer-name\":\"Top-txt\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l6s26j\",\"data-framer-name\":\"heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RYEVCDLQk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ayzn2a\",\"data-styles-preset\":\"hxzTd1woI\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"Bootcamp Enrollment path\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ayzn2a\",\"data-styles-preset\":\"hxzTd1woI\",style:{\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"Bootcamp Enrollment path\"})}),className:\"framer-1eigipd\",\"data-framer-name\":\"We blend a strategic approach with studio-caliber creativity.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jvkfym\",\"data-framer-name\":\"text\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1mgqskp\",\"data-styles-preset\":\"NuuH50y9F\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0fe0d000-a8e6-4926-8709-4ae49790a2a5, rgb(22, 27, 31))\"},children:\"The first step in enrolling in our Full-Time and Part-Time Web Development programs is our Web Development prep course.\"})})},RYEVCDLQk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8vel5r\",\"data-styles-preset\":\"HxCBHYDAu\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0fe0d000-a8e6-4926-8709-4ae49790a2a5, rgb(22, 27, 31))\"},children:\"The first step in enrolling in our Full-Time and Part-Time Web Development programs is our Web Development prep course.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8vel5r\",\"data-styles-preset\":\"HxCBHYDAu\",style:{\"--framer-text-color\":\"var(--token-0fe0d000-a8e6-4926-8709-4ae49790a2a5, rgb(22, 27, 31))\"},children:\"The first step in enrolling in our Full-Time and Part-Time Web Development programs is our Web Development prep course.\"})}),className:\"framer-g2gx45\",\"data-framer-name\":\"At Nicey, we specialize in creating spectacular marketing platforms that accurately reflect your distinct brand voice and increase your bottom line.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18nc6a7 hidden-dl3wde hidden-1lbhspt\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nur12e-container\",children:/*#__PURE__*/_jsx(ListsServicesScrollAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref2,target:\"y5rOaq1yj\"},{ref:ref3,target:\"Wl2jiVpwZ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"eAe9I9XRy\",kCh3xRGWK:\"Step 1: Intro to Web Development\",layoutId:\"eAe9I9XRy\",style:{width:\"100%\"},variant:\"Wl2jiVpwZ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1erzs35-container\",children:/*#__PURE__*/_jsx(ListsServicesScrollAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref3,target:\"y5rOaq1yj\"},{ref:ref4,target:\"Wl2jiVpwZ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"yzlXOPaWY\",kCh3xRGWK:\"Step 2: Behavioral interview\",layoutId:\"yzlXOPaWY\",style:{width:\"100%\"},variant:\"Wl2jiVpwZ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qh3zu9-container\",children:/*#__PURE__*/_jsx(ListsServicesScrollAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref4,target:\"y5rOaq1yj\"},{ref:ref5,target:\"Wl2jiVpwZ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"jsuMOxvha\",kCh3xRGWK:\"Step 3: Technical assessment\",layoutId:\"jsuMOxvha\",style:{width:\"100%\"},variant:\"Wl2jiVpwZ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8dfhfh-container\",children:/*#__PURE__*/_jsx(ListsServicesScrollAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref5,target:\"y5rOaq1yj\"},{ref:ref6,target:\"Wl2jiVpwZ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"op7d8MWgr\",kCh3xRGWK:\"Step 4: Program admittance\",layoutId:\"op7d8MWgr\",style:{width:\"100%\"},variant:\"Wl2jiVpwZ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15mli4w-container\",children:/*#__PURE__*/_jsx(ListsServicesScrollAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref6,target:\"y5rOaq1yj\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"kC3hSzOUK\",kCh3xRGWK:\"Step 5: Career services\",layoutId:\"kC3hSzOUK\",style:{width:\"100%\"},variant:\"Wl2jiVpwZ\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o5muk9\",\"data-framer-name\":\"Frame 48096072\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jtf8ug-container\",children:/*#__PURE__*/_jsx(ButtonsGlobalPrimaryBlue,{height:\"100%\",id:\"b6Ww1fZNU\",layoutId:\"b6Ww1fZNU\",nBYTdxZsj:true,qWZiNnZxn:\"Join an info session\",RIXeMVgEU:\"https://learningfuze.zohobookings.com/#/4636452000000041054\",variant:\"B2vP8WPaa\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17cn1d8\",\"data-framer-name\":\"projects\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.3,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.85,skewX:0,skewY:0,x:0,y:0}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1o0jt7q\",\"data-border\":true,\"data-framer-name\":\"Card\",id:elementId,ref:ref2,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oetrgh\",\"data-framer-name\":\"about\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-twt8eo\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-j3aocs\",\"data-framer-name\":\"head-txt\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q8zrg4\",\"data-framer-name\":\"head\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1xsl883\",\"data-styles-preset\":\"jgo93LHVR\",style:{\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"Web Dev Prep Course\"})}),className:\"framer-omejis\",\"data-framer-name\":\"Almost before we kne\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1mgqskp\",\"data-styles-preset\":\"NuuH50y9F\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-222927d4-36f6-432e-a1c3-be15794d7d96, rgb(72, 74, 75))\"},children:\"Step 1: You are here\"})}),className:\"framer-svoa7k hidden-1kpkl2p hidden-zprslw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o3hm7v\",\"data-framer-name\":\"features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rcvva1\",\"data-framer-name\":\"Card Feature\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1utr99z-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"tj7487Uq8\",layoutId:\"tj7487Uq8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Learn to use git and Github\"})}),className:\"framer-avipqa\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yk1461\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13aft6f-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"xl17Xguov\",layoutId:\"xl17Xguov\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Understand JavaScript variables\"})}),className:\"framer-19lc8ls\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z3z5iz\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-156lq0i-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"tgnZayx5Z\",layoutId:\"tgnZayx5Z\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Grasp operators and expressions\"})}),className:\"framer-1xq1xq5\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dm2ny6\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ac5ax6-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"DPgwt3o45\",layoutId:\"DPgwt3o45\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Study arrays and objects\"})}),className:\"framer-1dclw2l\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d09w90\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19pidmr-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"uHnAlfYQt\",layoutId:\"uHnAlfYQt\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\"},children:\"Debugging & Prototyping\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Practice loops and unit testing\"})}),className:\"framer-14k8zz2\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.3,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.85,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8khfdt\",\"data-border\":true,\"data-framer-name\":\"Card\",id:elementId1,ref:ref3,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-af9sa3\",\"data-framer-name\":\"about\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11v08w5\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-406y46\",\"data-framer-name\":\"head-txt\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rs5fb0\",\"data-framer-name\":\"head\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1xsl883\",\"data-styles-preset\":\"jgo93LHVR\",style:{\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"Behavioral interview\"})}),className:\"framer-cthsc1\",\"data-framer-name\":\"Almost before we kne\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1mgqskp\",\"data-styles-preset\":\"NuuH50y9F\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-222927d4-36f6-432e-a1c3-be15794d7d96, rgb(72, 74, 75))\"},children:\"Step 2: Getting to know you\"})}),className:\"framer-1f3ks5u hidden-1kpkl2p hidden-zprslw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qh728o\",\"data-framer-name\":\"features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u8oz2y\",\"data-framer-name\":\"Card Feature\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10fwu5c-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"QKL0fUz0u\",layoutId:\"QKL0fUz0u\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Assess soft skills\"})}),className:\"framer-1ukwyly\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ye5m0i\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6d1tf9-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"ifd39LHJs\",layoutId:\"ifd39LHJs\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Explore past experiences\"})}),className:\"framer-1iwh8ja\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mjkser\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16jmiws-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"YotQv7Duu\",layoutId:\"YotQv7Duu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Discuss desired outcomes\"})}),className:\"framer-8u3tzj\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bqf514\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ecaur6-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"QFIhlmqVC\",layoutId:\"QFIhlmqVC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Level-set commitment\"})}),className:\"framer-1ismjq3\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17b290g\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-at0xax-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"ARei7qE5Y\",layoutId:\"ARei7qE5Y\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Provide feedback\"})}),className:\"framer-gmn8fs\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.3,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1e7eitl\",\"data-border\":true,\"data-framer-name\":\"Card\",id:elementId2,ref:ref4,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hg2yv7\",\"data-framer-name\":\"about\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5warhm\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fylbj6\",\"data-framer-name\":\"head-txt\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fmfcln\",\"data-framer-name\":\"head\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1xsl883\",\"data-styles-preset\":\"jgo93LHVR\",style:{\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"Technical assessment\"})}),className:\"framer-1j4gp6m\",\"data-framer-name\":\"Almost before we kne\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1mgqskp\",\"data-styles-preset\":\"NuuH50y9F\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-222927d4-36f6-432e-a1c3-be15794d7d96, rgb(72, 74, 75))\"},children:\"Step 3: JavaScript knowledge\"})}),className:\"framer-1buppft hidden-1kpkl2p hidden-zprslw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kukf71\",\"data-framer-name\":\"features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r5ofxa\",\"data-framer-name\":\"Card Feature\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14gxya4-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"wfS7ufvcv\",layoutId:\"wfS7ufvcv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Assess problem-solving ability\"})}),className:\"framer-1ad4ngq\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10nz2et\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cr6aey-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"yJNyp2Z7O\",layoutId:\"yJNyp2Z7O\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Understand technical knowledge\"})}),className:\"framer-34tmy4\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a02p0n\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vict3u-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"D32PrIKqD\",layoutId:\"D32PrIKqD\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Multiple choice assessment\"})}),className:\"framer-vvnmvs\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-190xp9x\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g0c9ob-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"x4aM0MTbF\",layoutId:\"x4aM0MTbF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Hands-on coding excersizes\"})}),className:\"framer-djf2go\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12b6jvn\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-n1c0fj-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"TRTi5w966\",layoutId:\"TRTi5w966\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Code review\"})}),className:\"framer-1bxt19q\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.3,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4nas4y\",\"data-border\":true,\"data-framer-name\":\"Card\",id:elementId3,ref:ref5,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-cziqat\",\"data-framer-name\":\"about\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xu8h6b\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vyctmi\",\"data-framer-name\":\"head-txt\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fpkq5t\",\"data-framer-name\":\"head\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1xsl883\",\"data-styles-preset\":\"jgo93LHVR\",style:{\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"Program admission\"})}),className:\"framer-1p7cxb5\",\"data-framer-name\":\"Almost before we kne\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1mgqskp\",\"data-styles-preset\":\"NuuH50y9F\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-222927d4-36f6-432e-a1c3-be15794d7d96, rgb(72, 74, 75))\"},children:\"Step 4: Step-by-step support\"})}),className:\"framer-1j6jxro hidden-1kpkl2p hidden-zprslw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cfqw5w\",\"data-framer-name\":\"features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14qab8s\",\"data-framer-name\":\"Card Feature\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-v056db-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"MMxkEkJDC\",layoutId:\"MMxkEkJDC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Curriculum details \"})}),className:\"framer-1th6lia\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sbr2id\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-37qjh8-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"o9kFh31KB\",layoutId:\"o9kFh31KB\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Orientation\"})}),className:\"framer-5tnntv\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9vkljq\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15h23t5-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"P6sHlLicT\",layoutId:\"P6sHlLicT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Support resources\"})}),className:\"framer-15m806u\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o6z1g3\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11dxn29-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"bvYUck10n\",layoutId:\"bvYUck10n\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Schedule and roadmap\"})}),className:\"framer-1vwa7ms\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wp5n9j\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b3vvl9-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"QD84gxotP\",layoutId:\"QD84gxotP\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Course start\"})}),className:\"framer-148abvd\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-19y8qz8\",\"data-border\":true,\"data-framer-name\":\"Card\",id:elementId4,ref:ref6,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-14ka43g\",\"data-framer-name\":\"about\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dofhzp\",\"data-framer-name\":\"txt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16fz1ly\",\"data-framer-name\":\"head-txt\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1378uzm\",\"data-framer-name\":\"head\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1xsl883\",\"data-styles-preset\":\"jgo93LHVR\",style:{\"--framer-text-color\":\"var(--token-1b75376e-160f-4f6b-b2a1-f17e7c96f1bb, rgb(20, 23, 25))\"},children:\"Career services\"})}),className:\"framer-1gt412k\",\"data-framer-name\":\"Almost before we kne\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1mgqskp\",\"data-styles-preset\":\"NuuH50y9F\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-222927d4-36f6-432e-a1c3-be15794d7d96, rgb(72, 74, 75))\"},children:\"Step 5: Guidance for your journey\"})}),className:\"framer-zcfhq9 hidden-1kpkl2p hidden-zprslw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8nsw0b\",\"data-framer-name\":\"features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h5sx5q\",\"data-framer-name\":\"Card Feature\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xg45vk-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"ZCXTrLb2A\",layoutId:\"ZCXTrLb2A\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Job placement assistance\"})}),className:\"framer-omruos\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bhx51y\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8pvvxr-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"un8rmJSzC\",layoutId:\"un8rmJSzC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Resume and portfolio support\"})}),className:\"framer-kr9gvq\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fvegm0\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1zzlp9-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"T8Pmotvdw\",layoutId:\"T8Pmotvdw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Interview practice\"})}),className:\"framer-1g2kv7d\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1orwq3y\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-s1stsd-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"L3OMNNWQR\",layoutId:\"L3OMNNWQR\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Networking opportunities\"})}),className:\"framer-deygx3\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3s8hm5\",\"data-framer-name\":\"Card Feature Copy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p1ao5a-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-44d67542-e1be-4c29-8f08-720302acdf5d, rgb(20, 23, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"xUVkxQFdH\",layoutId:\"xUVkxQFdH\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-mmihbu\",\"data-styles-preset\":\"ztL0it9uf\",children:\"Job search strategies\"})}),className:\"framer-femgbl\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6f364s\",\"data-framer-name\":\"FAQ - Desktop\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ayzn2a\",\"data-styles-preset\":\"hxzTd1woI\",style:{\"--framer-text-alignment\":\"center\"},children:\"FAQ\"})}),className:\"framer-6ncps0\",\"data-framer-name\":\"FAQ\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14gzizh-container\",children:/*#__PURE__*/_jsx(Custom_FAQ,{height:\"100%\",id:\"Wtlp5TEfB\",layoutId:\"Wtlp5TEfB\",style:{maxWidth:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-guy6sv\",\"data-framer-name\":\"Bottom CTA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{width:`min(${componentViewport?.width||\"100vw\"} - 64px, 1280px)`,y:(componentViewport?.y||0)+0+10679.44+32+0},IMElRkcD5:{y:(componentViewport?.y||0)+122+8544.039999999999+80+0},RYEVCDLQk:{width:`min(${componentViewport?.width||\"100vw\"} - 176px, 1280px)`,y:(componentViewport?.y||0)+0+10061.44+80+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:446,width:`min(${componentViewport?.width||\"100vw\"} - 192px, 1280px)`,y:(componentViewport?.y||0)+122+8190.039999999999+80+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wpvojy-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{variant:\"itFMpiZ74\"},RYEVCDLQk:{variant:\"Nzt2X9E3i\"}},children:/*#__PURE__*/_jsx(BannersBottomCTA,{g3BpP6M_o:\"https://learningfuze.zohobookings.com/#/4636452000000041054\",height:\"100%\",HW2FdBHKN:\"Book an info session and take the next steps for a lucrative career in software or data\",id:\"fn4xRkMNg\",layoutId:\"fn4xRkMNg\",msSobGC0u:addImageAlt({src:\"https://framerusercontent.com/images/3vzX6KfgW5bfAnW47JcxpvPuq8.webp\",srcSet:\"https://framerusercontent.com/images/3vzX6KfgW5bfAnW47JcxpvPuq8.webp?scale-down-to=512 512w,https://framerusercontent.com/images/3vzX6KfgW5bfAnW47JcxpvPuq8.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/3vzX6KfgW5bfAnW47JcxpvPuq8.webp 2048w\"},\"\"),ND5d7LZcS:\"View the calendar\",style:{maxWidth:\"100%\",width:\"100%\"},v2HqDLm9x:\"Ready to get started?\",variant:\"QC3OTroTm\",width:\"100%\",xZeYsYWyK:true,xZmM5YFPx:true,YE3sr4a8N:true,ylSNFrUTK:\"B2vP8WPaa\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{y:(componentViewport?.y||0)+0+11189.44},IMElRkcD5:{y:(componentViewport?.y||0)+122+9150.039999999999},RYEVCDLQk:{y:(componentViewport?.y||0)+0+10667.44}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:680,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+122+8796.039999999999,children:/*#__PURE__*/_jsx(Container,{className:\"framer-meknf2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aMgiL2dmp:{variant:\"E1Tub8wdd\"},IMElRkcD5:{variant:\"YkH9P6dOM\"},RYEVCDLQk:{variant:\"pNt1DP7xE\"}},children:/*#__PURE__*/_jsx(NavsFooter,{height:\"100%\",id:\"sxud_S634\",k8vVh3wVU:\"var(--token-4501b726-1001-45fc-b187-2843bfa8e3e7, rgb(255, 255, 255))\",layoutId:\"sxud_S634\",style:{width:\"100%\"},variant:\"pWaPP2C7s\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lQI5U.framer-gprdy6, .framer-lQI5U .framer-gprdy6 { display: block; }\",\".framer-lQI5U.framer-1kpkl2p { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 122px 0px 0px 0px; position: relative; width: 1440px; }\",\".framer-lQI5U .framer-14t9jkf-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-lQI5U .framer-yrj2yf { align-content: center; align-items: center; background-color: #f8fafe; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 48px 96px 48px 96px; position: relative; width: 100%; }\",'.framer-lQI5U .framer-msczdv { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-4501b726-1001-45fc-b187-2843bfa8e3e7, #ffffff) /* {\"name\":\"White\"} */ 0%, rgba(255, 255, 255, 0.05) 92.3511402027027%); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }',\".framer-lQI5U .framer-a0gn8j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 48px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-12sbur1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-14ipnm1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 24px 0px; position: relative; width: 1px; }\",\".framer-lQI5U .framer-1yc803c, .framer-lQI5U .framer-1xoy3m0, .framer-lQI5U .framer-twt8eo, .framer-lQI5U .framer-11v08w5, .framer-lQI5U .framer-5warhm, .framer-lQI5U .framer-1xu8h6b, .framer-lQI5U .framer-dofhzp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1xxwu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1j5ym7r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1wnqu8d { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lQI5U .framer-1tywo5i, .framer-lQI5U .framer-1l6s26j, .framer-lQI5U .framer-1jvkfym { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1ohp4x8 { flex: 1 0 0px; height: auto; max-width: 480px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-lQI5U .framer-vzz48y, .framer-lQI5U .framer-1o5muk9 { align-content: center; align-items: center; 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: min-content; }\",\".framer-lQI5U .framer-xattum-container, .framer-lQI5U .framer-jtf8ug-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-lQI5U .framer-n320h5 { align-content: center; align-items: center; align-self: stretch; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 500px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lQI5U .framer-1l4ihkd { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 100%; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-lQI5U .framer-1sdkitd, .framer-lQI5U .framer-touv9a { align-content: center; align-items: center; background-color: #f7faff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 48px 96px 80px 96px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-ll47av, .framer-lQI5U .framer-1odbgub, .framer-lQI5U .framer-grcvnm { 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: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1e3k3tj, .framer-lQI5U .framer-kee57j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 720px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1kk1ab6, .framer-lQI5U .framer-jzj9aw, .framer-lQI5U .framer-mu047w, .framer-lQI5U .framer-1m12jwy, .framer-lQI5U .framer-8co3xr, .framer-lQI5U .framer-s4mk4u, .framer-lQI5U .framer-13nwasi, .framer-lQI5U .framer-6ncps0 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lQI5U .framer-154o8ss { display: grid; flex: none; gap: 32px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1qxqfap, .framer-lQI5U .framer-btp67h, .framer-lQI5U .framer-78zarw { --border-bottom-width: 1px; --border-color: var(--token-29f54973-8e28-48e1-aae7-b636511dbd08, #d9dbdc); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-4501b726-1001-45fc-b187-2843bfa8e3e7, #ffffff); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 260px; justify-content: flex-start; justify-self: start; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-elwe0j, .framer-lQI5U .framer-10brq65 { 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; position: relative; width: min-content; }\",\".framer-lQI5U .framer-rbv09d, .framer-lQI5U .framer-bbouk5, .framer-lQI5U .framer-1vasupo { flex: none; height: 60px; position: relative; width: 64px; }\",\".framer-lQI5U .framer-xndgx3, .framer-lQI5U .framer-uk22o4, .framer-lQI5U .framer-1pfwxlc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1cfw32b, .framer-lQI5U .framer-1ncup6d, .framer-lQI5U .framer-g52v8l { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lQI5U .framer-1ruzdsf, .framer-lQI5U .framer-1tyjckz, .framer-lQI5U .framer-1cl03kf { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lQI5U .framer-ubf8ub-container { flex: none; height: 350px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1x9zirw { aspect-ratio: 1.3317972350230414 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 697px); overflow: visible; position: relative; width: 928px; }\",\".framer-lQI5U .framer-nb8i7x { aspect-ratio: 1.3317972350230414 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 673px); overflow: visible; position: relative; width: 896px; }\",\".framer-lQI5U .framer-1i9rfgz { aspect-ratio: 1.3333333333333333 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 513px); overflow: visible; position: relative; width: 684px; }\",\".framer-lQI5U .framer-g8zmmf { aspect-ratio: 1.3333333333333333 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 586px); overflow: visible; position: relative; width: 781px; }\",\".framer-lQI5U .framer-2ry9r1 { aspect-ratio: 1.3317972350230414 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 507px); overflow: visible; position: relative; width: 675px; }\",\".framer-lQI5U .framer-1rs509i { aspect-ratio: 1.5 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 530px); overflow: visible; position: relative; width: 795px; }\",\".framer-lQI5U .framer-z8tvav { aspect-ratio: 1.3317972350230414 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 544px); overflow: visible; position: relative; width: 725px; }\",\".framer-lQI5U .framer-1lgic3t { aspect-ratio: 1.3317972350230414 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 500px); overflow: visible; position: relative; width: 666px; }\",\".framer-lQI5U .framer-1vzy1ey { align-content: center; align-items: center; background-color: var(--token-a536a03e-9f86-4c81-bda4-bf57a81c1763, #f8fafe); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 96px 80px 96px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-t2c22, .framer-lQI5U .framer-6k53p3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1v9okw0, .framer-lQI5U .framer-8r279z { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1c0ozm1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 630px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lQI5U .framer-1bxh89g, .framer-lQI5U .framer-17410hf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-vwms44 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-n9s75g { display: grid; flex: none; gap: 32px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: 500px; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-11o05bn-container, .framer-lQI5U .framer-wowdw3-container, .framer-lQI5U .framer-o8fgws-container, .framer-lQI5U .framer-1l1qe9f-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-lQI5U .framer-f2giyi { align-content: center; align-items: center; background-color: var(--token-a536a03e-9f86-4c81-bda4-bf57a81c1763, #f8fafe); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 96px 0px 96px; position: relative; width: 100%; }\",'.framer-lQI5U .framer-1jw5npa { align-content: center; align-items: center; background: linear-gradient(180deg, #e3efff 0%, var(--token-a536a03e-9f86-4c81-bda4-bf57a81c1763, rgb(248, 250, 254)) /* {\"name\":\"Light Blue\"} */ 61.23651727899775%); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1280px; padding: 80px 48px 80px 48px; position: relative; width: 100%; }',\".framer-lQI5U .framer-guvom5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 720px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-h68jc7 { flex: none; height: auto; max-width: 660px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lQI5U .framer-1dxcs5g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-ei2fhy { --border-bottom-width: 1px; --border-color: var(--token-29f54973-8e28-48e1-aae7-b636511dbd08, #d9dbdc); --border-left-width: 1px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: stretch; background-color: var(--token-4501b726-1001-45fc-b187-2843bfa8e3e7, #ffffff); border-bottom-left-radius: 12px; border-top-left-radius: 12px; display: flex; flex: 0.7 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 1px; }\",\".framer-lQI5U .framer-f62o8l { align-content: center; align-items: center; background-color: rgba(217, 219, 220, 0.2); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-lQI5U .framer-1pj7ieq, .framer-lQI5U .framer-172np31, .framer-lQI5U .framer-13i3htq, .framer-lQI5U .framer-z7dox6, .framer-lQI5U .framer-1vubsm2, .framer-lQI5U .framer-nozuml, .framer-lQI5U .framer-vlzz7m, .framer-lQI5U .framer-ybh13s { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-lQI5U .framer-1n81ai2, .framer-lQI5U .framer-1vbe4db { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1ecfm7z, .framer-lQI5U .framer-10bok20, .framer-lQI5U .framer-1jos0l1, .framer-lQI5U .framer-1pxh66, .framer-lQI5U .framer-dezbum, .framer-lQI5U .framer-20ii94, .framer-lQI5U .framer-o94u1h, .framer-lQI5U .framer-yuqvci { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-xd1jay, .framer-lQI5U .framer-1wxog65, .framer-lQI5U .framer-6lgid4, .framer-lQI5U .framer-ww562b, .framer-lQI5U .framer-oxk0hn, .framer-lQI5U .framer-19s6bjp, .framer-lQI5U .framer-z8ayms, .framer-lQI5U .framer-jqle48 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 0px 8px 0px; position: relative; width: min-content; }\",\".framer-lQI5U .framer-1i2gq9m-container, .framer-lQI5U .framer-reyz5l-container, .framer-lQI5U .framer-1w9b3s7-container, .framer-lQI5U .framer-1benyc7-container, .framer-lQI5U .framer-1efxkqt-container, .framer-lQI5U .framer-lg0y9f-container, .framer-lQI5U .framer-oybbwp-container, .framer-lQI5U .framer-ju9ofq-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-lQI5U .framer-i8zu4v, .framer-lQI5U .framer-10cjoeu, .framer-lQI5U .framer-1y5qo2a, .framer-lQI5U .framer-pvyzha, .framer-lQI5U .framer-10wny1h, .framer-lQI5U .framer-zvqdbf, .framer-lQI5U .framer-1rsguhx { --border-bottom-width: 1px; --border-color: var(--token-29f54973-8e28-48e1-aae7-b636511dbd08, #d9dbdc); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 12px 0px; position: relative; width: 1px; }\",\".framer-lQI5U .framer-17vd1fa { --border-bottom-width: 1px; --border-color: var(--token-29f54973-8e28-48e1-aae7-b636511dbd08, #d9dbdc); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: var(--token-4501b726-1001-45fc-b187-2843bfa8e3e7, #ffffff); border-bottom-right-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1.3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 1px; }\",'.framer-lQI5U .framer-pjcmlt { align-content: center; align-items: center; background: linear-gradient(180deg, #e3efff 0%, var(--token-a536a03e-9f86-4c81-bda4-bf57a81c1763, rgb(248, 250, 254)) /* {\"name\":\"Light Blue\"} */ 61.23651727899775%); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; padding: 24px; position: relative; width: 100%; }',\".framer-lQI5U .framer-1egqwo3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lQI5U .framer-16f1ti4, .framer-lQI5U .framer-1x6tt5s, .framer-lQI5U .framer-1dtne8t, .framer-lQI5U .framer-6hjo33, .framer-lQI5U .framer-ghgula, .framer-lQI5U .framer-1eigipd, .framer-lQI5U .framer-g2gx45, .framer-lQI5U .framer-omejis, .framer-lQI5U .framer-cthsc1, .framer-lQI5U .framer-1j4gp6m, .framer-lQI5U .framer-1p7cxb5, .framer-lQI5U .framer-1gt412k { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-lQI5U .framer-1p6owet { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 12px 0px; position: relative; width: 1px; }\",\".framer-lQI5U .framer-zj0j1f { flex: none; height: 120px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-ac64yo { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 96px 80px 96px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-zi6o04 { aspect-ratio: 1.600970204671224 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 120px); position: relative; width: 192px; }\",\".framer-lQI5U .framer-1ne6yha { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1x0tt9u { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-xg345h { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1i15sqh { 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-lQI5U .framer-1isccjc { align-content: center; align-items: center; 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-lQI5U .framer-1vxdnci { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1040px; word-break: break-word; word-wrap: break-word; }\",\".framer-lQI5U .framer-1eaoyt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 124px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 64px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-3tz0bs { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lQI5U .framer-93knx9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-11idybh, .framer-lQI5U .framer-km2u8o { 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: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-173ub12, .framer-lQI5U .framer-cgjc7i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-lQI5U .framer-pv6q6 { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-lQI5U .framer-1joii2c, .framer-lQI5U .framer-1yu29qw { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lQI5U .framer-78ang1, .framer-lQI5U .framer-1iz3yc8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lQI5U .framer-11idw90, .framer-lQI5U .framer-1p1mc11, .framer-lQI5U .framer-10awr5z, .framer-lQI5U .framer-1phrayl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-wrv82i { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-lQI5U .framer-tl09mj { flex: none; height: 543px; overflow: visible; position: relative; width: 559px; }\",\".framer-lQI5U .framer-kuzbgp { flex: none; height: 448px; left: -189px; overflow: visible; position: absolute; right: -102px; top: 9px; }\",\".framer-lQI5U .framer-nqrd55 { background-color: #29bab9; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; bottom: 136px; flex: none; height: 84px; left: calc(51.647058823529434% - 677px / 2); opacity: 0.21; overflow: hidden; position: absolute; width: 677px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lQI5U .framer-1j3akpf { background-color: var(--token-3039a7c1-56b7-42dd-89ea-a0b1c417ce51, #3185fc); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; flex: none; height: 84px; left: calc(54.823529411764724% - 767px / 2); opacity: 0.21; overflow: hidden; position: absolute; top: 132px; width: 767px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lQI5U .framer-4ep0tp { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 514px; left: calc(50.08944543828267% - 431px / 2); position: absolute; top: 0px; width: 431px; }\",\".framer-lQI5U .framer-152z5hz { align-content: center; align-items: center; background-color: var(--token-d0086e5d-d2d3-4f69-9008-c0e023c4fb7a, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 80px 96px 80px 96px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-e3lz9s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1ddgkf8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: sticky; top: 60px; width: 1px; will-change: transform; z-index: 1; }\",\".framer-lQI5U .framer-e02sg8 { flex: none; height: 16px; overflow: hidden; position: relative; width: 562px; }\",\".framer-lQI5U .framer-kmpy0x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1b0s5mk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-18nc6a7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-nur12e-container, .framer-lQI5U .framer-1erzs35-container, .framer-lQI5U .framer-1qh3zu9-container, .framer-lQI5U .framer-8dfhfh-container, .framer-lQI5U .framer-15mli4w-container, .framer-lQI5U .framer-meknf2-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-lQI5U .framer-17cn1d8 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 240px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 320px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-lQI5U .framer-1o0jt7q { --border-bottom-width: 1px; --border-color: #deecff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ecf5ff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 480px; overflow: hidden; padding: 48px; position: sticky; top: 100px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-lQI5U .framer-1oetrgh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-j3aocs, .framer-lQI5U .framer-406y46, .framer-lQI5U .framer-fylbj6, .framer-lQI5U .framer-1vyctmi, .framer-lQI5U .framer-16fz1ly { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-q8zrg4, .framer-lQI5U .framer-rs5fb0, .framer-lQI5U .framer-1fmfcln, .framer-lQI5U .framer-1fpkq5t, .framer-lQI5U .framer-1378uzm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-svoa7k, .framer-lQI5U .framer-1f3ks5u, .framer-lQI5U .framer-1buppft, .framer-lQI5U .framer-1j6jxro, .framer-lQI5U .framer-zcfhq9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lQI5U .framer-1o3hm7v, .framer-lQI5U .framer-qh728o, .framer-lQI5U .framer-kukf71, .framer-lQI5U .framer-1cfqw5w, .framer-lQI5U .framer-8nsw0b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-rcvva1, .framer-lQI5U .framer-yk1461, .framer-lQI5U .framer-z3z5iz, .framer-lQI5U .framer-dm2ny6, .framer-lQI5U .framer-d09w90, .framer-lQI5U .framer-1r5ofxa, .framer-lQI5U .framer-10nz2et, .framer-lQI5U .framer-1a02p0n, .framer-lQI5U .framer-190xp9x, .framer-lQI5U .framer-12b6jvn, .framer-lQI5U .framer-1h5sx5q, .framer-lQI5U .framer-bhx51y, .framer-lQI5U .framer-fvegm0, .framer-lQI5U .framer-1orwq3y, .framer-lQI5U .framer-3s8hm5 { align-content: center; align-items: center; background-color: #cbdef2; border-bottom-left-radius: 36px; border-bottom-right-radius: 36px; border-top-left-radius: 36px; border-top-right-radius: 36px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px 16px 12px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-lQI5U .framer-1utr99z-container, .framer-lQI5U .framer-13aft6f-container, .framer-lQI5U .framer-156lq0i-container, .framer-lQI5U .framer-1ac5ax6-container, .framer-lQI5U .framer-19pidmr-container, .framer-lQI5U .framer-10fwu5c-container, .framer-lQI5U .framer-6d1tf9-container, .framer-lQI5U .framer-16jmiws-container, .framer-lQI5U .framer-ecaur6-container, .framer-lQI5U .framer-at0xax-container, .framer-lQI5U .framer-14gxya4-container, .framer-lQI5U .framer-cr6aey-container, .framer-lQI5U .framer-vict3u-container, .framer-lQI5U .framer-1g0c9ob-container, .framer-lQI5U .framer-n1c0fj-container, .framer-lQI5U .framer-v056db-container, .framer-lQI5U .framer-37qjh8-container, .framer-lQI5U .framer-15h23t5-container, .framer-lQI5U .framer-11dxn29-container, .framer-lQI5U .framer-1b3vvl9-container, .framer-lQI5U .framer-1xg45vk-container, .framer-lQI5U .framer-8pvvxr-container, .framer-lQI5U .framer-1zzlp9-container, .framer-lQI5U .framer-s1stsd-container, .framer-lQI5U .framer-1p1ao5a-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-lQI5U .framer-avipqa, .framer-lQI5U .framer-19lc8ls, .framer-lQI5U .framer-1xq1xq5, .framer-lQI5U .framer-1dclw2l, .framer-lQI5U .framer-14k8zz2, .framer-lQI5U .framer-1ukwyly, .framer-lQI5U .framer-1iwh8ja, .framer-lQI5U .framer-8u3tzj, .framer-lQI5U .framer-1ismjq3, .framer-lQI5U .framer-gmn8fs, .framer-lQI5U .framer-1ad4ngq, .framer-lQI5U .framer-34tmy4, .framer-lQI5U .framer-vvnmvs, .framer-lQI5U .framer-djf2go, .framer-lQI5U .framer-1bxt19q, .framer-lQI5U .framer-1th6lia, .framer-lQI5U .framer-5tnntv, .framer-lQI5U .framer-15m806u, .framer-lQI5U .framer-1vwa7ms, .framer-lQI5U .framer-148abvd, .framer-lQI5U .framer-omruos, .framer-lQI5U .framer-kr9gvq, .framer-lQI5U .framer-1g2kv7d, .framer-lQI5U .framer-deygx3, .framer-lQI5U .framer-femgbl { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lQI5U .framer-8khfdt { --border-bottom-width: 1px; --border-color: #ddebeb; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #f2fdfd; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 480px; overflow: hidden; padding: 48px; position: sticky; top: 130px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-lQI5U .framer-af9sa3, .framer-lQI5U .framer-1hg2yv7, .framer-lQI5U .framer-cziqat, .framer-lQI5U .framer-14ka43g { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lQI5U .framer-u8oz2y, .framer-lQI5U .framer-1ye5m0i, .framer-lQI5U .framer-1mjkser, .framer-lQI5U .framer-1bqf514, .framer-lQI5U .framer-17b290g, .framer-lQI5U .framer-14qab8s, .framer-lQI5U .framer-1sbr2id, .framer-lQI5U .framer-9vkljq, .framer-lQI5U .framer-1o6z1g3, .framer-lQI5U .framer-wp5n9j { align-content: center; align-items: center; background-color: #c5eded; border-bottom-left-radius: 36px; border-bottom-right-radius: 36px; border-top-left-radius: 36px; border-top-right-radius: 36px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px 16px 12px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-lQI5U .framer-1e7eitl { --border-bottom-width: 1px; --border-color: #deecff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ecf5ff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 480px; overflow: hidden; padding: 48px; position: sticky; top: 170px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-lQI5U .framer-4nas4y { --border-bottom-width: 1px; --border-color: #ddebeb; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #f2fdfd; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 480px; overflow: hidden; padding: 48px; position: sticky; top: 210px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-lQI5U .framer-19y8qz8 { --border-bottom-width: 1px; --border-color: #deecff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ecf5ff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 480px; overflow: hidden; padding: 48px; position: sticky; top: 250px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-lQI5U .framer-6f364s { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 96px 80px 96px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-14gzizh-container { flex: none; height: auto; max-width: 1280px; position: relative; width: auto; }\",\".framer-lQI5U .framer-guy6sv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 96px 80px 96px; position: relative; width: 100%; }\",\".framer-lQI5U .framer-1wpvojy-container { flex: none; height: auto; max-width: 1280px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-lQI5U.framer-1kpkl2p, .framer-lQI5U .framer-yrj2yf, .framer-lQI5U .framer-msczdv, .framer-lQI5U .framer-a0gn8j, .framer-lQI5U .framer-12sbur1, .framer-lQI5U .framer-14ipnm1, .framer-lQI5U .framer-1yc803c, .framer-lQI5U .framer-1xxwu, .framer-lQI5U .framer-1j5ym7r, .framer-lQI5U .framer-1xoy3m0, .framer-lQI5U .framer-1tywo5i, .framer-lQI5U .framer-vzz48y, .framer-lQI5U .framer-n320h5, .framer-lQI5U .framer-1sdkitd, .framer-lQI5U .framer-ll47av, .framer-lQI5U .framer-1e3k3tj, .framer-lQI5U .framer-1qxqfap, .framer-lQI5U .framer-elwe0j, .framer-lQI5U .framer-xndgx3, .framer-lQI5U .framer-btp67h, .framer-lQI5U .framer-uk22o4, .framer-lQI5U .framer-78zarw, .framer-lQI5U .framer-1pfwxlc, .framer-lQI5U .framer-touv9a, .framer-lQI5U .framer-1odbgub, .framer-lQI5U .framer-kee57j, .framer-lQI5U .framer-1vzy1ey, .framer-lQI5U .framer-t2c22, .framer-lQI5U .framer-grcvnm, .framer-lQI5U .framer-6k53p3, .framer-lQI5U .framer-1v9okw0, .framer-lQI5U .framer-1c0ozm1, .framer-lQI5U .framer-1bxh89g, .framer-lQI5U .framer-vwms44, .framer-lQI5U .framer-f2giyi, .framer-lQI5U .framer-1jw5npa, .framer-lQI5U .framer-guvom5, .framer-lQI5U .framer-1dxcs5g, .framer-lQI5U .framer-ei2fhy, .framer-lQI5U .framer-f62o8l, .framer-lQI5U .framer-1n81ai2, .framer-lQI5U .framer-1ecfm7z, .framer-lQI5U .framer-xd1jay, .framer-lQI5U .framer-i8zu4v, .framer-lQI5U .framer-10bok20, .framer-lQI5U .framer-1wxog65, .framer-lQI5U .framer-10cjoeu, .framer-lQI5U .framer-1jos0l1, .framer-lQI5U .framer-6lgid4, .framer-lQI5U .framer-1y5qo2a, .framer-lQI5U .framer-17vd1fa, .framer-lQI5U .framer-pjcmlt, .framer-lQI5U .framer-1vbe4db, .framer-lQI5U .framer-1pxh66, .framer-lQI5U .framer-ww562b, .framer-lQI5U .framer-pvyzha, .framer-lQI5U .framer-dezbum, .framer-lQI5U .framer-oxk0hn, .framer-lQI5U .framer-10wny1h, .framer-lQI5U .framer-20ii94, .framer-lQI5U .framer-19s6bjp, .framer-lQI5U .framer-zvqdbf, .framer-lQI5U .framer-o94u1h, .framer-lQI5U .framer-z8ayms, .framer-lQI5U .framer-1rsguhx, .framer-lQI5U .framer-yuqvci, .framer-lQI5U .framer-jqle48, .framer-lQI5U .framer-1p6owet, .framer-lQI5U .framer-ac64yo, .framer-lQI5U .framer-8r279z, .framer-lQI5U .framer-1ne6yha, .framer-lQI5U .framer-1x0tt9u, .framer-lQI5U .framer-xg345h, .framer-lQI5U .framer-1i15sqh, .framer-lQI5U .framer-1isccjc, .framer-lQI5U .framer-17410hf, .framer-lQI5U .framer-1eaoyt, .framer-lQI5U .framer-3tz0bs, .framer-lQI5U .framer-93knx9, .framer-lQI5U .framer-11idybh, .framer-lQI5U .framer-173ub12, .framer-lQI5U .framer-10brq65, .framer-lQI5U .framer-1joii2c, .framer-lQI5U .framer-78ang1, .framer-lQI5U .framer-11idw90, .framer-lQI5U .framer-1p1mc11, .framer-lQI5U .framer-km2u8o, .framer-lQI5U .framer-cgjc7i, .framer-lQI5U .framer-1yu29qw, .framer-lQI5U .framer-1iz3yc8, .framer-lQI5U .framer-10awr5z, .framer-lQI5U .framer-1phrayl, .framer-lQI5U .framer-152z5hz, .framer-lQI5U .framer-e3lz9s, .framer-lQI5U .framer-1ddgkf8, .framer-lQI5U .framer-kmpy0x, .framer-lQI5U .framer-1b0s5mk, .framer-lQI5U .framer-1l6s26j, .framer-lQI5U .framer-1jvkfym, .framer-lQI5U .framer-18nc6a7, .framer-lQI5U .framer-1o5muk9, .framer-lQI5U .framer-17cn1d8, .framer-lQI5U .framer-1o0jt7q, .framer-lQI5U .framer-1oetrgh, .framer-lQI5U .framer-twt8eo, .framer-lQI5U .framer-j3aocs, .framer-lQI5U .framer-q8zrg4, .framer-lQI5U .framer-1o3hm7v, .framer-lQI5U .framer-rcvva1, .framer-lQI5U .framer-yk1461, .framer-lQI5U .framer-z3z5iz, .framer-lQI5U .framer-dm2ny6, .framer-lQI5U .framer-d09w90, .framer-lQI5U .framer-8khfdt, .framer-lQI5U .framer-af9sa3, .framer-lQI5U .framer-11v08w5, .framer-lQI5U .framer-406y46, .framer-lQI5U .framer-rs5fb0, .framer-lQI5U .framer-qh728o, .framer-lQI5U .framer-u8oz2y, .framer-lQI5U .framer-1ye5m0i, .framer-lQI5U .framer-1mjkser, .framer-lQI5U .framer-1bqf514, .framer-lQI5U .framer-17b290g, .framer-lQI5U .framer-1e7eitl, .framer-lQI5U .framer-1hg2yv7, .framer-lQI5U .framer-5warhm, .framer-lQI5U .framer-fylbj6, .framer-lQI5U .framer-1fmfcln, .framer-lQI5U .framer-kukf71, .framer-lQI5U .framer-1r5ofxa, .framer-lQI5U .framer-10nz2et, .framer-lQI5U .framer-1a02p0n, .framer-lQI5U .framer-190xp9x, .framer-lQI5U .framer-12b6jvn, .framer-lQI5U .framer-4nas4y, .framer-lQI5U .framer-cziqat, .framer-lQI5U .framer-1xu8h6b, .framer-lQI5U .framer-1vyctmi, .framer-lQI5U .framer-1fpkq5t, .framer-lQI5U .framer-1cfqw5w, .framer-lQI5U .framer-14qab8s, .framer-lQI5U .framer-1sbr2id, .framer-lQI5U .framer-9vkljq, .framer-lQI5U .framer-1o6z1g3, .framer-lQI5U .framer-wp5n9j, .framer-lQI5U .framer-19y8qz8, .framer-lQI5U .framer-14ka43g, .framer-lQI5U .framer-dofhzp, .framer-lQI5U .framer-16fz1ly, .framer-lQI5U .framer-1378uzm, .framer-lQI5U .framer-8nsw0b, .framer-lQI5U .framer-1h5sx5q, .framer-lQI5U .framer-bhx51y, .framer-lQI5U .framer-fvegm0, .framer-lQI5U .framer-1orwq3y, .framer-lQI5U .framer-3s8hm5, .framer-lQI5U .framer-6f364s, .framer-lQI5U .framer-guy6sv { gap: 0px; } .framer-lQI5U.framer-1kpkl2p > *, .framer-lQI5U .framer-t2c22 > *, .framer-lQI5U .framer-6k53p3 > *, .framer-lQI5U .framer-1ne6yha > *, .framer-lQI5U .framer-xg345h > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-lQI5U.framer-1kpkl2p > :first-child, .framer-lQI5U .framer-yrj2yf > :first-child, .framer-lQI5U .framer-msczdv > :first-child, .framer-lQI5U .framer-a0gn8j > :first-child, .framer-lQI5U .framer-14ipnm1 > :first-child, .framer-lQI5U .framer-1yc803c > :first-child, .framer-lQI5U .framer-1xxwu > :first-child, .framer-lQI5U .framer-1j5ym7r > :first-child, .framer-lQI5U .framer-1xoy3m0 > :first-child, .framer-lQI5U .framer-1sdkitd > :first-child, .framer-lQI5U .framer-ll47av > :first-child, .framer-lQI5U .framer-1e3k3tj > :first-child, .framer-lQI5U .framer-1qxqfap > :first-child, .framer-lQI5U .framer-xndgx3 > :first-child, .framer-lQI5U .framer-btp67h > :first-child, .framer-lQI5U .framer-uk22o4 > :first-child, .framer-lQI5U .framer-78zarw > :first-child, .framer-lQI5U .framer-1pfwxlc > :first-child, .framer-lQI5U .framer-touv9a > :first-child, .framer-lQI5U .framer-1odbgub > :first-child, .framer-lQI5U .framer-kee57j > :first-child, .framer-lQI5U .framer-1vzy1ey > :first-child, .framer-lQI5U .framer-t2c22 > :first-child, .framer-lQI5U .framer-grcvnm > :first-child, .framer-lQI5U .framer-6k53p3 > :first-child, .framer-lQI5U .framer-1c0ozm1 > :first-child, .framer-lQI5U .framer-1bxh89g > :first-child, .framer-lQI5U .framer-vwms44 > :first-child, .framer-lQI5U .framer-f2giyi > :first-child, .framer-lQI5U .framer-1jw5npa > :first-child, .framer-lQI5U .framer-guvom5 > :first-child, .framer-lQI5U .framer-ei2fhy > :first-child, .framer-lQI5U .framer-1n81ai2 > :first-child, .framer-lQI5U .framer-17vd1fa > :first-child, .framer-lQI5U .framer-pjcmlt > :first-child, .framer-lQI5U .framer-1vbe4db > :first-child, .framer-lQI5U .framer-ac64yo > :first-child, .framer-lQI5U .framer-1ne6yha > :first-child, .framer-lQI5U .framer-1x0tt9u > :first-child, .framer-lQI5U .framer-xg345h > :first-child, .framer-lQI5U .framer-1isccjc > :first-child, .framer-lQI5U .framer-17410hf > :first-child, .framer-lQI5U .framer-3tz0bs > :first-child, .framer-lQI5U .framer-93knx9 > :first-child, .framer-lQI5U .framer-173ub12 > :first-child, .framer-lQI5U .framer-78ang1 > :first-child, .framer-lQI5U .framer-cgjc7i > :first-child, .framer-lQI5U .framer-1iz3yc8 > :first-child, .framer-lQI5U .framer-152z5hz > :first-child, .framer-lQI5U .framer-1ddgkf8 > :first-child, .framer-lQI5U .framer-kmpy0x > :first-child, .framer-lQI5U .framer-1b0s5mk > :first-child, .framer-lQI5U .framer-18nc6a7 > :first-child, .framer-lQI5U .framer-17cn1d8 > :first-child, .framer-lQI5U .framer-1o0jt7q > :first-child, .framer-lQI5U .framer-1oetrgh > :first-child, .framer-lQI5U .framer-twt8eo > :first-child, .framer-lQI5U .framer-j3aocs > :first-child, .framer-lQI5U .framer-1o3hm7v > :first-child, .framer-lQI5U .framer-af9sa3 > :first-child, .framer-lQI5U .framer-11v08w5 > :first-child, .framer-lQI5U .framer-406y46 > :first-child, .framer-lQI5U .framer-qh728o > :first-child, .framer-lQI5U .framer-1hg2yv7 > :first-child, .framer-lQI5U .framer-5warhm > :first-child, .framer-lQI5U .framer-fylbj6 > :first-child, .framer-lQI5U .framer-kukf71 > :first-child, .framer-lQI5U .framer-cziqat > :first-child, .framer-lQI5U .framer-1xu8h6b > :first-child, .framer-lQI5U .framer-1vyctmi > :first-child, .framer-lQI5U .framer-1cfqw5w > :first-child, .framer-lQI5U .framer-14ka43g > :first-child, .framer-lQI5U .framer-dofhzp > :first-child, .framer-lQI5U .framer-16fz1ly > :first-child, .framer-lQI5U .framer-8nsw0b > :first-child, .framer-lQI5U .framer-6f364s > :first-child, .framer-lQI5U .framer-guy6sv > :first-child { margin-top: 0px; } .framer-lQI5U.framer-1kpkl2p > :last-child, .framer-lQI5U .framer-yrj2yf > :last-child, .framer-lQI5U .framer-msczdv > :last-child, .framer-lQI5U .framer-a0gn8j > :last-child, .framer-lQI5U .framer-14ipnm1 > :last-child, .framer-lQI5U .framer-1yc803c > :last-child, .framer-lQI5U .framer-1xxwu > :last-child, .framer-lQI5U .framer-1j5ym7r > :last-child, .framer-lQI5U .framer-1xoy3m0 > :last-child, .framer-lQI5U .framer-1sdkitd > :last-child, .framer-lQI5U .framer-ll47av > :last-child, .framer-lQI5U .framer-1e3k3tj > :last-child, .framer-lQI5U .framer-1qxqfap > :last-child, .framer-lQI5U .framer-xndgx3 > :last-child, .framer-lQI5U .framer-btp67h > :last-child, .framer-lQI5U .framer-uk22o4 > :last-child, .framer-lQI5U .framer-78zarw > :last-child, .framer-lQI5U .framer-1pfwxlc > :last-child, .framer-lQI5U .framer-touv9a > :last-child, .framer-lQI5U .framer-1odbgub > :last-child, .framer-lQI5U .framer-kee57j > :last-child, .framer-lQI5U .framer-1vzy1ey > :last-child, .framer-lQI5U .framer-t2c22 > :last-child, .framer-lQI5U .framer-grcvnm > :last-child, .framer-lQI5U .framer-6k53p3 > :last-child, .framer-lQI5U .framer-1c0ozm1 > :last-child, .framer-lQI5U .framer-1bxh89g > :last-child, .framer-lQI5U .framer-vwms44 > :last-child, .framer-lQI5U .framer-f2giyi > :last-child, .framer-lQI5U .framer-1jw5npa > :last-child, .framer-lQI5U .framer-guvom5 > :last-child, .framer-lQI5U .framer-ei2fhy > :last-child, .framer-lQI5U .framer-1n81ai2 > :last-child, .framer-lQI5U .framer-17vd1fa > :last-child, .framer-lQI5U .framer-pjcmlt > :last-child, .framer-lQI5U .framer-1vbe4db > :last-child, .framer-lQI5U .framer-ac64yo > :last-child, .framer-lQI5U .framer-1ne6yha > :last-child, .framer-lQI5U .framer-1x0tt9u > :last-child, .framer-lQI5U .framer-xg345h > :last-child, .framer-lQI5U .framer-1isccjc > :last-child, .framer-lQI5U .framer-17410hf > :last-child, .framer-lQI5U .framer-3tz0bs > :last-child, .framer-lQI5U .framer-93knx9 > :last-child, .framer-lQI5U .framer-173ub12 > :last-child, .framer-lQI5U .framer-78ang1 > :last-child, .framer-lQI5U .framer-cgjc7i > :last-child, .framer-lQI5U .framer-1iz3yc8 > :last-child, .framer-lQI5U .framer-152z5hz > :last-child, .framer-lQI5U .framer-1ddgkf8 > :last-child, .framer-lQI5U .framer-kmpy0x > :last-child, .framer-lQI5U .framer-1b0s5mk > :last-child, .framer-lQI5U .framer-18nc6a7 > :last-child, .framer-lQI5U .framer-17cn1d8 > :last-child, .framer-lQI5U .framer-1o0jt7q > :last-child, .framer-lQI5U .framer-1oetrgh > :last-child, .framer-lQI5U .framer-twt8eo > :last-child, .framer-lQI5U .framer-j3aocs > :last-child, .framer-lQI5U .framer-1o3hm7v > :last-child, .framer-lQI5U .framer-af9sa3 > :last-child, .framer-lQI5U .framer-11v08w5 > :last-child, .framer-lQI5U .framer-406y46 > :last-child, .framer-lQI5U .framer-qh728o > :last-child, .framer-lQI5U .framer-1hg2yv7 > :last-child, .framer-lQI5U .framer-5warhm > :last-child, .framer-lQI5U .framer-fylbj6 > :last-child, .framer-lQI5U .framer-kukf71 > :last-child, .framer-lQI5U .framer-cziqat > :last-child, .framer-lQI5U .framer-1xu8h6b > :last-child, .framer-lQI5U .framer-1vyctmi > :last-child, .framer-lQI5U .framer-1cfqw5w > :last-child, .framer-lQI5U .framer-14ka43g > :last-child, .framer-lQI5U .framer-dofhzp > :last-child, .framer-lQI5U .framer-16fz1ly > :last-child, .framer-lQI5U .framer-8nsw0b > :last-child, .framer-lQI5U .framer-6f364s > :last-child, .framer-lQI5U .framer-guy6sv > :last-child { margin-bottom: 0px; } .framer-lQI5U .framer-yrj2yf > *, .framer-lQI5U .framer-1xxwu > *, .framer-lQI5U .framer-f2giyi > *, .framer-lQI5U .framer-173ub12 > *, .framer-lQI5U .framer-cgjc7i > *, .framer-lQI5U .framer-1o3hm7v > *, .framer-lQI5U .framer-qh728o > *, .framer-lQI5U .framer-kukf71 > *, .framer-lQI5U .framer-1cfqw5w > *, .framer-lQI5U .framer-8nsw0b > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-lQI5U .framer-msczdv > *, .framer-lQI5U .framer-14ipnm1 > *, .framer-lQI5U .framer-ll47av > *, .framer-lQI5U .framer-1odbgub > *, .framer-lQI5U .framer-grcvnm > *, .framer-lQI5U .framer-1jw5npa > *, .framer-lQI5U .framer-pjcmlt > *, .framer-lQI5U .framer-1x0tt9u > *, .framer-lQI5U .framer-1ddgkf8 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-lQI5U .framer-a0gn8j > *, .framer-lQI5U .framer-vwms44 > *, .framer-lQI5U .framer-3tz0bs > *, .framer-lQI5U .framer-93knx9 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-lQI5U .framer-12sbur1 > * { margin: 0px; margin-left: calc(96px / 2); margin-right: calc(96px / 2); } .framer-lQI5U .framer-12sbur1 > :first-child, .framer-lQI5U .framer-1tywo5i > :first-child, .framer-lQI5U .framer-vzz48y > :first-child, .framer-lQI5U .framer-n320h5 > :first-child, .framer-lQI5U .framer-elwe0j > :first-child, .framer-lQI5U .framer-1v9okw0 > :first-child, .framer-lQI5U .framer-1dxcs5g > :first-child, .framer-lQI5U .framer-f62o8l > :first-child, .framer-lQI5U .framer-1ecfm7z > :first-child, .framer-lQI5U .framer-xd1jay > :first-child, .framer-lQI5U .framer-i8zu4v > :first-child, .framer-lQI5U .framer-10bok20 > :first-child, .framer-lQI5U .framer-1wxog65 > :first-child, .framer-lQI5U .framer-10cjoeu > :first-child, .framer-lQI5U .framer-1jos0l1 > :first-child, .framer-lQI5U .framer-6lgid4 > :first-child, .framer-lQI5U .framer-1y5qo2a > :first-child, .framer-lQI5U .framer-1pxh66 > :first-child, .framer-lQI5U .framer-ww562b > :first-child, .framer-lQI5U .framer-pvyzha > :first-child, .framer-lQI5U .framer-dezbum > :first-child, .framer-lQI5U .framer-oxk0hn > :first-child, .framer-lQI5U .framer-10wny1h > :first-child, .framer-lQI5U .framer-20ii94 > :first-child, .framer-lQI5U .framer-19s6bjp > :first-child, .framer-lQI5U .framer-zvqdbf > :first-child, .framer-lQI5U .framer-o94u1h > :first-child, .framer-lQI5U .framer-z8ayms > :first-child, .framer-lQI5U .framer-1rsguhx > :first-child, .framer-lQI5U .framer-yuqvci > :first-child, .framer-lQI5U .framer-jqle48 > :first-child, .framer-lQI5U .framer-1p6owet > :first-child, .framer-lQI5U .framer-8r279z > :first-child, .framer-lQI5U .framer-1i15sqh > :first-child, .framer-lQI5U .framer-1eaoyt > :first-child, .framer-lQI5U .framer-11idybh > :first-child, .framer-lQI5U .framer-10brq65 > :first-child, .framer-lQI5U .framer-1joii2c > :first-child, .framer-lQI5U .framer-11idw90 > :first-child, .framer-lQI5U .framer-1p1mc11 > :first-child, .framer-lQI5U .framer-km2u8o > :first-child, .framer-lQI5U .framer-1yu29qw > :first-child, .framer-lQI5U .framer-10awr5z > :first-child, .framer-lQI5U .framer-1phrayl > :first-child, .framer-lQI5U .framer-e3lz9s > :first-child, .framer-lQI5U .framer-1l6s26j > :first-child, .framer-lQI5U .framer-1jvkfym > :first-child, .framer-lQI5U .framer-1o5muk9 > :first-child, .framer-lQI5U .framer-q8zrg4 > :first-child, .framer-lQI5U .framer-rcvva1 > :first-child, .framer-lQI5U .framer-yk1461 > :first-child, .framer-lQI5U .framer-z3z5iz > :first-child, .framer-lQI5U .framer-dm2ny6 > :first-child, .framer-lQI5U .framer-d09w90 > :first-child, .framer-lQI5U .framer-8khfdt > :first-child, .framer-lQI5U .framer-rs5fb0 > :first-child, .framer-lQI5U .framer-u8oz2y > :first-child, .framer-lQI5U .framer-1ye5m0i > :first-child, .framer-lQI5U .framer-1mjkser > :first-child, .framer-lQI5U .framer-1bqf514 > :first-child, .framer-lQI5U .framer-17b290g > :first-child, .framer-lQI5U .framer-1e7eitl > :first-child, .framer-lQI5U .framer-1fmfcln > :first-child, .framer-lQI5U .framer-1r5ofxa > :first-child, .framer-lQI5U .framer-10nz2et > :first-child, .framer-lQI5U .framer-1a02p0n > :first-child, .framer-lQI5U .framer-190xp9x > :first-child, .framer-lQI5U .framer-12b6jvn > :first-child, .framer-lQI5U .framer-4nas4y > :first-child, .framer-lQI5U .framer-1fpkq5t > :first-child, .framer-lQI5U .framer-14qab8s > :first-child, .framer-lQI5U .framer-1sbr2id > :first-child, .framer-lQI5U .framer-9vkljq > :first-child, .framer-lQI5U .framer-1o6z1g3 > :first-child, .framer-lQI5U .framer-wp5n9j > :first-child, .framer-lQI5U .framer-19y8qz8 > :first-child, .framer-lQI5U .framer-1378uzm > :first-child, .framer-lQI5U .framer-1h5sx5q > :first-child, .framer-lQI5U .framer-bhx51y > :first-child, .framer-lQI5U .framer-fvegm0 > :first-child, .framer-lQI5U .framer-1orwq3y > :first-child, .framer-lQI5U .framer-3s8hm5 > :first-child { margin-left: 0px; } .framer-lQI5U .framer-12sbur1 > :last-child, .framer-lQI5U .framer-1tywo5i > :last-child, .framer-lQI5U .framer-vzz48y > :last-child, .framer-lQI5U .framer-n320h5 > :last-child, .framer-lQI5U .framer-elwe0j > :last-child, .framer-lQI5U .framer-1v9okw0 > :last-child, .framer-lQI5U .framer-1dxcs5g > :last-child, .framer-lQI5U .framer-f62o8l > :last-child, .framer-lQI5U .framer-1ecfm7z > :last-child, .framer-lQI5U .framer-xd1jay > :last-child, .framer-lQI5U .framer-i8zu4v > :last-child, .framer-lQI5U .framer-10bok20 > :last-child, .framer-lQI5U .framer-1wxog65 > :last-child, .framer-lQI5U .framer-10cjoeu > :last-child, .framer-lQI5U .framer-1jos0l1 > :last-child, .framer-lQI5U .framer-6lgid4 > :last-child, .framer-lQI5U .framer-1y5qo2a > :last-child, .framer-lQI5U .framer-1pxh66 > :last-child, .framer-lQI5U .framer-ww562b > :last-child, .framer-lQI5U .framer-pvyzha > :last-child, .framer-lQI5U .framer-dezbum > :last-child, .framer-lQI5U .framer-oxk0hn > :last-child, .framer-lQI5U .framer-10wny1h > :last-child, .framer-lQI5U .framer-20ii94 > :last-child, .framer-lQI5U .framer-19s6bjp > :last-child, .framer-lQI5U .framer-zvqdbf > :last-child, .framer-lQI5U .framer-o94u1h > :last-child, .framer-lQI5U .framer-z8ayms > :last-child, .framer-lQI5U .framer-1rsguhx > :last-child, .framer-lQI5U .framer-yuqvci > :last-child, .framer-lQI5U .framer-jqle48 > :last-child, .framer-lQI5U .framer-1p6owet > :last-child, .framer-lQI5U .framer-8r279z > :last-child, .framer-lQI5U .framer-1i15sqh > :last-child, .framer-lQI5U .framer-1eaoyt > :last-child, .framer-lQI5U .framer-11idybh > :last-child, .framer-lQI5U .framer-10brq65 > :last-child, .framer-lQI5U .framer-1joii2c > :last-child, .framer-lQI5U .framer-11idw90 > :last-child, .framer-lQI5U .framer-1p1mc11 > :last-child, .framer-lQI5U .framer-km2u8o > :last-child, .framer-lQI5U .framer-1yu29qw > :last-child, .framer-lQI5U .framer-10awr5z > :last-child, .framer-lQI5U .framer-1phrayl > :last-child, .framer-lQI5U .framer-e3lz9s > :last-child, .framer-lQI5U .framer-1l6s26j > :last-child, .framer-lQI5U .framer-1jvkfym > :last-child, .framer-lQI5U .framer-1o5muk9 > :last-child, .framer-lQI5U .framer-q8zrg4 > :last-child, .framer-lQI5U .framer-rcvva1 > :last-child, .framer-lQI5U .framer-yk1461 > :last-child, .framer-lQI5U .framer-z3z5iz > :last-child, .framer-lQI5U .framer-dm2ny6 > :last-child, .framer-lQI5U .framer-d09w90 > :last-child, .framer-lQI5U .framer-8khfdt > :last-child, .framer-lQI5U .framer-rs5fb0 > :last-child, .framer-lQI5U .framer-u8oz2y > :last-child, .framer-lQI5U .framer-1ye5m0i > :last-child, .framer-lQI5U .framer-1mjkser > :last-child, .framer-lQI5U .framer-1bqf514 > :last-child, .framer-lQI5U .framer-17b290g > :last-child, .framer-lQI5U .framer-1e7eitl > :last-child, .framer-lQI5U .framer-1fmfcln > :last-child, .framer-lQI5U .framer-1r5ofxa > :last-child, .framer-lQI5U .framer-10nz2et > :last-child, .framer-lQI5U .framer-1a02p0n > :last-child, .framer-lQI5U .framer-190xp9x > :last-child, .framer-lQI5U .framer-12b6jvn > :last-child, .framer-lQI5U .framer-4nas4y > :last-child, .framer-lQI5U .framer-1fpkq5t > :last-child, .framer-lQI5U .framer-14qab8s > :last-child, .framer-lQI5U .framer-1sbr2id > :last-child, .framer-lQI5U .framer-9vkljq > :last-child, .framer-lQI5U .framer-1o6z1g3 > :last-child, .framer-lQI5U .framer-wp5n9j > :last-child, .framer-lQI5U .framer-19y8qz8 > :last-child, .framer-lQI5U .framer-1378uzm > :last-child, .framer-lQI5U .framer-1h5sx5q > :last-child, .framer-lQI5U .framer-bhx51y > :last-child, .framer-lQI5U .framer-fvegm0 > :last-child, .framer-lQI5U .framer-1orwq3y > :last-child, .framer-lQI5U .framer-3s8hm5 > :last-child { margin-right: 0px; } .framer-lQI5U .framer-1yc803c > *, .framer-lQI5U .framer-1xoy3m0 > *, .framer-lQI5U .framer-1e3k3tj > *, .framer-lQI5U .framer-1qxqfap > *, .framer-lQI5U .framer-btp67h > *, .framer-lQI5U .framer-78zarw > *, .framer-lQI5U .framer-kee57j > *, .framer-lQI5U .framer-1c0ozm1 > *, .framer-lQI5U .framer-guvom5 > *, .framer-lQI5U .framer-1isccjc > *, .framer-lQI5U .framer-twt8eo > *, .framer-lQI5U .framer-11v08w5 > *, .framer-lQI5U .framer-5warhm > *, .framer-lQI5U .framer-1xu8h6b > *, .framer-lQI5U .framer-dofhzp > *, .framer-lQI5U .framer-6f364s > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-lQI5U .framer-1j5ym7r > *, .framer-lQI5U .framer-ei2fhy > *, .framer-lQI5U .framer-17vd1fa > *, .framer-lQI5U .framer-ac64yo > *, .framer-lQI5U .framer-kmpy0x > *, .framer-lQI5U .framer-1b0s5mk > *, .framer-lQI5U .framer-1o0jt7q > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-lQI5U .framer-1tywo5i > *, .framer-lQI5U .framer-elwe0j > *, .framer-lQI5U .framer-f62o8l > *, .framer-lQI5U .framer-xd1jay > *, .framer-lQI5U .framer-i8zu4v > *, .framer-lQI5U .framer-1wxog65 > *, .framer-lQI5U .framer-10cjoeu > *, .framer-lQI5U .framer-6lgid4 > *, .framer-lQI5U .framer-1y5qo2a > *, .framer-lQI5U .framer-ww562b > *, .framer-lQI5U .framer-pvyzha > *, .framer-lQI5U .framer-oxk0hn > *, .framer-lQI5U .framer-10wny1h > *, .framer-lQI5U .framer-19s6bjp > *, .framer-lQI5U .framer-zvqdbf > *, .framer-lQI5U .framer-z8ayms > *, .framer-lQI5U .framer-1rsguhx > *, .framer-lQI5U .framer-jqle48 > *, .framer-lQI5U .framer-1p6owet > *, .framer-lQI5U .framer-10brq65 > *, .framer-lQI5U .framer-11idw90 > *, .framer-lQI5U .framer-1p1mc11 > *, .framer-lQI5U .framer-10awr5z > *, .framer-lQI5U .framer-1phrayl > *, .framer-lQI5U .framer-e3lz9s > *, .framer-lQI5U .framer-1l6s26j > *, .framer-lQI5U .framer-1jvkfym > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-lQI5U .framer-vzz48y > *, .framer-lQI5U .framer-1v9okw0 > *, .framer-lQI5U .framer-1ecfm7z > *, .framer-lQI5U .framer-10bok20 > *, .framer-lQI5U .framer-1jos0l1 > *, .framer-lQI5U .framer-1pxh66 > *, .framer-lQI5U .framer-dezbum > *, .framer-lQI5U .framer-20ii94 > *, .framer-lQI5U .framer-o94u1h > *, .framer-lQI5U .framer-yuqvci > *, .framer-lQI5U .framer-8r279z > *, .framer-lQI5U .framer-1i15sqh > *, .framer-lQI5U .framer-11idybh > *, .framer-lQI5U .framer-1joii2c > *, .framer-lQI5U .framer-km2u8o > *, .framer-lQI5U .framer-1yu29qw > *, .framer-lQI5U .framer-1o5muk9 > *, .framer-lQI5U .framer-8khfdt > *, .framer-lQI5U .framer-1e7eitl > *, .framer-lQI5U .framer-4nas4y > *, .framer-lQI5U .framer-19y8qz8 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-lQI5U .framer-n320h5 > *, .framer-lQI5U .framer-1dxcs5g > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-lQI5U .framer-1sdkitd > *, .framer-lQI5U .framer-touv9a > *, .framer-lQI5U .framer-1vzy1ey > *, .framer-lQI5U .framer-1bxh89g > *, .framer-lQI5U .framer-17410hf > *, .framer-lQI5U .framer-j3aocs > *, .framer-lQI5U .framer-406y46 > *, .framer-lQI5U .framer-fylbj6 > *, .framer-lQI5U .framer-1vyctmi > *, .framer-lQI5U .framer-16fz1ly > *, .framer-lQI5U .framer-guy6sv > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-lQI5U .framer-xndgx3 > *, .framer-lQI5U .framer-uk22o4 > *, .framer-lQI5U .framer-1pfwxlc > *, .framer-lQI5U .framer-78ang1 > *, .framer-lQI5U .framer-1iz3yc8 > *, .framer-lQI5U .framer-18nc6a7 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-lQI5U .framer-1n81ai2 > *, .framer-lQI5U .framer-1vbe4db > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-lQI5U .framer-1eaoyt > * { margin: 0px; margin-left: calc(124px / 2); margin-right: calc(124px / 2); } .framer-lQI5U .framer-152z5hz > *, .framer-lQI5U .framer-1oetrgh > *, .framer-lQI5U .framer-af9sa3 > *, .framer-lQI5U .framer-1hg2yv7 > *, .framer-lQI5U .framer-cziqat > *, .framer-lQI5U .framer-14ka43g > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-lQI5U .framer-17cn1d8 > * { margin: 0px; margin-bottom: calc(240px / 2); margin-top: calc(240px / 2); } .framer-lQI5U .framer-q8zrg4 > *, .framer-lQI5U .framer-rs5fb0 > *, .framer-lQI5U .framer-1fmfcln > *, .framer-lQI5U .framer-1fpkq5t > *, .framer-lQI5U .framer-1378uzm > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-lQI5U .framer-rcvva1 > *, .framer-lQI5U .framer-yk1461 > *, .framer-lQI5U .framer-z3z5iz > *, .framer-lQI5U .framer-dm2ny6 > *, .framer-lQI5U .framer-d09w90 > *, .framer-lQI5U .framer-u8oz2y > *, .framer-lQI5U .framer-1ye5m0i > *, .framer-lQI5U .framer-1mjkser > *, .framer-lQI5U .framer-1bqf514 > *, .framer-lQI5U .framer-17b290g > *, .framer-lQI5U .framer-1r5ofxa > *, .framer-lQI5U .framer-10nz2et > *, .framer-lQI5U .framer-1a02p0n > *, .framer-lQI5U .framer-190xp9x > *, .framer-lQI5U .framer-12b6jvn > *, .framer-lQI5U .framer-14qab8s > *, .framer-lQI5U .framer-1sbr2id > *, .framer-lQI5U .framer-9vkljq > *, .framer-lQI5U .framer-1o6z1g3 > *, .framer-lQI5U .framer-wp5n9j > *, .framer-lQI5U .framer-1h5sx5q > *, .framer-lQI5U .framer-bhx51y > *, .framer-lQI5U .framer-fvegm0 > *, .framer-lQI5U .framer-1orwq3y > *, .framer-lQI5U .framer-3s8hm5 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-lQI5U[data-border=\"true\"]::after, .framer-lQI5U [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: 1280px) and (max-width: 1439px) { .framer-lQI5U.framer-1kpkl2p { width: 1280px; } .framer-lQI5U .framer-msczdv { gap: 96px; order: 0; } .framer-lQI5U .framer-14ipnm1 { flex: 3 0 0px; gap: 0px; } .framer-lQI5U .framer-1qxqfap, .framer-lQI5U .framer-btp67h, .framer-lQI5U .framer-78zarw { height: 304px; } .framer-lQI5U .framer-n9s75g { height: 490px; } .framer-lQI5U .framer-1eaoyt { gap: 24px; } .framer-lQI5U .framer-nqrd55 { bottom: 131px; left: calc(52.823529411764724% - 659px / 2); width: 659px; } .framer-lQI5U .framer-1j3akpf { left: unset; right: -9px; top: 142px; width: 735px; } .framer-lQI5U .framer-17cn1d8 { gap: 320px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-lQI5U .framer-msczdv, .framer-lQI5U .framer-14ipnm1, .framer-lQI5U .framer-1eaoyt, .framer-lQI5U .framer-17cn1d8 { gap: 0px; } .framer-lQI5U .framer-msczdv > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-lQI5U .framer-msczdv > :first-child, .framer-lQI5U .framer-14ipnm1 > :first-child, .framer-lQI5U .framer-17cn1d8 > :first-child { margin-top: 0px; } .framer-lQI5U .framer-msczdv > :last-child, .framer-lQI5U .framer-14ipnm1 > :last-child, .framer-lQI5U .framer-17cn1d8 > :last-child { margin-bottom: 0px; } .framer-lQI5U .framer-14ipnm1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-lQI5U .framer-1eaoyt > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-lQI5U .framer-1eaoyt > :first-child { margin-left: 0px; } .framer-lQI5U .framer-1eaoyt > :last-child { margin-right: 0px; } .framer-lQI5U .framer-17cn1d8 > * { margin: 0px; margin-bottom: calc(320px / 2); margin-top: calc(320px / 2); } }}\",\"@media (min-width: 810px) and (max-width: 1279px) { .framer-lQI5U.framer-1kpkl2p { padding: 0px; width: 810px; } .framer-lQI5U .framer-14t9jkf-container { left: unset; position: sticky; transform: unset; will-change: transform; } .framer-lQI5U .framer-yrj2yf { padding: 48px 88px 48px 88px; } .framer-lQI5U .framer-a0gn8j { padding: 40px; } .framer-lQI5U .framer-12sbur1 { flex-direction: column; gap: 64px; } .framer-lQI5U .framer-14ipnm1 { flex: none; padding: 0px; width: 100%; } .framer-lQI5U .framer-1j5ym7r, .framer-lQI5U .framer-1xoy3m0 { align-content: center; align-items: center; } .framer-lQI5U .framer-1tywo5i { justify-content: center; } .framer-lQI5U .framer-n320h5 { align-self: unset; aspect-ratio: 1.319047619047619 / 1; height: var(--framer-aspect-ratio-supported, 420px); width: 100%; } .framer-lQI5U .framer-1sdkitd, .framer-lQI5U .framer-touv9a { padding: 48px 88px 80px 88px; } .framer-lQI5U .framer-ll47av, .framer-lQI5U .framer-1odbgub { gap: 48px; max-width: 800px; } .framer-lQI5U .framer-154o8ss { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; } .framer-lQI5U .framer-1qxqfap, .framer-lQI5U .framer-btp67h, .framer-lQI5U .framer-78zarw { align-self: unset; flex: 1 0 0px; height: 370px; width: 1px; } .framer-lQI5U .framer-1vzy1ey, .framer-lQI5U .framer-6f364s, .framer-lQI5U .framer-guy6sv { padding: 80px 88px 80px 88px; } .framer-lQI5U .framer-grcvnm { gap: 48px; } .framer-lQI5U .framer-s4mk4u { width: 640px; } .framer-lQI5U .framer-n9s75g { grid-template-columns: repeat(2, minmax(200px, 1fr)); height: 1080px; } .framer-lQI5U .framer-f2giyi { padding: 0px 88px 0px 88px; } .framer-lQI5U .framer-1dxcs5g { flex-direction: column; } .framer-lQI5U .framer-ei2fhy { --border-right-width: 1px; --border-top-width: 0px; align-self: unset; border-bottom-right-radius: 12px; border-top-left-radius: unset; flex: none; height: min-content; order: 1; width: 100%; } .framer-lQI5U .framer-1y5qo2a { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; } .framer-lQI5U .framer-17vd1fa { border-bottom-right-radius: unset; border-top-left-radius: 12px; flex: none; order: 0; width: 100%; } .framer-lQI5U .framer-ac64yo { padding: 0px 88px 80px 88px; } .framer-lQI5U .framer-1ne6yha { max-width: 800px; } .framer-lQI5U .framer-1vxdnci { width: 100%; } .framer-lQI5U .framer-1eaoyt { flex-direction: column; justify-content: center; padding: 48px 0px 0px 0px; } .framer-lQI5U .framer-3tz0bs { flex: none; width: 100%; } .framer-lQI5U .framer-kuzbgp { height: 448px; left: -146px; right: -145px; top: 8px; } .framer-lQI5U .framer-4ep0tp { left: calc(49.910554561717376% - 480px / 2); width: 480px; } .framer-lQI5U .framer-152z5hz { gap: 64px; padding: 80px 88px 80px 88px; } .framer-lQI5U .framer-e3lz9s { flex-direction: column; max-width: 800px; } .framer-lQI5U .framer-1ddgkf8 { flex: none; position: relative; top: unset; width: 100%; } .framer-lQI5U .framer-kmpy0x { gap: 32px; } .framer-lQI5U .framer-1o5muk9 { justify-content: center; width: 100%; } .framer-lQI5U .framer-17cn1d8 { align-content: center; align-items: center; flex: none; gap: 96px; padding: 64px 0px 0px 0px; width: 100%; } .framer-lQI5U .framer-q8zrg4, .framer-lQI5U .framer-rs5fb0, .framer-lQI5U .framer-1fmfcln, .framer-lQI5U .framer-1fpkq5t, .framer-lQI5U .framer-1378uzm { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-lQI5U .framer-omejis, .framer-lQI5U .framer-cthsc1, .framer-lQI5U .framer-1j4gp6m, .framer-lQI5U .framer-1p7cxb5, .framer-lQI5U .framer-1gt412k { flex: none; order: 2; width: 100%; } .framer-lQI5U .framer-svoa7k, .framer-lQI5U .framer-1f3ks5u, .framer-lQI5U .framer-1buppft, .framer-lQI5U .framer-1j6jxro, .framer-lQI5U .framer-zcfhq9 { order: 1; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-lQI5U .framer-12sbur1, .framer-lQI5U .framer-ll47av, .framer-lQI5U .framer-154o8ss, .framer-lQI5U .framer-1odbgub, .framer-lQI5U .framer-grcvnm, .framer-lQI5U .framer-1dxcs5g, .framer-lQI5U .framer-1eaoyt, .framer-lQI5U .framer-152z5hz, .framer-lQI5U .framer-e3lz9s, .framer-lQI5U .framer-kmpy0x, .framer-lQI5U .framer-17cn1d8, .framer-lQI5U .framer-q8zrg4, .framer-lQI5U .framer-rs5fb0, .framer-lQI5U .framer-1fmfcln, .framer-lQI5U .framer-1fpkq5t, .framer-lQI5U .framer-1378uzm { gap: 0px; } .framer-lQI5U .framer-12sbur1 > *, .framer-lQI5U .framer-152z5hz > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-lQI5U .framer-12sbur1 > :first-child, .framer-lQI5U .framer-ll47av > :first-child, .framer-lQI5U .framer-1odbgub > :first-child, .framer-lQI5U .framer-grcvnm > :first-child, .framer-lQI5U .framer-1dxcs5g > :first-child, .framer-lQI5U .framer-1eaoyt > :first-child, .framer-lQI5U .framer-152z5hz > :first-child, .framer-lQI5U .framer-e3lz9s > :first-child, .framer-lQI5U .framer-kmpy0x > :first-child, .framer-lQI5U .framer-17cn1d8 > :first-child, .framer-lQI5U .framer-q8zrg4 > :first-child, .framer-lQI5U .framer-rs5fb0 > :first-child, .framer-lQI5U .framer-1fmfcln > :first-child, .framer-lQI5U .framer-1fpkq5t > :first-child, .framer-lQI5U .framer-1378uzm > :first-child { margin-top: 0px; } .framer-lQI5U .framer-12sbur1 > :last-child, .framer-lQI5U .framer-ll47av > :last-child, .framer-lQI5U .framer-1odbgub > :last-child, .framer-lQI5U .framer-grcvnm > :last-child, .framer-lQI5U .framer-1dxcs5g > :last-child, .framer-lQI5U .framer-1eaoyt > :last-child, .framer-lQI5U .framer-152z5hz > :last-child, .framer-lQI5U .framer-e3lz9s > :last-child, .framer-lQI5U .framer-kmpy0x > :last-child, .framer-lQI5U .framer-17cn1d8 > :last-child, .framer-lQI5U .framer-q8zrg4 > :last-child, .framer-lQI5U .framer-rs5fb0 > :last-child, .framer-lQI5U .framer-1fmfcln > :last-child, .framer-lQI5U .framer-1fpkq5t > :last-child, .framer-lQI5U .framer-1378uzm > :last-child { margin-bottom: 0px; } .framer-lQI5U .framer-ll47av > *, .framer-lQI5U .framer-1odbgub > *, .framer-lQI5U .framer-grcvnm > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-lQI5U .framer-154o8ss > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-lQI5U .framer-154o8ss > :first-child { margin-left: 0px; } .framer-lQI5U .framer-154o8ss > :last-child { margin-right: 0px; } .framer-lQI5U .framer-1dxcs5g > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-lQI5U .framer-1eaoyt > * { margin: 0px; margin-bottom: calc(124px / 2); margin-top: calc(124px / 2); } .framer-lQI5U .framer-e3lz9s > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-lQI5U .framer-kmpy0x > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-lQI5U .framer-17cn1d8 > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-lQI5U .framer-q8zrg4 > *, .framer-lQI5U .framer-rs5fb0 > *, .framer-lQI5U .framer-1fmfcln > *, .framer-lQI5U .framer-1fpkq5t > *, .framer-lQI5U .framer-1378uzm > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } }}\",\"@media (max-width: 809px) { .framer-lQI5U.framer-1kpkl2p { padding: 0px; width: 390px; } .framer-lQI5U .framer-14t9jkf-container { left: unset; position: sticky; transform: unset; will-change: transform; } .framer-lQI5U .framer-yrj2yf { padding: 24px; } .framer-lQI5U .framer-msczdv { gap: 32px; } .framer-lQI5U .framer-a0gn8j { padding: 48px 12px 12px 12px; } .framer-lQI5U .framer-12sbur1 { flex-direction: column; gap: 48px; } .framer-lQI5U .framer-14ipnm1 { align-content: center; align-items: center; flex: none; padding: 0px; width: 100%; } .framer-lQI5U .framer-1yc803c, .framer-lQI5U .framer-1j5ym7r, .framer-lQI5U .framer-1xoy3m0 { align-content: center; align-items: center; } .framer-lQI5U .framer-n320h5 { align-self: unset; aspect-ratio: 0.98 / 1; height: var(--framer-aspect-ratio-supported, 204px); width: 100%; } .framer-lQI5U .framer-1sdkitd, .framer-lQI5U .framer-touv9a, .framer-lQI5U .framer-1vzy1ey, .framer-lQI5U .framer-f2giyi, .framer-lQI5U .framer-ac64yo, .framer-lQI5U .framer-6f364s, .framer-lQI5U .framer-guy6sv { padding: 32px; } .framer-lQI5U .framer-ll47av, .framer-lQI5U .framer-1odbgub { gap: 48px; max-width: 480px; } .framer-lQI5U .framer-154o8ss { gap: 24px; grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-lQI5U .framer-1qxqfap, .framer-lQI5U .framer-btp67h, .framer-lQI5U .framer-78zarw { height: 276px; } .framer-lQI5U .framer-ubf8ub-container { height: 250px; } .framer-lQI5U .framer-grcvnm, .framer-lQI5U .framer-1ne6yha { max-width: 480px; } .framer-lQI5U .framer-1c0ozm1 { gap: 24px; } .framer-lQI5U .framer-n9s75g { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; } .framer-lQI5U .framer-11o05bn-container, .framer-lQI5U .framer-wowdw3-container, .framer-lQI5U .framer-o8fgws-container, .framer-lQI5U .framer-1l1qe9f-container { align-self: unset; height: auto; } .framer-lQI5U .framer-1jw5npa { padding: 32px 24px 24px 24px; } .framer-lQI5U .framer-1dxcs5g { flex-direction: column; } .framer-lQI5U .framer-ei2fhy { --border-right-width: 1px; --border-top-width: 0px; align-self: unset; border-bottom-right-radius: 12px; border-top-left-radius: unset; flex: none; height: min-content; order: 1; width: 100%; } .framer-lQI5U .framer-17vd1fa { border-bottom-right-radius: unset; border-top-left-radius: 12px; flex: none; order: 0; width: 100%; } .framer-lQI5U .framer-zj0j1f { height: 80px; } .framer-lQI5U .framer-1vxdnci, .framer-lQI5U .framer-rcvva1, .framer-lQI5U .framer-yk1461, .framer-lQI5U .framer-z3z5iz, .framer-lQI5U .framer-dm2ny6, .framer-lQI5U .framer-d09w90, .framer-lQI5U .framer-u8oz2y, .framer-lQI5U .framer-1ye5m0i, .framer-lQI5U .framer-1mjkser, .framer-lQI5U .framer-1bqf514, .framer-lQI5U .framer-17b290g, .framer-lQI5U .framer-1r5ofxa, .framer-lQI5U .framer-10nz2et, .framer-lQI5U .framer-1a02p0n, .framer-lQI5U .framer-190xp9x, .framer-lQI5U .framer-12b6jvn, .framer-lQI5U .framer-14qab8s, .framer-lQI5U .framer-1sbr2id, .framer-lQI5U .framer-9vkljq, .framer-lQI5U .framer-1o6z1g3, .framer-lQI5U .framer-wp5n9j, .framer-lQI5U .framer-1h5sx5q, .framer-lQI5U .framer-bhx51y, .framer-lQI5U .framer-fvegm0, .framer-lQI5U .framer-1orwq3y, .framer-lQI5U .framer-3s8hm5 { width: 100%; } .framer-lQI5U .framer-1eaoyt { flex-direction: column; gap: 48px; justify-content: center; } .framer-lQI5U .framer-3tz0bs { flex: none; width: 100%; } .framer-lQI5U .framer-tl09mj { height: 419px; width: 100%; } .framer-lQI5U .framer-kuzbgp { height: 448px; left: -146px; right: -145px; top: 8px; } .framer-lQI5U .framer-nqrd55 { bottom: 137px; left: calc(51.342812006319136% - 408px / 2); width: 408px; } .framer-lQI5U .framer-1j3akpf { left: calc(48.183254344391806% - 406px / 2); top: 115px; width: 406px; } .framer-lQI5U .framer-4ep0tp { bottom: -1px; height: unset; left: calc(50.00000000000002% - 280px / 2); width: 280px; } .framer-lQI5U .framer-152z5hz { gap: 64px; padding: 32px; } .framer-lQI5U .framer-e3lz9s { flex-direction: column; max-width: 480px; } .framer-lQI5U .framer-1ddgkf8 { flex: none; position: relative; top: unset; width: 100%; } .framer-lQI5U .framer-1o5muk9 { flex-direction: column; gap: 16px; width: 100%; } .framer-lQI5U .framer-17cn1d8 { align-content: center; align-items: center; flex: none; gap: 48px; padding: 48px 0px 0px 0px; width: 100%; } .framer-lQI5U .framer-1o0jt7q { padding: 48px 24px 48px 24px; } .framer-lQI5U .framer-q8zrg4, .framer-lQI5U .framer-rs5fb0, .framer-lQI5U .framer-1fmfcln, .framer-lQI5U .framer-1fpkq5t, .framer-lQI5U .framer-1378uzm { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-lQI5U .framer-omejis, .framer-lQI5U .framer-cthsc1, .framer-lQI5U .framer-1j4gp6m, .framer-lQI5U .framer-1p7cxb5, .framer-lQI5U .framer-1gt412k { flex: none; order: 2; width: 100%; } .framer-lQI5U .framer-svoa7k, .framer-lQI5U .framer-1f3ks5u, .framer-lQI5U .framer-1buppft, .framer-lQI5U .framer-1j6jxro, .framer-lQI5U .framer-zcfhq9 { order: 1; } .framer-lQI5U .framer-avipqa, .framer-lQI5U .framer-19lc8ls, .framer-lQI5U .framer-1xq1xq5, .framer-lQI5U .framer-1dclw2l, .framer-lQI5U .framer-14k8zz2, .framer-lQI5U .framer-1ukwyly, .framer-lQI5U .framer-1iwh8ja, .framer-lQI5U .framer-8u3tzj, .framer-lQI5U .framer-1ismjq3, .framer-lQI5U .framer-gmn8fs, .framer-lQI5U .framer-1ad4ngq, .framer-lQI5U .framer-34tmy4, .framer-lQI5U .framer-vvnmvs, .framer-lQI5U .framer-djf2go, .framer-lQI5U .framer-1bxt19q, .framer-lQI5U .framer-1th6lia, .framer-lQI5U .framer-5tnntv, .framer-lQI5U .framer-15m806u, .framer-lQI5U .framer-1vwa7ms, .framer-lQI5U .framer-148abvd, .framer-lQI5U .framer-omruos, .framer-lQI5U .framer-kr9gvq, .framer-lQI5U .framer-1g2kv7d, .framer-lQI5U .framer-deygx3, .framer-lQI5U .framer-femgbl { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-lQI5U .framer-8khfdt { padding: 48px 24px 48px 24px; top: 120px; } .framer-lQI5U .framer-1e7eitl { padding: 48px 24px 48px 24px; top: 140px; } .framer-lQI5U .framer-4nas4y { padding: 48px 24px 48px 24px; top: 160px; } .framer-lQI5U .framer-19y8qz8 { padding: 48px 24px 48px 24px; top: 180px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-lQI5U .framer-msczdv, .framer-lQI5U .framer-12sbur1, .framer-lQI5U .framer-ll47av, .framer-lQI5U .framer-154o8ss, .framer-lQI5U .framer-1odbgub, .framer-lQI5U .framer-1c0ozm1, .framer-lQI5U .framer-n9s75g, .framer-lQI5U .framer-1dxcs5g, .framer-lQI5U .framer-1eaoyt, .framer-lQI5U .framer-152z5hz, .framer-lQI5U .framer-e3lz9s, .framer-lQI5U .framer-1o5muk9, .framer-lQI5U .framer-17cn1d8, .framer-lQI5U .framer-q8zrg4, .framer-lQI5U .framer-rs5fb0, .framer-lQI5U .framer-1fmfcln, .framer-lQI5U .framer-1fpkq5t, .framer-lQI5U .framer-1378uzm { gap: 0px; } .framer-lQI5U .framer-msczdv > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-lQI5U .framer-msczdv > :first-child, .framer-lQI5U .framer-12sbur1 > :first-child, .framer-lQI5U .framer-ll47av > :first-child, .framer-lQI5U .framer-1odbgub > :first-child, .framer-lQI5U .framer-1c0ozm1 > :first-child, .framer-lQI5U .framer-n9s75g > :first-child, .framer-lQI5U .framer-1dxcs5g > :first-child, .framer-lQI5U .framer-1eaoyt > :first-child, .framer-lQI5U .framer-152z5hz > :first-child, .framer-lQI5U .framer-e3lz9s > :first-child, .framer-lQI5U .framer-1o5muk9 > :first-child, .framer-lQI5U .framer-17cn1d8 > :first-child, .framer-lQI5U .framer-q8zrg4 > :first-child, .framer-lQI5U .framer-rs5fb0 > :first-child, .framer-lQI5U .framer-1fmfcln > :first-child, .framer-lQI5U .framer-1fpkq5t > :first-child, .framer-lQI5U .framer-1378uzm > :first-child { margin-top: 0px; } .framer-lQI5U .framer-msczdv > :last-child, .framer-lQI5U .framer-12sbur1 > :last-child, .framer-lQI5U .framer-ll47av > :last-child, .framer-lQI5U .framer-1odbgub > :last-child, .framer-lQI5U .framer-1c0ozm1 > :last-child, .framer-lQI5U .framer-n9s75g > :last-child, .framer-lQI5U .framer-1dxcs5g > :last-child, .framer-lQI5U .framer-1eaoyt > :last-child, .framer-lQI5U .framer-152z5hz > :last-child, .framer-lQI5U .framer-e3lz9s > :last-child, .framer-lQI5U .framer-1o5muk9 > :last-child, .framer-lQI5U .framer-17cn1d8 > :last-child, .framer-lQI5U .framer-q8zrg4 > :last-child, .framer-lQI5U .framer-rs5fb0 > :last-child, .framer-lQI5U .framer-1fmfcln > :last-child, .framer-lQI5U .framer-1fpkq5t > :last-child, .framer-lQI5U .framer-1378uzm > :last-child { margin-bottom: 0px; } .framer-lQI5U .framer-12sbur1 > *, .framer-lQI5U .framer-ll47av > *, .framer-lQI5U .framer-1odbgub > *, .framer-lQI5U .framer-1eaoyt > *, .framer-lQI5U .framer-17cn1d8 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-lQI5U .framer-154o8ss > *, .framer-lQI5U .framer-154o8ss > :first-child, .framer-lQI5U .framer-154o8ss > :last-child { margin: 0px; } .framer-lQI5U .framer-1c0ozm1 > *, .framer-lQI5U .framer-n9s75g > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-lQI5U .framer-1dxcs5g > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-lQI5U .framer-152z5hz > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-lQI5U .framer-e3lz9s > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-lQI5U .framer-1o5muk9 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-lQI5U .framer-q8zrg4 > *, .framer-lQI5U .framer-rs5fb0 > *, .framer-lQI5U .framer-1fmfcln > *, .framer-lQI5U .framer-1fpkq5t > *, .framer-lQI5U .framer-1378uzm > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10881\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"IMElRkcD5\":{\"layout\":[\"fixed\",\"auto\"]},\"RYEVCDLQk\":{\"layout\":[\"fixed\",\"auto\"]},\"aMgiL2dmp\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"AtskZUuFi\":{\"pattern\":\":AtskZUuFi\",\"name\":\"work-1\"},\"IVEwmo3Hh\":{\"pattern\":\":IVEwmo3Hh\",\"name\":\"work-2\"},\"iM8rgFTmc\":{\"pattern\":\":iM8rgFTmc\",\"name\":\"work-3\"},\"r0B5EwTbd\":{\"pattern\":\":r0B5EwTbd\",\"name\":\"work-4\"},\"WpRypxwGV\":{\"pattern\":\":WpRypxwGV\",\"name\":\"work-5\"}}\n * @framerResponsiveScreen\n */const FramerZZ1MzFKAE=withCSS(Component,css,\"framer-lQI5U\");export default FramerZZ1MzFKAE;FramerZZ1MzFKAE.displayName=\"Outcomes\";FramerZZ1MzFKAE.defaultProps={height:10881,width:1440};addFonts(FramerZZ1MzFKAE,[{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\"}]},...NavsNavigationBarFonts,...ButtonsGlobalPrimaryBlueFonts,...TickerFonts,...CardsGlobalPersonFonts,...PhosphorFonts,...ListsServicesScrollAnimationFonts,...MaterialFonts,...Custom_FAQFonts,...BannersBottomCTAFonts,...NavsFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZZ1MzFKAE\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"10881\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IMElRkcD5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RYEVCDLQk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aMgiL2dmp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"AtskZUuFi\\\":{\\\"pattern\\\":\\\":AtskZUuFi\\\",\\\"name\\\":\\\"work-1\\\"},\\\"IVEwmo3Hh\\\":{\\\"pattern\\\":\\\":IVEwmo3Hh\\\",\\\"name\\\":\\\"work-2\\\"},\\\"iM8rgFTmc\\\":{\\\"pattern\\\":\\\":iM8rgFTmc\\\",\\\"name\\\":\\\"work-3\\\"},\\\"r0B5EwTbd\\\":{\\\"pattern\\\":\\\":r0B5EwTbd\\\",\\\"name\\\":\\\"work-4\\\"},\\\"WpRypxwGV\\\":{\\\"pattern\\\":\\\":WpRypxwGV\\\",\\\"name\\\":\\\"work-5\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["faqs", "Custom_FAQ", "props", "p", "containerStyle", "faq", "Item", "answer", "question", "isOpen", "setIsOpen", "ye", "u", "a", "c", "NavsNavigationBarFonts", "getFonts", "hvFTEssrr_default", "NavsNavigationBarWithVariantAppearEffect", "withVariantAppearEffect", "ButtonsGlobalPrimaryBlueFonts", "Q2BzlffvB_default", "MotionDivWithFX", "withFX", "motion", "TickerFonts", "Ticker", "CardsGlobalPersonFonts", "ksuIfHaQy_default", "PhosphorFonts", "Icon", "ListsServicesScrollAnimationFonts", "kCOKUpJMz_default", "ListsServicesScrollAnimationWithVariantAppearEffect", "MaterialFonts", "Custom_FAQFonts", "Custom_FAQ", "BannersBottomCTAFonts", "GicJuAyO7_default", "NavsFooterFonts", "dYR9SzSOP_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "animation", "transition1", "transition2", "transition3", "animation1", "transition4", "animation2", "addImageAlt", "image", "alt", "animation3", "transition5", "animation4", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "ref2", "ref3", "ref4", "ref5", "ref6", "elementId", "useRouteElementId", "isDisplayed2", "elementId1", "elementId2", "elementId3", "elementId4", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "Container", "x", "Link", "RichText2", "getLoadingLazyAtYPosition", "Image2", "SVG", "css", "FramerZZ1MzFKAE", "withCSS", "ZZ1MzFKAE_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
