{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/OM5Irp5q6N53BACuPU8w/CO3NvhcTY9TX28HMsprY/RoleOverlay.js", "ssg:https://framerusercontent.com/modules/lcSHLnxNuz7IkVi5UGVy/mkI5XeEnIjwDbodZtBqh/H_bEXnqzv.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{motion}from\"framer-motion\";// -----------------------------------------------------\n// \u2705 Global close function so code or overrides can use it\nexport let closeOverlayGlobal=()=>{};// -----------------------------------------------------\n// \u2705 Overlay background styles\nconst popUpStructure={position:\"fixed\",top:0,left:0,right:0,bottom:0,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",backgroundColor:\"rgba(0, 0, 0, 0.05)\",backdropFilter:\"blur(16px)\",WebkitBackdropFilter:\"blur(16px)\",zIndex:1e3};// -----------------------------------------------------\n// \u2705 Animation config\nconst animation={initial:{y:25,opacity:0},animate:{y:0,opacity:1},exit:{y:25,opacity:0},transition:{type:\"spring\",stiffness:500,damping:25,mass:.5}};// -----------------------------------------------------\n// \u2705 HOC with 1-day cookie logic\nexport function withTimedOverlay(Component){return function WrappedComponent(props){const[isVisible,setIsVisible]=useState(false);const popupRef=useRef(null);// Check localStorage timestamp on load\nuseEffect(()=>{const dismissedAt=localStorage.getItem(\"overlayDismissedAt\");const now=new Date().getTime();if(dismissedAt){const elapsed=now-parseInt(dismissedAt,10);const oneDay=24*60*60*1e3;if(elapsed<oneDay){return;// Do not show overlay if within 1 day\n}}setIsVisible(true);closeOverlayGlobal=()=>{setIsVisible(false);localStorage.setItem(\"overlayDismissedAt\",now.toString());};},[]);useEffect(()=>{if(!isVisible)return;const handleMouseDown=event=>{if(popupRef.current&&!popupRef.current.contains(event.target)){setIsVisible(false);localStorage.setItem(\"overlayDismissedAt\",new Date().getTime().toString());}};document.addEventListener(\"mousedown\",handleMouseDown);return()=>document.removeEventListener(\"mousedown\",handleMouseDown);},[isVisible]);if(!isVisible)return null;return /*#__PURE__*/_jsx(\"div\",{style:popUpStructure,role:\"dialog\",\"aria-modal\":\"true\",children:/*#__PURE__*/_jsx(motion.div,{...animation,ref:popupRef,children:/*#__PURE__*/_jsx(Component,{...props})})});};}// -----------------------------------------------------\n// \u2705 Example popup content component\nexport function PopupContent(){return /*#__PURE__*/_jsxs(\"div\",{style:{background:\"white\",padding:20,borderRadius:8,boxShadow:\"0 8px 32px rgba(0, 0, 0, 0.2)\"},children:[/*#__PURE__*/_jsx(\"p\",{children:\"This is your overlay content!\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Click outside to dismiss.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Or assign the override to your button to close.\"})]});}// -----------------------------------------------------\n// \u2705 Example cancel button (optional)\nexport function CancelButton(props){return /*#__PURE__*/_jsx(\"button\",{...props,children:\"Cancel and Go\"});}// -----------------------------------------------------\n// \u2705 Wrapped component to drag into Framer\nexport const OverlayWithTimer=withTimedOverlay(PopupContent);// -----------------------------------------------------\n// \u2705 Override for button frames\nexport function CloseModalOverride(){return{onTap(){if(closeOverlayGlobal){closeOverlayGlobal();}}};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withCloseModalOverride(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...CloseModalOverride(props)});};}withCloseModalOverride.displayName=\"CloseModalOverride\";\nexport const __FramerMetadata__ = {\"exports\":{\"PopupContent\":{\"type\":\"reactComponent\",\"name\":\"PopupContent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTimedOverlay\":{\"type\":\"reactHoc\",\"name\":\"withTimedOverlay\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"CloseModalOverride\":{\"type\":\"override\",\"name\":\"CloseModalOverride\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"CancelButton\":{\"type\":\"reactComponent\",\"name\":\"CancelButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"withCloseModalOverride\":{\"type\":\"reactHoc\",\"name\":\"withCloseModalOverride\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"closeOverlayGlobal\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"OverlayWithTimer\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RoleOverlay.map", "// Generated by Framer (a4aa1f7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,withCodeBoundaryForOverrides,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker1 from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/RLUeKLNmERbgkhrJQwKX/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ML2P8tpN3NMgUZoox0ho/Carousel.js\";import Button from\"#framer/local/canvasComponent/CGx59uFkt/CGx59uFkt.js\";import MobileEmail from\"#framer/local/canvasComponent/ExM1lJUrN/ExM1lJUrN.js\";import Nav25 from\"#framer/local/canvasComponent/GATw7D50B/GATw7D50B.js\";import RoleDrawer2 from\"#framer/local/canvasComponent/kanRezTPX/kanRezTPX.js\";import AccordionStyle3 from\"#framer/local/canvasComponent/nRYh_7Jxg/nRYh_7Jxg.js\";import RoleBTN from\"#framer/local/canvasComponent/yzEGpg3A4/yzEGpg3A4.js\";import{Icon as Phosphor1}from\"#framer/local/codeFile/hMtAufn/Phosphor.js\";import{withCloseModalOverride,withTimedOverlay}from\"#framer/local/codeFile/Ys9_swJ/RoleOverlay.js\";import metadataProvider from\"#framer/local/webPageMetadata/H_bEXnqzv/H_bEXnqzv.js\";const RoleBTNFonts=getFonts(RoleBTN);const MotionDivWithCloseModalOverridev2mp7s=withCodeBoundaryForOverrides(motion.div,{nodeId:\"iLekbUJxu\",override:withCloseModalOverride,scopeId:\"H_bEXnqzv\"});const MotionDivWithTimedOverlay1oqd7ma=withCodeBoundaryForOverrides(motion.div,{nodeId:\"DfyXU3Z4z\",override:withTimedOverlay,scopeId:\"H_bEXnqzv\"});const RoleDrawer2Fonts=getFonts(RoleDrawer2);const Nav25Fonts=getFonts(Nav25);const ButtonFonts=getFonts(Button);const VideoFonts=getFonts(Video);const TickerFonts=getFonts(Ticker);const PhosphorFonts=getFonts(Phosphor);const Phosphor1Fonts=getFonts(Phosphor1);const MotionDivWithFX=withFX(motion.div);const CarouselFonts=getFonts(Carousel);const AccordionStyle3Fonts=getFonts(AccordionStyle3);const Ticker1Fonts=getFonts(Ticker1);const MobileEmailFonts=getFonts(MobileEmail);const breakpoints={IXdn3IMfg:\"(min-width: 1200px) and (max-width: 1439px)\",uhC0GMRID:\"(max-width: 809px)\",W1qOb5YV2:\"(min-width: 810px) and (max-width: 1199px)\",xW9fGu7st:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-aliQO\";const variantClassNames={IXdn3IMfg:\"framer-v-193scn3\",uhC0GMRID:\"framer-v-3qqhjl\",W1qOb5YV2:\"framer-v-v2vjoz\",xW9fGu7st:\"framer-v-eo9lm5\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:100};const transition1={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1,x:0,y:100};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"IXdn3IMfg\",Phone:\"uhC0GMRID\",Tablet:\"W1qOb5YV2\",XL:\"xW9fGu7st\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"IXdn3IMfg\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"W1qOb5YV2\",\"uhC0GMRID\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"uhC0GMRID\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"W1qOb5YV2\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"uhC0GMRID\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"IXdn3IMfg\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-9b0a1640-c74a-4c4e-bff9-17f88218c6ab, rgb(249, 250, 251)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-193scn3\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithTimedOverlay1oqd7ma,{className:\"framer-1oqd7ma hidden-v2vjoz hidden-3qqhjl\",\"data-framer-name\":\"OverlayWithTimer\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-yml0rc\",\"data-framer-name\":\"Logo & Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-g7d59g\",\"data-framer-name\":\"Black Logo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 104.8 20.15\"><path d=\"M 25.968 15.457 C 25.968 15.007 25.517 14.66 25.017 14.66 C 24.765 14.66 24.517 14.76 24.341 14.959 C 23.466 16.277 22.543 16.926 20.844 16.926 C 18.494 16.926 16.771 14.959 16.771 12.02 C 16.771 9.432 18.122 7.939 20.02 7.939 C 21.919 7.939 22.918 9.456 23.818 11.375 C 24.094 11.973 24.517 12.124 24.993 12.124 C 25.616 12.124 26.016 11.75 25.992 11.252 C 25.968 10.531 25.892 9.508 25.816 8.636 C 25.764 7.84 25.692 7.043 25.64 6.247 C 25.588 5.65 25.141 5.351 24.589 5.351 C 24.114 5.351 23.714 5.55 23.614 6.048 C 23.538 6.347 23.362 6.498 23.09 6.498 C 22.938 6.498 22.691 6.323 22.291 6.124 C 21.767 5.849 20.94 5.55 19.693 5.55 C 15.995 5.55 12.87 8.067 12.87 12.745 C 12.87 17.025 15.544 19.741 20.044 19.741 C 23.394 19.741 25.317 17.774 25.892 15.807 C 25.944 15.707 25.968 15.556 25.968 15.457 Z\" fill=\"rgb(22,22,22)\"></path><path d=\"M 41.789 17.324 L 41.289 17.324 C 41.013 17.324 40.865 17.201 40.865 16.775 L 40.865 10.201 C 40.842 7.513 39.39 5.546 36.617 5.546 C 34.566 5.546 33.467 6.267 32.619 7.215 C 32.42 7.438 32.22 7.689 32.12 7.689 C 31.996 7.689 31.944 7.589 31.944 7.414 L 31.944 1.095 C 31.944 0.422 31.568 0.076 30.869 0.076 C 30.545 0.076 30.193 0.127 29.67 0.251 C 28.718 0.474 27.819 0.673 26.844 0.9 C 26.144 1.051 25.792 1.374 25.792 1.947 C 25.792 2.445 26.116 2.867 26.692 2.867 L 27.515 2.867 C 27.967 2.867 28.139 3.042 28.139 3.54 L 28.139 16.783 C 28.139 17.205 27.915 17.332 27.539 17.332 L 26.84 17.332 C 26.264 17.332 25.864 17.754 25.864 18.351 C 25.864 19 26.216 19.498 26.864 19.498 L 32.763 19.498 C 33.439 19.498 33.815 19 33.815 18.351 C 33.815 17.754 33.463 17.332 32.815 17.332 L 32.392 17.332 C 32.116 17.332 31.94 17.209 31.94 16.783 L 31.94 12.351 C 31.94 10.981 32.116 9.934 32.663 9.265 C 33.115 8.692 33.663 8.294 34.538 8.294 C 35.413 8.294 35.961 8.592 36.389 9.142 C 36.94 9.89 37.04 11.133 37.04 13.1 L 37.04 16.783 C 37.04 17.205 36.888 17.332 36.517 17.332 L 36.065 17.332 C 35.441 17.332 35.09 17.782 35.09 18.379 C 35.09 19.052 35.466 19.498 36.089 19.498 L 41.761 19.498 C 42.412 19.498 42.784 19 42.784 18.351 C 42.784 17.754 42.408 17.332 41.785 17.332 Z\" fill=\"rgb(22,22,22)\"></path><path d=\"M 49.987 5.55 C 46.29 5.55 42.465 8.115 42.465 12.646 C 42.465 17.177 45.315 19.741 49.511 19.741 C 53.237 19.741 56.958 17.252 56.958 12.721 C 56.958 8.19 54.16 5.55 49.983 5.55 Z M 50.159 17.025 C 47.961 17.025 46.334 14.784 46.334 11.821 C 46.334 9.504 47.557 8.138 49.332 8.138 C 51.482 8.138 53.105 10.456 53.105 13.442 C 53.105 15.759 51.854 17.025 50.155 17.025 Z\" fill=\"rgb(22,22,22)\"></path><path d=\"M 65.133 5.55 C 61.435 5.55 57.61 8.115 57.61 12.646 C 57.61 17.177 60.46 19.741 64.657 19.741 C 68.382 19.741 72.103 17.252 72.103 12.721 C 72.103 8.19 69.305 5.55 65.128 5.55 Z M 65.308 17.025 C 63.11 17.025 61.483 14.784 61.483 11.821 C 61.483 9.504 62.706 8.138 64.481 8.138 C 66.631 8.138 68.254 10.456 68.254 13.442 C 68.254 15.759 67.003 17.025 65.304 17.025 Z\" fill=\"rgb(22,22,22)\"></path><path d=\"M 78.923 17.324 L 78.223 17.324 C 77.847 17.324 77.724 17.201 77.724 16.775 L 77.724 1.095 C 77.724 0.422 77.372 0.076 76.772 0.076 C 76.472 0.076 76.121 0.127 75.573 0.251 C 74.55 0.474 73.55 0.673 72.547 0.9 C 71.848 1.051 71.524 1.374 71.524 1.947 C 71.524 2.445 71.848 2.867 72.423 2.867 L 73.223 2.867 C 73.698 2.867 73.874 3.042 73.874 3.54 L 73.874 16.783 C 73.874 17.205 73.722 17.332 73.351 17.332 L 72.651 17.332 C 72.051 17.332 71.676 17.754 71.676 18.351 C 71.676 19 72.027 19.498 72.699 19.498 L 78.871 19.498 C 79.546 19.498 79.894 19 79.894 18.351 C 79.894 17.754 79.518 17.332 78.919 17.332 Z\" fill=\"rgb(22,22,22)\"></path><path d=\"M 95.611 17.352 L 95.311 17.352 C 94.88 17.352 94.711 16.93 94.711 15.485 L 94.711 10.703 C 94.711 7.641 92.989 5.574 88.888 5.574 C 85.614 5.574 82.616 7.243 82.616 9.556 C 82.616 10.504 83.332 11.188 84.335 11.188 C 85.338 11.188 86.265 10.802 86.645 9.803 C 86.961 8.967 87.317 7.864 88.616 7.864 C 90.115 7.864 90.966 8.835 90.966 10.105 L 90.966 10.205 C 90.966 11.077 90.566 11.399 89.767 11.551 C 89.168 11.674 88.716 11.75 87.893 11.849 C 84.543 12.247 82.468 13.394 82.468 16.13 C 82.468 18.272 83.843 19.765 86.665 19.765 C 88.34 19.765 89.791 19.116 90.738 18.021 C 90.89 17.846 90.99 17.77 91.09 17.77 C 91.19 17.77 91.242 17.822 91.314 18.045 C 91.438 18.419 91.614 18.718 91.866 18.964 C 92.341 19.486 93.017 19.685 93.988 19.685 C 95.111 19.685 96.263 19.203 96.263 18.092 C 96.263 17.67 96.039 17.344 95.611 17.344 Z M 91.01 14.091 C 91.01 14.465 90.986 14.812 90.91 15.138 C 90.611 16.532 89.659 17.28 88.26 17.28 C 86.937 17.28 86.262 16.607 86.262 15.612 C 86.262 14.493 87.013 13.896 88.56 13.621 C 89.359 13.47 89.911 13.398 90.211 13.398 L 90.287 13.398 C 90.838 13.398 91.01 13.549 91.01 14.047 L 91.01 14.099 Z\" fill=\"rgb(22,22,22)\"></path><path d=\"M 103.829 17.324 L 103.129 17.324 C 102.754 17.324 102.606 17.2 102.606 16.774 L 102.606 6.566 C 102.606 5.893 102.254 5.546 101.682 5.546 C 101.359 5.546 101.031 5.57 100.483 5.721 C 99.808 5.897 98.809 6.219 97.457 6.693 C 96.782 6.916 96.406 7.242 96.406 7.84 C 96.406 8.361 96.806 8.787 97.381 8.787 L 98.105 8.787 C 98.557 8.787 98.781 9.038 98.781 9.536 L 98.781 16.782 C 98.781 17.204 98.604 17.332 98.229 17.332 L 97.529 17.332 C 96.954 17.332 96.554 17.754 96.554 18.351 C 96.554 19 96.906 19.498 97.529 19.498 L 103.801 19.498 C 104.452 19.498 104.8 19 104.8 18.351 C 104.8 17.754 104.4 17.332 103.825 17.332 Z\" fill=\"rgb(22,22,22)\"></path><path d=\"M 9.328 10.555 C 10.726 10.555 11.859 9.427 11.859 8.035 C 11.859 6.643 10.726 5.515 9.328 5.515 C 7.931 5.515 6.798 6.643 6.798 8.035 C 6.798 9.427 7.931 10.555 9.328 10.555 Z\" fill=\"rgb(40,105,221)\"></path><path d=\"M 7.745 11.284 L 6.542 10.961 C 4.588 10.436 4.112 9.886 4.112 9.09 C 4.112 8.342 4.596 7.72 5.647 7.72 L 5.679 7.72 C 6.287 7.72 6.782 7.227 6.782 6.621 C 6.782 6.016 6.287 5.55 5.679 5.523 C 1.962 5.347 0.227 6.92 0.227 9.616 C 0.227 11.837 1.554 12.936 4.136 13.657 L 5.315 13.98 C 7.37 14.553 7.921 15.003 7.921 16.002 C 7.921 16.874 7.322 17.451 6.195 17.451 C 5.067 17.451 4.24 17.053 3.564 16.404 C 3.113 15.978 2.713 15.433 2.337 14.832 C 1.986 14.234 1.686 13.983 1.134 13.983 C 0.483 13.983 -0.069 14.433 0.007 15.357 C 0.083 15.982 0.159 16.456 0.259 17.077 C 0.335 17.726 0.411 18.2 0.535 19 C 0.635 19.673 0.986 20.048 1.586 20.048 C 2.137 20.048 2.489 19.773 2.613 19.375 C 2.713 19 2.889 18.925 3.141 18.925 C 3.341 18.925 3.568 19 3.84 19.1 C 4.468 19.323 5.367 19.697 6.898 19.697 C 9.928 19.697 11.859 17.925 11.859 15.481 C 11.859 13.036 10.555 12.036 7.749 11.288 Z\" fill=\"rgb(22,22,22)\"></path><path d=\"M 100.603 5.041 C 102 5.041 103.133 3.912 103.133 2.52 C 103.133 1.128 102 0 100.603 0 C 99.206 0 98.073 1.128 98.073 2.52 C 98.073 3.912 99.206 5.041 100.603 5.041 Z\" fill=\"rgb(40,105,221)\"></path></svg>',svgContentId:9868099264,withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n2m67k\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16ezuid\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-a67b318d-38c2-462f-b743-0084d86d9c7f, rgb(7, 11, 17))\"},children:\"I am a\u2026\"})}),className:\"framer-dria8b\",fonts:[\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16alwri\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eqPR0gQ_p\"},motionChild:true,nodeId:\"fGRyV7AZ_\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-fpm74i framer-fn7xpy\",\"data-framer-name\":\"Teacher BTN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"296px\",y:(componentViewport?.y||0)+0+0+32+52.15+0+16+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k2hzoa-container\",nodeId:\"KlWPfJ0Jw\",rendersWithMotion:true,scopeId:\"H_bEXnqzv\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RoleBTN,{height:\"100%\",id:\"KlWPfJ0Jw\",layoutId:\"KlWPfJ0Jw\",style:{width:\"100%\"},TFSgGeQsR:\"Teacher\",variant:\"xD9eE0cL6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CJ15GcHCT\"},motionChild:true,nodeId:\"kiZX8RSQJ\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1l4it32 framer-fn7xpy\",\"data-framer-name\":\"School Leaders BTN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"296px\",y:(componentViewport?.y||0)+0+0+32+52.15+0+16+0+58+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rjzidc-container\",nodeId:\"VTK1UuGRm\",rendersWithMotion:true,scopeId:\"H_bEXnqzv\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RoleBTN,{height:\"100%\",id:\"VTK1UuGRm\",layoutId:\"VTK1UuGRm\",style:{width:\"100%\"},TFSgGeQsR:\"School Leader\",variant:\"xD9eE0cL6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"foql_KOVf\"},motionChild:true,nodeId:\"gS1uloIKS\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ogusuu framer-fn7xpy\",\"data-framer-name\":\"Coach BTN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"296px\",y:(componentViewport?.y||0)+0+0+32+52.15+0+16+0+116+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i5hofi-container\",nodeId:\"ufxDNaSsz\",rendersWithMotion:true,scopeId:\"H_bEXnqzv\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RoleBTN,{height:\"100%\",id:\"ufxDNaSsz\",layoutId:\"ufxDNaSsz\",style:{width:\"100%\"},TFSgGeQsR:\"Coach\",variant:\"xD9eE0cL6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OGPBcStnD\"},motionChild:true,nodeId:\"OY7TCP4RU\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-6bjwy0 framer-fn7xpy\",\"data-framer-name\":\"Parents BTN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"296px\",y:(componentViewport?.y||0)+0+0+32+52.15+0+16+0+174+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12d52n8-container\",nodeId:\"xQtwXN7rs\",rendersWithMotion:true,scopeId:\"H_bEXnqzv\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RoleBTN,{height:\"100%\",id:\"xQtwXN7rs\",layoutId:\"xQtwXN7rs\",style:{width:\"100%\"},TFSgGeQsR:\"Parent/Guardian\",variant:\"xD9eE0cL6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CQfh_is72\"},motionChild:true,nodeId:\"tFtAmNZfk\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1slod97 framer-fn7xpy\",\"data-framer-name\":\"Student BTN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"296px\",y:(componentViewport?.y||0)+0+0+32+52.15+0+16+0+232+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o2oh70-container\",nodeId:\"MbNBbipzQ\",rendersWithMotion:true,scopeId:\"H_bEXnqzv\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RoleBTN,{height:\"100%\",id:\"MbNBbipzQ\",layoutId:\"MbNBbipzQ\",style:{width:\"100%\"},TFSgGeQsR:\"Student\",variant:\"xD9eE0cL6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(MotionDivWithCloseModalOverridev2mp7s,{className:\"framer-v2mp7s\",\"data-framer-name\":\"Other BTN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"296px\",y:(componentViewport?.y||0)+0+0+32+52.15+0+16+0+290+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pqwfn1-container\",nodeId:\"mAHlkK6Wh\",rendersWithMotion:true,scopeId:\"H_bEXnqzv\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RoleBTN,{height:\"100%\",id:\"mAHlkK6Wh\",layoutId:\"mAHlkK6Wh\",style:{width:\"100%\"},TFSgGeQsR:\"Other\",variant:\"xD9eE0cL6\",width:\"100%\"})})})})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{height:80,width:\"100vw\",y:920}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tn225w-container hidden-193scn3 hidden-v2vjoz hidden-eo9lm5\",layoutScroll:true,nodeId:\"KpXbyjMZn\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{variant:\"tCAEBaEKY\"}},children:/*#__PURE__*/_jsx(RoleDrawer2,{height:\"100%\",id:\"KpXbyjMZn\",layoutId:\"KpXbyjMZn\",style:{width:\"100%\"},variant:\"yio3TrORB\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ftozvj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{y:undefined},W1qOb5YV2:{y:(componentViewport?.y||0)+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+468.15+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-aiyfmv-container\",nodeId:\"iEzRDGmtP\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{variant:\"EcYaXi6nu\"},W1qOb5YV2:{variant:\"EcYaXi6nu\"}},children:/*#__PURE__*/_jsx(Nav25,{height:\"100%\",id:\"iEzRDGmtP\",layoutId:\"iEzRDGmtP\",style:{width:\"100%\"},variant:\"dxduBP4mw\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-obwdb5\",\"data-framer-name\":\"Section_SchoolAI\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qy4fsl\",\"data-framer-name\":\"Container_SchoolAI\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-164y3o\",\"data-framer-name\":\"LayoutVertical_SchoolAI\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oh9m8p hidden-v2vjoz hidden-3qqhjl\",\"data-framer-name\":\"Role Nav\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-a67b318d-38c2-462f-b743-0084d86d9c7f, rgb(7, 11, 17))\"},children:\"I am a\u2026\"})}),className:\"framer-1i7yl64\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eqPR0gQ_p\"},motionChild:true,nodeId:\"KOXxSwjmc\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ba1qf1 framer-fn7xpy\",\"data-framer-name\":\"Teacher BTN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+547.15+32+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iu4r17-container\",nodeId:\"P9TiDjsjN\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(RoleBTN,{height:\"100%\",id:\"P9TiDjsjN\",layoutId:\"P9TiDjsjN\",TFSgGeQsR:\"Teacher\",variant:\"xD9eE0cL6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CJ15GcHCT\"},motionChild:true,nodeId:\"g8E2WCPz4\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-r2j6ja framer-fn7xpy\",\"data-framer-name\":\"School Leaders BTN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+547.15+32+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q7zgmr-container\",nodeId:\"sHVn4nqQS\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(RoleBTN,{height:\"100%\",id:\"sHVn4nqQS\",layoutId:\"sHVn4nqQS\",TFSgGeQsR:\"School Leader\",variant:\"xD9eE0cL6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"foql_KOVf\"},motionChild:true,nodeId:\"LCmiI2B3R\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1k7zhvb framer-fn7xpy\",\"data-framer-name\":\"Coach BTN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+547.15+32+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15m92p9-container\",nodeId:\"EAKSJrg_T\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(RoleBTN,{height:\"100%\",id:\"EAKSJrg_T\",layoutId:\"EAKSJrg_T\",TFSgGeQsR:\"Coach\",variant:\"xD9eE0cL6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OGPBcStnD\"},motionChild:true,nodeId:\"YIzJt_nXD\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-nyjspu framer-fn7xpy\",\"data-framer-name\":\"Parents BTN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+547.15+32+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r8dwbp-container\",nodeId:\"c1zBmw6rY\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(RoleBTN,{height:\"100%\",id:\"c1zBmw6rY\",layoutId:\"c1zBmw6rY\",TFSgGeQsR:\"Parent/Guardian\",variant:\"xD9eE0cL6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CQfh_is72\"},motionChild:true,nodeId:\"PGr3zEiE3\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1h3hlmg framer-fn7xpy\",\"data-framer-name\":\"Student BTN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+547.15+32+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bsvflg-container\",nodeId:\"hWrhHxI6K\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(RoleBTN,{height:\"100%\",id:\"hWrhHxI6K\",layoutId:\"hWrhHxI6K\",TFSgGeQsR:\"Student\",variant:\"xD9eE0cL6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"H_bEXnqzv\"},motionChild:true,nodeId:\"JKiZjDVBo\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-428edb framer-fn7xpy\",\"data-framer-name\":\"Other BTN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+547.15+32+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-byk0dp-container\",nodeId:\"kgnlbQXb1\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(RoleBTN,{height:\"100%\",id:\"kgnlbQXb1\",layoutId:\"kgnlbQXb1\",TFSgGeQsR:\"Other\",variant:\"qScqT6ah0\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15qwcsl\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v5819l\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Empower every learner,\"})})},W1qOb5YV2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"81px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"88px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Empower every learner,\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"88px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"102px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Empower every learner,\"})}),className:\"framer-1v4elic\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(251, 1, 209) 10%, rgb(58, 110, 251) 90%)\"},children:\"support every educator\"})})})},W1qOb5YV2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"81px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"88px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(251, 1, 209) 10%, rgb(58, 110, 251) 90%)\"},children:\"support every educator\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"88px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"112px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(251, 1, 209) 10%, rgb(58, 110, 251) 90%)\"},children:\"support every educator\"})})}),className:\"framer-j5mvfp\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r9x8z4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"A trusted AI platform loved by teachers and made to support every learner\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"A trusted AI platform loved by teachers and made to support every learner\"})}),className:\"framer-tns5j9\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:285,intrinsicWidth:282,pixelHeight:285,pixelWidth:282,src:\"https://framerusercontent.com/images/Ogj8IGRKDxJ14DdZP2C5G7U7hU.png\"}},W1qOb5YV2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:285,intrinsicWidth:282,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+79+72+0+0+0+0+0+0+192+50),pixelHeight:285,pixelWidth:282,src:\"https://framerusercontent.com/images/Ogj8IGRKDxJ14DdZP2C5G7U7hU.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:285,intrinsicWidth:282,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+547.15+32+0+0+0+0+86+0+230+0),pixelHeight:285,pixelWidth:282,src:\"https://framerusercontent.com/images/Ogj8IGRKDxJ14DdZP2C5G7U7hU.png\"},className:\"framer-1hfs31p\",\"data-framer-name\":\"Dot-happytobehere 1 1\"})})]})]}),/*#__PURE__*/_jsx(Link,{href:\"https://app.schoolai.com/sign-up\",motionChild:true,nodeId:\"TLLL_a8rz\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ew3xbz framer-fn7xpy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{y:undefined},W1qOb5YV2:{y:(componentViewport?.y||0)+0+79+72+0+0+0+0+364+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,y:(componentViewport?.y||0)+0+547.15+32+0+0+0+0+388+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ung4fd-container\",nodeId:\"Li7CBcCoF\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"Li7CBcCoF\",layoutId:\"Li7CBcCoF\",o1EyNe8NX:\"https://app.schoolai.com/sign-up\",uX_3WrkXr:\"Free for teachers\",width:\"100%\",YtqcWNIjT:\"ArrowRight\"})})})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5zxha6\",\"data-framer-name\":\"Section_SchoolAI\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-um3byl\",\"data-framer-name\":\"Container_SchoolAI\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-21adyc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4qliob\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lp1ap8-container\",isModuleExternal:true,nodeId:\"ga6D6Y2i9\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:22,bottomLeftRadius:22,bottomRightRadius:22,controls:false,height:\"100%\",id:\"ga6D6Y2i9\",isMixedBorderRadius:false,layoutId:\"ga6D6Y2i9\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/vhXn4wmuMm4FOQ8Rmvpd03iGjOI.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{maxWidth:\"100%\",width:\"100%\"},topLeftRadius:22,topRightRadius:22,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u7jky4\",\"data-framer-name\":\"LayoutVertical_SchoolAI\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-id2y2c\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-x70lrc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"I want to support learning, but I need tools that actually work.\"'})})},W1qOb5YV2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"51px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"I want to support learning, but I need tools that actually work.\"'})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"I want to support learning, but I need tools that actually work.\"'})}),className:\"framer-1duptfv\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7lc9v5-container\",\"data-framer-name\":\"Main Ticker\",isAuthoredByUser:true,isModuleExternal:true,name:\"Main Ticker\",nodeId:\"B4eik6xOX\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"B4eik6xOX\",layoutId:\"B4eik6xOX\",name:\"Main Ticker\",padding:0,paddingBottom:20,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:20,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:408,intrinsicWidth:32769,pixelHeight:386,pixelWidth:32768,positionX:\"center\",positionY:\"center\",sizes:\"7469.4044px\",src:\"https://framerusercontent.com/images/zbu4CR8hXAoo17lziSgoLKCR2Lw.svg\",srcSet:\"https://framerusercontent.com/images/zbu4CR8hXAoo17lziSgoLKCR2Lw.svg?scale-down-to=512 512w,https://framerusercontent.com/images/zbu4CR8hXAoo17lziSgoLKCR2Lw.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zbu4CR8hXAoo17lziSgoLKCR2Lw.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zbu4CR8hXAoo17lziSgoLKCR2Lw.svg?scale-down-to=4096 4096w,https://framerusercontent.com/images/zbu4CR8hXAoo17lziSgoLKCR2Lw.svg 32768w\"},className:\"framer-1lkg6b3\",\"data-framer-name\":\"Logos (1)\"})],speed:50,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8088zx\",\"data-framer-name\":\"Section_SchoolAI\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lm4m93\",\"data-framer-name\":\"Container_SchoolAI\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i67it1\",\"data-framer-name\":\"LayoutVertical_SchoolAI\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fk5kex\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3q3msk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Flexible AI built for classrooms.\"})})},W1qOb5YV2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Flexible AI built for classrooms.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"51px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"51px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Flexible AI built for classrooms.\"})}),className:\"framer-1b685jq\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xzklh0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s3v8nh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zZEmTkbdo\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 27, 41)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"zZEmTkbdo\",layoutId:\"zZEmTkbdo\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Used in over 1 million classrooms\"})}),className:\"framer-wscn8y\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wvf4zo\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:488,intrinsicWidth:795,pixelHeight:1024,pixelWidth:1440,positionX:\"center\",positionY:\"top\",sizes:`max(min(min(${componentViewport?.width||\"100vw\"} - 32px, 1200px), 1000px), 1px)`,src:\"https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png 1440w\"}},W1qOb5YV2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:488,intrinsicWidth:795,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+918+40+0+0+0+0+152+0),pixelHeight:1024,pixelWidth:1440,positionX:\"center\",positionY:\"top\",sizes:\"555.5556px\",src:\"https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png 1440w\"}},xW9fGu7st:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:488,intrinsicWidth:795,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1434.15+64+0+0+0+0+159+0),pixelHeight:1024,pixelWidth:1440,positionX:\"center\",positionY:\"top\",sizes:\"555.5556px\",src:\"https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png 1440w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:488,intrinsicWidth:795,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1402.15+64+0+0+0+0+159+0),pixelHeight:1024,pixelWidth:1440,positionX:\"center\",positionY:\"top\",sizes:\"555.5556px\",src:\"https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QtS3ttWswvA7Fx1PGZeXayoawCQ.png 1440w\"},className:\"framer-o6u4r1\",\"data-framer-name\":\"Dashboard FPO (1)\"})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-b1mq1q hidden-193scn3 hidden-3qqhjl hidden-eo9lm5\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vrf64f\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-133q7sb\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r4l3ly\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8gfk0b\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sqiyk6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xnADRMLPD\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(163, 163, 163)\",height:\"100%\",iconSearch:\"puzzle\",iconSelection:\"House\",id:\"xnADRMLPD\",layoutId:\"xnADRMLPD\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-148pllk\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Meet every student where they are.\"})})},W1qOb5YV2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Meet every student where they are.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Meet every student where they are.\"})}),className:\"framer-4m8e9u\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Quickly personalize learning experiences to each student's speed, style, and struggles.\"})}),className:\"framer-1g0vpmp\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x0e16l\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-et4x6i\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14xo2fr-container\",isAuthoredByUser:true,nodeId:\"AoTPvb6BA\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(163, 163, 163)\",height:\"100%\",iconSearch:\"bulb\",iconSelection:\"House\",id:\"AoTPvb6BA\",layoutId:\"AoTPvb6BA\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q9xnsv\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Administrate less. Inspire more.\"})})},W1qOb5YV2:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Administrate less. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Inspire more.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Administrate less. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Inspire more.\"})]}),className:\"framer-16da7z2\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Create lesson plans, rubrics, assessments, and more in minutes, not hours.\"})}),className:\"framer-5c0b5x\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pbdcvy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-seovyz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"D6ikutBCr\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 27, 41)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"D6ikutBCr\",layoutId:\"D6ikutBCr\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Giving back 10+ hours/week\"})}),className:\"framer-7k4nqq\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sye3as\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17i9zh\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hf2lvu-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"BMiJRtWu3\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(163, 163, 163)\",height:\"100%\",iconSearch:\"step\",iconSelection:\"House\",id:\"BMiJRtWu3\",layoutId:\"BMiJRtWu3\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2sc442\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Not just data. Next steps.\"})})},W1qOb5YV2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"See the struggle before they're behind\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"See the struggle before they're behind\"})}),className:\"framer-9dfofq\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"See who's struggling in real-time so you know exactly how to help.\"})}),className:\"framer-s49fj2\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(Link,{href:\"https://app.schoolai.com/sign-up\",motionChild:true,nodeId:\"m5Uwyevdh\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-4jnhnl framer-fn7xpy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{y:undefined},W1qOb5YV2:{y:(componentViewport?.y||0)+0+918+40+0+0+0+0+508+0+483+0+0},xW9fGu7st:{y:(componentViewport?.y||0)+0+1434.15+64+0+0+0+0+480+0+531+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,y:(componentViewport?.y||0)+0+1402.15+64+0+0+0+0+519+0+531+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6p550s-container\",nodeId:\"E7w4w05ir\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"E7w4w05ir\",layoutId:\"E7w4w05ir\",o1EyNe8NX:\"https://app.schoolai.com/sign-up\",uX_3WrkXr:\"Free for teachers\",width:\"100%\",YtqcWNIjT:\"ArrowRight\"})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1753,intrinsicWidth:3544,pixelHeight:1753,pixelWidth:3544,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, 1200px) * 0.6)`,src:\"https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png\",srcSet:\"https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png?scale-down-to=512 512w,https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png 3544w\"}},W1qOb5YV2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1753,intrinsicWidth:3544,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+918+40+0+74),pixelHeight:1753,pixelWidth:3544,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) * 0.6)`,src:\"https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png\",srcSet:\"https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png?scale-down-to=512 512w,https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png 3544w\"}},xW9fGu7st:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1753,intrinsicWidth:3544,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1434.15+64+0+74),pixelHeight:1753,pixelWidth:3544,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) * 0.6)`,src:\"https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png\",srcSet:\"https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png?scale-down-to=512 512w,https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png 3544w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1753,intrinsicWidth:3544,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1402.15+64+0+74),pixelHeight:1753,pixelWidth:3544,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) * 0.6)`,src:\"https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png\",srcSet:\"https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png?scale-down-to=512 512w,https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SUAbfSwvZ20SwVW8pvRaVA3NuM.png 3544w\"},className:\"framer-1sjjbdd\",\"data-framer-name\":\"AI Gradient\",transformTemplate:transformTemplate2})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17c7um1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1egpii7\",\"data-framer-name\":\"Container_SchoolAI\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ahbvl2\",\"data-framer-name\":\"LayoutGrid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gxe4l2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10zj1d4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1am6zd7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"For Students\"})}),className:\"framer-fswrlv\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-88e9jk\",opacity:1,requiresOverflowVisible:false,style:{rotate:-45},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\" overflow=\"visible\"><path d=\"M 0 0 L 17 0 L 17 18 L 0 18 Z\" fill=\"rgb(17, 27, 41)\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tpdzkd\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ppg7gg-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"S1shoWBFf\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 27, 41)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"S1shoWBFf\",layoutId:\"S1shoWBFf\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Over 60 languages supported\"})}),className:\"framer-1jd83dm\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qqvu4t\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6p25t2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"A\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"A\"})}),className:\"framer-96b5nv\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"powerful\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"powerful\"})})}),className:\"framer-18scw7g\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uztn6f\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"learning\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"learning\"})}),className:\"framer-h4r5za\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"assistant\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"assistant\"})}),className:\"framer-r1tq4i\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gk457\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"Dot, our AI assistant, guides students through interactive workspaces, adapting to how they learn and ensuring they understand key concepts before moving on.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"Dot, our AI assistant, guides students through interactive workspaces, adapting to how they learn and ensuring they understand key concepts before moving on.\"})}),className:\"framer-1ndwqbq\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://app.schoolai.com/sign-up\",motionChild:true,nodeId:\"hbHi6cyYw\",openInNewTab:true,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-18cp5wh framer-fn7xpy\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:285,intrinsicWidth:282,pixelHeight:285,pixelWidth:282,src:\"https://framerusercontent.com/images/Ogj8IGRKDxJ14DdZP2C5G7U7hU.png\"},className:\"framer-3lhjli\",\"data-framer-name\":\"Dot-happytobehere 1 1\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Try a chat with Dot\"})}),className:\"framer-hb77sl\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ndhw3y\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-spqso5-container\",isModuleExternal:true,nodeId:\"ZBmCybFMq\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"ZBmCybFMq\",isMixedBorderRadius:false,layoutId:\"ZBmCybFMq\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/c5RhiqOPEyobr0OUszTlDnUXQ6E.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16xjxx3\",\"data-framer-name\":\"LayoutGrid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2ldkqx\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-e3s29o\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mko6g5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"For Teachers\"})}),className:\"framer-ytpduk\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wg0f6c\",opacity:1,requiresOverflowVisible:false,style:{rotate:-45},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\" overflow=\"visible\"><path d=\"M 0 0 L 17 0 L 17 18 L 0 18 Z\" fill=\"rgb(17, 27, 41)\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tmq2lz\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6swzuh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Real-time student\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Real-time student\"})}),className:\"framer-mqq5ct\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-apilak\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"progress\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"progress\"})})}),className:\"framer-k3xbdk\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x0avap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"See every student's progress in real-time, with instant insight into what they know, where they're struggling, and how to help, so you can step in right when it matters most.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"See every student's progress in real-time, with instant insight into what they know, where they're struggling, and how to help, so you can step in right when it matters most.\"})}),className:\"framer-ppxy5u\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mpteJL7ds\"},motionChild:true,nodeId:\"SPO3XwF6S\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-xbqng4 framer-fn7xpy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7urvt4-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VomMlLn9B\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 27, 41)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"VomMlLn9B\",layoutId:\"VomMlLn9B\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Learn more\"})}),className:\"framer-1jsmvlc\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ckj9wm\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dcxqsx-container\",isModuleExternal:true,nodeId:\"eARojArWi\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"eARojArWi\",isMixedBorderRadius:false,layoutId:\"eARojArWi\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/0PeTfeESMAmrQpJsBJs32yhzxo.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-oqfi0l\",\"data-framer-name\":\"LayoutGrid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1atmcwn\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wpvmzx\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15mhuec\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"For Teachers\"})}),className:\"framer-15bo1e0\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tly71p\",opacity:1,requiresOverflowVisible:false,style:{rotate:-45},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\" overflow=\"visible\"><path d=\"M 0 0 L 17 0 L 17 18 L 0 18 Z\" fill=\"rgb(17, 27, 41)\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-47kx76\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-d76lcd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Unlimited\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Unlimited\"})}),className:\"framer-1s3elxq\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1neho17\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"creation\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"creation\"})})}),className:\"framer-vx31cd\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g2713i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"Create interactive lessons that meet your desired learning outcomes and boost student engagement. The only limit is your imagination.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"Create interactive lessons that meet your desired learning outcomes and boost student engagement. The only limit is your imagination.\"})}),className:\"framer-f29csx\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://app.schoolai.com/create\",motionChild:true,nodeId:\"cMsJBc5fS\",openInNewTab:true,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-kxiokk framer-fn7xpy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zf3nf-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"z7mk6zaap\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 27, 41)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"z7mk6zaap\",layoutId:\"z7mk6zaap\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Create a Space\"})}),className:\"framer-18sgce\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lyv05u\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vg01pe-container\",isModuleExternal:true,nodeId:\"GMfsCe7wO\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"GMfsCe7wO\",isMixedBorderRadius:false,layoutId:\"GMfsCe7wO\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/rJ1XAO8L1EeioMUCIAdlhmDV6vc.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6115t6\",\"data-framer-name\":\"LayoutGrid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lwns1o\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qm9dbx\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-95z54\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"For Teachers\"})}),className:\"framer-flllpf\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1a9dcrf\",opacity:1,requiresOverflowVisible:false,style:{rotate:-45},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\" overflow=\"visible\"><path d=\"M 0 0 L 17 0 L 17 18 L 0 18 Z\" fill=\"rgb(17, 27, 41)\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zmzhke\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nt8bs6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Browser\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Browser\"})}),className:\"framer-1l1rtdw\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h6qwry\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"extension\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"extension\"})})}),className:\"framer-1h5gha6\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ev7csy\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"SchoolAI's Chrome extension puts AI directly in Google Docs and around the internet. Create, differentiate, and enhance without ever switching screens.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"SchoolAI's Chrome extension puts AI directly in Google Docs and around the internet. Create, differentiate, and enhance without ever switching screens.\"})}),className:\"framer-10i56as\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DXdrYFRuR\"},motionChild:true,nodeId:\"Yl4UDNJCK\",openInNewTab:true,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-gsmcb1 framer-fn7xpy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-158lest-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hMeG7icYJ\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 27, 41)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"hMeG7icYJ\",layoutId:\"hMeG7icYJ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Learn more\"})}),className:\"framer-y0sg39\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-w3szxf\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wko5e2-container\",isModuleExternal:true,nodeId:\"fgBM330zk\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"fgBM330zk\",isMixedBorderRadius:false,layoutId:\"fgBM330zk\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/80TVqU1pblGH9BqzwXounuSy2d0.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-e8e71k\",\"data-framer-name\":\"LayoutGrid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y84lww\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11n9r2y\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kmwr0m\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"For Teachers\"})}),className:\"framer-gtydjg\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1usysk9\",opacity:1,requiresOverflowVisible:false,style:{rotate:-45},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\" overflow=\"visible\"><path d=\"M 0 0 L 17 0 L 17 18 L 0 18 Z\" fill=\"rgb(17, 27, 41)\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rs9ry1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sq0u1t-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"oFE_s4YRf\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 27, 41)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"oFE_s4YRf\",layoutId:\"oFE_s4YRf\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Over 200,000 Spaces\"})}),className:\"framer-1bsfbue\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n6j15o\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ddts20\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Space\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Space\"})}),className:\"framer-36m78z\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jpxbsx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"library\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"library\"})})}),className:\"framer-1fg7oe6\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jno8dx\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"Use one of over 200,000 Spaces created by other teachers like you. Discover classroom-tested lessons, adapt them to your classroom, and share what works.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"Use one of over 200,000 Spaces created by other teachers like you. Discover classroom-tested lessons, adapt them to your classroom, and share what works.\"})}),className:\"framer-ze61j5\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://app.schoolai.com/discover\",motionChild:true,nodeId:\"JRL279OuQ\",openInNewTab:true,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1rs4ds4 framer-fn7xpy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p7j12g-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"nMPvIJ9hB\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 27, 41)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"nMPvIJ9hB\",layoutId:\"nMPvIJ9hB\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Explore\"})}),className:\"framer-ug9nf6\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ameef9\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nc1o9v-container\",isModuleExternal:true,nodeId:\"a_qwsunfZ\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"a_qwsunfZ\",isMixedBorderRadius:false,layoutId:\"a_qwsunfZ\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/yjReDfOAt4UbfzWj3uQGJG949TE.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-r5mf7e\",\"data-framer-name\":\"LayoutGrid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wfxps0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ajaiqn\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r2thfj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"For Teachers\"})}),className:\"framer-pbteg1\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1cq1zn7\",opacity:1,requiresOverflowVisible:false,style:{rotate:-45},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\" overflow=\"visible\"><path d=\"M 0 0 L 17 0 L 17 18 L 0 18 Z\" fill=\"rgb(17, 27, 41)\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-179pn2z\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6iwxdu-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zRrx6_ade\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 27, 41)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"zRrx6_ade\",layoutId:\"zRrx6_ade\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Giving back 10+ hours/week\"})}),className:\"framer-sj2end\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hsv3d5\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ytgtcj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"Productivity\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"Productivity\"})})}),className:\"framer-sqxkd9\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b2roth\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"tools\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"tools\"})}),className:\"framer-qn46l8\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-28xoh7\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"From lesson planning to student assessment, district oversight to parent communication. Professional-grade tools that handle every part of your educational workflow.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"From lesson planning to student assessment, district oversight to parent communication. Professional-grade tools that handle every part of your educational workflow.\"})}),className:\"framer-15escms\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://app.schoolai.com/tools\",motionChild:true,nodeId:\"kYXZraQSm\",openInNewTab:true,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-db31dh framer-fn7xpy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-blzmqc-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vaiLUk9Kc\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 27, 41)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"vaiLUk9Kc\",layoutId:\"vaiLUk9Kc\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Explore\"})}),className:\"framer-1oo0t9y\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ssg59\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16amyu6-container\",isModuleExternal:true,nodeId:\"Re7YlFsUd\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Re7YlFsUd\",isMixedBorderRadius:false,layoutId:\"Re7YlFsUd\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/Z3rjJMmEu4YC51NQjgVlvyAvUs.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ddq2zf\",\"data-framer-name\":\"LayoutGrid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kncodm\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17bq2v6\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-cy4nc8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Teacher- monitored\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Teacher- monitored\"})}),className:\"framer-sxdd7h\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6292zj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"student safe\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"student safe\"})})}),className:\"framer-1sp81dp\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dd9ozj\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"SchoolAI is built to immediately alert you to critical safety concerns like bullying, abuse, or neglect.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"SchoolAI is built to immediately alert you to critical safety concerns like bullying, abuse, or neglect.\"})}),className:\"framer-1fa6v77\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mpteJL7ds\"},motionChild:true,nodeId:\"CXdJutUE1\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-18iotr7 framer-fn7xpy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zp1nx2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"wYrF58Uaq\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 27, 41)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"wYrF58Uaq\",layoutId:\"wYrF58Uaq\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Learn more\"})}),className:\"framer-gqt54i\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qjgmmd\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10p29hs-container\",isModuleExternal:true,nodeId:\"ei63u9eGH\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"ei63u9eGH\",isMixedBorderRadius:false,layoutId:\"ei63u9eGH\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/Dv0q79lyaKoLYqlENC5y7SBcg.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1o1hlpk\",\"data-framer-name\":\"LayoutGrid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p06nlu\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yx30if\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nq4zkm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"You set\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"You set\"})}),className:\"framer-1wtm92x\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j1b1bs\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"the rules\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(58, 110, 251) 0%, rgb(251, 1, 209) 100%)\"},children:\"the rules\"})})}),className:\"framer-myrxh6\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fcd5l3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"SchoolAI is built to keep you in the drivers seat. You decide what students can and can't do, and it follows your instructions.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(217, 230, 255, 0.66)\"},children:\"SchoolAI is built to keep you in the drivers seat. You decide what students can and can't do, and it follows your instructions.\"})}),className:\"framer-susedi\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://app.schoolai.com/create\",motionChild:true,nodeId:\"Sd3hc0APs\",openInNewTab:true,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1n0nulz framer-fn7xpy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18mltmb-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"YUkrdSQHk\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 27, 41)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"YUkrdSQHk\",layoutId:\"YUkrdSQHk\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Create a Space\"})}),className:\"framer-lprmgf\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-255yle\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xts9xg-container\",isModuleExternal:true,nodeId:\"o_Ua1ZNnn\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"o_Ua1ZNnn\",isMixedBorderRadius:false,layoutId:\"o_Ua1ZNnn\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/8Xu47apwmT6zixeeXj3c0xXyE.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bz2ugv\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:904,intrinsicWidth:1600,pixelHeight:904,pixelWidth:1600,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png\",srcSet:\"https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png?scale-down-to=512 512w,https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png 1600w\"}},W1qOb5YV2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:904,intrinsicWidth:1600,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7323+0+0),pixelHeight:904,pixelWidth:1600,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png\",srcSet:\"https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png?scale-down-to=512 512w,https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png 1600w\"}},xW9fGu7st:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:904,intrinsicWidth:1600,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7915.15+0+0),pixelHeight:904,pixelWidth:1600,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png\",srcSet:\"https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png?scale-down-to=512 512w,https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png 1600w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:904,intrinsicWidth:1600,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7922.15+0+0),pixelHeight:904,pixelWidth:1600,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png\",srcSet:\"https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png?scale-down-to=512 512w,https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IJqdinXC7KWPLX5Qteo3G3qg60.png 1600w\"},className:\"framer-t3zz81\",\"data-framer-name\":\"SchoolAI Trusted Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-692l3n\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hvkr54\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Trusted by\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Trusted by\"})}),className:\"framer-5tb9xj\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"81px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Over 1M\"})})},W1qOb5YV2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"156px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Over 1M\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"228px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Over 1M\"})}),className:\"framer-10ff6pu\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"educators\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"educators\"})}),className:\"framer-1ly4y83\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fpo14f\",\"data-framer-name\":\"Section_SchoolAI\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sujvlu\",\"data-framer-name\":\"Container_SchoolAI\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-p85lom-container hidden-193scn3 hidden-v2vjoz hidden-eo9lm5\",isModuleExternal:true,nodeId:\"lP3PsItAr\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:0,height:\"100%\",id:\"lP3PsItAr\",layoutId:\"lP3PsItAr\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eisxrw\",\"data-framer-name\":\"Mobile Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ahacne\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:770,intrinsicWidth:564,pixelHeight:770,pixelWidth:564,sizes:\"343px\",src:\"https://framerusercontent.com/images/IEmWpnLcu1dZGGvxS8HKsyXACs.png\",srcSet:\"https://framerusercontent.com/images/IEmWpnLcu1dZGGvxS8HKsyXACs.png 564w\"},className:\"framer-1nswz7\",\"data-framer-name\":\"Image (7)\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7gq1jv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"SchoolAI helps me connect with them in ways I couldn\u2019t before. Their grammar scores are improving, and their confidence is soaring.\u201D\"})}),className:\"framer-1yiahfu\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n21mzp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014 Priscila Prestes, Oak Canyon Junior High\"})}),className:\"framer-3tjqzi\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQ=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Teacher\"})}),className:\"framer-oasasg\",fonts:[\"FS;General Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jaejxm\",\"data-framer-name\":\"Mobile Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-5j9skw\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:770,intrinsicWidth:564,pixelHeight:396,pixelWidth:290,src:\"https://framerusercontent.com/images/I23Au24rGVlg3l4y57MTW7bfe2E.png\"},className:\"framer-1v9g5jb\",\"data-framer-name\":\"Image (7)\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-143xkwj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CPartnering with SchoolAI has allowed us to introduce a tool in the classroom that provides teachers with valuable insights into their students\u2019 progress in every class\u201D\"})}),className:\"framer-9tlxr3\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r2t547\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014 Dr. Anthony Godfrey, Jordan School District, Utah\"})}),className:\"framer-lvff9a\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQ=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Superintendent\"})}),className:\"framer-zg9tg8\",fonts:[\"FS;General Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14wiwwl\",\"data-framer-name\":\"Mobile Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-m333ho\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:770,intrinsicWidth:564,pixelHeight:792,pixelWidth:580,sizes:\"343px\",src:\"https://framerusercontent.com/images/H2zJpZYl8TNlEIo4xd0nbS4mRYE.png\",srcSet:\"https://framerusercontent.com/images/H2zJpZYl8TNlEIo4xd0nbS4mRYE.png 580w\"},className:\"framer-1jwlrr3\",\"data-framer-name\":\"Image (7)\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wnxrqw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CSmall group instruction used to mean 20 kids doing busy work. Now they're getting personalized lessons while I target specific needs.\u201D\"})}),className:\"framer-15ap8ny\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dibbb4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014 Mandy Shapiro, Prosper ISD\"})}),className:\"framer-1iolbpt\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQ=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Teacher\"})}),className:\"framer-a7ik37\",fonts:[\"FS;General Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xnthiu\",\"data-framer-name\":\"Mobile Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-6v1v9a\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:770,intrinsicWidth:564,pixelHeight:792,pixelWidth:580,sizes:\"343px\",src:\"https://framerusercontent.com/images/gYDe92KrUk8sWyEJ7L85oDD3To4.png\",srcSet:\"https://framerusercontent.com/images/gYDe92KrUk8sWyEJ7L85oDD3To4.png 580w\"},className:\"framer-1ev35vd\",\"data-framer-name\":\"Image (7)\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mu1dyy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CThe magic is the timing. Students get help the moment they need it, so they actually learn instead of just making corrections.\u201D\"})}),className:\"framer-xdekuk\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-180yrqq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014 Chrissy Roe, Hoover City Schools\"})}),className:\"framer-1kfl5ze\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQ=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Teacher\"})}),className:\"framer-11hjhm5\",fonts:[\"FS;General Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tu9ga2\",\"data-framer-name\":\"Mobile Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-boz9t4\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:770,intrinsicWidth:564,pixelHeight:792,pixelWidth:580,sizes:\"343px\",src:\"https://framerusercontent.com/images/rzFifpQQx48Yz09Eq0uQN0ovWTs.png\",srcSet:\"https://framerusercontent.com/images/rzFifpQQx48Yz09Eq0uQN0ovWTs.png 580w\"},className:\"framer-1fy2tp4\",\"data-framer-name\":\"Image (7)\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17yj112\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CThe tools that SchoolAI provides can save me a lot of time, so I can focus more on student interventions, providing specific feedback for students, analyzing student data and adjusting instruction\u201D\"})}),className:\"framer-ov3659\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-31kubz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014 Sara Elder, Hidden Valley Middle School\"})}),className:\"framer-1k08hzd\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQ=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Teacher\"})}),className:\"framer-15xibqa\",fonts:[\"FS;General Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11qm03d\",\"data-framer-name\":\"Mobile Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12zr4v5\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:770,intrinsicWidth:564,pixelHeight:792,pixelWidth:580,sizes:\"343px\",src:\"https://framerusercontent.com/images/fnRb3ojWxwi9qR7no2Vo6IZi8.png\",srcSet:\"https://framerusercontent.com/images/fnRb3ojWxwi9qR7no2Vo6IZi8.png 580w\"},className:\"framer-n4ymrb\",\"data-framer-name\":\"Image (7)\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z9g3ga\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CI got my teacher back from burnout after she discovered how Spaces allowed her to deeply engage her students. She has the spark back in her teaching.\u201D\"})}),className:\"framer-saa8b0\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xqqjml\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014 Leroy Dixon, White Plains Middle School, New York\"})}),className:\"framer-8vtomf\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQ=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Teacher\"})}),className:\"framer-11s74fp\",fonts:[\"FS;General Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ql9a8f-container hidden-3qqhjl\",isModuleExternal:true,nodeId:\"XGJpGcKox\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:false},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:10,height:\"100%\",id:\"XGJpGcKox\",layoutId:\"XGJpGcKox\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(209, 213, 220, 0.2)\",dotsBlur:4,dotsFill:\"rgb(7, 11, 17)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.2,dotsPadding:10,dotsRadius:50,showProgressDots:true,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"stretch\"},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f4loia\",\"data-framer-name\":\"Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bk9lll\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:770,intrinsicWidth:564,pixelHeight:770,pixelWidth:564,sizes:\"223.7907px\",src:\"https://framerusercontent.com/images/IEmWpnLcu1dZGGvxS8HKsyXACs.png\",srcSet:\"https://framerusercontent.com/images/IEmWpnLcu1dZGGvxS8HKsyXACs.png 564w\"},className:\"framer-1c0p08b\",\"data-framer-name\":\"Image (7)\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15xf3xc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:'\"SchoolAI helps me connect with them in ways I couldn\u2019t before. Their grammar scores are improving, and their confidence is soaring.\u201D'})}),className:\"framer-188rbk8\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-119n99j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014 Priscila Prestes, Oak Canyon Junior High\"})}),className:\"framer-1h8hcd7\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQ=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Teacher\"})}),className:\"framer-hxydrw\",fonts:[\"FS;General Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1on2lq3\",\"data-framer-name\":\"Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-vmcbwy\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:770,intrinsicWidth:564,pixelHeight:396,pixelWidth:290,src:\"https://framerusercontent.com/images/I23Au24rGVlg3l4y57MTW7bfe2E.png\"},className:\"framer-ppgk4v\",\"data-framer-name\":\"Image (7)\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14ii2jy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CPartnering with SchoolAI has allowed us to introduce a tool in the classroom that provides teachers with valuable insights into their students\u2019 progress in every class\u201D\"})}),className:\"framer-kac2kg\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wati5u\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014 Dr. Anthony Godfrey, Jordan School District\"})}),className:\"framer-4gpviw\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQ=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Superintendent\"})}),className:\"framer-eultpl\",fonts:[\"FS;General Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b7s98i\",\"data-framer-name\":\"Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tygkqb\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:770,intrinsicWidth:564,pixelHeight:792,pixelWidth:580,sizes:\"223.7907px\",src:\"https://framerusercontent.com/images/H2zJpZYl8TNlEIo4xd0nbS4mRYE.png\",srcSet:\"https://framerusercontent.com/images/H2zJpZYl8TNlEIo4xd0nbS4mRYE.png 580w\"},className:\"framer-kgg7h5\",\"data-framer-name\":\"Image (7)\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uztqv9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CSmall group instruction used to mean 20 kids doing busy work. Now they're getting personalized lessons while I target specific needs.\u201D\"})}),className:\"framer-6n3fn5\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xfiklv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014 Mandy Shapiro, Prosper ISD\"})}),className:\"framer-qkgvo7\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQ=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Teacher\"})}),className:\"framer-l4dhya\",fonts:[\"FS;General Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yotpj\",\"data-framer-name\":\"Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qljlab\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:770,intrinsicWidth:564,pixelHeight:792,pixelWidth:580,sizes:\"223.7907px\",src:\"https://framerusercontent.com/images/gYDe92KrUk8sWyEJ7L85oDD3To4.png\",srcSet:\"https://framerusercontent.com/images/gYDe92KrUk8sWyEJ7L85oDD3To4.png 580w\"},className:\"framer-1ylllrd\",\"data-framer-name\":\"Image (7)\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pcapx5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CThe magic is the timing. Students get help the moment they need it, so they actually learn instead of just making corrections.\u201D\"})}),className:\"framer-102cb7w\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p9xlie\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014 Chrissy Roe, Hoover City Schools\"})}),className:\"framer-5f9uab\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQ=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Teacher\"})}),className:\"framer-rwsorc\",fonts:[\"FS;General Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xfvmaj\",\"data-framer-name\":\"Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k7db5j\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:770,intrinsicWidth:564,pixelHeight:792,pixelWidth:580,sizes:\"223.7907px\",src:\"https://framerusercontent.com/images/rzFifpQQx48Yz09Eq0uQN0ovWTs.png\",srcSet:\"https://framerusercontent.com/images/rzFifpQQx48Yz09Eq0uQN0ovWTs.png 580w\"},className:\"framer-1uvzssn\",\"data-framer-name\":\"Image (7)\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mu25a6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CThe tools that SchoolAI provides can save me a lot of time, so I can focus more on student interventions, providing specific feedback for students, analyzing student data and adjusting instruction\u201D\"})}),className:\"framer-47lez1\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9fyn2y\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014 Sara Elder, Hidden Valley Middle School\"})}),className:\"framer-1lk5asf\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQ=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Teacher\"})}),className:\"framer-1gcm4sd\",fonts:[\"FS;General Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d4zdmh\",\"data-framer-name\":\"Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fvhhdv\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:770,intrinsicWidth:564,pixelHeight:792,pixelWidth:580,sizes:\"223.7907px\",src:\"https://framerusercontent.com/images/fnRb3ojWxwi9qR7no2Vo6IZi8.png\",srcSet:\"https://framerusercontent.com/images/fnRb3ojWxwi9qR7no2Vo6IZi8.png 580w\"},className:\"framer-1hk670n\",\"data-framer-name\":\"Image (7)\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mids1f\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CI got my teacher back from burnout after she discovered how Spaces allowed her to deeply engage her students. She has the spark back in her teaching.\u201D\"})}),className:\"framer-125gq4g\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wapwyc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014 Leroy Dixon, White Plains Middle School, New York\"})}),className:\"framer-1gil9ou\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQ=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Principal\"})}),className:\"framer-utmzwh\",fonts:[\"FS;General Sans-bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1520d6t\",\"data-framer-name\":\"Section_SchoolAI\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-7hqsxm\",\"data-framer-name\":\"Container_SchoolAI\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z7fzkv\",\"data-framer-name\":\"LayoutVertical_SchoolAI\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bcqbwq\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sej8m2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Secure by design\"})})},W1qOb5YV2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"81px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"88px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Secure by design\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"102px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"112px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Secure by design\"})}),className:\"framer-ny75w\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(27, 29, 32, 0.66)\"},children:\"Because we built SchoolAI specifically for students, we maintain the highest security and data privacy standards.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(27, 29, 32, 0.66)\"},children:\"Because we built SchoolAI specifically for students, we maintain the highest security and data privacy standards.\"})}),className:\"framer-f7qoox\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v1vvn3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{background:{alt:\"\",fit:\"fill\",pixelHeight:192,pixelWidth:192,src:\"https://framerusercontent.com/images/lsPOzqOKgyBjO74wue664Sdqv6g.png\"}},W1qOb5YV2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8401+96+0+0+0+0+0+0+280+0),pixelHeight:192,pixelWidth:192,src:\"https://framerusercontent.com/images/lsPOzqOKgyBjO74wue664Sdqv6g.png\"}},xW9fGu7st:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9113.15+152+0+0+0+0+0+0+304+0),pixelHeight:192,pixelWidth:192,src:\"https://framerusercontent.com/images/lsPOzqOKgyBjO74wue664Sdqv6g.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9120.15+152+0+0+0+0+0+0+304+0),pixelHeight:192,pixelWidth:192,src:\"https://framerusercontent.com/images/lsPOzqOKgyBjO74wue664Sdqv6g.png\"},className:\"framer-13k0834\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{background:{alt:\"\",fit:\"fill\",pixelHeight:192,pixelWidth:192,src:\"https://framerusercontent.com/images/Ofs4BSQTI1aio6KJrKV7CmNgAY.png\"}},W1qOb5YV2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8401+96+0+0+0+0+0+0+280+0),pixelHeight:192,pixelWidth:192,src:\"https://framerusercontent.com/images/Ofs4BSQTI1aio6KJrKV7CmNgAY.png\"}},xW9fGu7st:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9113.15+152+0+0+0+0+0+0+304+0),pixelHeight:192,pixelWidth:192,src:\"https://framerusercontent.com/images/Ofs4BSQTI1aio6KJrKV7CmNgAY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9120.15+152+0+0+0+0+0+0+304+0),pixelHeight:192,pixelWidth:192,src:\"https://framerusercontent.com/images/Ofs4BSQTI1aio6KJrKV7CmNgAY.png\"},className:\"framer-17lprcw\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{background:{alt:\"\",fit:\"fill\",pixelHeight:192,pixelWidth:192,src:\"https://framerusercontent.com/images/II2NSZWZvxxAMDmpRwLuhuivH64.png\"}},W1qOb5YV2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8401+96+0+0+0+0+0+0+280+0),pixelHeight:192,pixelWidth:192,src:\"https://framerusercontent.com/images/II2NSZWZvxxAMDmpRwLuhuivH64.png\"}},xW9fGu7st:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9113.15+152+0+0+0+0+0+0+304+0),pixelHeight:192,pixelWidth:192,src:\"https://framerusercontent.com/images/II2NSZWZvxxAMDmpRwLuhuivH64.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9120.15+152+0+0+0+0+0+0+304+0),pixelHeight:192,pixelWidth:192,src:\"https://framerusercontent.com/images/II2NSZWZvxxAMDmpRwLuhuivH64.png\"},className:\"framer-jpmb9n\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{background:{alt:\"\",fit:\"fill\",pixelHeight:136,pixelWidth:136,src:\"https://framerusercontent.com/images/PlKoJtnfFdQ8fZ2hmYtRhFw9Y.png\"}},W1qOb5YV2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8401+96+0+0+0+0+0+0+280+0),pixelHeight:136,pixelWidth:136,src:\"https://framerusercontent.com/images/PlKoJtnfFdQ8fZ2hmYtRhFw9Y.png\"}},xW9fGu7st:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9113.15+152+0+0+0+0+0+0+304+0),pixelHeight:136,pixelWidth:136,src:\"https://framerusercontent.com/images/PlKoJtnfFdQ8fZ2hmYtRhFw9Y.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9120.15+152+0+0+0+0+0+0+304+0),pixelHeight:136,pixelWidth:136,src:\"https://framerusercontent.com/images/PlKoJtnfFdQ8fZ2hmYtRhFw9Y.png\"},className:\"framer-cc5s3h\"})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vxjkqs\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 48px, 1px)`,y:undefined},W1qOb5YV2:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 160px, 1px)`,y:(componentViewport?.y||0)+0+8401+96+0+0+0+0+436+0},xW9fGu7st:{y:(componentViewport?.y||0)+0+9113.15+152+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:376,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 220px) / 2, 50px), 1px)`,y:(componentViewport?.y||0)+0+9120.15+152+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dcvsiw-container\",nodeId:\"sdS15wwAd\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(AccordionStyle3,{caA2nzE3H:true,height:\"100%\",id:\"sdS15wwAd\",layoutId:\"sdS15wwAd\",style:{width:\"100%\"},variant:\"lhAn5xXW5\",width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f6t6qf\",\"data-framer-name\":\"Section_SchoolAI\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3pfmfs\",\"data-framer-name\":\"Container_SchoolAI\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yofoew-container hidden-3qqhjl\",isModuleExternal:true,nodeId:\"eoPmR7oh9\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Ticker1,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"eoPmR7oh9\",layoutId:\"eoPmR7oh9\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k9l5ov\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nmwwxo\",\"data-framer-name\":\"LayoutVertical_SchoolAI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:415,pixelHeight:224,pixelWidth:415,src:\"https://framerusercontent.com/images/AqT3ftJTMxHw86yFfsrWYyQGnQM.png\"},className:\"framer-1m2jbje\",\"data-framer-name\":\"Image 135\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qg47eu\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jdebbn\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CFull oversight of student interactions\u2014real-time insight and action.\u201D\"})}),className:\"framer-13kwlcz\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wzapcs\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014\\xa0Jennifer Gonzalez, Cult of Pedagogy,\\xa0January 2025\"})}),className:\"framer-k7u1ss\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n8rkae\",\"data-framer-name\":\"LayoutVertical_SchoolAI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:415,pixelHeight:228,pixelWidth:500,src:\"https://framerusercontent.com/images/E9IToKKbAaXy7WitgUWIxEJBrsk.png\"},className:\"framer-gab9ew\",\"data-framer-name\":\"Image 135\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vtihzc\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-h2n515\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201COne of the top AI tools transforming classrooms.\u201D\"})}),className:\"framer-dgtoni\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-195vfh6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014\\xa0Forbes, May 2024\"})}),className:\"framer-1tcex9q\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zbjrhm\",\"data-framer-name\":\"LayoutVertical_SchoolAI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:415,pixelHeight:228,pixelWidth:531,sizes:\"200px\",src:\"https://framerusercontent.com/images/AbnF233TkINwVxmlQfZmxHlTDJY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/AbnF233TkINwVxmlQfZmxHlTDJY.png?scale-down-to=512 512w,https://framerusercontent.com/images/AbnF233TkINwVxmlQfZmxHlTDJY.png 531w\"},className:\"framer-8qr1c6\",\"data-framer-name\":\"Image 135\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rionan\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3ny857\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CBridging the gap between students, teachers, and school leaders.\u201D\"})}),className:\"framer-1sxx5vb\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1urgv9v\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014\\xa0Newsweek, 2024\"})}),className:\"framer-1yt1jel\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sv2geg\",\"data-framer-name\":\"LayoutVertical_SchoolAI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:415,pixelHeight:228,pixelWidth:576,sizes:\"284px\",src:\"https://framerusercontent.com/images/07JjZiLX5104cbTvIvZKmgvr3k.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/07JjZiLX5104cbTvIvZKmgvr3k.png?scale-down-to=512 512w,https://framerusercontent.com/images/07JjZiLX5104cbTvIvZKmgvr3k.png 576w\"},className:\"framer-ecovh6\",\"data-framer-name\":\"Image 135\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cq334d\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wgitj2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CA teacher-approved AI system made just for education.\u201D\"})}),className:\"framer-1uvkit2\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gf8ah5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014\\xa0Luke Edwards, Tech & Learning,\\xa0January 2025\"})}),className:\"framer-1sp4djm\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})],speed:70,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wilg2j-container hidden-193scn3 hidden-v2vjoz hidden-eo9lm5\",\"data-framer-name\":\"MOBILE TICKER\",isModuleExternal:true,name:\"MOBILE TICKER\",nodeId:\"wFXZO0nap\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Ticker1,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"wFXZO0nap\",layoutId:\"wFXZO0nap\",name:\"MOBILE TICKER\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gs56f2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-btt0u8\",\"data-framer-name\":\"LayoutVertical_SchoolAI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:415,pixelHeight:224,pixelWidth:415,src:\"https://framerusercontent.com/images/AqT3ftJTMxHw86yFfsrWYyQGnQM.png\"},className:\"framer-4mc0jy\",\"data-framer-name\":\"Image 135\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qauh1y\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14055nr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CFull oversight of student interactions\u2014real-time insight and action.\u201D\"})}),className:\"framer-x0qjzl\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r2muqw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014\\xa0Jennifer Gonzalez, Cult of Pedagogy,\\xa0January 2025\"})}),className:\"framer-by1xsc\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ku1ml8\",\"data-framer-name\":\"LayoutVertical_SchoolAI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:415,pixelHeight:228,pixelWidth:500,src:\"https://framerusercontent.com/images/E9IToKKbAaXy7WitgUWIxEJBrsk.png\"},className:\"framer-how1nr\",\"data-framer-name\":\"Image 135\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-crmmc7\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uadj6b\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201COne of the top AI tools transforming classrooms.\u201D\"})}),className:\"framer-1f3sxfw\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nqu9bd\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014\\xa0Forbes, May 2024\"})}),className:\"framer-sq4pv1\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1om0j3s\",\"data-framer-name\":\"LayoutVertical_SchoolAI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:415,pixelHeight:228,pixelWidth:531,sizes:\"140px\",src:\"https://framerusercontent.com/images/AbnF233TkINwVxmlQfZmxHlTDJY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/AbnF233TkINwVxmlQfZmxHlTDJY.png?scale-down-to=512 512w,https://framerusercontent.com/images/AbnF233TkINwVxmlQfZmxHlTDJY.png 531w\"},className:\"framer-ee1bbs\",\"data-framer-name\":\"Image 135\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wtoxha\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-c57ot9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CBridging the gap between students, teachers, and school leaders.\u201D\"})}),className:\"framer-14jzn3r\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tgjvto\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014\\xa0Newsweek, 2024\"})}),className:\"framer-15vrxpd\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-78s3go\",\"data-framer-name\":\"LayoutVertical_SchoolAI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:415,pixelHeight:228,pixelWidth:576,sizes:\"220px\",src:\"https://framerusercontent.com/images/07JjZiLX5104cbTvIvZKmgvr3k.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/07JjZiLX5104cbTvIvZKmgvr3k.png?scale-down-to=512 512w,https://framerusercontent.com/images/07JjZiLX5104cbTvIvZKmgvr3k.png 576w\"},className:\"framer-iap5s4\",\"data-framer-name\":\"Image 135\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5pu5g2\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-t2stmp\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u201CA teacher-approved AI system made just for education.\u201D\"})}),className:\"framer-12n4eu2\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nkn6pz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"\u2014\\xa0Luke Edwards, Tech & Learning,\\xa0January 2025\"})}),className:\"framer-x63g8d\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})],speed:70,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HSj2_cEKY\"},motionChild:true,nodeId:\"vHbcd8eQw\",openInNewTab:false,scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-cy4pgt framer-fn7xpy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-aheswd-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"S50lqGUN3\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 27, 41)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"S50lqGUN3\",layoutId:\"S50lqGUN3\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Explore press\"})}),className:\"framer-tkzj7l\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14ll3p\",\"data-framer-name\":\"Section_SchoolAI\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-13yln5d\",\"data-framer-name\":\"Container_SchoolAI\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:904,intrinsicWidth:1600,pixelHeight:632,pixelWidth:1400,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 24px)`,src:\"https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png\",srcSet:\"https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png?scale-down-to=512 512w,https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png 1400w\"}},W1qOb5YV2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:904,intrinsicWidth:1600,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10059+0+0+20+0),pixelHeight:632,pixelWidth:1400,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,src:\"https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png\",srcSet:\"https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png?scale-down-to=512 512w,https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png 1400w\"}},xW9fGu7st:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:904,intrinsicWidth:1600,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10471.15+0+0+0+0),pixelHeight:632,pixelWidth:1400,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1400px) - 32px)`,src:\"https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png\",srcSet:\"https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png?scale-down-to=512 512w,https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png 1400w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:904,intrinsicWidth:1600,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10478.15+0+0+0+0),pixelHeight:632,pixelWidth:1400,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png\",srcSet:\"https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png?scale-down-to=512 512w,https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5DDRJhF6MQcyefLl07pCrKgkAUk.png 1400w\"},className:\"framer-15r8ug9\",\"data-framer-name\":\"SchoolAI Trusted Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"From kindergarten to college.\"})})},W1qOb5YV2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"51px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"From kindergarten to college.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"From kindergarten to college.\"})}),className:\"framer-1k9og6p\",fonts:[\"FS;General Sans-semibold\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wj455t\",\"data-framer-name\":\"Section_SchoolAI\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-sh1vv6\",\"data-framer-name\":\"Container_SchoolAI\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pvflbs\",\"data-framer-name\":\"LayoutVertical_SchoolAI\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/2qcLArWx9bfEBxlKswLFmbmzak.png\"}},W1qOb5YV2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10499+80+0+20+0+0+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/2qcLArWx9bfEBxlKswLFmbmzak.png\"}},xW9fGu7st:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10971.15+80+0+20+0+0+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/2qcLArWx9bfEBxlKswLFmbmzak.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10978.15+80+0+20+0+0+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/2qcLArWx9bfEBxlKswLFmbmzak.png\"},className:\"framer-1yp7w5f\",\"data-framer-name\":\"Dot Keyboard\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kg1ohx\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-i2quah\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(17, 27, 41)\"},children:\"Ready to get started?\"})}),className:\"framer-9pdriy\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-s6hla4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(27, 29, 32, 0.66)\"},children:\"Always free for teachers.\"})}),className:\"framer-1g4nr11\",fonts:[\"FS;General Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{y:undefined},W1qOb5YV2:{y:(componentViewport?.y||0)+0+10499+80+0+20+0+0+253},xW9fGu7st:{y:(componentViewport?.y||0)+0+10971.15+80+0+20+0+0+253}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,y:(componentViewport?.y||0)+0+10978.15+80+0+20+0+0+253,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1747dzn-container\",nodeId:\"jvwWFp11A\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"jvwWFp11A\",layoutId:\"jvwWFp11A\",o1EyNe8NX:\"https://app.schoolai.com/sign-up\",uX_3WrkXr:\"Free for teachers\",width:\"100%\",YtqcWNIjT:\"ArrowRight\"})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{y:undefined},W1qOb5YV2:{y:(componentViewport?.y||0)+0+11022},xW9fGu7st:{y:(componentViewport?.y||0)+0+11494.15}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:327,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+11501.15,children:/*#__PURE__*/_jsx(Container,{className:\"framer-o4suth-container\",nodeId:\"M8sGJG0lk\",scopeId:\"H_bEXnqzv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uhC0GMRID:{variant:\"FMJ8q23eL\"},W1qOb5YV2:{variant:\"FMJ8q23eL\"}},children:/*#__PURE__*/_jsx(MobileEmail,{height:\"100%\",id:\"M8sGJG0lk\",layoutId:\"M8sGJG0lk\",style:{width:\"100%\"},variant:\"BNIdTs5dM\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aliQO.framer-fn7xpy, .framer-aliQO .framer-fn7xpy { display: block; }\",\".framer-aliQO.framer-193scn3 { align-content: center; align-items: center; background-color: var(--token-9b0a1640-c74a-4c4e-bff9-17f88218c6ab, #f9fafb); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-aliQO .framer-1oqd7ma { align-content: center; align-items: center; background-color: #f3f4f6; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0.6021873017743928px 2.2883117467426928px -0.3333333333333333px rgba(0, 0, 0, 0.06), 0px 2.288533303243457px 8.696426552325137px -0.6666666666666666px rgba(0, 0, 0, 0.08), 0px 10px 38px -1px rgba(0, 0, 0, 0.2); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px; position: relative; width: 360px; z-index: 10; }\",\".framer-aliQO .framer-yml0rc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8.06px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-aliQO .framer-g7d59g { flex: none; height: 20px; position: relative; width: 105px; }\",\".framer-aliQO .framer-n2m67k, .framer-aliQO .framer-15qwcsl, .framer-aliQO .framer-id2y2c, .framer-aliQO .framer-fk5kex, .framer-aliQO .framer-1qg47eu, .framer-aliQO .framer-vtihzc, .framer-aliQO .framer-1rionan, .framer-aliQO .framer-cq334d, .framer-aliQO .framer-1qauh1y, .framer-aliQO .framer-crmmc7, .framer-aliQO .framer-wtoxha, .framer-aliQO .framer-5pu5g2, .framer-aliQO .framer-kg1ohx { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-16ezuid { 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; min-height: 16px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-dria8b { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-aliQO .framer-16alwri { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-aliQO .framer-fpm74i, .framer-aliQO .framer-1l4it32, .framer-aliQO .framer-1ogusuu, .framer-aliQO .framer-6bjwy0, .framer-aliQO .framer-1slod97 { cursor: pointer; flex: none; height: 46px; overflow: hidden; position: relative; text-decoration: none; width: 100%; }\",\".framer-aliQO .framer-1k2hzoa-container, .framer-aliQO .framer-rjzidc-container, .framer-aliQO .framer-1i5hofi-container, .framer-aliQO .framer-12d52n8-container, .framer-aliQO .framer-1o2oh70-container, .framer-aliQO .framer-1pqwfn1-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; }\",\".framer-aliQO .framer-v2mp7s { cursor: pointer; flex: none; height: 46px; overflow: hidden; position: relative; width: 100%; }\",\".framer-aliQO .framer-1tn225w-container { bottom: 0px; flex: none; height: auto; left: 50%; position: fixed; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-aliQO .framer-1ftozvj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-aliQO .framer-aiyfmv-container, .framer-aliQO .framer-spqso5-container, .framer-aliQO .framer-1dcxqsx-container, .framer-aliQO .framer-vg01pe-container, .framer-aliQO .framer-1wko5e2-container, .framer-aliQO .framer-1nc1o9v-container, .framer-aliQO .framer-16amyu6-container, .framer-aliQO .framer-10p29hs-container, .framer-aliQO .framer-xts9xg-container, .framer-aliQO .framer-p85lom-container, .framer-aliQO .framer-1ql9a8f-container, .framer-aliQO .framer-o4suth-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-aliQO .framer-obwdb5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 0px 96px 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-1qy4fsl, .framer-aliQO .framer-1lm4m93 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-164y3o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 80%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-1oh9m8p { align-content: center; align-items: center; background-color: var(--token-9b0a1640-c74a-4c4e-bff9-17f88218c6ab, #f9fafb); 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: 100%; }\",\".framer-aliQO .framer-1i7yl64, .framer-aliQO .framer-tns5j9, .framer-aliQO .framer-wscn8y, .framer-aliQO .framer-7k4nqq, .framer-aliQO .framer-fswrlv, .framer-aliQO .framer-1jd83dm, .framer-aliQO .framer-96b5nv, .framer-aliQO .framer-h4r5za, .framer-aliQO .framer-r1tq4i, .framer-aliQO .framer-hb77sl, .framer-aliQO .framer-ytpduk, .framer-aliQO .framer-k3xbdk, .framer-aliQO .framer-1jsmvlc, .framer-aliQO .framer-15bo1e0, .framer-aliQO .framer-1s3elxq, .framer-aliQO .framer-vx31cd, .framer-aliQO .framer-18sgce, .framer-aliQO .framer-flllpf, .framer-aliQO .framer-1l1rtdw, .framer-aliQO .framer-1h5gha6, .framer-aliQO .framer-y0sg39, .framer-aliQO .framer-gtydjg, .framer-aliQO .framer-1bsfbue, .framer-aliQO .framer-36m78z, .framer-aliQO .framer-1fg7oe6, .framer-aliQO .framer-ug9nf6, .framer-aliQO .framer-pbteg1, .framer-aliQO .framer-sj2end, .framer-aliQO .framer-sqxkd9, .framer-aliQO .framer-qn46l8, .framer-aliQO .framer-1oo0t9y, .framer-aliQO .framer-1sp81dp, .framer-aliQO .framer-gqt54i, .framer-aliQO .framer-1wtm92x, .framer-aliQO .framer-myrxh6, .framer-aliQO .framer-lprmgf, .framer-aliQO .framer-k7u1ss, .framer-aliQO .framer-1tcex9q, .framer-aliQO .framer-1yt1jel, .framer-aliQO .framer-1sp4djm, .framer-aliQO .framer-by1xsc, .framer-aliQO .framer-sq4pv1, .framer-aliQO .framer-15vrxpd, .framer-aliQO .framer-x63g8d, .framer-aliQO .framer-tkzj7l, .framer-aliQO .framer-1g4nr11 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aliQO .framer-ba1qf1 { flex: none; height: 46px; overflow: hidden; position: relative; text-decoration: none; width: 117px; }\",\".framer-aliQO .framer-1iu4r17-container, .framer-aliQO .framer-q7zgmr-container, .framer-aliQO .framer-15m92p9-container, .framer-aliQO .framer-r8dwbp-container, .framer-aliQO .framer-1bsvflg-container, .framer-aliQO .framer-byk0dp-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: auto; }\",\".framer-aliQO .framer-r2j6ja { flex: none; height: 46px; overflow: hidden; position: relative; text-decoration: none; width: 171px; }\",\".framer-aliQO .framer-1k7zhvb { flex: none; height: 46px; overflow: hidden; position: relative; text-decoration: none; width: 103px; }\",\".framer-aliQO .framer-nyjspu { flex: none; height: 46px; overflow: hidden; position: relative; text-decoration: none; width: 186px; }\",\".framer-aliQO .framer-1h3hlmg { flex: none; height: 46px; overflow: hidden; position: relative; text-decoration: none; width: 114px; }\",\".framer-aliQO .framer-428edb { flex: none; height: 46px; overflow: hidden; position: relative; text-decoration: none; width: 96px; }\",\".framer-aliQO .framer-1v5819l, .framer-aliQO .framer-x70lrc, .framer-aliQO .framer-3q3msk, .framer-aliQO .framer-hvkr54, .framer-aliQO .framer-jdebbn, .framer-aliQO .framer-h2n515, .framer-aliQO .framer-3ny857, .framer-aliQO .framer-wgitj2, .framer-aliQO .framer-14055nr, .framer-aliQO .framer-1uadj6b, .framer-aliQO .framer-c57ot9, .framer-aliQO .framer-t2stmp, .framer-aliQO .framer-i2quah { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-1v4elic, .framer-aliQO .framer-j5mvfp, .framer-aliQO .framer-1duptfv, .framer-aliQO .framer-1b685jq, .framer-aliQO .framer-4m8e9u, .framer-aliQO .framer-1g0vpmp, .framer-aliQO .framer-16da7z2, .framer-aliQO .framer-5c0b5x, .framer-aliQO .framer-9dfofq, .framer-aliQO .framer-s49fj2, .framer-aliQO .framer-1ndwqbq, .framer-aliQO .framer-ppxy5u, .framer-aliQO .framer-f29csx, .framer-aliQO .framer-10i56as, .framer-aliQO .framer-ze61j5, .framer-aliQO .framer-15escms, .framer-aliQO .framer-1fa6v77, .framer-aliQO .framer-susedi, .framer-aliQO .framer-5tb9xj, .framer-aliQO .framer-10ff6pu, .framer-aliQO .framer-1ly4y83, .framer-aliQO .framer-1yiahfu, .framer-aliQO .framer-3tjqzi, .framer-aliQO .framer-oasasg, .framer-aliQO .framer-9tlxr3, .framer-aliQO .framer-lvff9a, .framer-aliQO .framer-zg9tg8, .framer-aliQO .framer-15ap8ny, .framer-aliQO .framer-1iolbpt, .framer-aliQO .framer-a7ik37, .framer-aliQO .framer-xdekuk, .framer-aliQO .framer-1kfl5ze, .framer-aliQO .framer-11hjhm5, .framer-aliQO .framer-ov3659, .framer-aliQO .framer-1k08hzd, .framer-aliQO .framer-15xibqa, .framer-aliQO .framer-saa8b0, .framer-aliQO .framer-8vtomf, .framer-aliQO .framer-11s74fp, .framer-aliQO .framer-188rbk8, .framer-aliQO .framer-1h8hcd7, .framer-aliQO .framer-hxydrw, .framer-aliQO .framer-kac2kg, .framer-aliQO .framer-4gpviw, .framer-aliQO .framer-eultpl, .framer-aliQO .framer-6n3fn5, .framer-aliQO .framer-qkgvo7, .framer-aliQO .framer-l4dhya, .framer-aliQO .framer-102cb7w, .framer-aliQO .framer-5f9uab, .framer-aliQO .framer-rwsorc, .framer-aliQO .framer-47lez1, .framer-aliQO .framer-1lk5asf, .framer-aliQO .framer-1gcm4sd, .framer-aliQO .framer-125gq4g, .framer-aliQO .framer-1gil9ou, .framer-aliQO .framer-utmzwh, .framer-aliQO .framer-ny75w, .framer-aliQO .framer-f7qoox, .framer-aliQO .framer-13kwlcz, .framer-aliQO .framer-dgtoni, .framer-aliQO .framer-1sxx5vb, .framer-aliQO .framer-1uvkit2, .framer-aliQO .framer-x0qjzl, .framer-aliQO .framer-1f3sxfw, .framer-aliQO .framer-14jzn3r, .framer-aliQO .framer-12n4eu2, .framer-aliQO .framer-9pdriy { --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-aliQO .framer-1r9x8z4, .framer-aliQO .framer-10zj1d4, .framer-aliQO .framer-e3s29o, .framer-aliQO .framer-wpvmzx, .framer-aliQO .framer-qm9dbx, .framer-aliQO .framer-11n9r2y, .framer-aliQO .framer-1ajaiqn, .framer-aliQO .framer-wzapcs, .framer-aliQO .framer-195vfh6, .framer-aliQO .framer-1urgv9v, .framer-aliQO .framer-gf8ah5, .framer-aliQO .framer-1r2muqw, .framer-aliQO .framer-nqu9bd, .framer-aliQO .framer-tgjvto, .framer-aliQO .framer-1nkn6pz { 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-aliQO .framer-1hfs31p { aspect-ratio: 0.9894736842105263 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 37px); overflow: visible; position: relative; width: 36px; }\",\".framer-aliQO .framer-ew3xbz, .framer-aliQO .framer-4jnhnl { 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: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-aliQO .framer-ung4fd-container, .framer-aliQO .framer-6p550s-container, .framer-aliQO .framer-1747dzn-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-aliQO .framer-5zxha6, .framer-aliQO .framer-bz2ugv, .framer-aliQO .framer-1n21mzp, .framer-aliQO .framer-r2t547, .framer-aliQO .framer-1dibbb4, .framer-aliQO .framer-180yrqq, .framer-aliQO .framer-31kubz, .framer-aliQO .framer-1xqqjml, .framer-aliQO .framer-14ll3p { 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: 100%; }\",\".framer-aliQO .framer-um3byl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-aliQO .framer-21adyc { align-content: center; align-items: center; border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; border-top-left-radius: 22px; border-top-right-radius: 22px; 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: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-aliQO .framer-4qliob { background-color: rgba(0, 0, 0, 0.2); flex: none; height: 600px; left: -48px; overflow: hidden; position: absolute; right: -48px; top: 0px; z-index: 1; }\",\".framer-aliQO .framer-lp1ap8-container { flex: 1 0 0px; height: auto; max-width: 100%; position: relative; width: 1px; }\",\".framer-aliQO .framer-1u7jky4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 80%; z-index: 1; }\",\".framer-aliQO .framer-7lc9v5-container { flex: none; height: 157px; max-width: 100%; position: relative; width: 100%; }\",\".framer-aliQO .framer-1lkg6b3 { aspect-ratio: 80.31617647058823 / 1; height: var(--framer-aspect-ratio-supported, 93px); overflow: visible; position: relative; width: 7444px; }\",\".framer-aliQO .framer-8088zx { 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: 64px 0px 128px 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-i67it1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-aliQO .framer-1xzklh0, .framer-aliQO .framer-1pbdcvy, .framer-aliQO .framer-1tpdzkd, .framer-aliQO .framer-rs9ry1, .framer-aliQO .framer-179pn2z { align-content: center; align-items: center; background-color: rgba(234, 234, 234, 0.6); border-bottom-left-radius: 1234px; border-bottom-right-radius: 1234px; border-top-left-radius: 1234px; border-top-right-radius: 1234px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 12px 4px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-aliQO .framer-1s3v8nh-container, .framer-aliQO .framer-1sqiyk6-container, .framer-aliQO .framer-14xo2fr-container, .framer-aliQO .framer-1hf2lvu-container, .framer-aliQO .framer-7urvt4-container, .framer-aliQO .framer-zf3nf-container, .framer-aliQO .framer-158lest-container, .framer-aliQO .framer-1p7j12g-container, .framer-aliQO .framer-blzmqc-container, .framer-aliQO .framer-zp1nx2-container, .framer-aliQO .framer-18mltmb-container, .framer-aliQO .framer-aheswd-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-aliQO .framer-1wvf4zo { --border-bottom-width: 1px; --border-color: #e2e8f0; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; 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: 100%; }\",\".framer-aliQO .framer-o6u4r1 { aspect-ratio: 1.8518518518518519 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 300px); overflow: visible; position: relative; width: 556px; z-index: 1; }\",\".framer-aliQO .framer-b1mq1q { background-color: #e2e8f0; bottom: 0px; flex: none; height: 1px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; width: 100%; z-index: 5; }\",\".framer-aliQO .framer-vrf64f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-133q7sb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-1r4l3ly { 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: 0px; position: relative; width: 28%; }\",\".framer-aliQO .framer-8gfk0b, .framer-aliQO .framer-et4x6i, .framer-aliQO .framer-17i9zh { --border-bottom-width: 1px; --border-color: var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-aliQO .framer-148pllk, .framer-aliQO .framer-q9xnsv, .framer-aliQO .framer-2sc442 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-aliQO .framer-1x0e16l, .framer-aliQO .framer-1sye3as { 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: 0px; position: relative; width: 32%; }\",\".framer-aliQO .framer-seovyz-container { flex: none; height: 27px; position: relative; width: 16px; }\",\".framer-aliQO .framer-1sjjbdd { aspect-ratio: 2.0216771249286936 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 356px); left: 50%; overflow: visible; position: absolute; top: 74px; transform: translateX(-50%); width: 60%; z-index: 1; }\",\".framer-aliQO .framer-17c7um1 { align-content: center; align-items: center; background-color: #0e1d2e; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 80px 64px 80px; position: relative; width: 100%; z-index: 1; }\",\".framer-aliQO .framer-1egpii7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-aliQO .framer-1ahbvl2, .framer-aliQO .framer-16xjxx3, .framer-aliQO .framer-oqfi0l, .framer-aliQO .framer-6115t6, .framer-aliQO .framer-e8e71k, .framer-aliQO .framer-r5mf7e, .framer-aliQO .framer-ddq2zf, .framer-aliQO .framer-1o1hlpk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px 80px; height: 60vh; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-aliQO .framer-1gxe4l2, .framer-aliQO .framer-2ldkqx, .framer-aliQO .framer-1atmcwn, .framer-aliQO .framer-1lwns1o, .framer-aliQO .framer-y84lww, .framer-aliQO .framer-1wfxps0, .framer-aliQO .framer-kncodm, .framer-aliQO .framer-p06nlu { 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: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-aliQO .framer-1am6zd7 { align-content: center; align-items: center; background-color: var(--token-801a88b7-5ea6-4d95-9afc-979000e5fbf0, #2869dd); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 22px 4px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-aliQO .framer-88e9jk, .framer-aliQO .framer-wg0f6c, .framer-aliQO .framer-tly71p, .framer-aliQO .framer-1a9dcrf, .framer-aliQO .framer-1usysk9, .framer-aliQO .framer-1cq1zn7 { height: 18px; left: 103px; position: absolute; top: 2px; width: 17px; }\",\".framer-aliQO .framer-1ppg7gg-container, .framer-aliQO .framer-sq0u1t-container, .framer-aliQO .framer-6iwxdu-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-aliQO .framer-1qqvu4t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-6p25t2, .framer-aliQO .framer-6swzuh, .framer-aliQO .framer-d76lcd, .framer-aliQO .framer-nt8bs6, .framer-aliQO .framer-ddts20, .framer-aliQO .framer-b2roth, .framer-aliQO .framer-cy4nc8 { 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-aliQO .framer-18scw7g, .framer-aliQO .framer-mqq5ct, .framer-aliQO .framer-sxdd7h { --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-aliQO .framer-1uztn6f, .framer-aliQO .framer-apilak, .framer-aliQO .framer-1neho17, .framer-aliQO .framer-1h6qwry, .framer-aliQO .framer-jpxbsx, .framer-aliQO .framer-1ytgtcj, .framer-aliQO .framer-6292zj, .framer-aliQO .framer-1nq4zkm, .framer-aliQO .framer-1j1b1bs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-1gk457, .framer-aliQO .framer-x0avap, .framer-aliQO .framer-g2713i, .framer-aliQO .framer-ev7csy, .framer-aliQO .framer-jno8dx, .framer-aliQO .framer-28xoh7, .framer-aliQO .framer-dd9ozj, .framer-aliQO .framer-1fcd5l3 { 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: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-18cp5wh { align-content: center; align-items: center; background-color: #f4c45b; border-bottom-left-radius: 1234px; border-bottom-right-radius: 1234px; border-top-left-radius: 1234px; border-top-right-radius: 1234px; box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.14); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 22px 10px 10px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-aliQO .framer-3lhjli { aspect-ratio: 0.9894736842105263 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 24px; }\",\".framer-aliQO .framer-1ndhw3y, .framer-aliQO .framer-ckj9wm, .framer-aliQO .framer-1lyv05u, .framer-aliQO .framer-w3szxf, .framer-aliQO .framer-1ameef9, .framer-aliQO .framer-9ssg59, .framer-aliQO .framer-qjgmmd, .framer-aliQO .framer-255yle { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-aliQO .framer-1mko6g5, .framer-aliQO .framer-15mhuec, .framer-aliQO .framer-95z54, .framer-aliQO .framer-kmwr0m, .framer-aliQO .framer-r2thfj { align-content: center; align-items: center; background-color: #9810fa; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 22px 4px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-aliQO .framer-1tmq2lz, .framer-aliQO .framer-47kx76, .framer-aliQO .framer-zmzhke, .framer-aliQO .framer-n6j15o, .framer-aliQO .framer-1hsv3d5, .framer-aliQO .framer-17bq2v6, .framer-aliQO .framer-1yx30if { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-xbqng4, .framer-aliQO .framer-kxiokk, .framer-aliQO .framer-gsmcb1, .framer-aliQO .framer-1rs4ds4, .framer-aliQO .framer-db31dh, .framer-aliQO .framer-18iotr7, .framer-aliQO .framer-1n0nulz { align-content: center; align-items: center; background-color: #f4c45b; border-bottom-left-radius: 1234px; border-bottom-right-radius: 1234px; border-top-left-radius: 1234px; border-top-right-radius: 1234px; box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.14); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 22px 10px 22px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-aliQO .framer-t3zz81 { aspect-ratio: 1.7699115044247788 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 678px); overflow: visible; position: relative; width: 100%; }\",\".framer-aliQO .framer-692l3n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); z-index: 1; }\",\".framer-aliQO .framer-1fpo14f, .framer-aliQO .framer-1f6t6qf, .framer-aliQO .framer-1wj455t { 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: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-1sujvlu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 80px; position: relative; width: 100%; }\",\".framer-aliQO .framer-eisxrw { align-content: flex-start; align-items: flex-start; background-color: var(--token-9b0a1640-c74a-4c4e-bff9-17f88218c6ab, #f9fafb); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 900px; justify-content: flex-start; overflow: hidden; padding: 16px; position: relative; width: min-content; }\",\".framer-aliQO .framer-1ahacne { 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: hidden; padding: 0px; position: relative; width: 343px; }\",\".framer-aliQO .framer-1nswz7 { aspect-ratio: 0.7324675324675325 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 468px); max-width: 100%; overflow: visible; position: relative; width: 343px; }\",\".framer-aliQO .framer-7gq1jv { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-aliQO .framer-1jaejxm { align-content: flex-start; align-items: flex-start; background-color: var(--token-9b0a1640-c74a-4c4e-bff9-17f88218c6ab, #f9fafb); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 900px; justify-content: flex-start; overflow: hidden; padding: 16px; position: relative; width: 375px; }\",\".framer-aliQO .framer-5j9skw, .framer-aliQO .framer-m333ho, .framer-aliQO .framer-6v1v9a, .framer-aliQO .framer-boz9t4, .framer-aliQO .framer-12zr4v5 { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-1v9g5jb, .framer-aliQO .framer-1jwlrr3, .framer-aliQO .framer-1ev35vd, .framer-aliQO .framer-1fy2tp4, .framer-aliQO .framer-n4ymrb, .framer-aliQO .framer-1c0p08b, .framer-aliQO .framer-ppgk4v, .framer-aliQO .framer-kgg7h5, .framer-aliQO .framer-1ylllrd, .framer-aliQO .framer-1uvzssn, .framer-aliQO .framer-1hk670n { aspect-ratio: 0.7324675324675325 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 273px); overflow: visible; position: relative; width: 100%; }\",\".framer-aliQO .framer-143xkwj, .framer-aliQO .framer-wnxrqw, .framer-aliQO .framer-mu1dyy, .framer-aliQO .framer-17yj112, .framer-aliQO .framer-z9g3ga { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-14wiwwl, .framer-aliQO .framer-xnthiu, .framer-aliQO .framer-1tu9ga2, .framer-aliQO .framer-11qm03d { align-content: center; align-items: center; background-color: var(--token-9b0a1640-c74a-4c4e-bff9-17f88218c6ab, #f9fafb); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 900px; justify-content: flex-start; overflow: hidden; padding: 16px; position: relative; width: 375px; }\",\".framer-aliQO .framer-f4loia, .framer-aliQO .framer-1on2lq3, .framer-aliQO .framer-b7s98i, .framer-aliQO .framer-yotpj, .framer-aliQO .framer-1xfvmaj, .framer-aliQO .framer-d4zdmh { align-content: center; align-items: center; background-color: var(--token-9b0a1640-c74a-4c4e-bff9-17f88218c6ab, #f9fafb); display: flex; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 390px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 48px 0px; position: relative; width: 1027px; }\",\".framer-aliQO .framer-1bk9lll, .framer-aliQO .framer-vmcbwy, .framer-aliQO .framer-tygkqb, .framer-aliQO .framer-1qljlab, .framer-aliQO .framer-1k7db5j, .framer-aliQO .framer-fvhhdv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 22%; }\",\".framer-aliQO .framer-15xf3xc, .framer-aliQO .framer-14ii2jy, .framer-aliQO .framer-uztqv9, .framer-aliQO .framer-1pcapx5, .framer-aliQO .framer-1mu25a6, .framer-aliQO .framer-1mids1f { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-aliQO .framer-119n99j, .framer-aliQO .framer-wati5u, .framer-aliQO .framer-1xfiklv, .framer-aliQO .framer-1p9xlie, .framer-aliQO .framer-9fyn2y, .framer-aliQO .framer-1wapwyc { 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: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-1520d6t { align-content: center; align-items: center; background-color: #fef9ef; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 152px 0px 152px 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-7hqsxm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-aliQO .framer-z7fzkv { display: grid; flex: none; gap: 60px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-aliQO .framer-bcqbwq { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-1sej8m2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-1v1vvn3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-13k0834, .framer-aliQO .framer-17lprcw, .framer-aliQO .framer-jpmb9n, .framer-aliQO .framer-cc5s3h { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 64px; }\",\".framer-aliQO .framer-1vxjkqs { --border-bottom-width: 1px; --border-color: #e2e8f0; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-dcvsiw-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-aliQO .framer-3pfmfs, .framer-aliQO .framer-sh1vv6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-aliQO .framer-1yofoew-container, .framer-aliQO .framer-wilg2j-container { flex: none; height: 400px; position: relative; width: 100%; }\",\".framer-aliQO .framer-k9l5ov { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-aliQO .framer-nmwwxo, .framer-aliQO .framer-1n8rkae, .framer-aliQO .framer-zbjrhm, .framer-aliQO .framer-sv2geg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 800px; }\",\".framer-aliQO .framer-1m2jbje, .framer-aliQO .framer-gab9ew, .framer-aliQO .framer-8qr1c6 { aspect-ratio: 1.8526785714285714 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 108px); overflow: visible; position: relative; width: 200px; }\",\".framer-aliQO .framer-ecovh6 { flex: none; height: 108px; overflow: visible; position: relative; width: 284px; }\",\".framer-aliQO .framer-gs56f2 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: 270px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1619px; }\",\".framer-aliQO .framer-btt0u8, .framer-aliQO .framer-ku1ml8, .framer-aliQO .framer-1om0j3s, .framer-aliQO .framer-78s3go { 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: center; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-aliQO .framer-4mc0jy, .framer-aliQO .framer-how1nr, .framer-aliQO .framer-ee1bbs { aspect-ratio: 1.8526785714285714 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 108px); overflow: visible; position: relative; width: 140px; }\",\".framer-aliQO .framer-iap5s4 { aspect-ratio: 2.6296296296296298 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 108px); overflow: visible; position: relative; width: 220px; }\",\".framer-aliQO .framer-cy4pgt { align-content: center; align-items: center; background-color: #f4c45b; border-bottom-left-radius: 1234px; border-bottom-right-radius: 1234px; border-top-left-radius: 1234px; border-top-right-radius: 1234px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 22px 10px 22px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-aliQO .framer-13yln5d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-aliQO .framer-15r8ug9 { aspect-ratio: 2.32 / 1; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; flex: none; height: var(--framer-aspect-ratio-supported, 504px); overflow: visible; position: relative; width: 100%; }\",\".framer-aliQO .framer-1k9og6p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-aliQO .framer-1pvflbs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 600px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aliQO .framer-1yp7w5f { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 89px); overflow: visible; position: relative; width: 89px; }\",\".framer-aliQO .framer-s6hla4 { 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: 100%; }\",'.framer-aliQO[data-border=\"true\"]::after, .framer-aliQO [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: 810px) and (max-width: 1199px) { .framer-aliQO.framer-193scn3 { width: 810px; } .framer-aliQO .framer-1ftozvj { order: 2; } .framer-aliQO .framer-obwdb5 { order: 3; padding: 72px 0px 64px 0px; } .framer-aliQO .framer-1r9x8z4 { width: 100%; } .framer-aliQO .framer-tns5j9 { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-aliQO .framer-5zxha6 { order: 4; } .framer-aliQO .framer-7lc9v5-container { order: 5; } .framer-aliQO .framer-8088zx { order: 6; padding: 40px 0px 96px 0px; } .framer-aliQO .framer-i67it1 { gap: 56px; padding: 0px 32px 0px 32px; } .framer-aliQO .framer-1wvf4zo { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; overflow: visible; } .framer-aliQO .framer-vrf64f { gap: 72px; } .framer-aliQO .framer-1sjjbdd { height: var(--framer-aspect-ratio-supported, 240px); } .framer-aliQO .framer-17c7um1 { order: 9; padding: 64px 40px 64px 40px; } .framer-aliQO .framer-1ahbvl2, .framer-aliQO .framer-16xjxx3, .framer-aliQO .framer-oqfi0l, .framer-aliQO .framer-6115t6, .framer-aliQO .framer-e8e71k, .framer-aliQO .framer-r5mf7e, .framer-aliQO .framer-ddq2zf, .framer-aliQO .framer-1o1hlpk { gap: 0px 48px; } .framer-aliQO .framer-10zj1d4, .framer-aliQO .framer-1ajaiqn { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-aliQO .framer-1uztn6f { gap: 0px 10px; } .framer-aliQO .framer-11n9r2y { align-content: flex-start; align-items: flex-start; flex-direction: column; justify-content: flex-start; } .framer-aliQO .framer-bz2ugv { order: 10; } .framer-aliQO .framer-t3zz81 { height: var(--framer-aspect-ratio-supported, 457px); } .framer-aliQO .framer-1fpo14f { order: 11; } .framer-aliQO .framer-1sujvlu, .framer-aliQO .framer-13yln5d { padding: 20px; } .framer-aliQO .framer-1520d6t { order: 12; padding: 96px 0px 96px 0px; } .framer-aliQO .framer-z7fzkv { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; } .framer-aliQO .framer-bcqbwq, .framer-aliQO .framer-1vxjkqs { align-self: unset; } .framer-aliQO .framer-1f6t6qf { order: 13; } .framer-aliQO .framer-14ll3p { order: 14; } .framer-aliQO .framer-15r8ug9 { height: var(--framer-aspect-ratio-supported, 332px); } .framer-aliQO .framer-1wj455t { order: 15; } .framer-aliQO .framer-o4suth-container { order: 16; }}\",\"@media (max-width: 809px) { .framer-aliQO.framer-193scn3 { width: 480px; } .framer-aliQO .framer-obwdb5 { padding: 64px 0px 56px 0px; } .framer-aliQO .framer-1qy4fsl { order: 0; } .framer-aliQO .framer-164y3o { max-width: unset; padding: 0px 24px 0px 24px; } .framer-aliQO .framer-1r9x8z4 { flex-direction: column; width: 100%; } .framer-aliQO .framer-tns5j9 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-aliQO .framer-1hfs31p { height: var(--framer-aspect-ratio-supported, 32px); } .framer-aliQO .framer-lp1ap8-container { flex: none; height: 328px; width: 498px; } .framer-aliQO .framer-8088zx { padding: 48px 16px 96px 16px; } .framer-aliQO .framer-i67it1 { gap: 56px; } .framer-aliQO .framer-o6u4r1 { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 108px); width: 1px; } .framer-aliQO .framer-vrf64f { padding: 0px 24px 0px 2px; } .framer-aliQO .framer-133q7sb { flex-direction: column; gap: 40px; justify-content: flex-start; } .framer-aliQO .framer-1r4l3ly, .framer-aliQO .framer-1x0e16l, .framer-aliQO .framer-1sye3as { width: 100%; } .framer-aliQO .framer-1sjjbdd { height: var(--framer-aspect-ratio-supported, 99px); top: 136px; } .framer-aliQO .framer-17c7um1 { padding: 64px 24px 64px 24px; } .framer-aliQO .framer-1egpii7 { gap: 64px; } .framer-aliQO .framer-1ahbvl2, .framer-aliQO .framer-16xjxx3, .framer-aliQO .framer-oqfi0l, .framer-aliQO .framer-6115t6, .framer-aliQO .framer-e8e71k, .framer-aliQO .framer-r5mf7e, .framer-aliQO .framer-ddq2zf, .framer-aliQO .framer-1o1hlpk { flex-direction: column; gap: 24px 80px; height: min-content; } .framer-aliQO .framer-1gxe4l2 { flex: none; overflow: visible; width: 100%; } .framer-aliQO .framer-10zj1d4, .framer-aliQO .framer-11n9r2y, .framer-aliQO .framer-1ajaiqn { align-content: flex-start; align-items: flex-start; flex-direction: column; justify-content: flex-start; } .framer-aliQO .framer-3lhjli { height: var(--framer-aspect-ratio-supported, 21px); } .framer-aliQO .framer-1ndhw3y, .framer-aliQO .framer-ckj9wm, .framer-aliQO .framer-1lyv05u, .framer-aliQO .framer-w3szxf, .framer-aliQO .framer-1ameef9, .framer-aliQO .framer-9ssg59, .framer-aliQO .framer-qjgmmd, .framer-aliQO .framer-255yle { flex: none; height: min-content; width: 100%; } .framer-aliQO .framer-2ldkqx, .framer-aliQO .framer-1atmcwn, .framer-aliQO .framer-1lwns1o, .framer-aliQO .framer-y84lww, .framer-aliQO .framer-1wfxps0, .framer-aliQO .framer-kncodm, .framer-aliQO .framer-p06nlu { flex: none; width: 100%; } .framer-aliQO .framer-6swzuh { overflow: unset; } .framer-aliQO .framer-47kx76, .framer-aliQO .framer-zmzhke, .framer-aliQO .framer-n6j15o, .framer-aliQO .framer-1yx30if { flex-direction: row; gap: 0px 8px; } .framer-aliQO .framer-d76lcd { overflow: unset; width: min-content; } .framer-aliQO .framer-1neho17, .framer-aliQO .framer-jpxbsx, .framer-aliQO .framer-1j1b1bs { flex: 1 0 0px; width: 1px; } .framer-aliQO .framer-nt8bs6, .framer-aliQO .framer-ddts20, .framer-aliQO .framer-1ytgtcj, .framer-aliQO .framer-b2roth, .framer-aliQO .framer-1nq4zkm { width: min-content; } .framer-aliQO .framer-1h6qwry { flex: 1 0 0px; gap: 10px 10px; width: 1px; } .framer-aliQO .framer-1hsv3d5 { flex-direction: row; gap: 0px 8px; justify-content: flex-start; } .framer-aliQO .framer-t3zz81 { height: var(--framer-aspect-ratio-supported, 113px); } .framer-aliQO .framer-1fpo14f { padding: 0px; } .framer-aliQO .framer-1sujvlu, .framer-aliQO .framer-1wj455t { padding: 64px 0px 64px 0px; } .framer-aliQO .framer-1520d6t { padding: 96px 0px 96px 0px; } .framer-aliQO .framer-7hqsxm { padding: 0px 24px 0px 24px; } .framer-aliQO .framer-z7fzkv { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; } .framer-aliQO .framer-bcqbwq, .framer-aliQO .framer-1vxjkqs { align-self: unset; } .framer-aliQO .framer-13k0834, .framer-aliQO .framer-17lprcw, .framer-aliQO .framer-jpmb9n, .framer-aliQO .framer-cc5s3h { height: var(--framer-aspect-ratio-supported, 96px); } .framer-aliQO .framer-1f6t6qf { padding: 48px 0px 48px 0px; } .framer-aliQO .framer-3pfmfs, .framer-aliQO .framer-13yln5d, .framer-aliQO .framer-sh1vv6 { padding: 12px; } .framer-aliQO .framer-15r8ug9 { aspect-ratio: unset; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; height: 197px; }}\",\"@media (min-width: 1440px) { .framer-aliQO.framer-193scn3 { width: 1440px; } .framer-aliQO .framer-1hfs31p { height: var(--framer-aspect-ratio-supported, 32px); } .framer-aliQO .framer-5zxha6 { padding: 0px 0px 32px 0px; } .framer-aliQO .framer-um3byl { padding: 0px; } .framer-aliQO .framer-i67it1 { max-width: 1200px; } .framer-aliQO .framer-o6u4r1 { height: var(--framer-aspect-ratio-supported, 261px); } .framer-aliQO .framer-1sjjbdd { height: var(--framer-aspect-ratio-supported, 99px); } .framer-aliQO .framer-17c7um1 { max-width: 100%; } .framer-aliQO .framer-3lhjli { height: var(--framer-aspect-ratio-supported, 21px); } .framer-aliQO .framer-t3zz81 { height: var(--framer-aspect-ratio-supported, 113px); } .framer-aliQO .framer-13k0834, .framer-aliQO .framer-17lprcw, .framer-aliQO .framer-jpmb9n, .framer-aliQO .framer-cc5s3h { height: var(--framer-aspect-ratio-supported, 96px); } .framer-aliQO .framer-13yln5d { max-width: 1400px; } .framer-aliQO .framer-15r8ug9 { height: var(--framer-aspect-ratio-supported, 86px); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 11680\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"W1qOb5YV2\":{\"layout\":[\"fixed\",\"auto\"]},\"uhC0GMRID\":{\"layout\":[\"fixed\",\"auto\"]},\"xW9fGu7st\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerH_bEXnqzv=withCSS(Component,css,\"framer-aliQO\");export default FramerH_bEXnqzv;FramerH_bEXnqzv.displayName=\"Home Youssef 2\";FramerH_bEXnqzv.defaultProps={height:11680,width:1200};addFonts(FramerH_bEXnqzv,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2\",weight:\"500\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K46YRH762FH3QJ25IQM3VAXAKCHEXXW4/ISLWQPUZHZF33LRIOTBMFOJL57GBGQ4B/3ZLMEXZEQPLTEPMHTQDAUXP5ZZXCZAEN.woff2\",weight:\"600\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2\",weight:\"400\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KWXO5X3YW4X7OLUMPO4X24HQJGJU7E2Q/VOWUQZS3YLP66ZHPTXAFSH6YACY4WJHT/NIQ54PVBBIWVK3PFSOIOUJSXIJ5WTNDP.woff2\",weight:\"700\"}]},...RoleBTNFonts,...RoleDrawer2Fonts,...Nav25Fonts,...ButtonFonts,...VideoFonts,...TickerFonts,...PhosphorFonts,...Phosphor1Fonts,...CarouselFonts,...AccordionStyle3Fonts,...Ticker1Fonts,...MobileEmailFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerH_bEXnqzv\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"W1qOb5YV2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uhC0GMRID\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xW9fGu7st\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"11680\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["closeOverlayGlobal", "popUpStructure", "animation", "withTimedOverlay", "Component", "props", "isVisible", "setIsVisible", "ye", "popupRef", "pe", "ue", "dismissedAt", "now", "elapsed", "oneDay", "handleMouseDown", "event", "p", "motion", "PopupContent", "u", "OverlayWithTimer", "withTimedOverlay", "PopupContent", "CloseModalOverride", "closeOverlayGlobal", "withCloseModalOverride", "C", "props", "re", "DataObserverContext", "p", "RoleBTNFonts", "getFonts", "yzEGpg3A4_default", "MotionDivWithCloseModalOverridev2mp7s", "withCodeBoundaryForOverrides", "motion", "withCloseModalOverride", "MotionDivWithTimedOverlay1oqd7ma", "withTimedOverlay", "RoleDrawer2Fonts", "kanRezTPX_default", "Nav25Fonts", "GATw7D50B_default", "ButtonFonts", "CGx59uFkt_default", "VideoFonts", "Video", "TickerFonts", "Ticker", "PhosphorFonts", "Icon", "Phosphor1Fonts", "MotionDivWithFX", "withFX", "CarouselFonts", "Carousel", "AccordionStyle3Fonts", "nRYh_7Jxg_default", "Ticker1Fonts", "MobileEmailFonts", "ExM1lJUrN_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transformTemplate2", "animation", "transition1", "animation1", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "SVG", "RichText", "x", "Link", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "css", "FramerH_bEXnqzv", "withCSS", "H_bEXnqzv_default", "addFonts", "__FramerMetadata__"]
}
