{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/material-icons/Home.js@0.0.32", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js", "ssg:https://ga.jspm.io/npm:lenis@1.1.2/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/s8KoqWSd7OOFVFWjfSWd/SmoothScroll_Prod.js", "ssg:https://framerusercontent.com/modules/OHLV5FEhYWPcmVfhU0Ot/PRipHLIysQCR24sadvbq/rEo2PQSWU.js", "ssg:https://framerusercontent.com/modules/hO5EN5qs2QmgPlUezy6N/BzidxylhLq2hOQF4edo7/FGvDDYAEI.js", "ssg:https://framerusercontent.com/modules/kHRQ7f5y2V3a29TZQjTr/TMNCAeFPcUUyN9x72o18/a0WbLG3zF.js", "ssg:https://framerusercontent.com/modules/74WOmH32KbReu8lICnna/Kch8ZecKjua1eeLuqtbs/ssxIG1odd.js", "ssg:https://framerusercontent.com/modules/b5b18tJTLmpM6bKfggZ4/0IcPGaQsCw9QiJ3IL8ws/TG8W9XKBU.js", "ssg:https://framerusercontent.com/modules/r8nZpxs6EhKeelm36hZu/I2XL71YnEhMlTUhrkhRo/et90WxbzF.js", "ssg:https://framerusercontent.com/modules/N0UWBH56y8TdhTMpekO1/FIy17QUwjRR2N1Dd1RSi/ssxIG1odd.js", "ssg:https://framerusercontent.com/modules/jYmFxJ890S4fPFiRw1vA/lsCOxZVw6tCGT4NL9gl6/lMSaZZpRl.js", "ssg:https://framerusercontent.com/modules/rlUcGkHohwLo89jRjyUb/Waivchscf0JUF9FtJkeb/q_cRrXuNQ.js", "ssg:https://framerusercontent.com/modules/s5vUWaC4UtwYh36voqtw/256G7EemKJOZnerEbxuf/NJIpOqFdz.js", "ssg:https://framerusercontent.com/modules/8GUlMF08b8Lf5hvcJbkb/DiO29SGLcos6j7zR70nL/OC3o094Zn.js", "ssg:https://framerusercontent.com/modules/kBXqleeAmngFNxss3skX/JYwooTQyKYiNRMru2Cjt/xmk1ggyGf.js", "ssg:https://framerusercontent.com/modules/YGvTBcpR21bF8lFqkUCl/Ybnr3SpO5US8fTb1PR2E/OC3o094Zn.js", "ssg:https://framerusercontent.com/modules/IoliSFHGyy2xqsxNjLz0/TjZhdt1891tkA1eGmyPQ/RQelsYQCb.js", "ssg:https://framerusercontent.com/modules/6BLuwIJvfUFZwwWEPxof/VOQl0BmWZDCxMinbTL1B/yy_aNdjd9.js", "ssg:https://framerusercontent.com/modules/g7ldZtNXGqZJGgBspPcY/wpggtnpzV1Hvh3IQL8sO/Xn4XGgwKb.js", "ssg:https://framerusercontent.com/modules/hLc2weBAFVjVBHrpTzg8/woPnFI991UHBzdDUdFCR/H1k2WIytg.js", "ssg:https://framerusercontent.com/modules/eYdkQXZZuf1NGaVFCuBG/G40eqDIeb54BGfcdTs3T/khRTbby09.js", "ssg:https://framerusercontent.com/modules/6H3RSYjzsDwqDoi5yx7m/ibeQWH9PRvUPQGh2OZCt/gAtGhIR84.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "const o=e=>e;let t;var h=e=>(t||(t=o(e.createElement(\"path\",{d:\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"}),\"Home\")),t);export{h as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useMemo,useRef}from\"react\";import{addPropertyControls,ControlType,motion,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/material-icons/Home.js@0.0.32\";import{defaultEvents,useIconSelection,getIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const moduleBaseUrl=\"https://framer.com/m/material-icons/\";const icons={AcUnit:15,AccessAlarm:15,AccessAlarms:15,AccessTime:15,AccessTimeFilled:0,Accessibility:7,AccessibilityNew:0,Accessible:15,AccessibleForward:0,AccountBalance:2,AccountBalanceWallet:0,AccountBox:15,AccountCircle:7,AccountTree:15,AdUnits:15,Adb:15,Add:15,AddAPhoto:15,AddAlarm:15,AddAlert:15,AddBox:15,AddBusiness:15,AddCircle:15,AddCircleOutline:0,AddComment:15,AddIcCall:15,AddLink:15,AddLocation:15,AddLocationAlt:2,AddModerator:15,AddPhotoAlternate:0,AddReaction:15,AddRoad:15,AddShoppingCart:2,AddTask:15,AddToDrive:15,AddToHomeScreen:2,AddToPhotos:15,AddToQueue:15,Addchart:15,Adjust:15,AdminPanelSettings:0,Agriculture:15,Air:15,AirlineSeatFlat:2,AirplaneTicket:2,AirplanemodeActive:0,AirplanemodeInactive:0,Airplay:15,AirportShuttle:2,Alarm:15,AlarmAdd:15,AlarmOff:15,AlarmOn:15,Album:15,AlignHorizontalLeft:0,AlignHorizontalRight:0,AlignVerticalBottom:0,AlignVerticalCenter:0,AlignVerticalTop:0,AllInbox:15,AllInclusive:15,AllOut:15,AltRoute:15,AlternateEmail:2,Analytics:15,Anchor:15,Android:15,Animation:15,Announcement:15,Aod:15,Apartment:15,Api:15,AppBlocking:15,AppRegistration:2,AppSettingsAlt:2,Apple:0,Approval:15,Apps:15,Architecture:15,Archive:15,ArrowBack:15,ArrowBackIos:15,ArrowBackIosNew:2,ArrowCircleDown:2,ArrowCircleUp:7,ArrowDownward:7,ArrowDropDown:7,ArrowDropDownCircle:0,ArrowDropUp:15,ArrowForward:15,ArrowForwardIos:2,ArrowLeft:15,ArrowRight:15,ArrowRightAlt:7,ArrowUpward:15,ArtTrack:15,Article:15,AspectRatio:15,Assessment:15,Assignment:15,AssignmentInd:7,AssignmentLate:2,AssignmentReturn:0,AssignmentReturned:0,AssignmentTurnedIn:0,Assistant:15,AssistantDirection:0,AssistantPhoto:2,Atm:15,AttachEmail:15,AttachFile:15,AttachMoney:15,Attachment:15,Attractions:15,Attribution:15,Audiotrack:15,AutoAwesome:15,AutoAwesomeMosaic:0,AutoAwesomeMotion:0,AutoDelete:15,AutoFixHigh:15,AutoFixNormal:7,AutoFixOff:15,AutoGraph:15,AutoStories:15,AutofpsSelect:7,Autorenew:15,AvTimer:15,BabyChangingStation:0,Backpack:15,Backspace:15,Backup:15,BackupTable:15,Badge:15,BakeryDining:15,Balcony:15,Ballot:15,BarChart:15,BatchPrediction:2,Bathroom:15,Bathtub:15,Battery20:15,Battery30:15,Battery50:15,Battery60:15,Battery80:15,Battery90:15,BatteryAlert:15,BatteryCharging20:0,BatteryCharging30:0,BatteryCharging50:0,BatteryCharging60:0,BatteryCharging80:0,BatteryCharging90:0,BatteryChargingFull:0,BatteryFull:15,BatterySaver:15,BatteryStd:15,BatteryUnknown:2,BeachAccess:15,Bed:15,BedroomBaby:15,BedroomChild:15,BedroomParent:7,Bedtime:15,Beenhere:15,Bento:15,BikeScooter:15,Biotech:15,Blender:15,Block:15,Bloodtype:15,Bluetooth:15,BluetoothAudio:2,BluetoothConnected:0,BluetoothDisabled:0,BluetoothDrive:2,BluetoothSearching:0,BlurCircular:15,BlurLinear:15,BlurOff:15,BlurOn:15,Bolt:15,Book:15,BookOnline:15,Bookmark:15,BookmarkAdd:15,BookmarkAdded:7,BookmarkBorder:2,BookmarkRemove:2,Bookmarks:15,BorderAll:15,BorderBottom:15,BorderClear:15,BorderColor:15,BorderHorizontal:0,BorderInner:15,BorderLeft:15,BorderOuter:15,BorderRight:15,BorderStyle:15,BorderTop:15,BorderVertical:2,BrandingWatermark:0,BreakfastDining:2,Brightness1:15,Brightness2:15,Brightness3:15,Brightness4:15,Brightness5:15,Brightness6:15,Brightness7:15,BrightnessAuto:2,BrightnessHigh:2,BrightnessLow:7,BrightnessMedium:0,BrokenImage:15,BrowserNotSupported:0,BrunchDining:15,Brush:15,BubbleChart:15,BugReport:15,Build:15,BuildCircle:15,Bungalow:15,BurstMode:15,BusAlert:15,Business:15,BusinessCenter:2,Cabin:15,Cable:15,Cached:15,Cake:15,Calculate:15,CalendarToday:7,CalendarViewDay:2,CalendarViewMonth:0,CalendarViewWeek:0,Call:15,CallEnd:15,CallMade:15,CallMerge:15,CallMissed:15,CallMissedOutgoing:0,CallReceived:15,CallSplit:15,CallToAction:15,Camera:15,CameraAlt:15,CameraEnhance:7,CameraFront:15,CameraIndoor:15,CameraOutdoor:7,CameraRear:15,CameraRoll:15,Cameraswitch:15,Campaign:15,Cancel:15,CancelPresentation:0,CancelScheduleSend:0,CarRental:15,CarRepair:15,CardGiftcard:15,CardMembership:2,CardTravel:15,Carpenter:15,Cases:15,Casino:15,Cast:15,CastConnected:7,CastForEducation:0,CatchingPokemon:2,Category:15,Celebration:15,CellWifi:15,CenterFocusStrong:0,CenterFocusWeak:2,Chair:15,ChairAlt:15,Chalet:15,ChangeCircle:15,ChangeHistory:7,ChargingStation:2,Chat:15,ChatBubble:15,ChatBubbleOutline:0,Check:15,CheckBox:15,CheckBoxOutlineBlank:0,CheckCircle:15,CheckCircleOutline:0,Checkroom:15,ChevronLeft:15,ChevronRight:15,ChildCare:15,ChildFriendly:7,ChromeReaderMode:0,Circle:15,CircleNotifications:0,Class:15,CleanHands:15,CleaningServices:0,Clear:15,ClearAll:15,Close:15,CloseFullscreen:2,ClosedCaption:7,ClosedCaptionOff:0,Cloud:15,CloudCircle:15,CloudDone:15,CloudDownload:7,CloudOff:15,CloudQueue:15,CloudUpload:15,Code:15,CodeOff:15,Coffee:15,CoffeeMaker:15,Collections:15,CollectionsBookmark:0,ColorLens:15,Colorize:15,Comment:15,CommentBank:15,Commute:15,Compare:15,CompareArrows:7,CompassCalibration:0,Compress:15,Computer:15,ConfirmationNumber:0,ConnectedTv:15,Construction:15,ContactMail:15,ContactPage:15,ContactPhone:15,ContactSupport:2,Contactless:15,Contacts:15,ContentCopy:15,ContentCut:15,ContentPaste:15,ContentPasteOff:2,ControlCamera:7,ControlPoint:15,CopyAll:15,Copyright:15,Coronavirus:15,CorporateFare:7,Cottage:15,Countertops:15,Create:15,CreateNewFolder:2,CreditCard:15,CreditCardOff:7,CreditScore:15,Crib:15,Crop:15,Crop169:15,Crop32:15,Crop54:15,Crop75:15,CropDin:15,CropFree:15,CropLandscape:7,CropOriginal:15,CropPortrait:15,CropRotate:15,CropSquare:15,Dangerous:15,DarkMode:15,Dashboard:15,DashboardCustomize:0,DataSaverOff:15,DataSaverOn:15,DataUsage:15,DateRange:15,Deck:15,Dehaze:15,Delete:15,DeleteForever:7,DeleteOutline:7,DeleteSweep:15,DeliveryDining:2,DepartureBoard:2,Description:15,DesignServices:2,DesktopMac:15,DesktopWindows:2,Details:15,DeveloperBoard:2,DeveloperBoardOff:0,DeveloperMode:7,DeviceHub:15,DeviceThermostat:0,DeviceUnknown:7,Devices:15,DevicesOther:15,DialerSip:15,Dialpad:15,Dining:15,DinnerDining:15,Directions:15,DirectionsBike:2,DirectionsBoat:2,DirectionsBoatFilled:0,DirectionsBus:7,DirectionsBusFilled:0,DirectionsCar:7,DirectionsCarFilled:0,DirectionsOff:7,DirectionsRailway:0,DirectionsRun:7,DirectionsSubway:0,DirectionsTransit:0,DirectionsWalk:2,DirtyLens:15,DisabledByDefault:0,DiscFull:15,Dns:15,DoDisturb:15,DoDisturbAlt:15,DoDisturbOff:15,DoDisturbOn:15,DoNotDisturb:15,DoNotDisturbAlt:2,DoNotDisturbOff:2,DoNotDisturbOn:2,DoNotStep:15,DoNotTouch:15,Dock:15,DocumentScanner:2,Domain:15,DomainDisabled:2,DomainVerification:0,Done:15,DoneAll:15,DoneOutline:15,DonutLarge:15,DonutSmall:15,DoorBack:15,DoorFront:15,DoorSliding:15,Doorbell:15,DoubleArrow:15,DownhillSkiing:2,Download:15,DownloadDone:15,DownloadForOffline:0,Downloading:15,Drafts:15,DragHandle:15,DragIndicator:7,DriveEta:15,DriveFileMove:7,DriveFolderUpload:0,Dry:15,DryCleaning:15,Duo:15,Dvr:15,DynamicFeed:15,DynamicForm:15,EMobiledata:15,Earbuds:15,EarbudsBattery:2,East:15,Eco:15,EdgesensorHigh:2,EdgesensorLow:7,Edit:15,EditAttributes:2,EditLocation:15,EditLocationAlt:2,EditNotifications:0,EditOff:15,EditRoad:15,EightK:15,EightKPlus:15,EightMp:15,EightteenMp:15,Eject:15,Elderly:15,ElectricBike:15,ElectricCar:15,ElectricMoped:7,ElectricRickshaw:0,ElectricScooter:2,ElectricalServices:0,Elevator:15,ElevenMp:15,Email:15,EmojiEmotions:7,EmojiEvents:15,EmojiFlags:15,EmojiFoodBeverage:0,EmojiNature:15,EmojiObjects:15,EmojiPeople:15,EmojiSymbols:15,EmojiTransportation:0,Engineering:15,EnhancedEncryption:0,Equalizer:15,Error:15,ErrorOutline:15,Escalator:15,EscalatorWarning:0,Euro:15,EuroSymbol:15,EvStation:15,Event:15,EventAvailable:2,EventBusy:15,EventNote:15,EventSeat:15,ExitToApp:15,Expand:15,ExpandLess:15,ExpandMore:15,Explicit:15,Explore:15,ExploreOff:15,Exposure:15,Extension:15,ExtensionOff:15,Face:15,FaceRetouchingOff:0,Facebook:15,FactCheck:15,FamilyRestroom:2,FastForward:15,FastRewind:15,Fastfood:15,Favorite:15,FavoriteBorder:2,FeaturedPlayList:0,FeaturedVideo:7,Feed:15,Feedback:15,Female:15,Fence:15,Festival:15,FiberDvr:15,FiberManualRecord:0,FiberNew:15,FiberPin:15,FiberSmartRecord:0,FileCopy:15,FileDownload:15,FileDownloadDone:0,FileDownloadOff:2,FilePresent:15,FileUpload:15,Filter:15,Filter1:15,Filter2:15,Filter3:15,Filter4:15,Filter5:15,Filter6:15,Filter7:15,Filter8:15,Filter9:15,Filter9Plus:15,FilterAlt:15,FilterBAndW:15,FilterCenterFocus:0,FilterDrama:15,FilterFrames:15,FilterHdr:15,FilterList:15,FilterNone:15,FilterTiltShift:2,FilterVintage:7,FindInPage:15,FindReplace:15,Fingerprint:15,FireExtinguisher:0,Fireplace:15,FirstPage:15,FitScreen:15,FitnessCenter:7,FiveG:15,FiveK:15,FiveKPlus:15,FiveMp:15,FivteenMp:15,Flag:15,Flaky:15,Flare:15,FlashAuto:15,FlashOff:15,FlashOn:15,FlashlightOff:7,FlashlightOn:15,Flatware:15,Flight:15,FlightLand:15,FlightTakeoff:7,Flip:15,FlipCameraAndroid:0,FlipCameraIos:7,FlipToBack:15,FlipToFront:15,Flourescent:15,FlutterDash:15,FmdBad:15,FmdGood:15,Folder:15,FolderOpen:15,FolderShared:15,FolderSpecial:7,FollowTheSigns:2,FontDownload:15,FontDownloadOff:2,FoodBank:15,FormatAlignCenter:0,FormatAlignJustify:0,FormatAlignLeft:2,FormatAlignRight:0,FormatBold:15,FormatClear:15,FormatColorFill:2,FormatColorReset:0,FormatColorText:2,FormatIndentDecrease:0,FormatIndentIncrease:0,FormatItalic:15,FormatLineSpacing:0,FormatListBulleted:0,FormatListNumbered:0,FormatPaint:15,FormatQuote:15,FormatShapes:15,FormatSize:15,FormatStrikethrough:0,FormatUnderlined:0,Forum:15,Forward:15,Forward10:15,Forward30:15,Forward5:15,ForwardToInbox:2,Foundation:15,FourGMobiledata:2,FourGPlusMobiledata:0,FourK:15,FourKPlus:15,FourMp:15,FourteenMp:15,FreeBreakfast:7,Fullscreen:15,FullscreenExit:2,Functions:15,GMobiledata:15,GTranslate:15,Gamepad:15,Games:15,Garage:15,Gavel:15,Gesture:15,GetApp:15,Gif:15,GitHub:0,Gite:15,GolfCourse:15,Google:0,GppBad:15,GppGood:15,GppMaybe:15,GpsFixed:15,GpsNotFixed:15,GpsOff:15,Grade:15,Gradient:15,Grading:15,Grain:15,GraphicEq:15,Grass:15,Grid3x3:15,Grid4x4:15,GridGoldenratio:2,GridOff:15,GridOn:15,GridView:15,Group:15,GroupAdd:15,GroupWork:15,Groups:15,HMobiledata:15,HPlusMobiledata:2,Hail:15,Handyman:15,Hardware:15,Hd:15,HdrAuto:15,HdrAutoSelect:7,HdrEnhancedSelect:0,HdrOff:15,HdrOffSelect:15,HdrOn:15,HdrOnSelect:15,HdrPlus:15,HdrStrong:15,HdrWeak:15,Headphones:15,HeadphonesBattery:0,Headset:15,HeadsetMic:15,HeadsetOff:15,Healing:15,HealthAndSafety:2,Hearing:15,HearingDisabled:2,Height:15,Help:15,HelpCenter:15,HelpOutline:15,Hevc:15,HideImage:15,HideSource:15,HighQuality:15,Highlight:15,HighlightAlt:15,HighlightOff:15,Hiking:15,History:15,HistoryEdu:15,HistoryToggleOff:0,HolidayVillage:2,Home:15,HomeMax:15,HomeMini:15,HomeRepairService:0,HomeWork:15,HorizontalRule:2,HorizontalSplit:2,HotTub:15,Hotel:15,HourglassBottom:2,HourglassDisabled:0,HourglassEmpty:2,HourglassFull:7,HourglassTop:15,House:15,HouseSiding:15,Houseboat:15,HowToReg:15,HowToVote:15,Http:15,Https:15,Hvac:15,IceSkating:15,Icecream:15,Image:15,ImageAspectRatio:0,ImageNotSupported:0,ImageSearch:15,ImagesearchRoller:0,ImportContacts:2,ImportExport:15,ImportantDevices:0,Inbox:15,Info:15,Input:15,InsertChart:15,InsertComment:7,InsertDriveFile:2,InsertEmoticon:2,InsertInvitation:0,InsertLink:15,InsertPhoto:15,Insights:15,Instagram:0,Inventory:15,Inventory2:15,InvertColors:15,InvertColorsOff:2,IosShare:15,Iron:15,Iso:15,Kayaking:15,Keyboard:15,KeyboardAlt:15,KeyboardArrowDown:0,KeyboardArrowLeft:0,KeyboardArrowRight:0,KeyboardArrowUp:2,KeyboardBackspace:0,KeyboardCapslock:0,KeyboardHide:15,KeyboardReturn:2,KeyboardTab:15,KeyboardVoice:7,KingBed:15,Kitchen:15,Kitesurfing:15,Label:15,LabelImportant:2,LabelOff:15,Landscape:15,Language:15,Laptop:15,LaptopChromebook:0,LaptopMac:15,LaptopWindows:7,LastPage:15,Launch:15,Layers:15,LayersClear:15,Leaderboard:15,LeakAdd:15,LeakRemove:15,LegendToggle:15,Lens:15,LensBlur:15,LibraryAdd:15,LibraryAddCheck:2,LibraryBooks:15,LibraryMusic:15,Light:15,LightMode:15,Lightbulb:15,LineStyle:15,LineWeight:15,LinearScale:15,Link:15,LinkOff:15,LinkedCamera:15,LinkedIn:0,Liquor:15,List:15,ListAlt:15,LiveHelp:15,LiveTv:15,Living:15,LocalActivity:7,LocalAirport:15,LocalAtm:15,LocalBar:15,LocalCafe:15,LocalCarWash:15,LocalDining:15,LocalDrink:15,LocalFireDepartment:0,LocalFlorist:15,LocalGasStation:2,LocalGroceryStore:0,LocalHospital:7,LocalHotel:15,LocalLaundryService:0,LocalLibrary:15,LocalMall:15,LocalMovies:15,LocalOffer:15,LocalParking:15,LocalPharmacy:7,LocalPhone:15,LocalPizza:15,LocalPlay:15,LocalPolice:15,LocalPostOffice:2,LocalPrintshop:2,LocalSee:15,LocalShipping:7,LocalTaxi:15,LocationCity:15,LocationDisabled:0,LocationOff:15,LocationOn:15,LocationSearching:0,Lock:15,LockClock:15,LockOpen:15,Login:15,Logout:15,Looks:15,Looks3:15,Looks4:15,Looks5:15,Looks6:15,LooksOne:15,LooksTwo:15,Loop:15,Loupe:15,LowPriority:15,Loyalty:15,LteMobiledata:7,LtePlusMobiledata:0,Luggage:15,LunchDining:15,Mail:15,MailOutline:15,Male:15,ManageAccounts:2,ManageSearch:15,Map:15,MapsHomeWork:15,MapsUgc:15,Margin:15,MarkAsUnread:15,MarkChatRead:15,MarkChatUnread:2,MarkEmailRead:7,MarkEmailUnread:2,Markunread:15,MarkunreadMailbox:0,Masks:15,Maximize:15,MediaBluetoothOff:0,MediaBluetoothOn:0,Mediation:15,MedicalServices:2,Medication:15,MeetingRoom:15,Memory:15,Menu:15,MenuBook:15,MenuOpen:15,MergeType:15,Message:15,Mic:15,MicExternalOff:2,MicExternalOn:7,MicNone:15,MicOff:15,Microwave:15,MilitaryTech:15,Minimize:15,MissedVideoCall:2,Mms:15,MobileFriendly:2,MobileOff:15,MobileScreenShare:0,MobiledataOff:7,Mode:15,ModeComment:15,ModeEdit:15,ModeEditOutline:2,ModeNight:15,ModeStandby:15,ModelTraining:7,MonetizationOn:2,Money:15,MoneyOff:15,MoneyOffCsred:7,Monitor:15,MonitorWeight:7,MonochromePhotos:0,Mood:15,MoodBad:15,Moped:15,More:15,MoreHoriz:15,MoreTime:15,MoreVert:15,MotionPhotosAuto:0,MotionPhotosOff:2,Mouse:15,MoveToInbox:15,Movie:15,MovieCreation:7,MovieFilter:15,Moving:15,Mp:15,MultilineChart:2,MultipleStop:15,Museum:15,MusicNote:15,MusicOff:15,MusicVideo:15,MyLocation:15,Nat:15,Nature:15,NaturePeople:15,NavigateBefore:2,NavigateNext:15,Navigation:15,NearMe:15,NearMeDisabled:2,NearbyError:15,NearbyOff:15,NetworkCell:15,NetworkCheck:15,NetworkLocked:7,NetworkWifi:15,NewReleases:15,NextPlan:15,NextWeek:15,Nfc:15,NightShelter:15,Nightlife:15,Nightlight:15,NightlightRound:2,NightsStay:15,NineK:15,NineKPlus:15,NineMp:15,NineteenMp:15,NoAccounts:15,NoBackpack:15,NoCell:15,NoDrinks:15,NoEncryption:15,NoFlash:15,NoFood:15,NoLuggage:15,NoMeals:15,NoMeetingRoom:7,NoPhotography:7,NoSim:15,NoStroller:15,NoTransfer:15,NordicWalking:7,North:15,NorthEast:15,NorthWest:15,NotAccessible:7,NotInterested:7,NotListedLocation:0,NotStarted:15,Note:15,NoteAdd:15,NoteAlt:15,Notes:15,NotificationAdd:2,Notifications:7,NotificationsActive:0,NotificationsNone:0,NotificationsOff:0,NotificationsPaused:0,OfflineBolt:15,OfflinePin:15,OfflineShare:15,OndemandVideo:7,OneK:15,OneKPlus:15,OneKk:15,OnlinePrediction:0,Opacity:15,OpenInBrowser:7,OpenInFull:15,OpenInNew:15,OpenInNewOff:15,OpenWith:15,OtherHouses:15,Outbound:15,Outbox:15,OutdoorGrill:15,Outlet:15,Padding:15,Pages:15,Pageview:15,Paid:15,Palette:15,PanTool:15,Panorama:15,PanoramaFishEye:2,PanoramaHorizontal:0,PanoramaPhotosphere:0,PanoramaVertical:0,PanoramaWideAngle:0,Paragliding:15,Park:15,PartyMode:15,Password:15,Pattern:15,Pause:15,PauseCircle:15,PauseCircleFilled:0,PauseCircleOutline:0,PausePresentation:0,Payment:15,Payments:15,PedalBike:15,Pending:15,PendingActions:2,People:15,PeopleAlt:15,PeopleOutline:7,PermCameraMic:7,PermContactCalendar:0,PermDataSetting:2,PermIdentity:15,PermMedia:15,PermPhoneMsg:15,PermScanWifi:15,Person:15,PersonAdd:15,PersonAddAlt:15,PersonAddAlt1:7,PersonAddDisabled:0,PersonOff:15,PersonOutline:7,PersonPin:15,PersonPinCircle:2,PersonRemove:15,PersonRemoveAlt1:0,PersonSearch:15,PersonalVideo:7,PestControl:15,PestControlRodent:0,Pets:15,Phone:15,PhoneAndroid:15,PhoneCallback:7,PhoneDisabled:7,PhoneEnabled:15,PhoneForwarded:2,PhoneInTalk:15,PhoneIphone:15,PhoneLocked:15,PhoneMissed:15,PhonePaused:15,Phonelink:15,PhonelinkErase:2,PhonelinkLock:7,PhonelinkOff:15,PhonelinkRing:7,PhonelinkSetup:2,Photo:15,PhotoAlbum:15,PhotoCamera:15,PhotoCameraBack:2,PhotoCameraFront:0,PhotoFilter:15,PhotoLibrary:15,PhotoSizeSelectLarge:0,PhotoSizeSelectSmall:0,Piano:15,PianoOff:15,PictureAsPdf:15,PictureInPicture:0,PictureInPictureAlt:0,PieChart:15,PieChartOutline:2,Pin:15,PinDrop:15,Pinterest:0,PivotTableChart:2,Place:15,Plagiarism:15,PlayArrow:15,PlayCircle:15,PlayCircleFilled:0,PlayCircleOutline:0,PlayDisabled:15,PlayForWork:15,PlayLesson:15,PlaylistAdd:15,PlaylistAddCheck:0,PlaylistPlay:15,Plumbing:15,PlusOne:15,Podcasts:15,PointOfSale:15,Policy:15,Poll:15,Pool:15,PortableWifiOff:2,Portrait:15,PostAdd:15,Power:15,PowerInput:15,PowerOff:15,PowerSettingsNew:0,PregnantWoman:7,PresentToAll:15,Preview:15,PriceChange:15,PriceCheck:15,Print:15,PrintDisabled:7,PriorityHigh:15,PrivacyTip:15,Psychology:15,Public:15,PublicOff:15,Publish:15,PublishedWithChanges:0,PushPin:15,QrCode:15,QrCode2:15,QrCodeScanner:7,QueryBuilder:15,QueryStats:15,QuestionAnswer:2,Queue:15,QueueMusic:15,QueuePlayNext:7,Quickreply:15,Quiz:15,RMobiledata:15,Radar:15,Radio:15,RadioButtonChecked:0,RadioButtonUnchecked:0,RailwayAlert:15,RamenDining:15,RateReview:15,RawOff:15,RawOn:15,ReadMore:15,Receipt:15,ReceiptLong:15,RecentActors:15,Recommend:15,RecordVoiceOver:2,Reddit:0,Redeem:15,Redo:15,ReduceCapacity:2,Refresh:15,RememberMe:15,Remove:15,RemoveCircle:15,RemoveCircleOutline:0,RemoveDone:15,RemoveFromQueue:2,RemoveModerator:2,RemoveRedEye:15,RemoveShoppingCart:0,Reorder:15,Repeat:15,RepeatOn:15,RepeatOne:15,RepeatOneOn:15,Replay:15,Replay10:15,Replay30:15,Replay5:15,ReplayCircleFilled:0,Reply:15,ReplyAll:15,Report:15,ReportGmailerrorred:0,ReportOff:15,ReportProblem:7,RequestPage:15,RequestQuote:15,ResetTv:15,RestartAlt:15,Restaurant:15,RestaurantMenu:2,Restore:15,RestoreFromTrash:0,RestorePage:15,Reviews:15,RiceBowl:15,RingVolume:15,Roofing:15,Room:15,RoomPreferences:2,RoomService:15,Rotate90DegreesCcw:0,RotateLeft:15,RotateRight:15,Router:15,Rowing:15,RssFeed:15,Rsvp:15,Rtt:15,Rule:15,RuleFolder:15,RunCircle:15,RunningWithErrors:0,RvHookup:15,SafetyDivider:7,Sailing:15,Sanitizer:15,Satellite:15,Save:15,SaveAlt:15,SavedSearch:15,Savings:15,Scanner:15,ScatterPlot:15,Schedule:15,ScheduleSend:15,Schema:15,School:15,Science:15,Score:15,ScreenLockLandscape:0,ScreenLockPortrait:0,ScreenLockRotation:0,ScreenRotation:2,ScreenSearchDesktop:0,ScreenShare:15,Screenshot:15,Sd:15,SdCard:15,SdCardAlert:15,SdStorage:15,Search:15,SearchOff:15,Security:15,SecurityUpdate:2,SecurityUpdateGood:0,Segment:15,SelectAll:15,SelfImprovement:2,Sell:15,Send:15,SendAndArchive:2,SendToMobile:15,SensorDoor:15,SensorWindow:15,Sensors:15,SensorsOff:15,SentimentNeutral:0,SentimentSatisfied:0,SetMeal:15,Settings:15,SettingsApplications:0,SettingsBluetooth:0,SettingsBrightness:0,SettingsCell:15,SettingsEthernet:0,SettingsInputAntenna:0,SettingsInputHdmi:0,SettingsInputSvideo:0,SettingsOverscan:0,SettingsPhone:7,SettingsPower:7,SettingsRemote:2,SettingsSuggest:2,SettingsVoice:7,SevenK:15,SevenKPlus:15,SevenMp:15,SeventeenMp:15,Share:15,ShareLocation:7,Shield:15,Shop:15,Shop2:15,ShopTwo:15,ShoppingBag:15,ShoppingBasket:2,ShoppingCart:15,ShortText:15,Shortcut:15,ShowChart:15,Shower:15,Shuffle:15,ShuffleOn:15,ShutterSpeed:15,Sick:15,SignalCellular0Bar:0,SignalCellular1Bar:0,SignalCellular2Bar:0,SignalCellular3Bar:0,SignalCellular4Bar:0,SignalCellularAlt:0,SignalCellularNoSim:0,SignalCellularNodata:0,SignalCellularNull:0,SignalCellularOff:0,SignalWifi0Bar:2,SignalWifi1Bar:2,SignalWifi1BarLock:0,SignalWifi2Bar:2,SignalWifi2BarLock:0,SignalWifi3Bar:2,SignalWifi3BarLock:0,SignalWifi4Bar:2,SignalWifi4BarLock:0,SignalWifiBad:7,SignalWifiOff:7,SimCard:15,SimCardAlert:15,SimCardDownload:2,SingleBed:15,Sip:15,SixK:15,SixKPlus:15,SixMp:15,SixteenMp:15,SixtyFps:15,SixtyFpsSelect:2,Skateboarding:7,SkipNext:15,SkipPrevious:15,Sledding:15,Slideshow:15,SlowMotionVideo:2,SmartButton:15,SmartDisplay:15,SmartScreen:15,SmartToy:15,Smartphone:15,SmokeFree:15,SmokingRooms:15,Sms:15,SmsFailed:15,SnippetFolder:7,Snooze:15,Snowboarding:15,Snowmobile:15,Snowshoeing:15,Soap:15,SocialDistance:2,Sort:15,SortByAlpha:15,Source:15,South:15,SouthEast:15,SouthWest:15,Spa:15,SpaceBar:15,Speaker:15,SpeakerGroup:15,SpeakerNotes:15,SpeakerNotesOff:2,SpeakerPhone:15,Speed:15,Spellcheck:15,Splitscreen:15,Sports:15,SportsBar:15,SportsBaseball:2,SportsBasketball:0,SportsCricket:7,SportsEsports:7,SportsFootball:2,SportsGolf:15,SportsHandball:2,SportsHockey:15,SportsKabaddi:7,SportsMma:15,SportsMotorsports:0,SportsRugby:15,SportsScore:15,SportsSoccer:15,SportsTennis:15,SportsVolleyball:0,SquareFoot:15,StackedBarChart:2,StackedLineChart:0,Stairs:15,Star:15,StarBorder:15,StarBorderPurple500:0,StarHalf:15,StarOutline:15,StarPurple500:7,StarRate:15,Stars:15,StayCurrentLandscape:0,StayCurrentPortrait:0,StayPrimaryLandscape:0,StayPrimaryPortrait:0,StickyNote2:15,Stop:15,StopCircle:15,StopScreenShare:2,Storage:15,Store:15,StoreMallDirectory:0,Storefront:15,Storm:15,Straighten:15,Stream:15,Streetview:15,StrikethroughS:2,Stroller:15,Style:15,Subject:15,Subscript:15,Subscriptions:7,Subtitles:15,SubtitlesOff:15,Subway:15,Summarize:15,Superscript:15,SupervisedUserCircle:0,SupervisorAccount:0,Support:15,SupportAgent:15,Surfing:15,SurroundSound:7,SwapCalls:15,SwapHoriz:15,SwapHorizontalCircle:0,SwapVert:15,SwapVerticalCircle:0,Swipe:15,SwitchAccount:7,SwitchCamera:15,SwitchLeft:15,SwitchRight:15,SwitchVideo:15,Sync:15,SyncAlt:15,SyncDisabled:15,SyncProblem:15,SystemSecurityUpdate:0,SystemUpdate:15,SystemUpdateAlt:2,Tab:15,TabUnselected:7,TableChart:15,TableRows:15,TableView:15,Tablet:15,TabletAndroid:7,TabletMac:15,Tag:15,TagFaces:15,TakeoutDining:7,TapAndPlay:15,Tapas:15,Task:15,TaskAlt:15,TaxiAlert:15,Telegram:0,TenMp:15,Terrain:15,TextFields:15,TextFormat:15,TextRotateUp:15,TextRotateVertical:0,TextRotationAngleup:0,TextRotationDown:0,TextRotationNone:0,TextSnippet:15,Textsms:15,Texture:15,TheaterComedy:7,Theaters:15,Thermostat:15,ThermostatAuto:2,ThirteenMp:15,ThirtyFps:15,ThirtyFpsSelect:2,ThreeDRotation:2,ThreeGMobiledata:0,ThreeK:15,ThreeKPlus:15,ThreeMp:15,ThreeP:15,ThreeSixty:15,ThumbDown:15,ThumbDownAlt:15,ThumbDownOffAlt:2,ThumbUp:15,ThumbUpAlt:15,ThumbUpOffAlt:7,ThumbsUpDown:15,TimeToLeave:15,Timelapse:15,Timeline:15,Timer:15,Timer10:15,Timer10Select:7,Timer3:15,Timer3Select:15,TimerOff:15,TimesOneMobiledata:0,Title:15,Toc:15,Today:15,ToggleOff:15,ToggleOn:15,Toll:15,Tonality:15,Topic:15,TouchApp:15,Tour:15,Toys:15,TrackChanges:15,Traffic:15,Train:15,Tram:15,Transform:15,Transgender:15,TransitEnterexit:0,Translate:15,TravelExplore:7,TrendingDown:15,TrendingFlat:15,TrendingUp:15,TripOrigin:15,Try:15,Tty:15,Tune:15,Tungsten:15,TurnedIn:15,TurnedInNot:15,Tv:15,TvOff:15,TwelveMp:15,TwentyFourMp:15,TwentyOneMp:15,TwentyThreeMp:7,TwentyTwoMp:15,TwentyZeroMp:15,Twitter:0,TwoK:15,TwoKPlus:15,TwoMp:15,TwoWheeler:15,Umbrella:15,Unarchive:15,Undo:15,UnfoldLess:15,UnfoldMore:15,Unpublished:15,Unsubscribe:15,Upcoming:15,Update:15,UpdateDisabled:2,Upgrade:15,Upload:15,UploadFile:15,Usb:15,UsbOff:15,Verified:15,VerifiedUser:15,VerticalAlignBottom:0,VerticalAlignCenter:0,VerticalAlignTop:0,VerticalSplit:7,Vibration:15,VideoCall:15,VideoCameraBack:2,VideoCameraFront:0,VideoLabel:15,VideoLibrary:15,VideoSettings:7,VideoStable:15,Videocam:15,VideocamOff:15,VideogameAsset:2,VideogameAssetOff:0,ViewAgenda:15,ViewArray:15,ViewCarousel:15,ViewColumn:15,ViewComfy:15,ViewCompact:15,ViewDay:15,ViewHeadline:15,ViewInAr:15,ViewList:15,ViewModule:15,ViewQuilt:15,ViewSidebar:15,ViewStream:15,ViewWeek:15,Vignette:15,Villa:15,Visibility:15,VisibilityOff:7,VoiceChat:15,VoiceOverOff:15,Voicemail:15,VolumeDown:15,VolumeMute:15,VolumeOff:15,VolumeUp:15,VolunteerActivism:0,VpnKey:15,VpnLock:15,Vrpano:15,Wallpaper:15,Warning:15,WarningAmber:15,Wash:15,Watch:15,WatchLater:15,Water:15,WaterDamage:15,WaterfallChart:2,Waves:15,WbAuto:15,WbCloudy:15,WbIncandescent:2,WbIridescent:15,WbShade:15,WbSunny:15,WbTwilight:15,Wc:15,Web:15,WebAsset:15,WebAssetOff:15,Weekend:15,West:15,WhatsApp:0,Whatshot:15,WheelchairPickup:0,WhereToVote:15,Widgets:15,Wifi:15,WifiCalling:15,WifiCalling3:15,WifiLock:15,WifiOff:15,WifiProtectedSetup:0,WifiTethering:7,WifiTetheringOff:0,Window:15,WineBar:15,Work:15,WorkOff:15,WorkOutline:15,Workspaces:15,WrapText:15,WrongLocation:7,Wysiwyg:15,Yard:15,YouTube:0,YoutubeSearchedFor:0,ZoomIn:15,ZoomOut:15,ZoomOutMap:15};const iconKeys=Object.keys(icons);const weightOptions=[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\",\"Outlined\",];const styleKeyOptions={15:[...weightOptions],7:[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\"],2:[\"Filled\",\"Sharp\"]};const styleOptionPropKeys=Object.keys(styleKeyOptions).map(optionKey=>`iconStyle${optionKey}`);const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * MATERIAL\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored,style}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Get props to use for deps array\nconst styleOptionProps=styleOptionPropKeys.map(prop=>props[prop]);// Get style of icon\nconst iconStyle=useMemo(()=>{const iconStyleKey=icons[iconKey];if(!iconStyleKey)return;const activeStyle=props[`iconStyle${iconStyleKey}`];if(activeStyle===\"Filled\")return;return activeStyle;},[...styleOptionProps]);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// If bad search or doesn't exist, show null state\nif(typeof icons[iconKey]!==\"number\"){setSelectedIcon(null);return;}// Get the selected module\ntry{const style=iconStyle?iconStyle:\"\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}${style}.js@0.0.32`;// console.log(iconModuleUrl)\nconst module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey,...styleOptionProps]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined,...style},focusable:\"false\",viewBox:\"0 0 24 24\",color:color,children:SelectedIcon}):emptyState});}Icon.displayName=\"Material\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,weight:\"Filled\",mirrored:false};function hideStyleOptions(props,styleOptions){const{selectByList,iconSearch,iconSelection}=props;const styleOptionsNumber=parseInt(styleOptions);const name=getIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const icon=icons[name];if(!icon||styleOptionsNumber===0)return true;if(icon===styleOptionsNumber)return false;else return true;}addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Material site](https://fonts.google.com/icons)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...Object.keys(styleKeyOptions).reduce((result,optionKey)=>{result[`iconStyle${optionKey}`]={type:ControlType.Enum,title:\"Style\",defaultValue:\"Filled\",options:styleKeyOptions[optionKey],hidden:props=>hideStyleOptions(props,optionKey)};return result;},{}),...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Material.map", "function clamp(t,e,i){return Math.max(t,Math.min(e,i))}class Animate{advance(t){if(!this.isRunning)return;let e=!1;if(this.lerp)this.value=function damp(t,e,i,s){return function lerp(t,e,i){return(1-i)*t+i*e}(t,e,1-Math.exp(-i*s))}(this.value,this.to,60*this.lerp,t),Math.round(this.value)===this.to&&(this.value=this.to,e=!0);else{this.currentTime+=t;const i=clamp(0,this.currentTime/this.duration,1);e=i>=1;const s=e?1:this.easing(i);this.value=this.from+(this.to-this.from)*s}e&&this.stop(),this.onUpdate?.(this.value,e)}stop(){this.isRunning=!1}fromTo(t,e,{lerp:i=.1,duration:s=1,easing:o=(t=>t),onStart:n,onUpdate:r}){this.from=this.value=t,this.to=e,this.lerp=i,this.duration=s,this.easing=o,this.currentTime=0,this.isRunning=!0,n?.(),this.onUpdate=r}}class Dimensions{constructor({wrapper:t,content:e,autoResize:i=!0,debounce:s=250}={}){this.wrapper=t,this.content=e,i&&(this.debouncedResize=function debounce(t,e){let i;return function(){let s=arguments,o=this;clearTimeout(i),i=setTimeout((function(){t.apply(o,s)}),e)}}(this.resize,s),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){this.wrapperResizeObserver?.disconnect(),this.contentResizeObserver?.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}resize=()=>{this.onWrapperResize(),this.onContentResize()};onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)};onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)};get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(t,...e){let i=this.events[t]||[];for(let t=0,s=i.length;t<s;t++)i[t](...e)}on(t,e){return this.events[t]?.push(e)||(this.events[t]=[e]),()=>{this.events[t]=this.events[t]?.filter((t=>e!==t))}}off(t,e){this.events[t]=this.events[t]?.filter((t=>e!==t))}destroy(){this.events={}}}const t=100/6;class VirtualScroll{constructor(t,{wheelMultiplier:e=1,touchMultiplier:i=1}){this.element=t,this.wheelMultiplier=e,this.touchMultiplier=i,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(t,e){return this.emitter.on(t,e)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}onTouchStart=t=>{const{clientX:e,clientY:i}=t.targetTouches?t.targetTouches[0]:t;this.touchStart.x=e,this.touchStart.y=i,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:t})};onTouchMove=t=>{const{clientX:e,clientY:i}=t.targetTouches?t.targetTouches[0]:t,s=-(e-this.touchStart.x)*this.touchMultiplier,o=-(i-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=e,this.touchStart.y=i,this.lastDelta={x:s,y:o},this.emitter.emit(\"scroll\",{deltaX:s,deltaY:o,event:t})};onTouchEnd=t=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:t})};onWheel=e=>{let{deltaX:i,deltaY:s,deltaMode:o}=e;i*=1===o?t:2===o?this.windowWidth:1,s*=1===o?t:2===o?this.windowHeight:1,i*=this.wheelMultiplier,s*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:i,deltaY:s,event:e})};onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight}}class Lenis{constructor({wrapper:t=window,content:e=document.documentElement,wheelEventsTarget:i=t,eventsTarget:s=i,smoothWheel:o=!0,syncTouch:n=!1,syncTouchLerp:r=.075,touchInertiaMultiplier:l=35,duration:h,easing:a=(t=>Math.min(1,1.001-Math.pow(2,-10*t))),lerp:c=!h&&.1,infinite:u=!1,orientation:d=\"vertical\",gestureOrientation:p=\"vertical\",touchMultiplier:m=1,wheelMultiplier:v=1,autoResize:g=!0,prevent:w=!1,__experimental__naiveDimensions:S=!1}={}){this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.onVirtualScroll=({deltaX:t,deltaY:e,event:i})=>{if(i.ctrlKey)return;const s=i.type.includes(\"touch\"),o=i.type.includes(\"wheel\");this.isTouching=\"touchstart\"===i.type||\"touchmove\"===i.type;if(this.options.syncTouch&&s&&\"touchstart\"===i.type&&!this.isStopped&&!this.isLocked)return void this.reset();const n=0===t&&0===e,r=\"vertical\"===this.options.gestureOrientation&&0===e||\"horizontal\"===this.options.gestureOrientation&&0===t;if(n||r)return;let l=i.composedPath();l=l.slice(0,l.indexOf(this.rootElement));const h=this.options.prevent;if(l.find((t=>{var e,i,n,r,l;return(\"function\"==typeof h?null==h?void 0:h(t):h)||(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,\"data-lenis-prevent\"))||s&&(null===(i=t.hasAttribute)||void 0===i?void 0:i.call(t,\"data-lenis-prevent-touch\"))||o&&(null===(n=t.hasAttribute)||void 0===n?void 0:n.call(t,\"data-lenis-prevent-wheel\"))||(null===(r=t.classList)||void 0===r?void 0:r.contains(\"lenis\"))&&!(null===(l=t.classList)||void 0===l?void 0:l.contains(\"lenis-stopped\"))})))return;if(this.isStopped||this.isLocked)return void i.preventDefault();if(!(this.options.syncTouch&&s||this.options.smoothWheel&&o))return this.isScrolling=\"native\",void this.animate.stop();i.preventDefault();let a=e;\"both\"===this.options.gestureOrientation?a=Math.abs(e)>Math.abs(t)?e:t:\"horizontal\"===this.options.gestureOrientation&&(a=t);const c=s&&this.options.syncTouch,u=s&&\"touchend\"===i.type&&Math.abs(a)>5;u&&(a=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+a,Object.assign({programmatic:!1},c?{lerp:u?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(clearTimeout(this.__resetVelocityTimeout),delete this.__resetVelocityTimeout,this.__preventNextNativeScrollEvent)delete this.__preventNextNativeScrollEvent;else if(!1===this.isScrolling||\"native\"===this.isScrolling){const t=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-t,this.direction=Math.sign(this.animatedScroll-t),this.isScrolling=\"native\",this.emit(),0!==this.velocity&&(this.__resetVelocityTimeout=setTimeout((()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()}),400))}},window.lenisVersion=\"1.1.2\",t!==document.documentElement&&t!==document.body||(t=window),this.options={wrapper:t,content:e,wheelEventsTarget:i,eventsTarget:s,smoothWheel:o,syncTouch:n,syncTouchLerp:r,touchInertiaMultiplier:l,duration:h,easing:a,lerp:c,infinite:u,gestureOrientation:p,orientation:d,touchMultiplier:m,wheelMultiplier:v,autoResize:g,prevent:w,__experimental__naiveDimensions:S},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:t,content:e,autoResize:g}),this.updateClassName(),this.userData={},this.time=0,this.velocity=this.lastVelocity=0,this.isLocked=!1,this.isStopped=!1,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll=new VirtualScroll(s,{touchMultiplier:m,wheelMultiplier:v}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName()}on(t,e){return this.emitter.on(t,e)}off(t,e){return this.emitter.off(t,e)}setScroll(t){this.isHorizontal?this.rootElement.scrollLeft=t:this.rootElement.scrollTop=t}resize(){this.dimensions.resize()}emit({userData:t={}}={}){this.userData=t,this.emitter.emit(\"scroll\",this),this.userData={}}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(t){const e=t-(this.time||t);this.time=t,this.animate.advance(.001*e)}scrollTo(t,{offset:e=0,immediate:i=!1,lock:s=!1,duration:o=this.options.duration,easing:n=this.options.easing,lerp:r=!o&&this.options.lerp,onStart:l,onComplete:h,force:a=!1,programmatic:c=!0,userData:u={}}={}){if(!this.isStopped&&!this.isLocked||a){if([\"top\",\"left\",\"start\"].includes(t))t=0;else if([\"bottom\",\"right\",\"end\"].includes(t))t=this.limit;else{let i;if(\"string\"==typeof t?i=document.querySelector(t):(null==t?void 0:t.nodeType)&&(i=t),i){if(this.options.wrapper!==window){const t=this.options.wrapper.getBoundingClientRect();e-=this.isHorizontal?t.left:t.top}const s=i.getBoundingClientRect();t=(this.isHorizontal?s.left:s.top)+this.animatedScroll}}if(\"number\"==typeof t){if(t+=e,t=Math.round(t),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):t=clamp(0,t,this.limit),i)return this.animatedScroll=this.targetScroll=t,this.setScroll(this.scroll),this.reset(),void(null==h||h(this));t!==this.targetScroll&&(c||(this.targetScroll=t),this.animate.fromTo(this.animatedScroll,t,{duration:o,easing:n,lerp:r,onStart:()=>{s&&(this.isLocked=!0),this.isScrolling=\"smooth\",null==l||l(this)},onUpdate:(t,e)=>{this.isScrolling=\"smooth\",this.lastVelocity=this.velocity,this.velocity=t-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=t,this.setScroll(this.scroll),c&&(this.targetScroll=t),e||this.emit({userData:u}),e&&(this.reset(),this.emit({userData:u}),null==h||h(this),this.__preventNextNativeScrollEvent=!0)}}))}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?function modulo(t,e){return(t%e+e)%e}(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isScrolling(){return this.__isScrolling}set isScrolling(t){this.__isScrolling!==t&&(this.__isScrolling=t,this.updateClassName())}get isStopped(){return this.__isStopped}set isStopped(t){this.__isStopped!==t&&(this.__isStopped=t,this.updateClassName())}get isLocked(){return this.__isLocked}set isLocked(t){this.__isLocked!==t&&(this.__isLocked=t,this.updateClassName())}get isSmooth(){return\"smooth\"===this.isScrolling}get className(){let t=\"lenis\";return this.isStopped&&(t+=\" lenis-stopped\"),this.isLocked&&(t+=\" lenis-locked\"),this.isScrolling&&(t+=\" lenis-scrolling\"),\"smooth\"===this.isScrolling&&(t+=\" lenis-smooth\"),t}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\\w+)?/g,\"\").trim()}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"lenis\";// import Lenis from \"@studio-freight/lenis\"\nimport{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);// Check Overlay overflow\nuseEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const checkOverflow=()=>{const htmlStyle=window.getComputedStyle(document.documentElement);const isOverflowHidden=htmlStyle.overflow===\"hidden\";if(isOverflowHidden){overlayElement.setAttribute(\"data-lenis-prevent\",\"true\");}};// Set up MutationObserver for the html element\nconst htmlObserver=new MutationObserver(mutations=>{for(const mutation of mutations){if(mutation.type===\"attributes\"&&mutation.attributeName===\"style\"){checkOverflow();}}});// Observe the html element for style changes\nhtmlObserver.observe(document.documentElement,{attributes:true,attributeFilter:[\"style\"]});// Initial check\ncheckOverflow();return()=>{htmlObserver.disconnect();};}},[]);// useEffect(() => {\n//     const overlayElement = document.getElementById(\"overlay\")\n//     if (overlayElement) {\n//         const handleMutation = (mutationsList, observer) => {\n//             for (const mutation of mutationsList) {\n//                 if (\n//                     mutation.type === \"childList\" &&\n//                     overlayElement.children.length > 0\n//                 ) {\n//                     // Check if the html tag has the style \"overflow: hidden;\"\n//                     const htmlElement = document.documentElement\n//                     console.log(htmlElement, \"htmlElement\")\n//                     const computedStyle =\n//                         window.getComputedStyle(htmlElement)\n//                     console.log(\"computedStyle\", computedStyle)\n//                     const isOverflowHidden =\n//                         computedStyle.overflow === \"hidden\"\n//                     console.log(\"isOverflowHidden\", isOverflowHidden)\n//                     if (isOverflowHidden) {\n//                         overlayElement.setAttribute(\n//                             \"data-lenis-prevent\",\n//                             \"true\"\n//                         )\n//                     }\n//                 }\n//             }\n//         }\n//         const observer = new MutationObserver(handleMutation)\n//         observer.observe(overlayElement, {\n//             childList: true,\n//             attributes: true,\n//             subtree: true,\n//         })\n//         return () => observer.disconnect()\n//     }\n// }, [])\nuseEffect(()=>{const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];const computedStyle=window.getComputedStyle(element);if(computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{if(lenis.current){lenis.current.raf(time);requestAnimationFrame(raf);}};requestAnimationFrame(raf);return()=>{if(lenis.current){lenis.current.destroy();lenis.current=null;}};},[]);useEffect(()=>{const styleElement=document.createElement(\"style\");styleElement.textContent=`\nhtml.lenis {\nheight: auto;\n}\n.lenis.lenis-smooth {\n\nscroll-behavior: auto !important;\n}\n.lenis.lenis-smooth [data-lenis-prevent] {\n\noverscroll-behavior: contain;\n}\n.lenis.lenis-stopped {\n\noverflow: hidden;\n}\n.lenis.lenis-scrolling iframe {\n\npointer-events: none;\n}\n`;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);useEffect(()=>{const anchorLinks=[...document.querySelectorAll(\"a[href]\")];const handleClick=(e,href)=>{e.preventDefault();const decodedHref=decodeURIComponent(href);lenis.current.scrollTo(decodedHref);};anchorLinks.filter(a=>a.href.includes(\"#\")).forEach(a=>{const href=`#${a.href.split(\"#\").pop()}`;a.addEventListener(\"click\",e=>handleClick(e,href));});return()=>{anchorLinks.filter(a=>a.href.includes(\"#\")).forEach(a=>{const href=`#${a.href.split(\"#\").pop()}`;a.removeEventListener(\"click\",e=>handleClick(e,href));});};},[lenis]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10,description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmoothScroll_Prod.map", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Poppins-regular\",\"GF;Poppins-700\",\"GF;Poppins-700italic\",\"GF;Poppins-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15lFd2PQEhcqw.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLecnFBGPaTSQ.woff2\",weight:\"400\"}]}];export const css=['.framer-SZ5hU .framer-styles-preset-1jjxz60:not(.rich-text-wrapper), .framer-SZ5hU .framer-styles-preset-1jjxz60.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, #cac9d1); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-SZ5hU .framer-styles-preset-1jjxz60:not(.rich-text-wrapper), .framer-SZ5hU .framer-styles-preset-1jjxz60.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 18px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, #cac9d1); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-SZ5hU .framer-styles-preset-1jjxz60:not(.rich-text-wrapper), .framer-SZ5hU .framer-styles-preset-1jjxz60.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, #cac9d1); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-SZ5hU\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99bc0fd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/OHLV5FEhYWPcmVfhU0Ot/PRipHLIysQCR24sadvbq/rEo2PQSWU.js\";const enabledGestures={bK05y4snR:{hover:true},VPDmFJLyt:{hover:true}};const cycleOrder=[\"VPDmFJLyt\",\"bK05y4snR\"];const serializationHash=\"framer-MRhUZ\";const variantClassNames={bK05y4snR:\"framer-v-r5ehuj\",VPDmFJLyt:\"framer-v-1vvmund\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Accordian Card\":\"VPDmFJLyt\",\"Accordian Open\":\"bK05y4snR\"};const getProps=({answer,cursor,height,id,question,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,CRk6unp9q:cursor!==null&&cursor!==void 0?cursor:props.CRk6unp9q,GSsbMmiWY:(_ref=question!==null&&question!==void 0?question:props.GSsbMmiWY)!==null&&_ref!==void 0?_ref:\"What are the areas made very easy by GenAI?\",rk8srg8cd:(_ref1=answer!==null&&answer!==void 0?answer:props.rk8srg8cd)!==null&&_ref1!==void 0?_ref1:\"Security is our top priority. Essens employs state-of-the-art encryption methods to protect your data. We comply with major regulations and standards such as GDPR and ISO to ensure your information is safe and secure. Regular security audits and continuous monitoring are part of our commitment to safeguarding your data.\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"VPDmFJLyt\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,GSsbMmiWY,rk8srg8cd,CRk6unp9q,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VPDmFJLyt\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ua4spq=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"bK05y4snR\");});const onTap125e734=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"VPDmFJLyt\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1vvmund\",className,classNames),\"data-border\":true,\"data-framer-cursor\":CRk6unp9q,\"data-framer-name\":\"Accordian Card\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"VPDmFJLyt\",onTap:onTap1ua4spq,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:'radial-gradient(23.182957420903453% 162.55473170343978% at 2.4436104151414035% 15.492958621064412%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) /* {\"name\":\"Light Primary\"} */ 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13)) /* {\"name\":\"Primary Color\"} */ 100%)',borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,...style},variants:{\"bK05y4snR-hover\":{background:'radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) /* {\"name\":\"Light Primary\"} */ 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(12, 5, 18)) /* {\"name\":\"Primary Color\"} */ 100%)'},\"VPDmFJLyt-hover\":{background:'radial-gradient(55.292698147653255% 455.88764067276406% at 8.521302002501763% 6.338043428796425%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) /* {\"name\":\"Light Primary\"} */ 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13)) /* {\"name\":\"Primary Color\"} */ 100%)'},bK05y4snR:{background:'radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, rgba(36, 28, 54, 1) 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(12, 5, 18)) /* {\"name\":\"Primary Color\"} */ 100%)'}},...addPropertyOverrides({\"bK05y4snR-hover\":{\"data-framer-name\":undefined},\"VPDmFJLyt-hover\":{\"data-framer-name\":undefined},bK05y4snR:{\"data-framer-name\":\"Accordian Open\",onTap:onTap125e734}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n8lq95\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"OW9XS_esy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"What are the areas made very easy by GenAI?\"})}),className:\"framer-bg8uf8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DsTEDiYoF\",style:{\"--extracted-1of0zx5\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:GSsbMmiWY,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Security is our top priority. Essens employs state-of-the-art encryption methods to protect your data. We comply with major regulations and standards such as GDPR and ISO to ensure your information is safe and secure. Regular security audits and continuous monitoring are part of our commitment to safeguarding your data.\"})}),className:\"framer-7j59e8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YVZBTBOYi\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",filter:\"blur(5px)\",WebkitFilter:\"blur(5px)\"},text:rk8srg8cd,variants:{bK05y4snR:{filter:\"blur(0px)\",WebkitFilter:\"blur(0px)\"}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qvdtn7\",layoutDependency:layoutDependency,layoutId:\"TB6ES5SGm\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-57rkgs\",\"data-framer-name\":\"Plus Icon\",layoutDependency:layoutDependency,layoutId:\"MlV6v5l73\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m51t33\",\"data-framer-name\":\"Vertical Line\",layoutDependency:layoutDependency,layoutId:\"OEOa1H8OF\",style:{backgroundColor:\"var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,rotate:0},variants:{bK05y4snR:{rotate:90}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gj17vy\",\"data-framer-name\":\"Horizontal Line\",layoutDependency:layoutDependency,layoutId:\"o7TaZ5SuG\",style:{backgroundColor:\"var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,rotate:90}})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MRhUZ.framer-6a7l96, .framer-MRhUZ .framer-6a7l96 { display: block; }\",\".framer-MRhUZ.framer-1vvmund { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 16px; position: relative; width: 674px; will-change: var(--framer-will-change-override, transform); }\",\".framer-MRhUZ .framer-1n8lq95 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-MRhUZ .framer-bg8uf8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MRhUZ .framer-7j59e8 { bottom: -140px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-MRhUZ .framer-qvdtn7 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MRhUZ .framer-57rkgs { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-MRhUZ .framer-1m51t33, .framer-MRhUZ .framer-gj17vy { flex: none; height: 18px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MRhUZ .framer-1n8lq95, .framer-MRhUZ .framer-qvdtn7 { gap: 0px; } .framer-MRhUZ .framer-1n8lq95 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-MRhUZ .framer-1n8lq95 > :first-child { margin-top: 0px; } .framer-MRhUZ .framer-1n8lq95 > :last-child { margin-bottom: 0px; } .framer-MRhUZ .framer-qvdtn7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MRhUZ .framer-qvdtn7 > :first-child { margin-left: 0px; } .framer-MRhUZ .framer-qvdtn7 > :last-child { margin-right: 0px; } }\",\".framer-MRhUZ.framer-v-r5ehuj .framer-7j59e8 { bottom: unset; left: unset; position: relative; }\",\".framer-MRhUZ.framer-v-r5ehuj.hover .framer-7j59e8 { bottom: unset; left: unset; }\",...sharedStyle.css,'.framer-MRhUZ[data-border=\"true\"]::after, .framer-MRhUZ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 674\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bK05y4snR\":{\"layout\":[\"fixed\",\"auto\"]},\"Oez7WRdOr\":{\"layout\":[\"fixed\",\"auto\"]},\"DFcvSF7D_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"GSsbMmiWY\":\"question\",\"rk8srg8cd\":\"answer\",\"CRk6unp9q\":\"cursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFGvDDYAEI=withCSS(Component,css,\"framer-MRhUZ\");export default FramerFGvDDYAEI;FramerFGvDDYAEI.displayName=\"Accordian/Accordian\";FramerFGvDDYAEI.defaultProps={height:56,width:674};addPropertyControls(FramerFGvDDYAEI,{variant:{options:[\"VPDmFJLyt\",\"bK05y4snR\"],optionTitles:[\"Accordian Card\",\"Accordian Open\"],title:\"Variant\",type:ControlType.Enum},GSsbMmiWY:{defaultValue:\"What are the areas made very easy by GenAI?\",displayTextArea:false,title:\"Question\",type:ControlType.String},rk8srg8cd:{defaultValue:\"Security is our top priority. Essens employs state-of-the-art encryption methods to protect your data. We comply with major regulations and standards such as GDPR and ISO to ensure your information is safe and secure. Regular security audits and continuous monitoring are part of our commitment to safeguarding your data.\",displayTextArea:false,title:\"Answer\",type:ControlType.String},CRk6unp9q:{title:\"Cursor\",type:ControlType.CustomCursor}});addFonts(FramerFGvDDYAEI,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFGvDDYAEI\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"674\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bK05y4snR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Oez7WRdOr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DFcvSF7D_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"56\",\"framerVariables\":\"{\\\"GSsbMmiWY\\\":\\\"question\\\",\\\"rk8srg8cd\\\":\\\"answer\\\",\\\"CRk6unp9q\\\":\\\"cursor\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d5ca742)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import AccordianAccordian from\"https://framerusercontent.com/modules/hO5EN5qs2QmgPlUezy6N/BzidxylhLq2hOQF4edo7/FGvDDYAEI.js\";const AccordianAccordianFonts=getFonts(AccordianAccordian);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"yRaTXORwJ\",\"EZ2u8OeJF\"];const serializationHash=\"framer-axaf2\";const variantClassNames={EZ2u8OeJF:\"framer-v-1frryww\",yRaTXORwJ:\"framer-v-k9crbb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition2={delay:0,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"General FAQs\":\"yRaTXORwJ\",\"Pricing FAQs\":\"EZ2u8OeJF\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"yRaTXORwJ\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yRaTXORwJ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-k9crbb\",className,classNames),\"data-framer-name\":\"General FAQs\",layoutDependency:layoutDependency,layoutId:\"yRaTXORwJ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({EZ2u8OeJF:{\"data-framer-name\":\"Pricing FAQs\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 800px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+0+0),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-15k20f0-container\",layoutDependency:layoutDependency,layoutId:\"TRcVwnUeg-container\",children:/*#__PURE__*/_jsx(AccordianAccordian,{GSsbMmiWY:\"What does your platform do?\",height:\"100%\",id:\"TRcVwnUeg\",layoutId:\"TRcVwnUeg\",rk8srg8cd:\"HereYouGo is an AI-powered platform that helps you build, optimize, and scale your car rental business with smart tools, real-time insights, and seamless automation.\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"VPDmFJLyt\",width:\"100%\",...addPropertyOverrides({EZ2u8OeJF:{GSsbMmiWY:\"What pricing plans do you offer?\",rk8srg8cd:\"We offer flexible pricing plans tailored to your needs, including monthly and annual subscriptions. Contact us for specific details.\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 800px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+56+24),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-185ed9f-container\",layoutDependency:layoutDependency,layoutId:\"Hd_KzSekR-container\",children:/*#__PURE__*/_jsx(AccordianAccordian,{GSsbMmiWY:\"How does it help improve my fleet operations?\",height:\"100%\",id:\"Hd_KzSekR\",layoutId:\"Hd_KzSekR\",rk8srg8cd:\" HereYouGo improves your fleet operations by using AI agents to optimize vehicle utilization, provide real-time performance tracking, automate maintenance schedules, and suggest data-driven strategies for maximizing profitability.\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"VPDmFJLyt\",width:\"100%\",...addPropertyOverrides({EZ2u8OeJF:{GSsbMmiWY:\" Is there a free trial available?\",rk8srg8cd:\"Yes, we provide a free trial so you can explore our platform and see the results before committing to a paid plan.\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 800px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+112+48),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-2rl1wo-container\",layoutDependency:layoutDependency,layoutId:\"Am5geV2VS-container\",children:/*#__PURE__*/_jsx(AccordianAccordian,{GSsbMmiWY:\"Is it like having an AI expert on my team?\",height:\"100%\",id:\"Am5geV2VS\",layoutId:\"Am5geV2VS\",rk8srg8cd:\"Absolutely! It\u2019s like having an AI expert on your team\u2014our platform leverages advanced AI to analyze data, optimize operations, and provide actionable insights, helping you make smarter decisions and grow your car rental business effortlessly.\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"VPDmFJLyt\",width:\"100%\",...addPropertyOverrides({EZ2u8OeJF:{GSsbMmiWY:\"Do you offer any discounts for long-term plans?\",rk8srg8cd:\"Yes, we offer discounts for annual subscriptions, helping you save when you commit to a longer-term plan.\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 800px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+168+72),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1oqzgqz-container\",layoutDependency:layoutDependency,layoutId:\"aPByDj2Tl-container\",children:/*#__PURE__*/_jsx(AccordianAccordian,{GSsbMmiWY:\"Do I need technical knowledge to use the platform?\",height:\"100%\",id:\"aPByDj2Tl\",layoutId:\"aPByDj2Tl\",rk8srg8cd:\" Not at all! HereYouGo is designed to be user-friendly and intuitive, so you can easily manage your car rental business without any technical knowledge. Our AI agents handle the complexities for you.\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"VPDmFJLyt\",width:\"100%\",...addPropertyOverrides({EZ2u8OeJF:{GSsbMmiWY:\"Are there additional costs for premium features?\",rk8srg8cd:\"Some advanced features may be available in higher-tier plans. Please refer to our pricing page for a full breakdown of features by plan.\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 800px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+224+96),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1fo42d9-container\",layoutDependency:layoutDependency,layoutId:\"z7RqW13Yt-container\",children:/*#__PURE__*/_jsx(AccordianAccordian,{GSsbMmiWY:\"How is data analyzed by the platform?\",height:\"100%\",id:\"z7RqW13Yt\",layoutId:\"z7RqW13Yt\",rk8srg8cd:\" The platform uses advanced AI algorithms to analyze real-time and historical data from your fleet, including booking trends, pricing, maintenance logs, and customer preferences. This analysis generates actionable insights and recommendations to optimize your operations, maximize profitability, and identify opportunities for growth.\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"VPDmFJLyt\",width:\"100%\",...addPropertyOverrides({EZ2u8OeJF:{GSsbMmiWY:\"Can I upgrade or downgrade my plan at any time?\",rk8srg8cd:\"Absolutely! You can easily upgrade or downgrade your plan based on your evolving needs, without any hassle.\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 800px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+280+120),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-8kgjf7-container\",layoutDependency:layoutDependency,layoutId:\"u4HGGNco6-container\",children:/*#__PURE__*/_jsx(AccordianAccordian,{GSsbMmiWY:\"Will the platform help me identify rental trends?\",height:\"100%\",id:\"u4HGGNco6\",layoutId:\"u4HGGNco6\",rk8srg8cd:\" Yes, the platform's AI agents analyze real-time market data and historical performance to identify rental trends, such as peak demand periods, popular vehicle types, and pricing opportunities, helping you stay ahead and maximize your earnings.\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"VPDmFJLyt\",width:\"100%\",...addPropertyOverrides({EZ2u8OeJF:{GSsbMmiWY:\"What payment methods do you accept?\",rk8srg8cd:\"We accept all major credit cards and offer secure online payment options. For larger plans, invoicing options are available.\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-axaf2.framer-1jmmv4u, .framer-axaf2 .framer-1jmmv4u { display: block; }\",\".framer-axaf2.framer-k9crbb { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1120px; }\",\".framer-axaf2 .framer-15k20f0-container, .framer-axaf2 .framer-185ed9f-container, .framer-axaf2 .framer-2rl1wo-container, .framer-axaf2 .framer-1oqzgqz-container, .framer-axaf2 .framer-1fo42d9-container, .framer-axaf2 .framer-8kgjf7-container { flex: none; height: auto; max-width: 800px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-axaf2.framer-k9crbb { gap: 0px; } .framer-axaf2.framer-k9crbb > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-axaf2.framer-k9crbb > :first-child { margin-top: 0px; } .framer-axaf2.framer-k9crbb > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 456\n * @framerIntrinsicWidth 1120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"EZ2u8OeJF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framera0WbLG3zF=withCSS(Component,css,\"framer-axaf2\");export default Framera0WbLG3zF;Framera0WbLG3zF.displayName=\"Accordian/ Accordian Deck\";Framera0WbLG3zF.defaultProps={height:456,width:1120};addPropertyControls(Framera0WbLG3zF,{variant:{options:[\"yRaTXORwJ\",\"EZ2u8OeJF\"],optionTitles:[\"General FAQs\",\"Pricing FAQs\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framera0WbLG3zF,[{explicitInter:true,fonts:[]},...AccordianAccordianFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framera0WbLG3zF\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"456\",\"framerIntrinsicWidth\":\"1120\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EZ2u8OeJF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./a0WbLG3zF.map", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-regular\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7LLTLAW3NRWOADG4II2JGKZC6OSEMBQC/EYFXWX77PEMPU645EAWOTG22E375GULW/SSNNTU67MMJH4CSWT443B4KJ7OB4WFHF.woff2\",weight:\"400\"}]}];export const css=['.framer-iaSHf .framer-styles-preset-199ffii:not(.rich-text-wrapper), .framer-iaSHf .framer-styles-preset-199ffii.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 32px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #3f3f3f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-iaSHf .framer-styles-preset-199ffii:not(.rich-text-wrapper), .framer-iaSHf .framer-styles-preset-199ffii.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #3f3f3f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-iaSHf .framer-styles-preset-199ffii:not(.rich-text-wrapper), .framer-iaSHf .framer-styles-preset-199ffii.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #3f3f3f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-iaSHf\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-medium\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/4HH4RITHYMRL7VREMN2WV2L6LQZKPRWE/ZWMGJ4LKTJ4NT5NKCHS5WLI6CRRRO2SE/OFRM3ATAEVJKZWGG6S4JN4P6SBPN2BLD.woff2\",weight:\"500\"}]}];export const css=['.framer-OLriL .framer-styles-preset-1pxfp7e:not(.rich-text-wrapper), .framer-OLriL .framer-styles-preset-1pxfp7e.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 52px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.06em; --framer-line-height: 68px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-OLriL .framer-styles-preset-1pxfp7e:not(.rich-text-wrapper), .framer-OLriL .framer-styles-preset-1pxfp7e.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 42px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.06em; --framer-line-height: 54px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-OLriL .framer-styles-preset-1pxfp7e:not(.rich-text-wrapper), .framer-OLriL .framer-styles-preset-1pxfp7e.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.06em; --framer-line-height: 42px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-OLriL\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99bc0fd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ryzCiUFmcVUSeujrotr4/w7ja6tNoHnKP7D7PONfi/rEo2PQSWU.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/74WOmH32KbReu8lICnna/Kch8ZecKjua1eeLuqtbs/ssxIG1odd.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/b5b18tJTLmpM6bKfggZ4/0IcPGaQsCw9QiJ3IL8ws/TG8W9XKBU.js\";import ButtonPrimaryButton from\"https://framerusercontent.com/modules/8raK0PgRP8rCSeDWfKpk/9xvi4SCgBvIopEHo58WA/Nk5XT2Quj.js\";const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const cycleOrder=[\"iV0hP8xq2\",\"U82qTMstk\",\"QuE18NHdd\",\"Tqc9AQ6cQ\",\"eH0LzKpWs\",\"Ej3qAeVOj\",\"kiYW4ms_L\",\"in2nDCyr1\"];const serializationHash=\"framer-rhb22\";const variantClassNames={eH0LzKpWs:\"framer-v-1ut711t\",Ej3qAeVOj:\"framer-v-1o7h0e8\",in2nDCyr1:\"framer-v-kyh26m\",iV0hP8xq2:\"framer-v-1ntyiac\",kiYW4ms_L:\"framer-v-h66rqs\",QuE18NHdd:\"framer-v-1tb6dxx\",Tqc9AQ6cQ:\"framer-v-szj1rq\",U82qTMstk:\"framer-v-1mrcwgg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.5,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transition3={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:10,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:20,y:0};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop 1\":\"iV0hP8xq2\",\"Desktop 2\":\"U82qTMstk\",\"Desktop 3\":\"QuE18NHdd\",\"Desktop 4\":\"Tqc9AQ6cQ\",\"Phone 01\":\"eH0LzKpWs\",\"Phone 02\":\"Ej3qAeVOj\",\"Phone 03\":\"kiYW4ms_L\",\"Phone 04\":\"in2nDCyr1\"};const getProps=({_01Description,_01Image,_01Instruction,_01Step,_02Description,_02Image,_02Instruction,_02Step,_03Description,_03Image,_03Instruction,_03Step,_04Description,_04Image,_04Instruction,_04Step,damyImage01,damyImage02,height,id,link,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7,_ref8,_ref9,_ref10,_ref11,_ref12,_ref13,_ref14,_humanReadableVariantMap_props_variant,_ref15,_ref16,_ref17,_ref18;return{...props,BPpOa9c9f:(_ref=_02Image!==null&&_02Image!==void 0?_02Image:props.BPpOa9c9f)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/tszzQFg2L9i2mZJsIwzKyLmGtk.png\",srcSet:\"https://framerusercontent.com/images/tszzQFg2L9i2mZJsIwzKyLmGtk.png?scale-down-to=512 512w,https://framerusercontent.com/images/tszzQFg2L9i2mZJsIwzKyLmGtk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tszzQFg2L9i2mZJsIwzKyLmGtk.png 1140w\"},eEzIf1mu7:(_ref1=_03Image!==null&&_03Image!==void 0?_03Image:props.eEzIf1mu7)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/YheYeD8Ll9FLbAhbyCUBOmvyE.png\",srcSet:\"https://framerusercontent.com/images/YheYeD8Ll9FLbAhbyCUBOmvyE.png?scale-down-to=512 512w,https://framerusercontent.com/images/YheYeD8Ll9FLbAhbyCUBOmvyE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YheYeD8Ll9FLbAhbyCUBOmvyE.png 1140w\"},eSCjLCjUz:(_ref2=_02Description!==null&&_02Description!==void 0?_02Description:props.eSCjLCjUz)!==null&&_ref2!==void 0?_ref2:\"Create your account in minutes with our quick and straightforward registration process.\",fMxNJeemz:(_ref3=_01Description!==null&&_01Description!==void 0?_01Description:props.fMxNJeemz)!==null&&_ref3!==void 0?_ref3:\"Create your account in minutes with our quick and straightforward registration process.\",GeGvF8jFM:(_ref4=_01Image!==null&&_01Image!==void 0?_01Image:props.GeGvF8jFM)!==null&&_ref4!==void 0?_ref4:{src:\"https://framerusercontent.com/images/EiPaRIgnCbZa36rKSMN5XO7RXaY.png\",srcSet:\"https://framerusercontent.com/images/EiPaRIgnCbZa36rKSMN5XO7RXaY.png?scale-down-to=512 512w,https://framerusercontent.com/images/EiPaRIgnCbZa36rKSMN5XO7RXaY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EiPaRIgnCbZa36rKSMN5XO7RXaY.png 1140w\"},HmZrVgA0S:(_ref5=_01Step!==null&&_01Step!==void 0?_01Step:props.HmZrVgA0S)!==null&&_ref5!==void 0?_ref5:\"Sign Up\",lpjzXJ8X6:(_ref6=_01Instruction!==null&&_01Instruction!==void 0?_01Instruction:props.lpjzXJ8X6)!==null&&_ref6!==void 0?_ref6:\"Create your account in minutes\",o5UxZoF2o:(_ref7=_02Instruction!==null&&_02Instruction!==void 0?_02Instruction:props.o5UxZoF2o)!==null&&_ref7!==void 0?_ref7:\"Attach to site get more information\",pgWD2UEMJ:(_ref8=_04Step!==null&&_04Step!==void 0?_04Step:props.pgWD2UEMJ)!==null&&_ref8!==void 0?_ref8:\"Get Smart Insights\",PTxQ1IIGR:(_ref9=_04Image!==null&&_04Image!==void 0?_04Image:props.PTxQ1IIGR)!==null&&_ref9!==void 0?_ref9:{src:\"https://framerusercontent.com/images/L5rD97toA9anpMDPNgPFD9rdcDg.png\",srcSet:\"https://framerusercontent.com/images/L5rD97toA9anpMDPNgPFD9rdcDg.png?scale-down-to=512 512w,https://framerusercontent.com/images/L5rD97toA9anpMDPNgPFD9rdcDg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/L5rD97toA9anpMDPNgPFD9rdcDg.png 1140w\"},q3193CfCF:(_ref10=_03Description!==null&&_03Description!==void 0?_03Description:props.q3193CfCF)!==null&&_ref10!==void 0?_ref10:\"Create your account in minutes with our quick and straightforward registration process.\",qLefhRZxb:(_ref11=_04Description!==null&&_04Description!==void 0?_04Description:props.qLefhRZxb)!==null&&_ref11!==void 0?_ref11:\"Create your account in minutes with our quick and straightforward registration process.\",Rp4uda3Qk:(_ref12=damyImage01!==null&&damyImage01!==void 0?damyImage01:props.Rp4uda3Qk)!==null&&_ref12!==void 0?_ref12:{src:\"https://framerusercontent.com/images/EiPaRIgnCbZa36rKSMN5XO7RXaY.png\",srcSet:\"https://framerusercontent.com/images/EiPaRIgnCbZa36rKSMN5XO7RXaY.png?scale-down-to=512 512w,https://framerusercontent.com/images/EiPaRIgnCbZa36rKSMN5XO7RXaY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EiPaRIgnCbZa36rKSMN5XO7RXaY.png 1140w\"},rzjukTrg6:(_ref13=_04Instruction!==null&&_04Instruction!==void 0?_04Instruction:props.rzjukTrg6)!==null&&_ref13!==void 0?_ref13:\"Get smarter insights about project.\",UGoKPOuDz:(_ref14=damyImage02!==null&&damyImage02!==void 0?damyImage02:props.UGoKPOuDz)!==null&&_ref14!==void 0?_ref14:{src:\"https://framerusercontent.com/images/tszzQFg2L9i2mZJsIwzKyLmGtk.png\",srcSet:\"https://framerusercontent.com/images/tszzQFg2L9i2mZJsIwzKyLmGtk.png?scale-down-to=512 512w,https://framerusercontent.com/images/tszzQFg2L9i2mZJsIwzKyLmGtk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tszzQFg2L9i2mZJsIwzKyLmGtk.png 1140w\"},variant:(_ref15=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref15!==void 0?_ref15:\"iV0hP8xq2\",vsM4FbREq:(_ref16=_03Instruction!==null&&_03Instruction!==void 0?_03Instruction:props.vsM4FbREq)!==null&&_ref16!==void 0?_ref16:\"Run AI analytics and understand to use it.\",weKdcxp_Z:(_ref17=_03Step!==null&&_03Step!==void 0?_03Step:props.weKdcxp_Z)!==null&&_ref17!==void 0?_ref17:\"Run AI Analytics\",Whua7qaBF:(_ref18=_02Step!==null&&_02Step!==void 0?_02Step:props.Whua7qaBF)!==null&&_ref18!==void 0?_ref18:\"Attach Site\",xH7gZnQfV:link!==null&&link!==void 0?link:props.xH7gZnQfV};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,GeGvF8jFM,lpjzXJ8X6,fMxNJeemz,HmZrVgA0S,BPpOa9c9f,o5UxZoF2o,eSCjLCjUz,Whua7qaBF,eEzIf1mu7,vsM4FbREq,q3193CfCF,weKdcxp_Z,PTxQ1IIGR,rzjukTrg6,qLefhRZxb,pgWD2UEMJ,Rp4uda3Qk,UGoKPOuDz,xH7gZnQfV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iV0hP8xq2\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1m949fh=activeVariantCallback(async(...args)=>{setVariant(\"eH0LzKpWs\");});const onTap1929i85=activeVariantCallback(async(...args)=>{setVariant(\"Ej3qAeVOj\");});const onTap3dn2lx=activeVariantCallback(async(...args)=>{setVariant(\"kiYW4ms_L\");});const onTap1j78ndl=activeVariantCallback(async(...args)=>{setVariant(\"in2nDCyr1\");});const onTap1m8d8qj=activeVariantCallback(async(...args)=>{setVariant(\"iV0hP8xq2\");});const onTapoj8288=activeVariantCallback(async(...args)=>{setVariant(\"U82qTMstk\");});const onTap9oukml=activeVariantCallback(async(...args)=>{setVariant(\"QuE18NHdd\");});const onTaps9uvfx=activeVariantCallback(async(...args)=>{setVariant(\"Tqc9AQ6cQ\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"eH0LzKpWs\",\"Ej3qAeVOj\",\"kiYW4ms_L\",\"in2nDCyr1\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"eH0LzKpWs\",\"Ej3qAeVOj\",\"kiYW4ms_L\",\"in2nDCyr1\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({eH0LzKpWs:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ntyiac\",className,classNames),\"data-framer-name\":\"Desktop 1\",layoutDependency:layoutDependency,layoutId:\"iV0hP8xq2\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({eH0LzKpWs:{\"data-framer-name\":\"Phone 01\"},Ej3qAeVOj:{\"data-framer-name\":\"Phone 02\"},in2nDCyr1:{\"data-framer-name\":\"Phone 04\"},kiYW4ms_L:{\"data-framer-name\":\"Phone 03\"},QuE18NHdd:{\"data-framer-name\":\"Desktop 3\"},Tqc9AQ6cQ:{\"data-framer-name\":\"Desktop 4\"},U82qTMstk:{\"data-framer-name\":\"Desktop 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fpiktb\",\"data-framer-name\":\"Top Section\",layoutDependency:layoutDependency,layoutId:\"HMNsJSTf4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-x7h0lh\",layoutDependency:layoutDependency,layoutId:\"lW2BMBzG5\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bi1zqf\",\"data-framer-name\":\"Image Container\",layoutDependency:layoutDependency,layoutId:\"K0vJ98dZC\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mrwji5\",\"data-framer-name\":\"s2\",layoutDependency:layoutDependency,layoutId:\"DfeZceu7B\",style:{background:'linear-gradient(180deg, var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae, rgba(64, 43, 117, 0.37)) /* {\"name\":\"Primary / 70\"} */ 0%, var(--token-1738e59f-76ed-453b-94da-4ac2870045ed, rgba(108, 73, 196, 0.37)) /* {\"name\":\"Primary/60\"} */ 34%, var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) /* {\"name\":\"Pink\"} */ 63%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1plyt0e\",\"data-framer-name\":\"Rectangle 14\",layoutDependency:layoutDependency,layoutId:\"Ju9pklWFJ\",style:{background:'radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) /* {\"name\":\"Light Primary\"} */ 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13)) /* {\"name\":\"Primary Color\"} */ 100%)',borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+32.000000000000085+28+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 104px, 1px)`,...toResponsiveImage(UGoKPOuDz),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1g55pif\",layoutDependency:layoutDependency,layoutId:\"SZ2CtQ7p9\",...addPropertyOverrides({eH0LzKpWs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||845)-0-753)/2+0+0)+0+0+0+57.57957746478883+-2.25+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.99 - 102px, 1px)`,...toResponsiveImage(UGoKPOuDz),...{positionX:\"center\",positionY:\"center\"}}},Ej3qAeVOj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||846)-0-753)/2+0+0)+0+0+0+63.29746835443049+-3.5+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 85px, 1px)`,...toResponsiveImage(UGoKPOuDz),...{positionX:\"center\",positionY:\"center\"}}},in2nDCyr1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+0+0+59.20502092050219+1+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 88px, 1px)`,...toResponsiveImage(UGoKPOuDz),...{positionX:\"center\",positionY:\"center\"}}},kiYW4ms_L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+0+0+59.95502092050219+-.75+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 84px, 1px)`,...toResponsiveImage(UGoKPOuDz),...{positionX:\"center\",positionY:\"center\"}}},Tqc9AQ6cQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+23.000000000000085+2.5+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 87px, 1px)`,...toResponsiveImage(UGoKPOuDz),...{positionX:\"center\",positionY:\"center\"}}},U82qTMstk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+32.00477326968982+28+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 104px, 1px)`,...toResponsiveImage(UGoKPOuDz),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-j95h23\",\"data-framer-name\":\"s1\",layoutDependency:layoutDependency,layoutId:\"R0RWn3WGg\",style:{background:'linear-gradient(180deg, var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae, rgba(64, 43, 117, 0.37)) /* {\"name\":\"Primary / 70\"} */ 0%, var(--token-1738e59f-76ed-453b-94da-4ac2870045ed, rgba(108, 73, 196, 0.37)) /* {\"name\":\"Primary/60\"} */ 34%, var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) /* {\"name\":\"Pink\"} */ 63%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d1hmoj\",\"data-framer-name\":\"Rectangle 14\",layoutDependency:layoutDependency,layoutId:\"nm4S5SlOs\",style:{background:'radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) /* {\"name\":\"Light Primary\"} */ 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13)) /* {\"name\":\"Primary Color\"} */ 100%)',borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+34.000000000000085+26.5+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 156px) * 0.9967)`,...toResponsiveImage(Rp4uda3Qk),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-cko64b\",layoutDependency:layoutDependency,layoutId:\"mhCZXkz8X\",style:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{in2nDCyr1:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},QuE18NHdd:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},Tqc9AQ6cQ:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}},...addPropertyOverrides({eH0LzKpWs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||845)-0-753)/2+0+0)+0+0+0+69.09577464788742+-8.5+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.99 - 102px) * 0.9967)`,...toResponsiveImage(Rp4uda3Qk),...{positionX:\"center\",positionY:\"center\"}}},Ej3qAeVOj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||846)-0-753)/2+0+0)+0+0+0+60.79746835443049+-.5+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 87px) * 0.9967)`,...toResponsiveImage(Rp4uda3Qk),...{positionX:\"center\",positionY:\"center\"}}},in2nDCyr1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+0+0+44.20502092050219+15.5+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 58px) * 0.9967)`,...toResponsiveImage(Rp4uda3Qk),...{positionX:\"center\",positionY:\"center\"}}},kiYW4ms_L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+0+0+59.20502092050219+.5+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 88px) * 0.9967)`,...toResponsiveImage(Rp4uda3Qk),...{positionX:\"center\",positionY:\"center\"}}},QuE18NHdd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+23.000000000000085+37.5+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 87px) * 0.9967)`,...toResponsiveImage(Rp4uda3Qk),...{positionX:\"center\",positionY:\"center\"}}},Tqc9AQ6cQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+10.000000000000085+50.5+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 61px) * 0.9967)`,...toResponsiveImage(Rp4uda3Qk),...{positionX:\"center\",positionY:\"center\"}}},U82qTMstk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+34.00477326968982+26.5+5684341886080802e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 156px) * 0.9967)`,...toResponsiveImage(Rp4uda3Qk),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hf6pms\",\"data-framer-name\":\"Image 4\",layoutDependency:layoutDependency,layoutId:\"dgNYdtz1g\",style:{background:'linear-gradient(180deg, var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae, rgba(64, 43, 117, 0.37)) /* {\"name\":\"Primary / 70\"} */ 0%, var(--token-1738e59f-76ed-453b-94da-4ac2870045ed, rgba(108, 73, 196, 0.37)) /* {\"name\":\"Primary/60\"} */ 34%, var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) /* {\"name\":\"Pink\"} */ 63%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q3sa58\",\"data-framer-name\":\"Rectangle 14\",layoutDependency:layoutDependency,layoutId:\"yq4NHUO9l\",style:{background:'radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) /* {\"name\":\"Light Primary\"} */ 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13)) /* {\"name\":\"Primary Color\"} */ 100%)',borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+31.000000000000085+-30.5+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 100px, 1px)`,...toResponsiveImage(PTxQ1IIGR)},className:\"framer-109xgc8\",layoutDependency:layoutDependency,layoutId:\"q7SmD6otd\",...addPropertyOverrides({eH0LzKpWs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||845)-0-753)/2+0+0)+0+0+0+72.09577464788742+-71.5+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.99 - 108px, 1px)`,...toResponsiveImage(PTxQ1IIGR)}},Ej3qAeVOj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||846)-0-753)/2+0+0)+0+0+0+51.85759493670898+-52.75+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 88px, 1px)`,...toResponsiveImage(PTxQ1IIGR)}},in2nDCyr1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+0+0+33.20502092050219+-33.5+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 36px, 1px)`,...toResponsiveImage(PTxQ1IIGR),...{positionX:\"center\",positionY:\"center\"}}},kiYW4ms_L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+0+0+44.20502092050219+-44.5+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 58px, 1px)`,...toResponsiveImage(PTxQ1IIGR)}},QuE18NHdd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+10.000000000000085+-9.5+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 61px, 1px)`,...toResponsiveImage(PTxQ1IIGR)}},Tqc9AQ6cQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+1.2500000000000853+-1.75+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 42px, 1px)`,...toResponsiveImage(PTxQ1IIGR),...{positionX:\"center\",positionY:\"center\"}}},U82qTMstk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+23.00477326968982+-22.5+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 87px, 1px)`,...toResponsiveImage(PTxQ1IIGR)}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k3xoc7\",\"data-framer-name\":\"Image 3\",layoutDependency:layoutDependency,layoutId:\"zTU4D8Il1\",style:{background:'linear-gradient(180deg, var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae, rgba(64, 43, 117, 0.37)) /* {\"name\":\"Primary / 70\"} */ 0%, var(--token-1738e59f-76ed-453b-94da-4ac2870045ed, rgba(108, 73, 196, 0.37)) /* {\"name\":\"Primary/60\"} */ 34%, var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) /* {\"name\":\"Pink\"} */ 63%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26,opacity:1},transformTemplate:transformTemplate1,variants:{in2nDCyr1:{opacity:0},Tqc9AQ6cQ:{opacity:0}},...addPropertyOverrides({in2nDCyr1:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ga5ybh\",\"data-framer-name\":\"Rectangle 14\",layoutDependency:layoutDependency,layoutId:\"xnJYNnzvO\",style:{background:'radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) /* {\"name\":\"Light Primary\"} */ 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13)) /* {\"name\":\"Primary Color\"} */ 100%)',borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+23.000000000000085+-22.5+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 87px, 1px)`,...toResponsiveImage(eEzIf1mu7)},className:\"framer-1g0a6uc\",layoutDependency:layoutDependency,layoutId:\"zOXEx7K6b\",...addPropertyOverrides({eH0LzKpWs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||845)-0-753)/2+0+0)+0+0+0+61.595774647887424+-61+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.99 - 87px, 1px)`,...toResponsiveImage(eEzIf1mu7)}},Ej3qAeVOj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||846)-0-753)/2+0+0)+0+0+0+43.79746835443049+-43.5+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 58px, 1px)`,...toResponsiveImage(eEzIf1mu7)}},in2nDCyr1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+0+0+-8.499999999999915+7+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.9418 - 2px, 1px)`,...toResponsiveImage(eEzIf1mu7)}},kiYW4ms_L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+0+0+33.20502092050219+-33.5+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 37px, 1px)`,...toResponsiveImage(eEzIf1mu7),...{positionX:\"center\",positionY:\"center\"}}},QuE18NHdd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+1.2500000000000853+-1.75+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 42px, 1px)`,...toResponsiveImage(eEzIf1mu7),...{positionX:\"center\",positionY:\"center\"}}},Tqc9AQ6cQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+-10.499999999999915+7+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 29px, 1px)`,...toResponsiveImage(eEzIf1mu7)}},U82qTMstk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+10.00477326968982+-9.5+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 62px, 1px)`,...toResponsiveImage(eEzIf1mu7)}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nztq7o\",\"data-framer-name\":\"Image 2\",layoutDependency:layoutDependency,layoutId:\"aJgusjjXS\",style:{background:'linear-gradient(180deg, var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae, rgba(64, 43, 117, 0.37)) /* {\"name\":\"Primary / 70\"} */ 0%, var(--token-1738e59f-76ed-453b-94da-4ac2870045ed, rgba(108, 73, 196, 0.37)) /* {\"name\":\"Primary/60\"} */ 34%, var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) /* {\"name\":\"Pink\"} */ 63%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26,opacity:1},transformTemplate:transformTemplate1,variants:{in2nDCyr1:{opacity:0},kiYW4ms_L:{opacity:0},QuE18NHdd:{opacity:0},Tqc9AQ6cQ:{opacity:0}},...addPropertyOverrides({in2nDCyr1:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j6a0nf\",\"data-framer-name\":\"Rectangle 14\",layoutDependency:layoutDependency,layoutId:\"jgNDTaec4\",style:{background:'radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) /* {\"name\":\"Light Primary\"} */ 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13)) /* {\"name\":\"Primary Color\"} */ 100%)',borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+12.000000000000085+1+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 62px)`,...toResponsiveImage(BPpOa9c9f)},className:\"framer-ephlm\",layoutDependency:layoutDependency,layoutId:\"pcpJXz6s9\",...addPropertyOverrides({eH0LzKpWs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||845)-0-753)/2+0+0)+0+0+0+40.32957746478883+1+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.99 - 58px)`,...toResponsiveImage(BPpOa9c9f)}},Ej3qAeVOj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||846)-0-753)/2+0+0)+0+0+0+32.85759493670898+1+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 1.097 - 2px)`,...toResponsiveImage(BPpOa9c9f)}},in2nDCyr1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+0+0+-8.499999999999915+1+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.9418 - 2px)`,...toResponsiveImage(BPpOa9c9f)}},kiYW4ms_L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+0+0+-8.474895397489433+1+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.9418 - 2px)`,...toResponsiveImage(BPpOa9c9f)}},QuE18NHdd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+-10.499999999999915+1+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 29px)`,...toResponsiveImage(BPpOa9c9f)}},Tqc9AQ6cQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+-10.499999999999915+1+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 29px)`,...toResponsiveImage(BPpOa9c9f)}},U82qTMstk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+1.2452267303103497+1+8526512829121202e-29),pixelHeight:5400,pixelWidth:5400,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 42px)`,...toResponsiveImage(BPpOa9c9f)}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zwkwn\",\"data-framer-name\":\"Image 1\",layoutDependency:layoutDependency,layoutId:\"HDTNYgOk_\",style:{background:'linear-gradient(180deg, var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae, rgba(64, 43, 117, 0.37)) /* {\"name\":\"Primary / 70\"} */ 0%, var(--token-1738e59f-76ed-453b-94da-4ac2870045ed, rgba(108, 73, 196, 0.37)) /* {\"name\":\"Primary/60\"} */ 34%, var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) /* {\"name\":\"Pink\"} */ 63%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26,opacity:1},transformTemplate:transformTemplate1,variants:{Ej3qAeVOj:{opacity:0},in2nDCyr1:{opacity:0},kiYW4ms_L:{opacity:0},QuE18NHdd:{opacity:0},Tqc9AQ6cQ:{opacity:0},U82qTMstk:{opacity:0}},...addPropertyOverrides({in2nDCyr1:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8elk9w\",\"data-framer-name\":\"Rectangle 14\",layoutDependency:layoutDependency,layoutId:\"n2WZQvnmO\",style:{background:'radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) /* {\"name\":\"Light Primary\"} */ 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13)) /* {\"name\":\"Primary Color\"} */ 100%)',borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+1.0000000000000853+-1.5+.5023752969122199),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 42px, 1px)`,...toResponsiveImage(GeGvF8jFM),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1e1ml4c\",layoutDependency:layoutDependency,layoutId:\"txX8sLLqw\",...addPropertyOverrides({eH0LzKpWs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||845)-0-753)/2+0+0)+0+0+0+32.904225352112775+-33.5+.5023752969122199),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.99 - 32px, 1px)`,...toResponsiveImage(GeGvF8jFM),...{positionX:\"center\",positionY:\"center\"}}},Ej3qAeVOj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||846)-0-753)/2+0+0)+0+0+0+-9.082278481012565+7+.5023752969122199),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.9418 - 2px, 1px)`,...toResponsiveImage(GeGvF8jFM)}},in2nDCyr1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+0+0+-8.499999999999915+7+.5023752969122199),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.9418 - 2px, 1px)`,...toResponsiveImage(GeGvF8jFM)}},kiYW4ms_L:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+0+0+-8.474895397489433+7+.5023752969122199),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.9418 - 2px, 1px)`,...toResponsiveImage(GeGvF8jFM)}},QuE18NHdd:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+-10.499999999999915+7+.5023752969122199),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 29px, 1px)`,...toResponsiveImage(GeGvF8jFM)}},Tqc9AQ6cQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+-10.499999999999915+7+.5023752969122199),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 29px, 1px)`,...toResponsiveImage(GeGvF8jFM)}},U82qTMstk:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+0+0+-9.523866348448593+7+.5023752969122199),pixelHeight:5400,pixelWidth:5400,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3966 - 29px, 1px)`,...toResponsiveImage(GeGvF8jFM)}}},baseVariant,gestureVariant)})})})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l58b8k\",\"data-framer-name\":\"Navigator\",layoutDependency:layoutDependency,layoutId:\"hFAeaLeku\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gog45v\",\"data-framer-name\":\"01\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"x0UGA8qvV\",onTap:onTap1m949fh,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fwdajw\",layoutDependency:layoutDependency,layoutId:\"PHpn5SJiz\",style:{background:\"linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(116, 64, 237) 22.972972972972975%, rgb(121, 36, 224) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{eH0LzKpWs:{background:'linear-gradient(270deg, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)) /* {\"name\":\"White/100\"} */ 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 22.972972972972975%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)'},Ej3qAeVOj:{background:\"linear-gradient(270deg, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 50%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 100%)\",backgroundColor:\"var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224))\"},in2nDCyr1:{background:\"linear-gradient(270deg, var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214)) 0%, var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214)) 50%, var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214)) 100%)\",backgroundColor:\"var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214))\"},kiYW4ms_L:{background:'linear-gradient(90deg, var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214)) /* {\"name\":\"Purple\"} */ 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 83.15314215582771%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)'}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zgl422\",layoutDependency:layoutDependency,layoutId:\"ZNdtUs7Jq\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16sjj95\",layoutDependency:layoutDependency,layoutId:\"LaQZjYbku\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"01.\"})}),className:\"framer-sefuz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Z3TTgkpQq\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ej3qAeVOj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"02.\"})})},in2nDCyr1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"04.\"})})},kiYW4ms_L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"03.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Sign Up\"})}),className:\"framer-1g9rw8t\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sQzqSMqSs\",style:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eH0LzKpWs:{text:HmZrVgA0S},Ej3qAeVOj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Attach Site\"})}),text:Whua7qaBF},in2nDCyr1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Get Smart Insights\"})}),text:pgWD2UEMJ},kiYW4ms_L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Run AI Analytics\"})}),text:weKdcxp_Z}},baseVariant,gestureVariant)})]})})]}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lkahjh\",\"data-framer-name\":\"02\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"PNxzFgG0c\",onTap:onTap1929i85,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sc0ld5\",layoutDependency:layoutDependency,layoutId:\"n6FBqBGKa\",style:{background:\"linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%)\",backgroundColor:\"rgba(255, 255, 255, 0.3)\"},variants:{eH0LzKpWs:{background:\"linear-gradient(270deg, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 0%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 50%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 100%)\",backgroundColor:\"var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3))\"},Ej3qAeVOj:{background:'linear-gradient(270deg, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)) /* {\"name\":\"White/100\"} */ 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 22.972972972972975%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\"},in2nDCyr1:{background:'linear-gradient(90deg, var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214)) /* {\"name\":\"Purple\"} */ 0%, var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214)) /* {\"name\":\"Purple\"} */ 83.15314215582771%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\"},kiYW4ms_L:{background:\"linear-gradient(270deg, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 50%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 100%)\",backgroundColor:\"var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224))\"}}})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-oxyuyn\",\"data-framer-name\":\"03\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YtNwTCSEG\",onTap:onTap3dn2lx,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14bc8u6\",layoutDependency:layoutDependency,layoutId:\"knh7tCYsr\",style:{background:\"linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%)\",backgroundColor:\"rgba(255, 255, 255, 0.3)\"},variants:{eH0LzKpWs:{background:\"linear-gradient(270deg, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 0%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 50%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 100%)\",backgroundColor:\"var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3))\"},Ej3qAeVOj:{background:\"linear-gradient(270deg, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 0%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 50%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 100%)\",backgroundColor:\"var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3))\"},in2nDCyr1:{background:\"linear-gradient(270deg, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 50%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 100%)\",backgroundColor:\"var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224))\"},kiYW4ms_L:{background:'linear-gradient(270deg, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)) /* {\"name\":\"White/100\"} */ 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 22.972972972972975%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\"}}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9qfots\",\"data-framer-name\":\"04\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"vSu2rxacg\",onTap:onTap1j78ndl,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nnek81\",layoutDependency:layoutDependency,layoutId:\"MC7trMhfJ\",style:{background:\"linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%)\",backgroundColor:\"rgba(255, 255, 255, 0.3)\"},variants:{eH0LzKpWs:{background:\"linear-gradient(270deg, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 0%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 50%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 100%)\",backgroundColor:\"var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3))\"},Ej3qAeVOj:{background:\"linear-gradient(270deg, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 0%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 50%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 100%)\",backgroundColor:\"var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3))\"},in2nDCyr1:{background:'linear-gradient(270deg, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)) /* {\"name\":\"White/100\"} */ 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 22.972972972972975%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\"},kiYW4ms_L:{background:\"linear-gradient(270deg, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 0%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 50%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 100%)\",backgroundColor:\"var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3))\"}}})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-6ts0og\",layoutDependency:layoutDependency,layoutId:\"zlxWWqNHM\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1srze4d\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"jYyErsDNv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h2hn7y\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"vJ8TYb3ys\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Create your account in minutes\"})}),className:\"framer-1pemz2s\",\"data-framer-appear-id\":\"1pemz2s\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"jPfla7AHS\",optimized:true,text:lpjzXJ8X6,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ej3qAeVOj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Attach to site get more information\"})}),text:o5UxZoF2o},in2nDCyr1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Get smarter insights about project.\"})}),text:rzjukTrg6},kiYW4ms_L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Run AI analytics and understand to use it.\"})}),text:vsM4FbREq},QuE18NHdd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Run AI analytics and understand to use it.\"})}),text:vsM4FbREq},Tqc9AQ6cQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Get smarter insights about project.\"})}),text:rzjukTrg6},U82qTMstk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Attach to site get more information\"})}),text:o5UxZoF2o}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Create your account in minutes with our quick and straightforward registration process.\"})}),className:\"framer-z31g98\",\"data-framer-appear-id\":\"z31g98\",fonts:[\"Inter\"],initial:animation2,layoutDependency:layoutDependency,layoutId:\"CUidAZWO0\",optimized:true,text:fMxNJeemz,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ej3qAeVOj:{text:eSCjLCjUz},in2nDCyr1:{text:qLefhRZxb},kiYW4ms_L:{text:q3193CfCF},QuE18NHdd:{text:q3193CfCF},Tqc9AQ6cQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Receive actionable, AI-driven insights to optimize your SEO strategy and improve your search traffic.\"})}),text:qLefhRZxb},U82qTMstk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Initiate a comprehensive analysis to gather valuable data and insights about your site.\"})}),text:eSCjLCjUz}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||605)-0-733)/2+0+0)+105.5+0+164,...addPropertyOverrides({eH0LzKpWs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||845)-0-753)/2+0+0)+0+569+0+136},Ej3qAeVOj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||846)-0-753)/2+0+0)+0+569+0+136},in2nDCyr1:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+569+0+136},kiYW4ms_L:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||849)-0-753)/2+0+0)+0+569+0+136}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1voyh3c-container\",layoutDependency:layoutDependency,layoutId:\"IhC3xDYOT-container\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{dKsJpeQvB:xH7gZnQfV,FvDthbrY2:\"Let's Start\",height:\"100%\",id:\"IhC3xDYOT\",layoutId:\"IhC3xDYOT\",variant:\"BOBcLdq9P\",width:\"100%\"})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-heax6b\",\"data-framer-name\":\"Navigator\",layoutDependency:layoutDependency,layoutId:\"UBOgABuwC\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jno4dv\",\"data-framer-name\":\"01\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ez1mXXRzm\",onTap:onTap1m8d8qj,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k2uizs\",layoutDependency:layoutDependency,layoutId:\"HqMQvZk_h\",style:{background:'linear-gradient(270deg, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)) /* {\"name\":\"White/100\"} */ 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 22.972972972972975%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{QuE18NHdd:{background:'linear-gradient(90deg, var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214)) /* {\"name\":\"Purple\"} */ 0%, var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214)) /* {\"name\":\"Purple\"} */ 83.15314215582771%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)'},Tqc9AQ6cQ:{background:\"linear-gradient(270deg, var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214)) 0%, var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214)) 50%, var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214)) 100%)\",backgroundColor:\"var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214))\"},U82qTMstk:{background:\"linear-gradient(270deg, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 50%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 100%)\",backgroundColor:\"var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-c1l18c\",layoutDependency:layoutDependency,layoutId:\"kGgm0w5sJ\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qfbv73\",layoutDependency:layoutDependency,layoutId:\"pMHYFeOr5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"01.\"})}),className:\"framer-1jfetb1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PEvSGyrkz\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Sign Up\"})}),className:\"framer-1qbkisw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"THXldtCDd\",style:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"},text:HmZrVgA0S,variants:{QuE18NHdd:{\"--extracted-r6o4lv\":\"rgb(94, 94, 94)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({QuE18NHdd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(94, 94, 94))\"},children:\"Sign Up\"})})},Tqc9AQ6cQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",children:\"Sign Up\"})})},U82qTMstk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",children:\"Sign Up\"})})}},baseVariant,gestureVariant)})]})})]}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1z0vx4c\",\"data-framer-name\":\"02\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"PVwh1AcRb\",onTap:onTapoj8288,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kbq3ui\",layoutDependency:layoutDependency,layoutId:\"Xsvev1X1t\",style:{background:\"linear-gradient(270deg, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 0%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 50%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 100%)\",backgroundColor:\"var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3))\"},variants:{QuE18NHdd:{background:\"linear-gradient(270deg, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 50%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 100%)\",backgroundColor:\"var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224))\"},Tqc9AQ6cQ:{background:'linear-gradient(90deg, var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214)) /* {\"name\":\"Purple\"} */ 0%, var(--token-fffa51aa-c8f0-4391-843e-0b4f73fba7de, rgb(152, 58, 214)) /* {\"name\":\"Purple\"} */ 83.15314215582771%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\"},U82qTMstk:{background:'linear-gradient(270deg, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)) /* {\"name\":\"White/100\"} */ 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 22.972972972972975%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eqg5bf\",layoutDependency:layoutDependency,layoutId:\"gN1g3186e\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b7dj2a\",layoutDependency:layoutDependency,layoutId:\"V5ar5QSL_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"02.\"})}),className:\"framer-e47u9d\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZUnY7PwOO\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",children:\"Attach Site\"})}),className:\"framer-40ligd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kN2C3mMCF\",text:Whua7qaBF,variants:{U82qTMstk:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({U82qTMstk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Attach Site\"})})}},baseVariant,gestureVariant)})]})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j22pfs\",\"data-framer-name\":\"03\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"oRyIUge2X\",onTap:onTap9oukml,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-141b945\",layoutDependency:layoutDependency,layoutId:\"EXEQsI_dv\",style:{background:\"linear-gradient(270deg, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 0%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 50%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 100%)\",backgroundColor:\"var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3))\"},variants:{QuE18NHdd:{background:'linear-gradient(270deg, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)) /* {\"name\":\"White/100\"} */ 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 22.972972972972975%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\"},Tqc9AQ6cQ:{background:\"linear-gradient(270deg, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 50%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) 100%)\",backgroundColor:\"var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j2sax6\",layoutDependency:layoutDependency,layoutId:\"k8sdyfotg\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s75bho\",layoutDependency:layoutDependency,layoutId:\"AjJEhCokB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"03.\"})}),className:\"framer-1kotwws\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"k7098GsQL\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",children:\"Run AI Analytics\"})}),className:\"framer-1cw4chc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TiX8doBdW\",text:weKdcxp_Z,variants:{QuE18NHdd:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({QuE18NHdd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Run AI Analytics\"})})}},baseVariant,gestureVariant)})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fz29s\",\"data-framer-name\":\"04\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"EGRmGQE96\",onTap:onTaps9uvfx,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qnce3\",layoutDependency:layoutDependency,layoutId:\"oOcM_QUMM\",style:{background:\"linear-gradient(270deg, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 0%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 50%, var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3)) 100%)\",backgroundColor:\"var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3))\"},variants:{Tqc9AQ6cQ:{background:'linear-gradient(270deg, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)) /* {\"name\":\"White/100\"} */ 0%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 22.972972972972975%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ijyhhp\",layoutDependency:layoutDependency,layoutId:\"VDezVCCXI\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k49hx3\",layoutDependency:layoutDependency,layoutId:\"oqpHzt1Ck\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"04.\"})}),className:\"framer-m85501\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xx2310tiK\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",children:\"Get Smart Insights\"})}),className:\"framer-1rutlhn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"A75Dr2XlQ\",text:pgWD2UEMJ,variants:{Tqc9AQ6cQ:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Tqc9AQ6cQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Get Smart Insights\"})})}},baseVariant,gestureVariant)})]})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rhb22.framer-o7r7k8, .framer-rhb22 .framer-o7r7k8 { display: block; }\",\".framer-rhb22.framer-1ntyiac { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1160px; }\",\".framer-rhb22 .framer-1fpiktb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rhb22 .framer-x7h0lh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 40%; }\",\".framer-rhb22 .framer-1bi1zqf { aspect-ratio: 1.0874704491725768 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 423px); overflow: visible; position: relative; width: 100%; }\",\".framer-rhb22 .framer-mrwji5 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 358px); justify-content: center; left: 102px; overflow: visible; padding: 1px; position: absolute; right: 0px; top: 50%; }\",\".framer-rhb22 .framer-1plyt0e { aspect-ratio: 1.167763157894737 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 304px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rhb22 .framer-1g55pif, .framer-rhb22 .framer-cko64b, .framer-rhb22 .framer-109xgc8, .framer-rhb22 .framer-1g0a6uc, .framer-rhb22 .framer-ephlm { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-rhb22 .framer-j95h23 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 306px); justify-content: center; left: 154px; overflow: hidden; padding: 1px; position: absolute; right: 0px; top: 50%; will-change: var(--framer-will-change-override, transform); }\",\".framer-rhb22 .framer-1d1hmoj { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 303px); position: relative; width: 100%; }\",\".framer-rhb22 .framer-hf6pms { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 362px); justify-content: center; left: 98px; overflow: visible; padding: 1px; position: absolute; right: 0px; top: 50%; }\",\".framer-rhb22 .framer-q3sa58 { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 360px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rhb22 .framer-1k3xoc7 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 375px); justify-content: center; left: 85px; overflow: visible; padding: 1px; position: absolute; right: 0px; top: 50%; }\",\".framer-rhb22 .framer-ga5ybh { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 373px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rhb22 .framer-nztq7o { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 400px); justify-content: center; left: 40px; overflow: visible; padding: 1px; position: absolute; right: 20px; top: 50%; }\",\".framer-rhb22 .framer-1j6a0nf { flex: none; height: 100%; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-rhb22 .framer-zwkwn { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 420px); justify-content: center; left: 0px; overflow: hidden; padding: 1px; position: absolute; right: 40px; top: 50%; will-change: var(--framer-will-change-override, transform); }\",\".framer-rhb22 .framer-8elk9w { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 418px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rhb22 .framer-1e1ml4c { flex: none; height: 100%; left: calc(50.118764845605725% - 100% / 2); overflow: visible; position: absolute; top: calc(50.118764845605725% - 100% / 2); width: 100%; }\",\".framer-rhb22 .framer-1l58b8k { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-rhb22 .framer-1gog45v, .framer-rhb22 .framer-1jno4dv { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-rhb22 .framer-fwdajw, .framer-rhb22 .framer-1sc0ld5, .framer-rhb22 .framer-14bc8u6, .framer-rhb22 .framer-1nnek81, .framer-rhb22 .framer-1k2uizs, .framer-rhb22 .framer-kbq3ui, .framer-rhb22 .framer-141b945, .framer-rhb22 .framer-1qnce3 { flex: none; height: 2px; overflow: visible; position: relative; width: 100%; }\",\".framer-rhb22 .framer-zgl422 { 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 12px 0px 0px; position: relative; width: 100%; }\",\".framer-rhb22 .framer-16sjj95, .framer-rhb22 .framer-1qfbv73, .framer-rhb22 .framer-b7dj2a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-rhb22 .framer-sefuz, .framer-rhb22 .framer-1pemz2s, .framer-rhb22 .framer-z31g98, .framer-rhb22 .framer-1jfetb1, .framer-rhb22 .framer-1qbkisw, .framer-rhb22 .framer-e47u9d, .framer-rhb22 .framer-40ligd, .framer-rhb22 .framer-1kotwws, .framer-rhb22 .framer-1cw4chc, .framer-rhb22 .framer-m85501, .framer-rhb22 .framer-1rutlhn { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-rhb22 .framer-1g9rw8t { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-rhb22 .framer-lkahjh, .framer-rhb22 .framer-oxyuyn, .framer-rhb22 .framer-9qfots, .framer-rhb22 .framer-1z0vx4c, .framer-rhb22 .framer-1j22pfs, .framer-rhb22 .framer-1fz29s { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-rhb22 .framer-6ts0og { flex: none; height: 423px; overflow: hidden; position: relative; width: 10%; }\",\".framer-rhb22 .framer-1srze4d { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-rhb22 .framer-h2hn7y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-rhb22 .framer-1voyh3c-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-rhb22 .framer-heax6b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-rhb22 .framer-c1l18c, .framer-rhb22 .framer-1eqg5bf { 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 24px 0px 0px; position: relative; width: 100%; }\",\".framer-rhb22 .framer-1j2sax6, .framer-rhb22 .framer-ijyhhp { 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-rhb22 .framer-1s75bho, .framer-rhb22 .framer-1k49hx3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 24px 0px 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rhb22.framer-1ntyiac, .framer-rhb22 .framer-x7h0lh, .framer-rhb22 .framer-mrwji5, .framer-rhb22 .framer-j95h23, .framer-rhb22 .framer-hf6pms, .framer-rhb22 .framer-1k3xoc7, .framer-rhb22 .framer-nztq7o, .framer-rhb22 .framer-zwkwn, .framer-rhb22 .framer-1l58b8k, .framer-rhb22 .framer-1gog45v, .framer-rhb22 .framer-zgl422, .framer-rhb22 .framer-16sjj95, .framer-rhb22 .framer-lkahjh, .framer-rhb22 .framer-oxyuyn, .framer-rhb22 .framer-9qfots, .framer-rhb22 .framer-1srze4d, .framer-rhb22 .framer-h2hn7y, .framer-rhb22 .framer-heax6b, .framer-rhb22 .framer-1jno4dv, .framer-rhb22 .framer-c1l18c, .framer-rhb22 .framer-1qfbv73, .framer-rhb22 .framer-1z0vx4c, .framer-rhb22 .framer-1eqg5bf, .framer-rhb22 .framer-b7dj2a, .framer-rhb22 .framer-1j22pfs, .framer-rhb22 .framer-1j2sax6, .framer-rhb22 .framer-1s75bho, .framer-rhb22 .framer-1fz29s, .framer-rhb22 .framer-ijyhhp, .framer-rhb22 .framer-1k49hx3 { gap: 0px; } .framer-rhb22.framer-1ntyiac > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-rhb22.framer-1ntyiac > :first-child, .framer-rhb22 .framer-1gog45v > :first-child, .framer-rhb22 .framer-zgl422 > :first-child, .framer-rhb22 .framer-16sjj95 > :first-child, .framer-rhb22 .framer-lkahjh > :first-child, .framer-rhb22 .framer-oxyuyn > :first-child, .framer-rhb22 .framer-9qfots > :first-child, .framer-rhb22 .framer-1srze4d > :first-child, .framer-rhb22 .framer-h2hn7y > :first-child, .framer-rhb22 .framer-1jno4dv > :first-child, .framer-rhb22 .framer-c1l18c > :first-child, .framer-rhb22 .framer-1qfbv73 > :first-child, .framer-rhb22 .framer-1z0vx4c > :first-child, .framer-rhb22 .framer-1eqg5bf > :first-child, .framer-rhb22 .framer-b7dj2a > :first-child, .framer-rhb22 .framer-1j22pfs > :first-child, .framer-rhb22 .framer-1j2sax6 > :first-child, .framer-rhb22 .framer-1s75bho > :first-child, .framer-rhb22 .framer-1fz29s > :first-child, .framer-rhb22 .framer-ijyhhp > :first-child, .framer-rhb22 .framer-1k49hx3 > :first-child { margin-top: 0px; } .framer-rhb22.framer-1ntyiac > :last-child, .framer-rhb22 .framer-1gog45v > :last-child, .framer-rhb22 .framer-zgl422 > :last-child, .framer-rhb22 .framer-16sjj95 > :last-child, .framer-rhb22 .framer-lkahjh > :last-child, .framer-rhb22 .framer-oxyuyn > :last-child, .framer-rhb22 .framer-9qfots > :last-child, .framer-rhb22 .framer-1srze4d > :last-child, .framer-rhb22 .framer-h2hn7y > :last-child, .framer-rhb22 .framer-1jno4dv > :last-child, .framer-rhb22 .framer-c1l18c > :last-child, .framer-rhb22 .framer-1qfbv73 > :last-child, .framer-rhb22 .framer-1z0vx4c > :last-child, .framer-rhb22 .framer-1eqg5bf > :last-child, .framer-rhb22 .framer-b7dj2a > :last-child, .framer-rhb22 .framer-1j22pfs > :last-child, .framer-rhb22 .framer-1j2sax6 > :last-child, .framer-rhb22 .framer-1s75bho > :last-child, .framer-rhb22 .framer-1fz29s > :last-child, .framer-rhb22 .framer-ijyhhp > :last-child, .framer-rhb22 .framer-1k49hx3 > :last-child { margin-bottom: 0px; } .framer-rhb22 .framer-x7h0lh > *, .framer-rhb22 .framer-mrwji5 > *, .framer-rhb22 .framer-j95h23 > *, .framer-rhb22 .framer-hf6pms > *, .framer-rhb22 .framer-1k3xoc7 > *, .framer-rhb22 .framer-nztq7o > *, .framer-rhb22 .framer-zwkwn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rhb22 .framer-x7h0lh > :first-child, .framer-rhb22 .framer-mrwji5 > :first-child, .framer-rhb22 .framer-j95h23 > :first-child, .framer-rhb22 .framer-hf6pms > :first-child, .framer-rhb22 .framer-1k3xoc7 > :first-child, .framer-rhb22 .framer-nztq7o > :first-child, .framer-rhb22 .framer-zwkwn > :first-child, .framer-rhb22 .framer-1l58b8k > :first-child, .framer-rhb22 .framer-heax6b > :first-child { margin-left: 0px; } .framer-rhb22 .framer-x7h0lh > :last-child, .framer-rhb22 .framer-mrwji5 > :last-child, .framer-rhb22 .framer-j95h23 > :last-child, .framer-rhb22 .framer-hf6pms > :last-child, .framer-rhb22 .framer-1k3xoc7 > :last-child, .framer-rhb22 .framer-nztq7o > :last-child, .framer-rhb22 .framer-zwkwn > :last-child, .framer-rhb22 .framer-1l58b8k > :last-child, .framer-rhb22 .framer-heax6b > :last-child { margin-right: 0px; } .framer-rhb22 .framer-1l58b8k > *, .framer-rhb22 .framer-heax6b > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rhb22 .framer-1gog45v > *, .framer-rhb22 .framer-lkahjh > *, .framer-rhb22 .framer-oxyuyn > *, .framer-rhb22 .framer-9qfots > *, .framer-rhb22 .framer-1jno4dv > *, .framer-rhb22 .framer-1z0vx4c > *, .framer-rhb22 .framer-1j22pfs > *, .framer-rhb22 .framer-1fz29s > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-rhb22 .framer-zgl422 > *, .framer-rhb22 .framer-c1l18c > *, .framer-rhb22 .framer-1eqg5bf > *, .framer-rhb22 .framer-1j2sax6 > *, .framer-rhb22 .framer-ijyhhp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-rhb22 .framer-16sjj95 > *, .framer-rhb22 .framer-1qfbv73 > *, .framer-rhb22 .framer-b7dj2a > *, .framer-rhb22 .framer-1s75bho > *, .framer-rhb22 .framer-1k49hx3 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-rhb22 .framer-1srze4d > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-rhb22 .framer-h2hn7y > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-rhb22.framer-v-1mrcwgg .framer-1bi1zqf { aspect-ratio: 1.0969267139479906 / 1; height: var(--framer-aspect-ratio-supported, 419px); }\",\".framer-rhb22.framer-v-1mrcwgg .framer-mrwji5, .framer-rhb22.framer-v-1mrcwgg .framer-j95h23 { top: 50%; z-index: 0; }\",\".framer-rhb22.framer-v-1mrcwgg .framer-hf6pms { height: var(--framer-aspect-ratio-supported, 375px); left: 85px; top: 50%; }\",\".framer-rhb22.framer-v-1mrcwgg .framer-q3sa58 { height: var(--framer-aspect-ratio-supported, 373px); }\",\".framer-rhb22.framer-v-1mrcwgg .framer-1k3xoc7 { height: var(--framer-aspect-ratio-supported, 400px); left: 40px; right: 20px; top: 50%; }\",\".framer-rhb22.framer-v-1mrcwgg .framer-ga5ybh { height: var(--framer-aspect-ratio-supported, 398px); }\",\".framer-rhb22.framer-v-1mrcwgg .framer-nztq7o, .framer-rhb22.framer-v-1tb6dxx .framer-1k3xoc7 { height: var(--framer-aspect-ratio-supported, 420px); left: 0px; right: 40px; top: 50%; }\",\".framer-rhb22.framer-v-1mrcwgg .framer-zwkwn, .framer-rhb22.framer-v-1tb6dxx .framer-nztq7o, .framer-rhb22.framer-v-1tb6dxx .framer-zwkwn, .framer-rhb22.framer-v-szj1rq .framer-1k3xoc7, .framer-rhb22.framer-v-szj1rq .framer-nztq7o, .framer-rhb22.framer-v-szj1rq .framer-zwkwn { height: var(--framer-aspect-ratio-supported, 433px); left: -48px; right: 75px; top: 49%; }\",\".framer-rhb22.framer-v-1mrcwgg .framer-8elk9w, .framer-rhb22.framer-v-1tb6dxx .framer-8elk9w, .framer-rhb22.framer-v-szj1rq .framer-ga5ybh, .framer-rhb22.framer-v-szj1rq .framer-8elk9w { height: var(--framer-aspect-ratio-supported, 431px); }\",\".framer-rhb22.framer-v-1tb6dxx .framer-mrwji5 { z-index: 0; }\",\".framer-rhb22.framer-v-1tb6dxx .framer-j95h23 { height: var(--framer-aspect-ratio-supported, 375px); left: 85px; z-index: 0; }\",\".framer-rhb22.framer-v-1tb6dxx .framer-1d1hmoj { height: var(--framer-aspect-ratio-supported, 371px); }\",\".framer-rhb22.framer-v-1tb6dxx .framer-hf6pms, .framer-rhb22.framer-v-szj1rq .framer-j95h23 { height: var(--framer-aspect-ratio-supported, 401px); left: 42px; right: 17px; }\",\".framer-rhb22.framer-v-1tb6dxx .framer-q3sa58 { height: var(--framer-aspect-ratio-supported, 399px); }\",\".framer-rhb22.framer-v-1tb6dxx .framer-ga5ybh, .framer-rhb22.framer-v-szj1rq .framer-q3sa58 { height: var(--framer-aspect-ratio-supported, 418px); }\",\".framer-rhb22.framer-v-1tb6dxx .framer-1j2sax6 { padding: 0px 24px 0px 0px; }\",\".framer-rhb22.framer-v-1tb6dxx .framer-1s75bho { padding: 0px; }\",\".framer-rhb22.framer-v-szj1rq .framer-mrwji5 { height: var(--framer-aspect-ratio-supported, 375px); left: 85px; }\",\".framer-rhb22.framer-v-szj1rq .framer-1plyt0e { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 373px); }\",\".framer-rhb22.framer-v-szj1rq .framer-1d1hmoj { height: var(--framer-aspect-ratio-supported, 397px); }\",\".framer-rhb22.framer-v-szj1rq .framer-hf6pms { height: var(--framer-aspect-ratio-supported, 420px); left: 0px; overflow: hidden; right: 40px; top: 50%; will-change: var(--framer-will-change-override, transform); }\",\".framer-rhb22.framer-v-1ut711t.framer-1ntyiac, .framer-rhb22.framer-v-1o7h0e8.framer-1ntyiac, .framer-rhb22.framer-v-h66rqs.framer-1ntyiac, .framer-rhb22.framer-v-kyh26m.framer-1ntyiac { gap: 48px; width: 390px; }\",\".framer-rhb22.framer-v-1ut711t .framer-1fpiktb, .framer-rhb22.framer-v-1o7h0e8 .framer-1fpiktb, .framer-rhb22.framer-v-h66rqs .framer-1fpiktb, .framer-rhb22.framer-v-kyh26m .framer-1fpiktb { flex-direction: column; gap: 32px; justify-content: center; }\",\".framer-rhb22.framer-v-1ut711t .framer-x7h0lh, .framer-rhb22.framer-v-1o7h0e8 .framer-x7h0lh, .framer-rhb22.framer-v-h66rqs .framer-x7h0lh, .framer-rhb22.framer-v-kyh26m .framer-x7h0lh { width: 100%; }\",\".framer-rhb22.framer-v-1ut711t .framer-1bi1zqf { height: var(--framer-aspect-ratio-supported, 355px); width: 99%; }\",\".framer-rhb22.framer-v-1ut711t .framer-mrwji5 { height: var(--framer-aspect-ratio-supported, 286px); left: 100px; top: 49%; }\",\".framer-rhb22.framer-v-1ut711t .framer-1plyt0e { height: var(--framer-aspect-ratio-supported, 244px); }\",\".framer-rhb22.framer-v-1ut711t .framer-j95h23 { height: var(--framer-aspect-ratio-supported, 286px); left: 100px; top: 50%; }\",\".framer-rhb22.framer-v-1ut711t .framer-1d1hmoj { height: var(--framer-aspect-ratio-supported, 284px); }\",\".framer-rhb22.framer-v-1ut711t .framer-hf6pms { height: var(--framer-aspect-ratio-supported, 280px); left: 106px; top: 50%; }\",\".framer-rhb22.framer-v-1ut711t .framer-q3sa58 { height: var(--framer-aspect-ratio-supported, 278px); }\",\".framer-rhb22.framer-v-1ut711t .framer-1k3xoc7 { height: var(--framer-aspect-ratio-supported, 301px); top: 50%; }\",\".framer-rhb22.framer-v-1ut711t .framer-ga5ybh { height: var(--framer-aspect-ratio-supported, 299px); }\",\".framer-rhb22.framer-v-1ut711t .framer-nztq7o { height: var(--framer-aspect-ratio-supported, 330px); right: 16px; top: 49%; }\",\".framer-rhb22.framer-v-1ut711t .framer-zwkwn { height: var(--framer-aspect-ratio-supported, 356px); right: 30px; top: 50%; }\",\".framer-rhb22.framer-v-1ut711t .framer-8elk9w, .framer-rhb22.framer-v-kyh26m .framer-q3sa58 { height: var(--framer-aspect-ratio-supported, 354px); }\",\".framer-rhb22.framer-v-1ut711t .framer-1l58b8k, .framer-rhb22.framer-v-1o7h0e8 .framer-1l58b8k, .framer-rhb22.framer-v-h66rqs .framer-1l58b8k, .framer-rhb22.framer-v-kyh26m .framer-1l58b8k { flex: none; width: 100%; }\",\".framer-rhb22.framer-v-1ut711t .framer-1gog45v, .framer-rhb22.framer-v-1o7h0e8 .framer-1gog45v, .framer-rhb22.framer-v-h66rqs .framer-1gog45v, .framer-rhb22.framer-v-kyh26m .framer-1gog45v { gap: 20px; }\",\".framer-rhb22.framer-v-1ut711t .framer-fwdajw, .framer-rhb22.framer-v-1ut711t .framer-1sc0ld5, .framer-rhb22.framer-v-1o7h0e8 .framer-fwdajw, .framer-rhb22.framer-v-1o7h0e8 .framer-1sc0ld5, .framer-rhb22.framer-v-kyh26m .framer-1sc0ld5 { order: 0; }\",\".framer-rhb22.framer-v-1ut711t .framer-zgl422 { order: 1; padding: 0px; }\",\".framer-rhb22.framer-v-1ut711t .framer-16sjj95 { height: 60px; }\",\".framer-rhb22.framer-v-1ut711t .framer-1srze4d, .framer-rhb22.framer-v-1o7h0e8 .framer-1srze4d, .framer-rhb22.framer-v-h66rqs .framer-1srze4d, .framer-rhb22.framer-v-kyh26m .framer-1srze4d { flex: none; gap: 32px; width: 100%; }\",\".framer-rhb22.framer-v-1ut711t .framer-h2hn7y, .framer-rhb22.framer-v-1o7h0e8 .framer-h2hn7y, .framer-rhb22.framer-v-h66rqs .framer-h2hn7y, .framer-rhb22.framer-v-kyh26m .framer-h2hn7y { gap: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rhb22.framer-v-1ut711t.framer-1ntyiac, .framer-rhb22.framer-v-1ut711t .framer-1fpiktb, .framer-rhb22.framer-v-1ut711t .framer-1gog45v, .framer-rhb22.framer-v-1ut711t .framer-1srze4d, .framer-rhb22.framer-v-1ut711t .framer-h2hn7y { gap: 0px; } .framer-rhb22.framer-v-1ut711t.framer-1ntyiac > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-rhb22.framer-v-1ut711t.framer-1ntyiac > :first-child, .framer-rhb22.framer-v-1ut711t .framer-1fpiktb > :first-child, .framer-rhb22.framer-v-1ut711t .framer-1gog45v > :first-child, .framer-rhb22.framer-v-1ut711t .framer-1srze4d > :first-child, .framer-rhb22.framer-v-1ut711t .framer-h2hn7y > :first-child { margin-top: 0px; } .framer-rhb22.framer-v-1ut711t.framer-1ntyiac > :last-child, .framer-rhb22.framer-v-1ut711t .framer-1fpiktb > :last-child, .framer-rhb22.framer-v-1ut711t .framer-1gog45v > :last-child, .framer-rhb22.framer-v-1ut711t .framer-1srze4d > :last-child, .framer-rhb22.framer-v-1ut711t .framer-h2hn7y > :last-child { margin-bottom: 0px; } .framer-rhb22.framer-v-1ut711t .framer-1fpiktb > *, .framer-rhb22.framer-v-1ut711t .framer-1srze4d > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-rhb22.framer-v-1ut711t .framer-1gog45v > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-rhb22.framer-v-1ut711t .framer-h2hn7y > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-rhb22.framer-v-1o7h0e8 .framer-1bi1zqf { aspect-ratio: 1.0969267139479906 / 1; height: var(--framer-aspect-ratio-supported, 356px); }\",\".framer-rhb22.framer-v-1o7h0e8 .framer-mrwji5 { height: var(--framer-aspect-ratio-supported, 307px); left: 82px; right: 1px; top: 50%; z-index: 0; }\",\".framer-rhb22.framer-v-1o7h0e8 .framer-1plyt0e { height: var(--framer-aspect-ratio-supported, 261px); }\",\".framer-rhb22.framer-v-1o7h0e8 .framer-j95h23 { height: var(--framer-aspect-ratio-supported, 305px); left: 85px; top: 50%; z-index: 0; }\",\".framer-rhb22.framer-v-1o7h0e8 .framer-1d1hmoj, .framer-rhb22.framer-v-1o7h0e8 .framer-q3sa58 { height: var(--framer-aspect-ratio-supported, 302px); }\",\".framer-rhb22.framer-v-1o7h0e8 .framer-hf6pms, .framer-rhb22.framer-v-kyh26m .framer-mrwji5 { height: var(--framer-aspect-ratio-supported, 304px); left: 86px; top: 50%; }\",\".framer-rhb22.framer-v-1o7h0e8 .framer-1k3xoc7, .framer-rhb22.framer-v-h66rqs .framer-hf6pms, .framer-rhb22.framer-v-kyh26m .framer-j95h23 { height: var(--framer-aspect-ratio-supported, 334px); left: 40px; right: 16px; top: 50%; }\",\".framer-rhb22.framer-v-1o7h0e8 .framer-ga5ybh, .framer-rhb22.framer-v-h66rqs .framer-q3sa58 { height: var(--framer-aspect-ratio-supported, 332px); }\",\".framer-rhb22.framer-v-1o7h0e8 .framer-nztq7o { height: var(--framer-aspect-ratio-supported, 356px); left: 0px; right: unset; top: 50%; width: 91%; }\",\".framer-rhb22.framer-v-1o7h0e8 .framer-zwkwn, .framer-rhb22.framer-v-h66rqs .framer-nztq7o, .framer-rhb22.framer-v-h66rqs .framer-zwkwn { height: var(--framer-aspect-ratio-supported, 367px); left: -41px; right: unset; top: 50%; width: 94%; }\",\".framer-rhb22.framer-v-1o7h0e8 .framer-8elk9w, .framer-rhb22.framer-v-h66rqs .framer-8elk9w, .framer-rhb22.framer-v-kyh26m .framer-ga5ybh, .framer-rhb22.framer-v-kyh26m .framer-8elk9w { height: var(--framer-aspect-ratio-supported, 365px); }\",\".framer-rhb22.framer-v-1o7h0e8 .framer-zgl422 { order: 1; overflow: visible; }\",\".framer-rhb22.framer-v-1o7h0e8 .framer-16sjj95 { overflow: visible; width: 149px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rhb22.framer-v-1o7h0e8.framer-1ntyiac, .framer-rhb22.framer-v-1o7h0e8 .framer-1fpiktb, .framer-rhb22.framer-v-1o7h0e8 .framer-1gog45v, .framer-rhb22.framer-v-1o7h0e8 .framer-1srze4d, .framer-rhb22.framer-v-1o7h0e8 .framer-h2hn7y { gap: 0px; } .framer-rhb22.framer-v-1o7h0e8.framer-1ntyiac > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-rhb22.framer-v-1o7h0e8.framer-1ntyiac > :first-child, .framer-rhb22.framer-v-1o7h0e8 .framer-1fpiktb > :first-child, .framer-rhb22.framer-v-1o7h0e8 .framer-1gog45v > :first-child, .framer-rhb22.framer-v-1o7h0e8 .framer-1srze4d > :first-child, .framer-rhb22.framer-v-1o7h0e8 .framer-h2hn7y > :first-child { margin-top: 0px; } .framer-rhb22.framer-v-1o7h0e8.framer-1ntyiac > :last-child, .framer-rhb22.framer-v-1o7h0e8 .framer-1fpiktb > :last-child, .framer-rhb22.framer-v-1o7h0e8 .framer-1gog45v > :last-child, .framer-rhb22.framer-v-1o7h0e8 .framer-1srze4d > :last-child, .framer-rhb22.framer-v-1o7h0e8 .framer-h2hn7y > :last-child { margin-bottom: 0px; } .framer-rhb22.framer-v-1o7h0e8 .framer-1fpiktb > *, .framer-rhb22.framer-v-1o7h0e8 .framer-1srze4d > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-rhb22.framer-v-1o7h0e8 .framer-1gog45v > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-rhb22.framer-v-1o7h0e8 .framer-h2hn7y > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-rhb22.framer-v-h66rqs .framer-1bi1zqf, .framer-rhb22.framer-v-kyh26m .framer-1bi1zqf { height: var(--framer-aspect-ratio-supported, 359px); }\",\".framer-rhb22.framer-v-h66rqs .framer-mrwji5 { height: var(--framer-aspect-ratio-supported, 308px); left: 82px; top: 50%; z-index: 0; }\",\".framer-rhb22.framer-v-h66rqs .framer-1plyt0e { height: var(--framer-aspect-ratio-supported, 262px); }\",\".framer-rhb22.framer-v-h66rqs .framer-j95h23 { height: var(--framer-aspect-ratio-supported, 304px); left: 86px; top: 50%; z-index: 0; }\",\".framer-rhb22.framer-v-h66rqs .framer-1d1hmoj { height: var(--framer-aspect-ratio-supported, 301px); }\",\".framer-rhb22.framer-v-h66rqs .framer-1k3xoc7 { height: var(--framer-aspect-ratio-supported, 355px); left: 0px; right: 35px; top: 50%; }\",\".framer-rhb22.framer-v-h66rqs .framer-ga5ybh { height: var(--framer-aspect-ratio-supported, 353px); }\",\".framer-rhb22.framer-v-h66rqs .framer-zgl422, .framer-rhb22.framer-v-h66rqs .framer-16sjj95, .framer-rhb22.framer-v-kyh26m .framer-zgl422, .framer-rhb22.framer-v-kyh26m .framer-16sjj95 { overflow: visible; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rhb22.framer-v-h66rqs.framer-1ntyiac, .framer-rhb22.framer-v-h66rqs .framer-1fpiktb, .framer-rhb22.framer-v-h66rqs .framer-1gog45v, .framer-rhb22.framer-v-h66rqs .framer-1srze4d, .framer-rhb22.framer-v-h66rqs .framer-h2hn7y { gap: 0px; } .framer-rhb22.framer-v-h66rqs.framer-1ntyiac > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-rhb22.framer-v-h66rqs.framer-1ntyiac > :first-child, .framer-rhb22.framer-v-h66rqs .framer-1fpiktb > :first-child, .framer-rhb22.framer-v-h66rqs .framer-1gog45v > :first-child, .framer-rhb22.framer-v-h66rqs .framer-1srze4d > :first-child, .framer-rhb22.framer-v-h66rqs .framer-h2hn7y > :first-child { margin-top: 0px; } .framer-rhb22.framer-v-h66rqs.framer-1ntyiac > :last-child, .framer-rhb22.framer-v-h66rqs .framer-1fpiktb > :last-child, .framer-rhb22.framer-v-h66rqs .framer-1gog45v > :last-child, .framer-rhb22.framer-v-h66rqs .framer-1srze4d > :last-child, .framer-rhb22.framer-v-h66rqs .framer-h2hn7y > :last-child { margin-bottom: 0px; } .framer-rhb22.framer-v-h66rqs .framer-1fpiktb > *, .framer-rhb22.framer-v-h66rqs .framer-1srze4d > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-rhb22.framer-v-h66rqs .framer-1gog45v > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-rhb22.framer-v-h66rqs .framer-h2hn7y > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-rhb22.framer-v-kyh26m .framer-1plyt0e { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 302px); }\",\".framer-rhb22.framer-v-kyh26m .framer-1d1hmoj { height: var(--framer-aspect-ratio-supported, 331px); }\",\".framer-rhb22.framer-v-kyh26m .framer-hf6pms { height: var(--framer-aspect-ratio-supported, 356px); left: 0px; overflow: hidden; right: 34px; top: 50%; will-change: var(--framer-will-change-override, transform); }\",\".framer-rhb22.framer-v-kyh26m .framer-1k3xoc7, .framer-rhb22.framer-v-kyh26m .framer-nztq7o, .framer-rhb22.framer-v-kyh26m .framer-zwkwn { height: var(--framer-aspect-ratio-supported, 367px); left: 37%; right: unset; top: 50%; width: 94%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rhb22.framer-v-kyh26m.framer-1ntyiac, .framer-rhb22.framer-v-kyh26m .framer-1fpiktb, .framer-rhb22.framer-v-kyh26m .framer-1gog45v, .framer-rhb22.framer-v-kyh26m .framer-1srze4d, .framer-rhb22.framer-v-kyh26m .framer-h2hn7y { gap: 0px; } .framer-rhb22.framer-v-kyh26m.framer-1ntyiac > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-rhb22.framer-v-kyh26m.framer-1ntyiac > :first-child, .framer-rhb22.framer-v-kyh26m .framer-1fpiktb > :first-child, .framer-rhb22.framer-v-kyh26m .framer-1gog45v > :first-child, .framer-rhb22.framer-v-kyh26m .framer-1srze4d > :first-child, .framer-rhb22.framer-v-kyh26m .framer-h2hn7y > :first-child { margin-top: 0px; } .framer-rhb22.framer-v-kyh26m.framer-1ntyiac > :last-child, .framer-rhb22.framer-v-kyh26m .framer-1fpiktb > :last-child, .framer-rhb22.framer-v-kyh26m .framer-1gog45v > :last-child, .framer-rhb22.framer-v-kyh26m .framer-1srze4d > :last-child, .framer-rhb22.framer-v-kyh26m .framer-h2hn7y > :last-child { margin-bottom: 0px; } .framer-rhb22.framer-v-kyh26m .framer-1fpiktb > *, .framer-rhb22.framer-v-kyh26m .framer-1srze4d > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-rhb22.framer-v-kyh26m .framer-1gog45v > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-rhb22.framer-v-kyh26m .framer-h2hn7y > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 605\n * @framerIntrinsicWidth 1160\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"U82qTMstk\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"QuE18NHdd\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"Tqc9AQ6cQ\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"eH0LzKpWs\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"Ej3qAeVOj\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"kiYW4ms_L\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"in2nDCyr1\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]}}}\n * @framerVariables {\"GeGvF8jFM\":\"_01Image\",\"lpjzXJ8X6\":\"_01Instruction\",\"fMxNJeemz\":\"_01Description\",\"HmZrVgA0S\":\"_01Step\",\"BPpOa9c9f\":\"_02Image\",\"o5UxZoF2o\":\"_02Instruction\",\"eSCjLCjUz\":\"_02Description\",\"Whua7qaBF\":\"_02Step\",\"eEzIf1mu7\":\"_03Image\",\"vsM4FbREq\":\"_03Instruction\",\"q3193CfCF\":\"_03Description\",\"weKdcxp_Z\":\"_03Step\",\"PTxQ1IIGR\":\"_04Image\",\"rzjukTrg6\":\"_04Instruction\",\"qLefhRZxb\":\"_04Description\",\"pgWD2UEMJ\":\"_04Step\",\"Rp4uda3Qk\":\"damyImage01\",\"UGoKPOuDz\":\"damyImage02\",\"xH7gZnQfV\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameret90WxbzF=withCSS(Component,css,\"framer-rhb22\");export default Frameret90WxbzF;Frameret90WxbzF.displayName=\"Easy to Set\";Frameret90WxbzF.defaultProps={height:605,width:1160};addPropertyControls(Frameret90WxbzF,{variant:{options:[\"iV0hP8xq2\",\"U82qTMstk\",\"QuE18NHdd\",\"Tqc9AQ6cQ\",\"eH0LzKpWs\",\"Ej3qAeVOj\",\"kiYW4ms_L\",\"in2nDCyr1\"],optionTitles:[\"Desktop 1\",\"Desktop 2\",\"Desktop 3\",\"Desktop 4\",\"Phone 01\",\"Phone 02\",\"Phone 03\",\"Phone 04\"],title:\"Variant\",type:ControlType.Enum},GeGvF8jFM:{__defaultAssetReference:\"data:framer/asset-reference,EiPaRIgnCbZa36rKSMN5XO7RXaY.png?originalFilename=step1-min.png&preferredSize=auto\",title:\"01 Image\",type:ControlType.ResponsiveImage},lpjzXJ8X6:{defaultValue:\"Create your account in minutes\",displayTextArea:false,title:\"01 Instruction\",type:ControlType.String},fMxNJeemz:{defaultValue:\"Create your account in minutes with our quick and straightforward registration process.\",displayTextArea:false,title:\"01 Description\",type:ControlType.String},HmZrVgA0S:{defaultValue:\"Sign Up\",displayTextArea:false,title:\"01 Step\",type:ControlType.String},BPpOa9c9f:{__defaultAssetReference:\"data:framer/asset-reference,tszzQFg2L9i2mZJsIwzKyLmGtk.png?originalFilename=step2-min.png&preferredSize=auto\",title:\"02 Image \",type:ControlType.ResponsiveImage},o5UxZoF2o:{defaultValue:\"Attach to site get more information\",description:\"\",displayTextArea:false,title:\"02 Instruction\",type:ControlType.String},eSCjLCjUz:{defaultValue:\"Create your account in minutes with our quick and straightforward registration process.\",displayTextArea:false,title:\"02 Description\",type:ControlType.String},Whua7qaBF:{defaultValue:\"Attach Site\",displayTextArea:false,title:\"02 Step\",type:ControlType.String},eEzIf1mu7:{__defaultAssetReference:\"data:framer/asset-reference,YheYeD8Ll9FLbAhbyCUBOmvyE.png?originalFilename=step3-min.png&preferredSize=auto\",title:\"03 Image\",type:ControlType.ResponsiveImage},vsM4FbREq:{defaultValue:\"Run AI analytics and understand to use it.\",displayTextArea:false,title:\"03 Instruction\",type:ControlType.String},q3193CfCF:{defaultValue:\"Create your account in minutes with our quick and straightforward registration process.\",displayTextArea:false,title:\"03 Description\",type:ControlType.String},weKdcxp_Z:{defaultValue:\"Run AI Analytics\",displayTextArea:false,title:\"03 Step\",type:ControlType.String},PTxQ1IIGR:{__defaultAssetReference:\"data:framer/asset-reference,L5rD97toA9anpMDPNgPFD9rdcDg.png?originalFilename=step4-min.png&preferredSize=auto\",title:\"04 Image\",type:ControlType.ResponsiveImage},rzjukTrg6:{defaultValue:\"Get smarter insights about project.\",displayTextArea:false,title:\"04 Instruction\",type:ControlType.String},qLefhRZxb:{defaultValue:\"Create your account in minutes with our quick and straightforward registration process.\",displayTextArea:false,title:\"04 Description\",type:ControlType.String},pgWD2UEMJ:{defaultValue:\"Get Smart Insights\",displayTextArea:false,title:\"04 Step\",type:ControlType.String},Rp4uda3Qk:{__defaultAssetReference:\"data:framer/asset-reference,EiPaRIgnCbZa36rKSMN5XO7RXaY.png?originalFilename=step1-min.png&preferredSize=auto\",title:\"Damy Image 01\",type:ControlType.ResponsiveImage},UGoKPOuDz:{__defaultAssetReference:\"data:framer/asset-reference,tszzQFg2L9i2mZJsIwzKyLmGtk.png?originalFilename=step2-min.png&preferredSize=auto\",title:\"Damy Image 02\",type:ControlType.ResponsiveImage},xH7gZnQfV:{title:\"Link\",type:ControlType.Link}});addFonts(Frameret90WxbzF,[{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\"}]},...ButtonPrimaryButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameret90WxbzF\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"U82qTMstk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"QuE18NHdd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"Tqc9AQ6cQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"eH0LzKpWs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"Ej3qAeVOj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"kiYW4ms_L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"in2nDCyr1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"GeGvF8jFM\\\":\\\"_01Image\\\",\\\"lpjzXJ8X6\\\":\\\"_01Instruction\\\",\\\"fMxNJeemz\\\":\\\"_01Description\\\",\\\"HmZrVgA0S\\\":\\\"_01Step\\\",\\\"BPpOa9c9f\\\":\\\"_02Image\\\",\\\"o5UxZoF2o\\\":\\\"_02Instruction\\\",\\\"eSCjLCjUz\\\":\\\"_02Description\\\",\\\"Whua7qaBF\\\":\\\"_02Step\\\",\\\"eEzIf1mu7\\\":\\\"_03Image\\\",\\\"vsM4FbREq\\\":\\\"_03Instruction\\\",\\\"q3193CfCF\\\":\\\"_03Description\\\",\\\"weKdcxp_Z\\\":\\\"_03Step\\\",\\\"PTxQ1IIGR\\\":\\\"_04Image\\\",\\\"rzjukTrg6\\\":\\\"_04Instruction\\\",\\\"qLefhRZxb\\\":\\\"_04Description\\\",\\\"pgWD2UEMJ\\\":\\\"_04Step\\\",\\\"Rp4uda3Qk\\\":\\\"damyImage01\\\",\\\"UGoKPOuDz\\\":\\\"damyImage02\\\",\\\"xH7gZnQfV\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"1160\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"605\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-regular\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7LLTLAW3NRWOADG4II2JGKZC6OSEMBQC/EYFXWX77PEMPU645EAWOTG22E375GULW/SSNNTU67MMJH4CSWT443B4KJ7OB4WFHF.woff2\",weight:\"400\"}]}];export const css=['.framer-iaSHf .framer-styles-preset-199ffii:not(.rich-text-wrapper), .framer-iaSHf .framer-styles-preset-199ffii.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 32px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #3f3f3f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-iaSHf .framer-styles-preset-199ffii:not(.rich-text-wrapper), .framer-iaSHf .framer-styles-preset-199ffii.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #3f3f3f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-iaSHf .framer-styles-preset-199ffii:not(.rich-text-wrapper), .framer-iaSHf .framer-styles-preset-199ffii.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #3f3f3f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-iaSHf\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (63f9d4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/OHLV5FEhYWPcmVfhU0Ot/PRipHLIysQCR24sadvbq/rEo2PQSWU.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/N0UWBH56y8TdhTMpekO1/FIy17QUwjRR2N1Dd1RSi/ssxIG1odd.js\";const serializationHash=\"framer-7qIcr\";const variantClassNames={rb03RBNkX:\"framer-v-mag9tc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,subtext,title,width,...props})=>{var _ref,_ref1;return{...props,BA5bC_p9J:(_ref=title!==null&&title!==void 0?title:props.BA5bC_p9J)!==null&&_ref!==void 0?_ref:\"Lightning Fast\",cq5zp4f9Y:(_ref1=subtext!==null&&subtext!==void 0?subtext:props.cq5zp4f9Y)!==null&&_ref1!==void 0?_ref1:\"From entering your site address to full setup, it's all done in just 60 seconds\u2014no waiting around.\",eg0lt0qgE:image!==null&&image!==void 0?image:props.eg0lt0qgE};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,eg0lt0qgE,BA5bC_p9J,cq5zp4f9Y,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"rb03RBNkX\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-mag9tc\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"rb03RBNkX\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:'linear-gradient(180deg, var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae, rgba(64, 43, 117, 0.37)) /* {\"name\":\"Primary / 70\"} */ 0%, var(--token-1738e59f-76ed-453b-94da-4ac2870045ed, rgba(108, 73, 196, 0.37)) /* {\"name\":\"Primary/60\"} */ 34%, var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) /* {\"name\":\"Pink\"} */ 63%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-van73m\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"kppgNjBS_\",style:{background:'radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) /* {\"name\":\"Light Primary\"} */ 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13)) /* {\"name\":\"Primary Color\"} */ 100%)',borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 0px 0px 1px rgba(255, 255, 255, 0.06), 0px -1px 0px 0px rgba(255, 255, 255, 0.1)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15ter3u\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"P_jZDgjgE\",style:{background:'linear-gradient(0deg, var(--token-06453cac-cb93-4ca9-afe8-1a1bd00fb11f, rgba(4, 1, 2, 0)) /* {\"name\":\"Dark/ 0%\"} */ 0%, var(--token-668db465-a1c1-444c-8617-667fdb29c700, rgba(255, 255, 255, 0.04)) /* {\"name\":\"White 4%\"} */ 100%)'}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(1+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||412)-2-332)/2)+0+0),sizes:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 2px, 1px) * 1.0059)`,...toResponsiveImage(eg0lt0qgE),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-boip9c\",layoutDependency:layoutDependency,layoutId:\"jkFGGWXiZ\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px -1px 0px 0px rgba(255, 230, 219, 0.12)\",mask:\"linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 1) 81.98902027027026%, rgba(0, 0, 0, 0.5) 90.990990990991%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 1) 81.98902027027026%, rgba(0, 0, 0, 0.5) 90.990990990991%, rgba(0, 0, 0, 0) 100%) add\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y3iglm\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"cnZ2mO4c1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Lightning Fast\"})}),className:\"framer-9w90s1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pBmnaGHYQ\",style:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"},text:BA5bC_p9J,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"From entering your site address to full setup, it's all done in just 60 seconds\u2014no waiting around.\"})}),className:\"framer-1f9g5fd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NA3K4HK95\",text:cq5zp4f9Y,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7qIcr.framer-rxymr7, .framer-7qIcr .framer-rxymr7 { display: block; }\",\".framer-7qIcr.framer-mag9tc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 1px; position: relative; width: 390px; will-change: var(--framer-will-change-override, transform); }\",\".framer-7qIcr .framer-van73m { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-7qIcr .framer-15ter3u { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-7qIcr .framer-boip9c { aspect-ratio: 1.6132075471698113 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 242px); overflow: visible; position: relative; width: 101%; }\",\".framer-7qIcr .framer-y3iglm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 24px 32px 24px; position: relative; width: 100%; z-index: 1; }\",\".framer-7qIcr .framer-9w90s1 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-7qIcr .framer-1f9g5fd { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7qIcr.framer-mag9tc, .framer-7qIcr .framer-van73m, .framer-7qIcr .framer-y3iglm { gap: 0px; } .framer-7qIcr.framer-mag9tc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7qIcr.framer-mag9tc > :first-child { margin-left: 0px; } .framer-7qIcr.framer-mag9tc > :last-child { margin-right: 0px; } .framer-7qIcr .framer-van73m > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-7qIcr .framer-van73m > :first-child, .framer-7qIcr .framer-y3iglm > :first-child { margin-top: 0px; } .framer-7qIcr .framer-van73m > :last-child, .framer-7qIcr .framer-y3iglm > :last-child { margin-bottom: 0px; } .framer-7qIcr .framer-y3iglm > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 412\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"eg0lt0qgE\":\"image\",\"BA5bC_p9J\":\"title\",\"cq5zp4f9Y\":\"subtext\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlMSaZZpRl=withCSS(Component,css,\"framer-7qIcr\");export default FramerlMSaZZpRl;FramerlMSaZZpRl.displayName=\"Cards/ Feature Card\";FramerlMSaZZpRl.defaultProps={height:412,width:390};addPropertyControls(FramerlMSaZZpRl,{eg0lt0qgE:{title:\"Image\",type:ControlType.ResponsiveImage},BA5bC_p9J:{defaultValue:\"Lightning Fast\",displayTextArea:false,title:\"Title\",type:ControlType.String},cq5zp4f9Y:{defaultValue:\"From entering your site address to full setup, it's all done in just 60 seconds\u2014no waiting around.\",displayTextArea:false,title:\"Subtext\",type:ControlType.String}});addFonts(FramerlMSaZZpRl,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlMSaZZpRl\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"eg0lt0qgE\\\":\\\"image\\\",\\\"BA5bC_p9J\\\":\\\"title\\\",\\\"cq5zp4f9Y\\\":\\\"subtext\\\"}\",\"framerIntrinsicHeight\":\"412\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"390\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lMSaZZpRl.map", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-regular\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7LLTLAW3NRWOADG4II2JGKZC6OSEMBQC/EYFXWX77PEMPU645EAWOTG22E375GULW/SSNNTU67MMJH4CSWT443B4KJ7OB4WFHF.woff2\",weight:\"400\"}]}];export const css=['.framer-xLPud .framer-styles-preset-1u0c6bk:not(.rich-text-wrapper), .framer-xLPud .framer-styles-preset-1u0c6bk.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-xLPud\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/rlUcGkHohwLo89jRjyUb/Waivchscf0JUF9FtJkeb/q_cRrXuNQ.js\";import HeroBackground from\"https://framerusercontent.com/modules/ofJ2lzL7CtZaeMgFzxXh/Cj0xK69FoJiJ0Fv1b46O/RBjN6jSKK.js\";const HeroBackgroundFonts=getFonts(HeroBackground);const cycleOrder=[\"vVkVp2sId\",\"sX0Zr2BYA\",\"BSQp8_cns\"];const serializationHash=\"framer-p2snB\";const variantClassNames={BSQp8_cns:\"framer-v-1u4ccld\",sX0Zr2BYA:\"framer-v-13ccrmo\",vVkVp2sId:\"framer-v-ll0ln6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"vVkVp2sId\",Phone:\"BSQp8_cns\",Tablet:\"sX0Zr2BYA\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"vVkVp2sId\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vVkVp2sId\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ll0ln6\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"vVkVp2sId\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(12, 5, 18))\",...style},...addPropertyOverrides({BSQp8_cns:{\"data-framer-name\":\"Phone\"},sX0Zr2BYA:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:509,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||366)-500,...addPropertyOverrides({BSQp8_cns:{height:496,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0},sX0Zr2BYA:{height:587,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-101kic0-container\",layoutDependency:layoutDependency,layoutId:\"ijdJVjofC-container\",style:{mask:\"radial-gradient(59% 92% at 50% 91.5%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add\",WebkitMask:\"radial-gradient(59% 92% at 50% 91.5%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) add\"},children:/*#__PURE__*/_jsx(HeroBackground,{height:\"100%\",id:\"ijdJVjofC\",layoutId:\"ijdJVjofC\",style:{height:\"100%\",width:\"100%\"},variant:\"ePm68kQdX\",width:\"100%\",...addPropertyOverrides({BSQp8_cns:{variant:\"ufmpSkhs3\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yex8je\",\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"hEmdk46zG\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jqki46\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"LeBmAaPNs\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wmvbd1\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"k0knmrIMB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g6so7l\",\"data-framer-name\":\"Top Content\",layoutDependency:layoutDependency,layoutId:\"DonwrR6u9\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-61cvh3\",\"data-framer-name\":\"Logo and Caption\",layoutDependency:layoutDependency,layoutId:\"VZNPcCTq_\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo of this website\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||366)-0-366)/2)+0+0+84+0+0+0+0+0+0),pixelHeight:149,pixelWidth:513,sizes:\"141px\",src:\"https://framerusercontent.com/images/SbDSDmtyIgexWrXhGIroCW4FqI.png\",srcSet:\"https://framerusercontent.com/images/SbDSDmtyIgexWrXhGIroCW4FqI.png?scale-down-to=512 512w,https://framerusercontent.com/images/SbDSDmtyIgexWrXhGIroCW4FqI.png 513w\"},className:\"framer-174nt2o\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"KVjTTo6lo\",...addPropertyOverrides({BSQp8_cns:{background:{alt:\"Logo of this website\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-461)/2)+0+0+60+0+0+0+0+0+0+0),pixelHeight:149,pixelWidth:513,sizes:\"141px\",src:\"https://framerusercontent.com/images/SbDSDmtyIgexWrXhGIroCW4FqI.png\",srcSet:\"https://framerusercontent.com/images/SbDSDmtyIgexWrXhGIroCW4FqI.png?scale-down-to=512 512w,https://framerusercontent.com/images/SbDSDmtyIgexWrXhGIroCW4FqI.png 513w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1u0c6bk\",\"data-styles-preset\":\"q_cRrXuNQ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184)))\"},children:\"HereYouGo is an AI solution that boosts your car fleet profitability.\"})}),className:\"framer-ncn9eo\",\"data-framer-name\":\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"t8qktI503\",style:{\"--extracted-r6o4lv\":\"var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x5zw21\",\"data-framer-name\":\"Logos\",layoutDependency:layoutDependency,layoutId:\"fOr2DnYB8\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/maslennikof\",nodeId:\"OBa19ZHpQ\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Instagram\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||366)-0-366)/2)+0+0+84+0+0+0+32+0),pixelHeight:59,pixelWidth:59,src:\"https://framerusercontent.com/images/vnJDMr84W4gFrjtPZc6dfYcZxaM.svg\"},className:\"framer-1t37im8 framer-zjt4pp\",\"data-border\":true,\"data-framer-name\":\"Insta\",layoutDependency:layoutDependency,layoutId:\"OBa19ZHpQ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({BSQp8_cns:{background:{alt:\"Instagram\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-461)/2)+0+0+60+0+0+0+0+155+0),pixelHeight:59,pixelWidth:59,src:\"https://framerusercontent.com/images/vnJDMr84W4gFrjtPZc6dfYcZxaM.svg\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/18657656\",nodeId:\"D8cQpREVU\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Linkedin\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||366)-0-366)/2)+0+0+84+0+0+0+32+0),pixelHeight:59,pixelWidth:59,src:\"https://framerusercontent.com/images/YamCYJQ1ubEg0gFR5aBwKPDsjw.svg\"},className:\"framer-svb725 framer-zjt4pp\",\"data-border\":true,\"data-framer-name\":\"Linkedin\",layoutDependency:layoutDependency,layoutId:\"D8cQpREVU\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({BSQp8_cns:{background:{alt:\"Linkedin\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-461)/2)+0+0+60+0+0+0+0+155+0),pixelHeight:59,pixelWidth:59,src:\"https://framerusercontent.com/images/YamCYJQ1ubEg0gFR5aBwKPDsjw.svg\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/HereYouGofirst\",nodeId:\"dFJ1DSWjW\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"X\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||366)-0-366)/2)+0+0+84+0+0+0+32+0),pixelHeight:59,pixelWidth:59,src:\"https://framerusercontent.com/images/oAXEL7XEbqO74Y9rq9axshbqsM.svg\"},className:\"framer-12zsmwz framer-zjt4pp\",\"data-border\":true,\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"dFJ1DSWjW\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({BSQp8_cns:{background:{alt:\"X\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-461)/2)+0+0+60+0+0+0+0+155+0),pixelHeight:59,pixelWidth:59,src:\"https://framerusercontent.com/images/oAXEL7XEbqO74Y9rq9axshbqsM.svg\"}}},baseVariant,gestureVariant)})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n1k6pf\",\"data-border\":true,\"data-framer-name\":\"Bottom Content\",layoutDependency:layoutDependency,layoutId:\"fZounSRBC\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1u0c6bk\",\"data-styles-preset\":\"q_cRrXuNQ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184)))\"},children:\"All copyrights are reserved @hereyougo\"})}),className:\"framer-m61gyx\",\"data-framer-name\":\"All copyrights are reserved @proxima pvt ltd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uvSSGGDaY\",style:{\"--extracted-r6o4lv\":\"var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1u0c6bk\",\"data-styles-preset\":\"q_cRrXuNQ\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184)))\"},children:\"Made on earth with \uD83D\uDC9C human by bridgexdesign.com    \"})}),className:\"framer-1wd3kkl\",\"data-framer-name\":\"Made on earth with \uD83D\uDC9C human\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ugRttVMB9\",style:{\"--extracted-r6o4lv\":\"var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BSQp8_cns:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1u0c6bk\",\"data-styles-preset\":\"q_cRrXuNQ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184)))\"},children:\"Made on earth with \uD83D\uDC9C human by bridgexdesign.com    \"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hvcle7\",\"data-framer-name\":\"Linear Gradient\",layoutDependency:layoutDependency,layoutId:\"Uz0uv5uPc\",style:{background:\"linear-gradient(180deg, rgba(7, 5, 14, 0) 0%, rgba(7, 5, 14, 1) 100%)\"},transformTemplate:transformTemplate1,...addPropertyOverrides({BSQp8_cns:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4ikhz3\",\"data-framer-name\":\"Color Gradient\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:286,intrinsicWidth:1200,layoutDependency:layoutDependency,layoutId:\"hquFVQndp\",svg:'<svg width=\"1200\" height=\"286\" viewBox=\"0 0 1200 286\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g style=\"mix-blend-mode:plus-lighter\" opacity=\"0.8\">\\n<g style=\"mix-blend-mode:lighten\" filter=\"url(#filter0_f_246_477)\">\\n<path d=\"M997.135 75.6143L1190.52 118.641L1171.94 216.716H990.747L585.389 161.667L997.135 75.6143Z\" fill=\"url(#paint0_linear_246_477)\"/>\\n</g>\\n<g style=\"mix-blend-mode:lighten\" filter=\"url(#filter1_f_246_477)\">\\n<rect x=\"694.568\" width=\"325.216\" height=\"286\" rx=\"143\" fill=\"url(#paint1_linear_246_477)\"/>\\n</g>\\n<g style=\"mix-blend-mode:lighten\" filter=\"url(#filter2_f_246_477)\">\\n<rect x=\"430.91\" y=\"67.0703\" width=\"180.03\" height=\"205.009\" rx=\"90.015\" fill=\"url(#paint2_linear_246_477)\"/>\\n</g>\\n<g style=\"mix-blend-mode:lighten\" filter=\"url(#filter3_f_246_477)\">\\n<rect x=\"319.021\" y=\"40.3184\" width=\"179.888\" height=\"232.14\" rx=\"89.9438\" fill=\"url(#paint3_linear_246_477)\"/>\\n</g>\\n<g style=\"mix-blend-mode:lighten\" filter=\"url(#filter4_f_246_477)\">\\n<rect x=\"550.543\" y=\"40.8135\" width=\"155.639\" height=\"182.23\" fill=\"url(#paint4_linear_246_477)\"/>\\n</g>\\n<g style=\"mix-blend-mode:plus-lighter\" filter=\"url(#filter5_f_246_477)\">\\n<path d=\"M20.9072 167.994L38.3295 126.233L227.071 108.517L136.197 197.763L296.179 213.683L33.6836 217.664L20.9072 167.994Z\" fill=\"url(#paint5_linear_246_477)\"/>\\n</g>\\n<g style=\"mix-blend-mode:lighten\" filter=\"url(#filter6_f_246_477)\">\\n<rect x=\"98.7266\" y=\"83.5225\" width=\"295.017\" height=\"154.389\" fill=\"url(#paint6_linear_246_477)\"/>\\n</g>\\n<g style=\"mix-blend-mode:plus-lighter\" filter=\"url(#filter7_f_246_477)\">\\n<path d=\"M474.466 145.532C288.869 145.271 0 175.271 0 175.271H938.479C938.479 175.271 655.988 145.787 474.466 145.532Z\" fill=\"white\"/>\\n</g>\\n<g style=\"mix-blend-mode:plus-lighter\" filter=\"url(#filter8_f_246_477)\">\\n<path d=\"M1002.26 145.532C923.246 145.265 800.262 175.902 800.262 175.902H1199.81C1199.81 175.902 1079.54 145.793 1002.26 145.532Z\" fill=\"white\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_f_246_477\" x=\"539.529\" y=\"29.7544\" width=\"696.853\" height=\"232.821\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"22.9299\" result=\"effect1_foregroundBlur_246_477\"/>\\n</filter>\\n<filter id=\"filter1_f_246_477\" x=\"592.148\" y=\"-102.42\" width=\"530.056\" height=\"490.841\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"51.2102\" result=\"effect1_foregroundBlur_246_477\"/>\\n</filter>\\n<filter id=\"filter2_f_246_477\" x=\"339.19\" y=\"-24.6494\" width=\"363.469\" height=\"388.448\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"45.8599\" result=\"effect1_foregroundBlur_246_477\"/>\\n</filter>\\n<filter id=\"filter3_f_246_477\" x=\"212.015\" y=\"-66.688\" width=\"393.899\" height=\"446.153\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"53.5032\" result=\"effect1_foregroundBlur_246_477\"/>\\n</filter>\\n<filter id=\"filter4_f_246_477\" x=\"495.511\" y=\"-14.2184\" width=\"265.702\" height=\"292.294\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"27.5159\" result=\"effect1_foregroundBlur_246_477\"/>\\n</filter>\\n<filter id=\"filter5_f_246_477\" x=\"-29.5386\" y=\"58.0707\" width=\"376.164\" height=\"210.039\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"25.2229\" result=\"effect1_foregroundBlur_246_477\"/>\\n</filter>\\n<filter id=\"filter6_f_246_477\" x=\"-8.2798\" y=\"-23.4839\" width=\"509.03\" height=\"368.402\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"53.5032\" result=\"effect1_foregroundBlur_246_477\"/>\\n</filter>\\n<filter id=\"filter7_f_246_477\" x=\"-30\" y=\"115.53\" width=\"998.479\" height=\"89.7407\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"15\" result=\"effect1_foregroundBlur_246_477\"/>\\n</filter>\\n<filter id=\"filter8_f_246_477\" x=\"766.262\" y=\"111.53\" width=\"467.551\" height=\"98.3716\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"17\" result=\"effect1_foregroundBlur_246_477\"/>\\n</filter>\\n<linearGradient id=\"paint0_linear_246_477\" x1=\"1081.34\" y1=\"216.716\" x2=\"1081.34\" y2=\"-17.3991\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#571894\"/>\\n<stop offset=\"0.25\" stop-color=\"#7C27D1\"/>\\n<stop offset=\"0.565\" stop-color=\"#9020A8\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_246_477\" x1=\"857.176\" y1=\"286\" x2=\"857.176\" y2=\"0\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#9020A8\"/>\\n<stop offset=\"0.565\" stop-color=\"#9020A8\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_246_477\" x1=\"520.925\" y1=\"272.079\" x2=\"520.925\" y2=\"67.0703\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#9020A8\"/>\\n<stop offset=\"0.565\" stop-color=\"#9020A8\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_246_477\" x1=\"408.965\" y1=\"272.459\" x2=\"408.965\" y2=\"40.3184\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#9020A8\"/>\\n<stop offset=\"0.565\" stop-color=\"#9020A8\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_246_477\" x1=\"628.362\" y1=\"223.044\" x2=\"628.362\" y2=\"40.8135\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#9020A8\"/>\\n<stop offset=\"0.565\" stop-color=\"#9020A8\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint5_linear_246_477\" x1=\"94.2594\" y1=\"217.664\" x2=\"94.2594\" y2=\"46.823\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#6822FC\"/>\\n<stop offset=\"0.565\" stop-color=\"#6822FC\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint6_linear_246_477\" x1=\"246.235\" y1=\"237.912\" x2=\"246.235\" y2=\"83.5225\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#6822FC\"/>\\n<stop offset=\"0.25\" stop-color=\"#7C27D1\"/>\\n<stop offset=\"0.565\" stop-color=\"#6822FC\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-p2snB.framer-zjt4pp, .framer-p2snB .framer-zjt4pp { display: block; }\",\".framer-p2snB.framer-ll0ln6 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-p2snB .framer-101kic0-container { bottom: -9px; flex: none; height: 509px; position: absolute; right: 0px; width: 100%; z-index: 1; }\",\".framer-p2snB .framer-yex8je { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 366px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-p2snB .framer-1jqki46 { align-content: center; align-items: center; aspect-ratio: 2.3346303501945527 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 514px); justify-content: flex-start; overflow: visible; padding: 84px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-p2snB .framer-1wmvbd1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 63px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-p2snB .framer-1g6so7l { align-content: center; align-items: center; 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-p2snB .framer-61cvh3 { 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; max-width: 350px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-p2snB .framer-174nt2o { flex: none; height: 17px; overflow: hidden; position: relative; width: 141px; }\",\".framer-p2snB .framer-ncn9eo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-p2snB .framer-1x5zw21 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-p2snB .framer-1t37im8, .framer-p2snB .framer-svb725, .framer-p2snB .framer-12zsmwz { flex: none; height: 59px; overflow: hidden; position: relative; text-decoration: none; width: 59px; will-change: var(--framer-will-change-override, transform); }\",\".framer-p2snB .framer-n1k6pf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 26px 0px 26px 0px; position: relative; width: 100%; }\",\".framer-p2snB .framer-m61gyx, .framer-p2snB .framer-1wd3kkl { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-p2snB .framer-1hvcle7 { aspect-ratio: 3.488372093023256 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 344px); left: 50%; position: absolute; top: 220px; width: 100%; z-index: 1; }\",\".framer-p2snB .framer-4ikhz3 { flex: none; height: 309px; left: calc(49.00000000000002% - 108% / 2); position: absolute; top: calc(98.36065573770495% - 309px / 2); width: 108%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-p2snB.framer-ll0ln6, .framer-p2snB .framer-yex8je, .framer-p2snB .framer-1jqki46, .framer-p2snB .framer-1wmvbd1, .framer-p2snB .framer-61cvh3, .framer-p2snB .framer-1x5zw21 { gap: 0px; } .framer-p2snB.framer-ll0ln6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-p2snB.framer-ll0ln6 > :first-child, .framer-p2snB .framer-1x5zw21 > :first-child { margin-left: 0px; } .framer-p2snB.framer-ll0ln6 > :last-child, .framer-p2snB .framer-1x5zw21 > :last-child { margin-right: 0px; } .framer-p2snB .framer-yex8je > *, .framer-p2snB .framer-1jqki46 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-p2snB .framer-yex8je > :first-child, .framer-p2snB .framer-1jqki46 > :first-child, .framer-p2snB .framer-1wmvbd1 > :first-child, .framer-p2snB .framer-61cvh3 > :first-child { margin-top: 0px; } .framer-p2snB .framer-yex8je > :last-child, .framer-p2snB .framer-1jqki46 > :last-child, .framer-p2snB .framer-1wmvbd1 > :last-child, .framer-p2snB .framer-61cvh3 > :last-child { margin-bottom: 0px; } .framer-p2snB .framer-1wmvbd1 > * { margin: 0px; margin-bottom: calc(63px / 2); margin-top: calc(63px / 2); } .framer-p2snB .framer-61cvh3 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-p2snB .framer-1x5zw21 > * { margin: 0px; margin-left: calc(22px / 2); margin-right: calc(22px / 2); } }\",\".framer-p2snB.framer-v-13ccrmo.framer-ll0ln6 { width: 810px; }\",\".framer-p2snB.framer-v-13ccrmo .framer-101kic0-container { bottom: unset; height: 587px; top: 0px; }\",\".framer-p2snB.framer-v-13ccrmo .framer-1jqki46 { height: var(--framer-aspect-ratio-supported, 347px); z-index: 1; }\",\".framer-p2snB.framer-v-13ccrmo .framer-1hvcle7 { height: var(--framer-aspect-ratio-supported, 232px); }\",\".framer-p2snB.framer-v-1u4ccld.framer-ll0ln6 { width: 390px; }\",\".framer-p2snB.framer-v-1u4ccld .framer-101kic0-container { bottom: unset; height: 496px; top: 0px; z-index: 0; }\",\".framer-p2snB.framer-v-1u4ccld .framer-yex8je { height: min-content; }\",\".framer-p2snB.framer-v-1u4ccld .framer-1jqki46 { aspect-ratio: unset; height: 461px; padding: 60px 20px 0px 20px; }\",\".framer-p2snB.framer-v-1u4ccld .framer-1wmvbd1 { gap: 32px; }\",\".framer-p2snB.framer-v-1u4ccld .framer-1g6so7l { flex-direction: column; gap: 32px; justify-content: center; }\",\".framer-p2snB.framer-v-1u4ccld .framer-61cvh3, .framer-p2snB.framer-v-1u4ccld .framer-m61gyx, .framer-p2snB.framer-v-1u4ccld .framer-1wd3kkl { flex: none; width: 100%; }\",\".framer-p2snB.framer-v-1u4ccld .framer-1x5zw21 { flex: none; justify-content: flex-start; width: 100%; }\",\".framer-p2snB.framer-v-1u4ccld .framer-n1k6pf { flex-direction: column; gap: 32px; justify-content: center; padding: 24px 0px 24px 0px; }\",\".framer-p2snB.framer-v-1u4ccld .framer-1hvcle7 { aspect-ratio: 2.0418848167539267 / 1; height: var(--framer-aspect-ratio-supported, 98px); top: 79%; }\",\".framer-p2snB.framer-v-1u4ccld .framer-4ikhz3 { height: 192px; left: calc(44.61538461538464% - 146.15384615384613% / 2); top: calc(98.69848156182215% - 192px / 2); width: 146%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-p2snB.framer-v-1u4ccld .framer-1wmvbd1, .framer-p2snB.framer-v-1u4ccld .framer-1g6so7l, .framer-p2snB.framer-v-1u4ccld .framer-n1k6pf { gap: 0px; } .framer-p2snB.framer-v-1u4ccld .framer-1wmvbd1 > *, .framer-p2snB.framer-v-1u4ccld .framer-1g6so7l > *, .framer-p2snB.framer-v-1u4ccld .framer-n1k6pf > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-p2snB.framer-v-1u4ccld .framer-1wmvbd1 > :first-child, .framer-p2snB.framer-v-1u4ccld .framer-1g6so7l > :first-child, .framer-p2snB.framer-v-1u4ccld .framer-n1k6pf > :first-child { margin-top: 0px; } .framer-p2snB.framer-v-1u4ccld .framer-1wmvbd1 > :last-child, .framer-p2snB.framer-v-1u4ccld .framer-1g6so7l > :last-child, .framer-p2snB.framer-v-1u4ccld .framer-n1k6pf > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-p2snB[data-border=\"true\"]::after, .framer-p2snB [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 366\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sX0Zr2BYA\":{\"layout\":[\"fixed\",\"auto\"]},\"BSQp8_cns\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNJIpOqFdz=withCSS(Component,css,\"framer-p2snB\");export default FramerNJIpOqFdz;FramerNJIpOqFdz.displayName=\"Navigation/Footer\";FramerNJIpOqFdz.defaultProps={height:366,width:1200};addPropertyControls(FramerNJIpOqFdz,{variant:{options:[\"vVkVp2sId\",\"sX0Zr2BYA\",\"BSQp8_cns\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNJIpOqFdz,[{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\"}]},...HeroBackgroundFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNJIpOqFdz\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sX0Zr2BYA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BSQp8_cns\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"366\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NJIpOqFdz.map", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Poppins-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-Zal80 .framer-styles-preset-1awkoa6:not(.rich-text-wrapper), .framer-Zal80 .framer-styles-preset-1awkoa6.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, #cac9d1); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-Zal80\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-medium\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/4HH4RITHYMRL7VREMN2WV2L6LQZKPRWE/ZWMGJ4LKTJ4NT5NKCHS5WLI6CRRRO2SE/OFRM3ATAEVJKZWGG6S4JN4P6SBPN2BLD.woff2\",weight:\"500\"}]}];export const css=['.framer-KpZt2 .framer-styles-preset-1reel8x:not(.rich-text-wrapper), .framer-KpZt2 .framer-styles-preset-1reel8x.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 52px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-KpZt2 .framer-styles-preset-1reel8x:not(.rich-text-wrapper), .framer-KpZt2 .framer-styles-preset-1reel8x.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 42px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-KpZt2 .framer-styles-preset-1reel8x:not(.rich-text-wrapper), .framer-KpZt2 .framer-styles-preset-1reel8x.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 32px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-KpZt2\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Poppins-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-Zal80 .framer-styles-preset-1awkoa6:not(.rich-text-wrapper), .framer-Zal80 .framer-styles-preset-1awkoa6.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, #cac9d1); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-Zal80\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99bc0fd)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";const MaterialFonts=getFonts(Material);const cycleOrder=[\"t2OCDmlMb\",\"RQuwWTBE7\"];const serializationHash=\"framer-QgiRH\";const variantClassNames={RQuwWTBE7:\"framer-v-z3ps\",t2OCDmlMb:\"framer-v-1nf6xxs\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Check:\"t2OCDmlMb\",Close:\"RQuwWTBE7\"};const getProps=({checkIconBg,checkIconColor,height,id,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,p6xXGYgXE:(_ref=checkIconBg!==null&&checkIconBg!==void 0?checkIconBg:props.p6xXGYgXE)!==null&&_ref!==void 0?_ref:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",u7aiOJtCb:(_ref1=checkIconColor!==null&&checkIconColor!==void 0?checkIconColor:props.u7aiOJtCb)!==null&&_ref1!==void 0?_ref1:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"t2OCDmlMb\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,p6xXGYgXE,u7aiOJtCb,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"t2OCDmlMb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1nf6xxs\",className,classNames),\"data-framer-name\":\"Check\",layoutDependency:layoutDependency,layoutId:\"t2OCDmlMb\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:p6xXGYgXE,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{RQuwWTBE7:{backgroundColor:\"var(--token-e3ee44c5-6b92-46ff-9296-12e61b34aad6, rgba(255, 255, 255, 0.3))\"}},...addPropertyOverrides({RQuwWTBE7:{\"data-framer-name\":\"Close\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1g1hmag\",layoutDependency:layoutDependency,layoutId:\"ub9wSNR6y\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nyu8kx-container\",layoutDependency:layoutDependency,layoutId:\"k7EmROyuO-container\",children:/*#__PURE__*/_jsx(Material,{color:u7aiOJtCb,height:\"100%\",iconSearch:\"Home\",iconSelection:\"Check\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"k7EmROyuO\",layoutId:\"k7EmROyuO\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({RQuwWTBE7:{color:\"var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13))\",iconSelection:\"Close\"}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QgiRH.framer-wjd6c, .framer-QgiRH .framer-wjd6c { display: block; }\",\".framer-QgiRH.framer-1nf6xxs { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 29px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 29px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QgiRH .framer-1g1hmag { 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-QgiRH .framer-nyu8kx-container { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QgiRH.framer-1nf6xxs, .framer-QgiRH .framer-1g1hmag { gap: 0px; } .framer-QgiRH.framer-1nf6xxs > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-QgiRH.framer-1nf6xxs > :first-child, .framer-QgiRH .framer-1g1hmag > :first-child { margin-left: 0px; } .framer-QgiRH.framer-1nf6xxs > :last-child, .framer-QgiRH .framer-1g1hmag > :last-child { margin-right: 0px; } .framer-QgiRH .framer-1g1hmag > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 29\n * @framerIntrinsicWidth 29\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"RQuwWTBE7\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"p6xXGYgXE\":\"checkIconBg\",\"u7aiOJtCb\":\"checkIconColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRQelsYQCb=withCSS(Component,css,\"framer-QgiRH\");export default FramerRQelsYQCb;FramerRQelsYQCb.displayName=\"Check Icon\";FramerRQelsYQCb.defaultProps={height:29,width:29};addPropertyControls(FramerRQelsYQCb,{variant:{options:[\"t2OCDmlMb\",\"RQuwWTBE7\"],optionTitles:[\"Check\",\"Close\"],title:\"Variant\",type:ControlType.Enum},p6xXGYgXE:{defaultValue:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",title:\"Check Icon Bg\",type:ControlType.Color},u7aiOJtCb:{defaultValue:'var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)) /* {\"name\":\"White/100\"} */',title:\"Check Icon Color\",type:ControlType.Color}});addFonts(FramerRQelsYQCb,[{explicitInter:true,fonts:[]},...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRQelsYQCb\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"29\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"p6xXGYgXE\\\":\\\"checkIconBg\\\",\\\"u7aiOJtCb\\\":\\\"checkIconColor\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RQuwWTBE7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"29\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RQelsYQCb.map", "// Generated by Framer (99bc0fd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/YGvTBcpR21bF8lFqkUCl/Ybnr3SpO5US8fTb1PR2E/OC3o094Zn.js\";import CheckIcon from\"https://framerusercontent.com/modules/IoliSFHGyy2xqsxNjLz0/TjZhdt1891tkA1eGmyPQ/RQelsYQCb.js\";const CheckIconFonts=getFonts(CheckIcon);const CheckIconControls=getPropertyControls(CheckIcon);const serializationHash=\"framer-5lHim\";const variantClassNames={aqziOkMpL:\"framer-v-1a5rgo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Check:\"t2OCDmlMb\",Close:\"RQuwWTBE7\"};const getProps=({checkIcon,checkIconBg,checkIconColor,height,id,text,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableEnumMap_checkIcon,_ref3,_ref4;return{...props,JzEXmVYRC:(_ref=checkIconBg!==null&&checkIconBg!==void 0?checkIconBg:props.JzEXmVYRC)!==null&&_ref!==void 0?_ref:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",OVALdqyln:(_ref1=checkIconColor!==null&&checkIconColor!==void 0?checkIconColor:props.OVALdqyln)!==null&&_ref1!==void 0?_ref1:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:(_ref2=text!==null&&text!==void 0?text:props.R3ArZMX7O)!==null&&_ref2!==void 0?_ref2:\"30+ Features\",sLTHe30IP:(_ref4=(_ref3=(_humanReadableEnumMap_checkIcon=humanReadableEnumMap[checkIcon])!==null&&_humanReadableEnumMap_checkIcon!==void 0?_humanReadableEnumMap_checkIcon:checkIcon)!==null&&_ref3!==void 0?_ref3:props.sLTHe30IP)!==null&&_ref4!==void 0?_ref4:\"t2OCDmlMb\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,R3ArZMX7O,sLTHe30IP,JzEXmVYRC,OVALdqyln,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"aqziOkMpL\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1a5rgo\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"aqziOkMpL\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:\"29px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||29)-0-29)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kxh03c-container\",layoutDependency:layoutDependency,layoutId:\"frczV4SOU-container\",children:/*#__PURE__*/_jsx(CheckIcon,{height:\"100%\",id:\"frczV4SOU\",layoutId:\"frczV4SOU\",p6xXGYgXE:JzEXmVYRC,style:{height:\"100%\",width:\"100%\"},u7aiOJtCb:OVALdqyln,variant:sLTHe30IP,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1awkoa6\",\"data-styles-preset\":\"OC3o094Zn\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"30+ Features\"})}),className:\"framer-1ej1chi\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"V5BReG7A3\",style:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:R3ArZMX7O,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5lHim.framer-6jmi70, .framer-5lHim .framer-6jmi70 { display: block; }\",\".framer-5lHim.framer-1a5rgo { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 341px; }\",\".framer-5lHim .framer-1kxh03c-container { flex: none; height: 29px; position: relative; width: 29px; }\",\".framer-5lHim .framer-1ej1chi { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5lHim.framer-1a5rgo { gap: 0px; } .framer-5lHim.framer-1a5rgo > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-5lHim.framer-1a5rgo > :first-child { margin-left: 0px; } .framer-5lHim.framer-1a5rgo > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 29\n * @framerIntrinsicWidth 341\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"R3ArZMX7O\":\"text\",\"sLTHe30IP\":\"checkIcon\",\"JzEXmVYRC\":\"checkIconBg\",\"OVALdqyln\":\"checkIconColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameryy_aNdjd9=withCSS(Component,css,\"framer-5lHim\");export default Frameryy_aNdjd9;Frameryy_aNdjd9.displayName=\"Feature List\";Frameryy_aNdjd9.defaultProps={height:29,width:341};addPropertyControls(Frameryy_aNdjd9,{R3ArZMX7O:{defaultValue:\"30+ Features\",displayTextArea:false,title:\"Text\",type:ControlType.String},sLTHe30IP:(CheckIconControls===null||CheckIconControls===void 0?void 0:CheckIconControls[\"variant\"])&&{...CheckIconControls[\"variant\"],defaultValue:\"t2OCDmlMb\",description:undefined,hidden:undefined,title:\"Check Icon\"},JzEXmVYRC:{defaultValue:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",title:\"Check Icon Bg\",type:ControlType.Color},OVALdqyln:{defaultValue:'var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)) /* {\"name\":\"White/100\"} */',title:\"Check Icon Color\",type:ControlType.Color}});addFonts(Frameryy_aNdjd9,[{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\"}]},...CheckIconFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameryy_aNdjd9\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"R3ArZMX7O\\\":\\\"text\\\",\\\"sLTHe30IP\\\":\\\"checkIcon\\\",\\\"JzEXmVYRC\\\":\\\"checkIconBg\\\",\\\"OVALdqyln\\\":\\\"checkIconColor\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"341\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"29\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4d22d44)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/8GUlMF08b8Lf5hvcJbkb/DiO29SGLcos6j7zR70nL/OC3o094Zn.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/rlUcGkHohwLo89jRjyUb/Waivchscf0JUF9FtJkeb/q_cRrXuNQ.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/ryzCiUFmcVUSeujrotr4/w7ja6tNoHnKP7D7PONfi/rEo2PQSWU.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/74WOmH32KbReu8lICnna/Kch8ZecKjua1eeLuqtbs/ssxIG1odd.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/kBXqleeAmngFNxss3skX/JYwooTQyKYiNRMru2Cjt/xmk1ggyGf.js\";import ButtonPrimaryButton from\"https://framerusercontent.com/modules/8raK0PgRP8rCSeDWfKpk/9xvi4SCgBvIopEHo58WA/Nk5XT2Quj.js\";import FeatureList from\"https://framerusercontent.com/modules/6BLuwIJvfUFZwwWEPxof/VOQl0BmWZDCxMinbTL1B/yy_aNdjd9.js\";const MotionDivWithFX=withFX(motion.div);const FeatureListFonts=getFonts(FeatureList);const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const cycleOrder=[\"bsOzULpxe\",\"mZEGGClGU\",\"dvN7k6xPk\",\"vW8kylORG\",\"GUSlY09uj\",\"Bgu1b97rp\"];const serializationHash=\"framer-xlO8q\";const variantClassNames={Bgu1b97rp:\"framer-v-1ji0bas\",bsOzULpxe:\"framer-v-r3xljm\",dvN7k6xPk:\"framer-v-1psq4hv\",GUSlY09uj:\"framer-v-1kx6rti\",mZEGGClGU:\"framer-v-1fafu5\",vW8kylORG:\"framer-v-4niwqu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:95};const transition2={damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition3={damping:60,delay:0,mass:1,stiffness:300,type:\"spring\"};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={damping:60,delay:.2,mass:1,stiffness:300,type:\"spring\"};const transition6={damping:60,delay:.4,mass:1,stiffness:300,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Large Desktop Monthly\":\"bsOzULpxe\",\"Large Desktop Yearly\":\"mZEGGClGU\",\"Phone Monthly\":\"GUSlY09uj\",\"Phone Yearly\":\"Bgu1b97rp\",\"Tablet Monthly\":\"dvN7k6xPk\",\"Tablet Yearly\":\"vW8kylORG\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"bsOzULpxe\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bsOzULpxe\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTappfos7d=activeVariantCallback(async(...args)=>{setVariant(\"bsOzULpxe\");});const onTaptlmm4o=activeVariantCallback(async(...args)=>{setVariant(\"dvN7k6xPk\");});const onTap1k9r0ym=activeVariantCallback(async(...args)=>{setVariant(\"GUSlY09uj\");});const onTap1btd1jt=activeVariantCallback(async(...args)=>{setVariant(\"mZEGGClGU\");});const onTapdbm3ey=activeVariantCallback(async(...args)=>{setVariant(\"vW8kylORG\");});const onTap67s25r=activeVariantCallback(async(...args)=>{setVariant(\"Bgu1b97rp\");});const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-r3xljm\",className,classNames),\"data-framer-name\":\"Large Desktop Monthly\",layoutDependency:layoutDependency,layoutId:\"bsOzULpxe\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Bgu1b97rp:{\"data-framer-name\":\"Phone Yearly\"},dvN7k6xPk:{\"data-framer-name\":\"Tablet Monthly\"},GUSlY09uj:{\"data-framer-name\":\"Phone Monthly\"},mZEGGClGU:{\"data-framer-name\":\"Large Desktop Yearly\"},vW8kylORG:{\"data-framer-name\":\"Tablet Yearly\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15s2wuz\",\"data-framer-name\":\"Description Body\",layoutDependency:layoutDependency,layoutId:\"mFUoxzivw\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-6qj9az\",\"data-border\":true,\"data-framer-name\":\"Toggle Block\",layoutDependency:layoutDependency,layoutId:\"HQLZaa3pM\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-fe3b7a0c-e878-4553-ac95-209c829b58c0, rgb(13, 10, 23))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wmjedd\",\"data-framer-name\":\"Toggle BG\",layoutDependency:layoutDependency,layoutId:\"iSYJ3fNiT\",style:{background:'linear-gradient(170deg, var(--token-f5cd647b-70d5-4584-bc73-3b63863333ca, rgba(0, 0, 0, 0.4)) /* {\"name\":\"Dark 40%\"} */ -104%, rgb(59, 59, 59) -19%, var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) /* {\"name\":\"Pink\"} */ 63%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 110.00000000000001%)',borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-iqch06\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"z38bknnXx\",style:{backgroundColor:\"var(--token-fe3b7a0c-e878-4553-ac95-209c829b58c0, rgb(13, 10, 23))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zbl9o2\",\"data-framer-name\":\"Pricing Toggle Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"kXn0tCNeQ\",onTap:onTappfos7d,style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},...addPropertyOverrides({Bgu1b97rp:{onTap:onTap1k9r0ym},dvN7k6xPk:{onTap:onTaptlmm4o},GUSlY09uj:{onTap:onTap1k9r0ym},vW8kylORG:{onTap:onTaptlmm4o}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1awkoa6\",\"data-styles-preset\":\"OC3o094Zn\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Monthly\"})}),className:\"framer-xg2wx0\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BRLmgzLw9\",style:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{vW8kylORG:{\"--extracted-r6o4lv\":\"rgb(202, 201, 209)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Bgu1b97rp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1awkoa6\",\"data-styles-preset\":\"OC3o094Zn\",children:\"Monthly\"})})},mZEGGClGU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1awkoa6\",\"data-styles-preset\":\"OC3o094Zn\",children:\"Monthly\"})})},vW8kylORG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1awkoa6\",\"data-styles-preset\":\"OC3o094Zn\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(202, 201, 209))\"},children:\"Monthly\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19eocjp\",\"data-framer-name\":\"Pricing Toggle Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"h9zB1DL63\",onTap:onTap1btd1jt,style:{background:\"linear-gradient(90deg, rgba(70, 59, 191, 0) 0%, rgba(74, 86, 255, 0) 100%)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},...addPropertyOverrides({Bgu1b97rp:{onTap:onTap67s25r},dvN7k6xPk:{onTap:onTapdbm3ey},GUSlY09uj:{onTap:onTap67s25r},vW8kylORG:{onTap:onTapdbm3ey}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1awkoa6\",\"data-styles-preset\":\"OC3o094Zn\",children:\"Yearly\"})}),className:\"framer-1adlugm\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gKox3PzFc\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{Bgu1b97rp:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"},mZEGGClGU:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"},vW8kylORG:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Bgu1b97rp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1awkoa6\",\"data-styles-preset\":\"OC3o094Zn\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Yearly\"})})},mZEGGClGU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1awkoa6\",\"data-styles-preset\":\"OC3o094Zn\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Yearly\"})})},vW8kylORG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1awkoa6\",\"data-styles-preset\":\"OC3o094Zn\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Yearly\"})})}},baseVariant,gestureVariant)})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11da7e2\",\"data-framer-name\":\"Pricing Card Deck\",layoutDependency:layoutDependency,layoutId:\"Y4F9oibSJ\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-i6x9m1\",\"data-framer-name\":\"Pricing Card\",layoutDependency:layoutDependency,layoutId:\"SngehBqLK\",style:{background:'linear-gradient(180deg, var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae, rgba(64, 43, 117, 0.37)) /* {\"name\":\"Primary / 70\"} */ 0%, var(--token-1738e59f-76ed-453b-94da-4ac2870045ed, rgba(108, 73, 196, 0.37)) /* {\"name\":\"Primary/60\"} */ 34%, var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) /* {\"name\":\"Pink\"} */ 63%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jPizl8mpK\"},nodeId:\"BSyOHFE6b\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-33p0e3 framer-1qwzkcx\",\"data-framer-name\":\"Background Color\",layoutDependency:layoutDependency,layoutId:\"BSyOHFE6b\",style:{background:'radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) /* {\"name\":\"Primary Light\"} */ 0%, var(--token-fe3b7a0c-e878-4553-ac95-209c829b58c0, rgb(13, 10, 23)) /* {\"name\":\"Primary 80\"} */ 100%)',borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15mw80z\",\"data-framer-name\":\"Card Head Block\",layoutDependency:layoutDependency,layoutId:\"qXJUhH06H\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bsngoi\",\"data-framer-name\":\"Head Title\",layoutDependency:layoutDependency,layoutId:\"h8TdVg4Ot\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i0gdln\",layoutDependency:layoutDependency,layoutId:\"UqoUEl101\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Starter\"})}),className:\"framer-184oqbs\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BJCAzg7Oz\",style:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-szhl8n\",\"data-border\":true,\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"K8VNaOHfI\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-de547863-a883-4797-b4d5-f16a688dd6b4, rgb(70, 60, 84))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1u0c6bk\",\"data-styles-preset\":\"q_cRrXuNQ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184)))\"},children:\"Individual\"})}),className:\"framer-32vqed\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"k6RQv2f7F\",style:{\"--extracted-r6o4lv\":\"var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1awkoa6\",\"data-styles-preset\":\"OC3o094Zn\",children:\"For gig workers just starting out.\"})}),className:\"framer-flh8x0\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"J76jOAeyu\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6bujt\",\"data-framer-name\":\"Dividar\",layoutDependency:layoutDependency,layoutId:\"rVTMPy42U\",style:{background:\"linear-gradient(90deg, rgb(84, 84, 84) 0%, rgb(26, 26, 59) 0%, rgb(166, 139, 238) 49%, rgb(26, 26, 59) 100%)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qm7oig\",\"data-framer-name\":\"Feature List Block\",layoutDependency:layoutDependency,layoutId:\"Z6tuZnEU_\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+0+40+235+0+0,...addPropertyOverrides({Bgu1b97rp:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+0+32+215+0+0},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+0+40+235+0+0},GUSlY09uj:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+0+32+215+0+0},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+0+40+235+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bz6eu-container\",layoutDependency:layoutDependency,layoutId:\"JBgkxYJYB-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"JBgkxYJYB\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"JBgkxYJYB\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"Personalized car recommendations.\",sLTHe30IP:\"t2OCDmlMb\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+0+40+235+0+49,...addPropertyOverrides({Bgu1b97rp:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+0+32+215+0+45},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+0+40+235+0+41},GUSlY09uj:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+0+32+215+0+45},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+0+40+235+0+41}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m5eeo1-container\",layoutDependency:layoutDependency,layoutId:\"OE5gzcFPO-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"OE5gzcFPO\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"OE5gzcFPO\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"Basic AI insights for tracking performance.\",sLTHe30IP:\"t2OCDmlMb\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+0+40+235+0+98,...addPropertyOverrides({Bgu1b97rp:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+0+32+215+0+90},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+0+40+235+0+82},GUSlY09uj:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+0+32+215+0+90},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+0+40+235+0+82}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16y45i0-container\",layoutDependency:layoutDependency,layoutId:\"DeLCVRHN_-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"DeLCVRHN_\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"DeLCVRHN_\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"24/7 support for leasing and operations.\",sLTHe30IP:\"t2OCDmlMb\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+0+40+235+0+147,...addPropertyOverrides({Bgu1b97rp:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+0+32+215+0+135},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+0+40+235+0+123},GUSlY09uj:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+0+32+215+0+135},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+0+40+235+0+123}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16itf42-container\",layoutDependency:layoutDependency,layoutId:\"bUhIJ2UjL-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"bUhIJ2UjL\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"bUhIJ2UjL\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"Data Insights\",sLTHe30IP:\"t2OCDmlMb\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+0+40+235+0+196,...addPropertyOverrides({Bgu1b97rp:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+0+32+215+0+180},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+0+40+235+0+164},GUSlY09uj:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+0+32+215+0+180},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+0+40+235+0+164}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1txbrml-container\",layoutDependency:layoutDependency,layoutId:\"ByVkGGNtV-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"ByVkGGNtV\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"ByVkGGNtV\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"Gen AI Report\",sLTHe30IP:\"RQuwWTBE7\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a19t2\",\"data-framer-name\":\"Card Bottom\",layoutDependency:layoutDependency,layoutId:\"MTIF8QK1F\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p7wvmt\",\"data-framer-name\":\"Pricing Block\",layoutDependency:layoutDependency,layoutId:\"SaTXCCEct\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1reel8x\",\"data-styles-preset\":\"xmk1ggyGf\",children:\"$4.99\"})}),className:\"framer-o1du66\",\"data-framer-name\":\"Price\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pCu_IFmu9\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Bgu1b97rp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1reel8x\",\"data-styles-preset\":\"xmk1ggyGf\",children:\"$69.99\"})})},mZEGGClGU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1reel8x\",\"data-styles-preset\":\"xmk1ggyGf\",children:\"$49.99\"})})},vW8kylORG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1reel8x\",\"data-styles-preset\":\"xmk1ggyGf\",children:\"$59.99\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1awkoa6\",\"data-styles-preset\":\"OC3o094Zn\",children:\" /per month\"})}),className:\"framer-1nwudne\",\"data-framer-name\":\"Month\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PGxDKjB6H\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{Bgu1b97rp:{\"--extracted-r6o4lv\":\"var(--token-926a60b7-c342-47e0-9647-1ae6cff31684, rgb(115, 121, 155))\"},vW8kylORG:{\"--extracted-r6o4lv\":\"var(--token-926a60b7-c342-47e0-9647-1ae6cff31684, rgb(115, 121, 155))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Bgu1b97rp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-926a60b7-c342-47e0-9647-1ae6cff31684, rgb(115, 121, 155)))\"},children:\" /yearly\"})}),fonts:[\"GF;Poppins-regular\"]},mZEGGClGU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",children:\" /yearly\"})})},vW8kylORG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-926a60b7-c342-47e0-9647-1ae6cff31684, rgb(115, 121, 155)))\"},children:\" /yearly\"})}),fonts:[\"GF;Poppins-regular\"]}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jPizl8mpK\"},implicitPathVariables:undefined},{href:{webPageId:\"jPizl8mpK\"},implicitPathVariables:undefined},{href:{webPageId:\"jPizl8mpK\"},implicitPathVariables:undefined},{href:{webPageId:\"jPizl8mpK\"},implicitPathVariables:undefined},{href:{webPageId:\"jPizl8mpK\"},implicitPathVariables:undefined},{href:{webPageId:\"jPizl8mpK\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+0+40+508+0+100,...addPropertyOverrides({Bgu1b97rp:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+0+32+452+0+88},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+0+40+476+0+100},GUSlY09uj:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+0+32+452+0+88},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+0+40+476+0+100}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oghhgr-container\",layoutDependency:layoutDependency,layoutId:\"BZxcUiKjo-container\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{dKsJpeQvB:resolvedLinks[0],FvDthbrY2:\"Get Started\",height:\"100%\",id:\"BZxcUiKjo\",layoutId:\"BZxcUiKjo\",style:{width:\"100%\"},variant:\"BOBcLdq9P\",width:\"100%\",...addPropertyOverrides({Bgu1b97rp:{dKsJpeQvB:resolvedLinks[5]},dvN7k6xPk:{dKsJpeQvB:resolvedLinks[2]},GUSlY09uj:{dKsJpeQvB:resolvedLinks[4]},mZEGGClGU:{dKsJpeQvB:resolvedLinks[1]},vW8kylORG:{dKsJpeQvB:resolvedLinks[3]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1ibgjdr\",\"data-framer-name\":\"Pricing Card\",layoutDependency:layoutDependency,layoutId:\"ggHo5fyNd\",style:{background:'linear-gradient(180deg, var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250)) /* {\"name\":\"Dark Blue\"} */ 0%, var(--token-0b983064-ff60-4db9-98fd-bab9ef9f20ec, rgb(156, 150, 227)) /* {\"name\":\"Light Navy Blue\"} */ 47%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},variants:{Bgu1b97rp:{background:\"linear-gradient(180deg, rgb(70, 59, 191) 0%, rgb(156, 150, 227) 47%, rgb(70, 59, 191) 100%)\"},dvN7k6xPk:{background:\"linear-gradient(180deg, rgb(70, 59, 191) 0%, rgb(156, 150, 227) 47%, rgb(70, 59, 191) 100%)\"},GUSlY09uj:{background:\"linear-gradient(180deg, rgb(70, 59, 191) 0%, rgb(156, 150, 227) 47%, rgb(70, 59, 191) 100%)\"},mZEGGClGU:{background:\"linear-gradient(180deg, rgb(70, 59, 191) 0%, rgb(156, 150, 227) 47%, rgb(70, 59, 191) 100%)\"},vW8kylORG:{background:\"linear-gradient(180deg, rgb(70, 59, 191) 0%, rgb(156, 150, 227) 47%, rgb(70, 59, 191) 100%)\"}},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jPizl8mpK\"},nodeId:\"WiYo1yiUs\",openInNewTab:true,...addPropertyOverrides({mZEGGClGU:{href:\"https://buy.stripe.com/aEU8zk8w21wofCg4gg\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1xvl7mc framer-1qwzkcx\",\"data-framer-name\":\"Background Color\",layoutDependency:layoutDependency,layoutId:\"WiYo1yiUs\",style:{background:'radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) /* {\"name\":\"Primary Light\"} */ 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(12, 5, 18)) /* {\"name\":\"Primary Color\"} */ 100%)',borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1emwo3p\",\"data-framer-name\":\"Card Head Block\",layoutDependency:layoutDependency,layoutId:\"Ok3Xp9Ubk\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-154cphr\",\"data-framer-name\":\"Head Title\",layoutDependency:layoutDependency,layoutId:\"XnpFhVcI7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-153zgs4\",layoutDependency:layoutDependency,layoutId:\"piIk_QIAL\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Standard\"})}),className:\"framer-1hz645l\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oOL7ikl59\",style:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hoymu4\",\"data-border\":true,\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"ZWZx1tfM2\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-de547863-a883-4797-b4d5-f16a688dd6b4, rgb(70, 60, 84))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1u0c6bk\",\"data-styles-preset\":\"q_cRrXuNQ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184)))\"},children:\"2 to 10 Users\"})}),className:\"framer-1x7w9fv\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"opHWc_0hC\",style:{\"--extracted-r6o4lv\":\"var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1awkoa6\",\"data-styles-preset\":\"OC3o094Zn\",children:\"For expanding car rental businesses.\"})}),className:\"framer-16i6r2c\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ovUgOfE8n\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wxbj87\",\"data-framer-name\":\"Dividar\",layoutDependency:layoutDependency,layoutId:\"VQijjHJB7\",style:{background:\"linear-gradient(90deg, rgb(12, 15, 38) 0%, rgb(26, 26, 59) 0%, rgb(63, 72, 217) 49%, rgb(12, 15, 38) 100%)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-thadu2\",\"data-framer-name\":\"Feature List Block\",layoutDependency:layoutDependency,layoutId:\"tRe65VWNJ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+0+40+235+0+0,...addPropertyOverrides({Bgu1b97rp:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+687+32+215+0+0},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+0+40+235+0+0},GUSlY09uj:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+687+32+215+0+0},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+0+40+235+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uumszn-container\",layoutDependency:layoutDependency,layoutId:\"CgAt6pYO7-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"CgAt6pYO7\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"CgAt6pYO7\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"Fleet optimization strategies.\",sLTHe30IP:\"t2OCDmlMb\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+0+40+235+0+49,...addPropertyOverrides({Bgu1b97rp:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+687+32+215+0+45},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+0+40+235+0+49},GUSlY09uj:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+687+32+215+0+45},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+0+40+235+0+49}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-v4mck9-container\",layoutDependency:layoutDependency,layoutId:\"WuzJ6IO4L-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"WuzJ6IO4L\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"WuzJ6IO4L\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"Advanced analytics for maximizing earnings.\",sLTHe30IP:\"t2OCDmlMb\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+0+40+235+0+98,...addPropertyOverrides({Bgu1b97rp:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+687+32+215+0+90},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+0+40+235+0+98},GUSlY09uj:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+687+32+215+0+90},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+0+40+235+0+98}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fq46a1-container\",layoutDependency:layoutDependency,layoutId:\"ruB3H2bXp-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"ruB3H2bXp\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"ruB3H2bXp\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"Dynamic leasing options and priority support.\",sLTHe30IP:\"t2OCDmlMb\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+0+40+235+0+147,...addPropertyOverrides({Bgu1b97rp:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+687+32+215+0+135},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+0+40+235+0+147},GUSlY09uj:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+687+32+215+0+135},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+0+40+235+0+147}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vjugo2-container\",layoutDependency:layoutDependency,layoutId:\"KbsLuFjn8-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"KbsLuFjn8\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"KbsLuFjn8\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"Unlimited Data Insights\",sLTHe30IP:\"t2OCDmlMb\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+0+40+235+0+196,...addPropertyOverrides({Bgu1b97rp:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+687+32+215+0+180},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+0+40+235+0+196},GUSlY09uj:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+687+32+215+0+180},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+0+40+235+0+196}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8hu1j4-container\",layoutDependency:layoutDependency,layoutId:\"YSSLJyZ1T-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"YSSLJyZ1T\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"YSSLJyZ1T\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"Gen AI Report\",sLTHe30IP:\"t2OCDmlMb\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-94ui04\",\"data-framer-name\":\"Card Bottom\",layoutDependency:layoutDependency,layoutId:\"EhfPoeXGF\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-306iuv\",\"data-framer-name\":\"Pricing Block\",layoutDependency:layoutDependency,layoutId:\"NH_WzrUye\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1reel8x\",\"data-styles-preset\":\"xmk1ggyGf\",children:\"$499.99\"})}),className:\"framer-1b4w0sh\",\"data-framer-name\":\"Price\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"u0fD3jt3k\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Bgu1b97rp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1reel8x\",\"data-styles-preset\":\"xmk1ggyGf\",children:\"$89.99\"})})},mZEGGClGU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1reel8x\",\"data-styles-preset\":\"xmk1ggyGf\",children:\"$4999.90\"})})},vW8kylORG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1reel8x\",\"data-styles-preset\":\"xmk1ggyGf\",children:\"$89.99\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",children:\" /per month\"})}),className:\"framer-4pdxha\",\"data-framer-name\":\"Month\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FNwYANcal\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Bgu1b97rp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",children:\" /yearly\"})})},mZEGGClGU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",children:\" /yearly\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jPizl8mpK\"},implicitPathVariables:undefined},{href:{webPageId:\"jPizl8mpK\"},implicitPathVariables:undefined},{href:{webPageId:\"jPizl8mpK\"},implicitPathVariables:undefined},{href:{webPageId:\"jPizl8mpK\"},implicitPathVariables:undefined},{href:{webPageId:\"jPizl8mpK\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+0+40+508+0+100,...addPropertyOverrides({Bgu1b97rp:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+687+32+452+0+88},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+0+40+508+0+100},GUSlY09uj:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+687+32+452+0+88},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+0+40+508+0+100}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xyho4e-container\",layoutDependency:layoutDependency,layoutId:\"LquHSJvb2-container\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{dKsJpeQvB:resolvedLinks1[0],FvDthbrY2:\"Get Started\",height:\"100%\",id:\"LquHSJvb2\",layoutId:\"LquHSJvb2\",style:{width:\"100%\"},variant:\"BOBcLdq9P\",width:\"100%\",...addPropertyOverrides({Bgu1b97rp:{dKsJpeQvB:resolvedLinks1[4]},dvN7k6xPk:{dKsJpeQvB:resolvedLinks1[1]},GUSlY09uj:{dKsJpeQvB:resolvedLinks1[3]},mZEGGClGU:{dKsJpeQvB:\"https://buy.stripe.com/aEU8zk8w21wofCg4gg\"},vW8kylORG:{dKsJpeQvB:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-an1q88\",\"data-framer-name\":\"Group 48\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:157,intrinsicWidth:367,layoutDependency:layoutDependency,layoutId:\"wbihQgiyC\",style:{filter:\"blur(28px)\",WebkitFilter:\"blur(28px)\"},svg:'<svg width=\"367\" height=\"157\" viewBox=\"0 0 367 157\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g style=\"mix-blend-mode:plus-lighter\" opacity=\"0.8\">\\n<g style=\"mix-blend-mode:lighten\" filter=\"url(#filter0_f_190_543)\">\\n<rect x=\"318\" y=\"0.164062\" width=\"49\" height=\"121.211\" fill=\"url(#paint0_linear_190_543)\"/>\\n</g>\\n<g style=\"mix-blend-mode:lighten\" filter=\"url(#filter1_f_190_543)\">\\n<rect x=\"213\" width=\"105\" height=\"157\" rx=\"52.5\" fill=\"url(#paint1_linear_190_543)\"/>\\n</g>\\n<g style=\"mix-blend-mode:lighten\" filter=\"url(#filter2_f_190_543)\">\\n<rect x=\"128\" y=\"30\" width=\"58\" height=\"120\" rx=\"29\" fill=\"url(#paint2_linear_190_543)\"/>\\n</g>\\n<g style=\"mix-blend-mode:lighten\" filter=\"url(#filter3_f_190_543)\">\\n<rect x=\"92\" y=\"30\" width=\"58\" height=\"120\" rx=\"29\" fill=\"url(#paint3_linear_190_543)\"/>\\n</g>\\n<g style=\"mix-blend-mode:lighten\" filter=\"url(#filter4_f_190_543)\">\\n<rect x=\"186\" y=\"30\" width=\"22\" height=\"94\" fill=\"url(#paint4_linear_190_543)\"/>\\n</g>\\n<g style=\"mix-blend-mode:plus-lighter\" filter=\"url(#filter5_f_190_543)\">\\n<path d=\"M0 0.164062L12 33.1821L24.5 60.9867L33 107.255L84.5 118.551L0 121.375V0.164062Z\" fill=\"url(#paint5_linear_190_543)\"/>\\n</g>\\n<g style=\"mix-blend-mode:lighten\" filter=\"url(#filter6_f_190_543)\">\\n<rect x=\"39\" y=\"56\" width=\"77\" height=\"76\" fill=\"url(#paint6_linear_190_543)\"/>\\n</g>\\n<g style=\"mix-blend-mode:plus-lighter\" filter=\"url(#filter7_f_190_543)\">\\n<path d=\"M23 97.1602V90.7923C23 85.7343 27.1004 81.6339 32.1584 81.6339C37.2164 81.6339 41.3168 85.7343 41.3168 90.7923V92.6074C41.3168 98.6679 46.2298 103.581 52.2903 103.581H310.584C317.547 103.581 323.192 97.9362 323.192 90.9731V87.2692C323.192 82.3517 327.178 78.3652 332.096 78.3652C337.014 78.3652 341 82.3517 341 87.2692V95.5259C341 105.003 333.317 112.687 323.839 112.687H38.5263C29.9514 112.687 23 105.735 23 97.1602Z\" fill=\"url(#paint7_linear_190_543)\"/>\\n</g>\\n<g style=\"mix-blend-mode:plus-lighter\" filter=\"url(#filter8_f_190_543)\">\\n<path d=\"M341 87.2692V95.3395C341 104.858 333.174 112.517 323.657 112.31L222.529 110.113C221.679 110.095 221 109.4 221 108.55C221 107.707 221.668 107.016 222.51 106.988L310.804 104C317.713 103.766 323.192 98.0984 323.192 91.1863V87.2692C323.192 82.3517 327.178 78.3652 332.096 78.3652C337.014 78.3652 341 82.3517 341 87.2692Z\" fill=\"url(#paint8_linear_190_543)\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_f_190_543\" x=\"288\" y=\"-29.8359\" width=\"109\" height=\"181.211\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"15\" result=\"effect1_foregroundBlur_190_543\"/>\\n</filter>\\n<filter id=\"filter1_f_190_543\" x=\"146\" y=\"-67\" width=\"239\" height=\"291\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"33.5\" result=\"effect1_foregroundBlur_190_543\"/>\\n</filter>\\n<filter id=\"filter2_f_190_543\" x=\"68\" y=\"-30\" width=\"178\" height=\"240\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"30\" result=\"effect1_foregroundBlur_190_543\"/>\\n</filter>\\n<filter id=\"filter3_f_190_543\" x=\"22\" y=\"-40\" width=\"198\" height=\"260\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"35\" result=\"effect1_foregroundBlur_190_543\"/>\\n</filter>\\n<filter id=\"filter4_f_190_543\" x=\"150\" y=\"-6\" width=\"94\" height=\"166\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"18\" result=\"effect1_foregroundBlur_190_543\"/>\\n</filter>\\n<filter id=\"filter5_f_190_543\" x=\"-33\" y=\"-32.8359\" width=\"150.5\" height=\"187.211\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"16.5\" result=\"effect1_foregroundBlur_190_543\"/>\\n</filter>\\n<filter id=\"filter6_f_190_543\" x=\"-31\" y=\"-14\" width=\"217\" height=\"216\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"35\" result=\"effect1_foregroundBlur_190_543\"/>\\n</filter>\\n<filter id=\"filter7_f_190_543\" x=\"-4\" y=\"51.3652\" width=\"372\" height=\"88.3213\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"13.5\" result=\"effect1_foregroundBlur_190_543\"/>\\n</filter>\\n<filter id=\"filter8_f_190_543\" x=\"171\" y=\"28.3652\" width=\"220\" height=\"133.948\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"25\" result=\"effect1_foregroundBlur_190_543\"/>\\n</filter>\\n<linearGradient id=\"paint0_linear_190_543\" x1=\"342.5\" y1=\"121.375\" x2=\"342.5\" y2=\"0.164062\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#571894\"/>\\n<stop offset=\"0.25\" stop-color=\"#7C27D1\"/>\\n<stop offset=\"0.565\" stop-color=\"#9020A8\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_190_543\" x1=\"265.5\" y1=\"157\" x2=\"265.5\" y2=\"0\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#9020A8\"/>\\n<stop offset=\"0.565\" stop-color=\"#9020A8\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_190_543\" x1=\"157\" y1=\"150\" x2=\"157\" y2=\"30\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#9020A8\"/>\\n<stop offset=\"0.565\" stop-color=\"#9020A8\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_190_543\" x1=\"121\" y1=\"150\" x2=\"121\" y2=\"30\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#9020A8\"/>\\n<stop offset=\"0.565\" stop-color=\"#9020A8\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_190_543\" x1=\"197\" y1=\"124\" x2=\"197\" y2=\"30\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#9020A8\"/>\\n<stop offset=\"0.565\" stop-color=\"#9020A8\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint5_linear_190_543\" x1=\"19.5\" y1=\"121.375\" x2=\"19.5\" y2=\"0.164106\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#6822FC\"/>\\n<stop offset=\"0.565\" stop-color=\"#6822FC\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint6_linear_190_543\" x1=\"77.5\" y1=\"132\" x2=\"77.5\" y2=\"56\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#6822FC\"/>\\n<stop offset=\"0.25\" stop-color=\"#7C27D1\"/>\\n<stop offset=\"0.565\" stop-color=\"#6822FC\" stop-opacity=\"0.71519\"/>\\n<stop offset=\"1\" stop-color=\"#281041\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint7_linear_190_543\" x1=\"23\" y1=\"95.5259\" x2=\"341\" y2=\"95.5259\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.07\"/>\\n<stop offset=\"0.325662\" stop-color=\"white\" stop-opacity=\"0.54\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.59\"/>\\n</linearGradient>\\n<linearGradient id=\"paint8_linear_190_543\" x1=\"189.5\" y1=\"58.8151\" x2=\"188.933\" y2=\"110.324\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.07\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.89\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-ffinvn\",\"data-framer-name\":\"Pricing Card\",layoutDependency:layoutDependency,layoutId:\"Lb7EpMC_y\",style:{background:'linear-gradient(180deg, var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae, rgba(64, 43, 117, 0.37)) /* {\"name\":\"Primary / 70\"} */ 0%, var(--token-1738e59f-76ed-453b-94da-4ac2870045ed, rgba(108, 73, 196, 0.37)) /* {\"name\":\"Primary/60\"} */ 34%, var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) /* {\"name\":\"Pink\"} */ 63%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%)',borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fwampa\",\"data-framer-name\":\"Background Color\",layoutDependency:layoutDependency,layoutId:\"VKLKSJU6q\",style:{background:'radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, rgb(36, 28, 54)) /* {\"name\":\"Primary Light\"} */ 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(12, 5, 18)) /* {\"name\":\"Primary Color\"} */ 100%)',borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pvb87v\",\"data-framer-name\":\"Card Head Block\",layoutDependency:layoutDependency,layoutId:\"aAnCwgpv1\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-306zm4\",\"data-framer-name\":\"Head Title\",layoutDependency:layoutDependency,layoutId:\"aVCebs_m3\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mnetah\",layoutDependency:layoutDependency,layoutId:\"WBDEm9PM7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255)))\"},children:\"Enterprise\"})}),className:\"framer-1upild4\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"f8J_sPTJC\",style:{\"--extracted-r6o4lv\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-krstab\",\"data-border\":true,\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"qPjmhJRBw\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-de547863-a883-4797-b4d5-f16a688dd6b4, rgb(70, 60, 84))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1u0c6bk\",\"data-styles-preset\":\"q_cRrXuNQ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184)))\"},children:\"10+ Users\"})}),className:\"framer-12knj6o\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"W6QXS_SJo\",style:{\"--extracted-r6o4lv\":\"var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1awkoa6\",\"data-styles-preset\":\"OC3o094Zn\",children:\"For large-scale fleet managers.\"})}),className:\"framer-q77ird\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DM43uq3cZ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-owqs0g\",\"data-framer-name\":\"Dividar\",layoutDependency:layoutDependency,layoutId:\"NqrssP9bK\",style:{background:\"linear-gradient(90deg, rgb(13, 15, 39) 0%, rgb(26, 26, 59) 0%, rgb(146, 98, 173) 49%, rgb(12, 15, 39) 100%)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3308ud\",\"data-framer-name\":\"Feature List Block\",layoutDependency:layoutDependency,layoutId:\"TSycZAd4r\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+24.5+40+235+0+0,...addPropertyOverrides({Bgu1b97rp:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+1374+32+215+0+0},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+771+40+235+0+0},GUSlY09uj:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+1374+32+215+0+0},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+771+40+235+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pts5lu-container\",layoutDependency:layoutDependency,layoutId:\"LmAeXPAKY-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"LmAeXPAKY\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"LmAeXPAKY\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"Comprehensive fleet management powered by AI.\",sLTHe30IP:\"t2OCDmlMb\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+24.5+40+235+0+49,...addPropertyOverrides({Bgu1b97rp:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+1374+32+215+0+45},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+771+40+235+0+49},GUSlY09uj:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+1374+32+215+0+45},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+771+40+235+0+49}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18pjxus-container\",layoutDependency:layoutDependency,layoutId:\"kYViZTZWr-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"kYViZTZWr\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"kYViZTZWr\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"Custom AI tools tailored to your business.\",sLTHe30IP:\"t2OCDmlMb\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+24.5+40+235+0+98,...addPropertyOverrides({Bgu1b97rp:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+1374+32+215+0+90},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+771+40+235+0+98},GUSlY09uj:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+1374+32+215+0+90},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+771+40+235+0+98}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vxm7gl-container\",layoutDependency:layoutDependency,layoutId:\"hXNRvyb95-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"hXNRvyb95\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"hXNRvyb95\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"Full data integration and a dedicated account manager.\",sLTHe30IP:\"t2OCDmlMb\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+24.5+40+235+0+147,...addPropertyOverrides({Bgu1b97rp:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+1374+32+215+0+135},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+771+40+235+0+147},GUSlY09uj:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+1374+32+215+0+135},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+771+40+235+0+147}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a7sxx9-container\",layoutDependency:layoutDependency,layoutId:\"y1vXUkFJp-container\",children:/*#__PURE__*/_jsx(FeatureList,{height:\"100%\",id:\"y1vXUkFJp\",JzEXmVYRC:\"var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, rgb(79, 96, 250))\",layoutId:\"y1vXUkFJp\",OVALdqyln:\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\",R3ArZMX7O:\"Custom Gen AI Report\",sLTHe30IP:\"t2OCDmlMb\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ckkych\",\"data-framer-name\":\"Card Bottom\",layoutDependency:layoutDependency,layoutId:\"xcNDlWuGn\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jnz1eu\",\"data-framer-name\":\"Pricing Block\",layoutDependency:layoutDependency,layoutId:\"adi5GhFtW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1reel8x\",\"data-styles-preset\":\"xmk1ggyGf\",children:\"$4999.99\"})}),className:\"framer-u6f48n\",\"data-framer-name\":\"Price\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"H2xXdlamW\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{mZEGGClGU:{opacity:.9}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({mZEGGClGU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1reel8x\",\"data-styles-preset\":\"xmk1ggyGf\",children:\"$49,999.99\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",children:\" /per month\"})}),className:\"framer-1yzr623\",\"data-framer-name\":\"Month\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WjyJRh2zf\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{Bgu1b97rp:{\"--extracted-r6o4lv\":\"var(--token-926a60b7-c342-47e0-9647-1ae6cff31684, rgb(115, 121, 155))\"},vW8kylORG:{\"--extracted-r6o4lv\":\"var(--token-926a60b7-c342-47e0-9647-1ae6cff31684, rgb(115, 121, 155))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Bgu1b97rp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-926a60b7-c342-47e0-9647-1ae6cff31684, rgb(115, 121, 155)))\"},children:\" /yearly\"})}),fonts:[\"GF;Poppins-regular\"]},mZEGGClGU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",children:\" /yearly\"})})},vW8kylORG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-926a60b7-c342-47e0-9647-1ae6cff31684, rgb(115, 121, 155)))\"},children:\" /yearly\"})}),fonts:[\"GF;Poppins-regular\"]}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 3, 1px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-0-830)/2+46+48)+24.5+40+459+0+100,...addPropertyOverrides({Bgu1b97rp:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+1374+32+407+0+88},dvN7k6xPk:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1627.5)-0-1657)/2+50+100)+0+771+40+459+0+100},GUSlY09uj:{width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 400px) - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-2075)/2+46+48)+0+1374+32+407+0+88},vW8kylORG:{width:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 35px) / 2, 50px) - 80px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1653)/2+46+100)+0+771+40+459+0+100}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m7ilqd-container\",layoutDependency:layoutDependency,layoutId:\"Yu2j2T5kG-container\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{dKsJpeQvB:\"https://buy.stripe.com/aEU8zk8w21wofCg4gg\",FvDthbrY2:\"Get Started\",height:\"100%\",id:\"Yu2j2T5kG\",layoutId:\"Yu2j2T5kG\",style:{width:\"100%\"},variant:\"BOBcLdq9P\",width:\"100%\"})})})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xlO8q.framer-1qwzkcx, .framer-xlO8q .framer-1qwzkcx { display: block; }\",\".framer-xlO8q.framer-r3xljm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1296px; }\",\".framer-xlO8q .framer-15s2wuz { 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: 405px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xlO8q .framer-6qj9az { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-xlO8q .framer-1wmjedd { flex: none; height: 34px; left: 6px; overflow: visible; position: absolute; top: calc(50.00000000000002% - 34px / 2); width: 104px; z-index: 2; }\",\".framer-xlO8q .framer-iqch06, .framer-xlO8q .framer-1fwampa { bottom: 1px; flex: none; left: 1px; overflow: visible; position: absolute; right: 1px; top: 1px; z-index: 0; }\",\".framer-xlO8q .framer-zbl9o2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 34px; justify-content: center; overflow: visible; padding: 7px 24px 7px 24px; position: relative; width: 104px; z-index: 2; }\",\".framer-xlO8q .framer-xg2wx0, .framer-xlO8q .framer-1adlugm, .framer-xlO8q .framer-184oqbs, .framer-xlO8q .framer-32vqed, .framer-xlO8q .framer-o1du66, .framer-xlO8q .framer-1nwudne, .framer-xlO8q .framer-1hz645l, .framer-xlO8q .framer-1x7w9fv, .framer-xlO8q .framer-1b4w0sh, .framer-xlO8q .framer-4pdxha, .framer-xlO8q .framer-1upild4, .framer-xlO8q .framer-12knj6o, .framer-xlO8q .framer-u6f48n, .framer-xlO8q .framer-1yzr623 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xlO8q .framer-19eocjp { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 34px; justify-content: center; overflow: visible; padding: 7px 24px 7px 24px; position: relative; width: 92px; z-index: 2; }\",\".framer-xlO8q .framer-11da7e2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xlO8q .framer-i6x9m1, .framer-xlO8q .framer-ffinvn { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px; position: relative; width: 1px; }\",\".framer-xlO8q .framer-33p0e3, .framer-xlO8q .framer-1xvl7mc { bottom: 1px; flex: none; left: 1px; overflow: visible; position: absolute; right: 1px; text-decoration: none; top: 1px; z-index: 0; }\",\".framer-xlO8q .framer-15mw80z, .framer-xlO8q .framer-1emwo3p, .framer-xlO8q .framer-pvb87v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-xlO8q .framer-1bsngoi, .framer-xlO8q .framer-154cphr, .framer-xlO8q .framer-306zm4 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xlO8q .framer-i0gdln, .framer-xlO8q .framer-153zgs4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xlO8q .framer-szhl8n, .framer-xlO8q .framer-1hoymu4, .framer-xlO8q .framer-krstab { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 4px 12px 4px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-xlO8q .framer-flh8x0, .framer-xlO8q .framer-16i6r2c, .framer-xlO8q .framer-q77ird { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xlO8q .framer-6bujt, .framer-xlO8q .framer-1wxbj87, .framer-xlO8q .framer-owqs0g { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-xlO8q .framer-1qm7oig, .framer-xlO8q .framer-thadu2, .framer-xlO8q .framer-3308ud { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-xlO8q .framer-1bz6eu-container, .framer-xlO8q .framer-1m5eeo1-container, .framer-xlO8q .framer-16y45i0-container, .framer-xlO8q .framer-16itf42-container, .framer-xlO8q .framer-1txbrml-container, .framer-xlO8q .framer-1oghhgr-container, .framer-xlO8q .framer-uumszn-container, .framer-xlO8q .framer-v4mck9-container, .framer-xlO8q .framer-1fq46a1-container, .framer-xlO8q .framer-vjugo2-container, .framer-xlO8q .framer-8hu1j4-container, .framer-xlO8q .framer-xyho4e-container, .framer-xlO8q .framer-1pts5lu-container, .framer-xlO8q .framer-18pjxus-container, .framer-xlO8q .framer-vxm7gl-container, .framer-xlO8q .framer-a7sxx9-container, .framer-xlO8q .framer-m7ilqd-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-xlO8q .framer-1a19t2, .framer-xlO8q .framer-94ui04, .framer-xlO8q .framer-ckkych { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-xlO8q .framer-1p7wvmt, .framer-xlO8q .framer-306iuv, .framer-xlO8q .framer-1jnz1eu { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xlO8q .framer-1ibgjdr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-xlO8q .framer-an1q88 { flex: none; height: 238px; left: calc(49.876543209876566% - 405px / 2); position: absolute; top: calc(88.85793871866298% - 238px / 2); width: 405px; z-index: 1; }\",\".framer-xlO8q .framer-1mnetah { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 32px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xlO8q.framer-r3xljm, .framer-xlO8q .framer-15s2wuz, .framer-xlO8q .framer-6qj9az, .framer-xlO8q .framer-zbl9o2, .framer-xlO8q .framer-19eocjp, .framer-xlO8q .framer-11da7e2, .framer-xlO8q .framer-i6x9m1, .framer-xlO8q .framer-15mw80z, .framer-xlO8q .framer-1bsngoi, .framer-xlO8q .framer-i0gdln, .framer-xlO8q .framer-szhl8n, .framer-xlO8q .framer-1qm7oig, .framer-xlO8q .framer-1a19t2, .framer-xlO8q .framer-1p7wvmt, .framer-xlO8q .framer-1ibgjdr, .framer-xlO8q .framer-1emwo3p, .framer-xlO8q .framer-154cphr, .framer-xlO8q .framer-153zgs4, .framer-xlO8q .framer-1hoymu4, .framer-xlO8q .framer-thadu2, .framer-xlO8q .framer-94ui04, .framer-xlO8q .framer-306iuv, .framer-xlO8q .framer-ffinvn, .framer-xlO8q .framer-pvb87v, .framer-xlO8q .framer-306zm4, .framer-xlO8q .framer-1mnetah, .framer-xlO8q .framer-krstab, .framer-xlO8q .framer-3308ud, .framer-xlO8q .framer-ckkych, .framer-xlO8q .framer-1jnz1eu { gap: 0px; } .framer-xlO8q.framer-r3xljm > *, .framer-xlO8q .framer-i6x9m1 > *, .framer-xlO8q .framer-1a19t2 > *, .framer-xlO8q .framer-1ibgjdr > *, .framer-xlO8q .framer-94ui04 > *, .framer-xlO8q .framer-ffinvn > *, .framer-xlO8q .framer-ckkych > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-xlO8q.framer-r3xljm > :first-child, .framer-xlO8q .framer-15s2wuz > :first-child, .framer-xlO8q .framer-i6x9m1 > :first-child, .framer-xlO8q .framer-15mw80z > :first-child, .framer-xlO8q .framer-1bsngoi > :first-child, .framer-xlO8q .framer-1qm7oig > :first-child, .framer-xlO8q .framer-1a19t2 > :first-child, .framer-xlO8q .framer-1ibgjdr > :first-child, .framer-xlO8q .framer-1emwo3p > :first-child, .framer-xlO8q .framer-154cphr > :first-child, .framer-xlO8q .framer-thadu2 > :first-child, .framer-xlO8q .framer-94ui04 > :first-child, .framer-xlO8q .framer-ffinvn > :first-child, .framer-xlO8q .framer-pvb87v > :first-child, .framer-xlO8q .framer-306zm4 > :first-child, .framer-xlO8q .framer-3308ud > :first-child, .framer-xlO8q .framer-ckkych > :first-child { margin-top: 0px; } .framer-xlO8q.framer-r3xljm > :last-child, .framer-xlO8q .framer-15s2wuz > :last-child, .framer-xlO8q .framer-i6x9m1 > :last-child, .framer-xlO8q .framer-15mw80z > :last-child, .framer-xlO8q .framer-1bsngoi > :last-child, .framer-xlO8q .framer-1qm7oig > :last-child, .framer-xlO8q .framer-1a19t2 > :last-child, .framer-xlO8q .framer-1ibgjdr > :last-child, .framer-xlO8q .framer-1emwo3p > :last-child, .framer-xlO8q .framer-154cphr > :last-child, .framer-xlO8q .framer-thadu2 > :last-child, .framer-xlO8q .framer-94ui04 > :last-child, .framer-xlO8q .framer-ffinvn > :last-child, .framer-xlO8q .framer-pvb87v > :last-child, .framer-xlO8q .framer-306zm4 > :last-child, .framer-xlO8q .framer-3308ud > :last-child, .framer-xlO8q .framer-ckkych > :last-child { margin-bottom: 0px; } .framer-xlO8q .framer-15s2wuz > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-xlO8q .framer-6qj9az > *, .framer-xlO8q .framer-i0gdln > *, .framer-xlO8q .framer-153zgs4 > *, .framer-xlO8q .framer-1mnetah > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-xlO8q .framer-6qj9az > :first-child, .framer-xlO8q .framer-zbl9o2 > :first-child, .framer-xlO8q .framer-19eocjp > :first-child, .framer-xlO8q .framer-11da7e2 > :first-child, .framer-xlO8q .framer-i0gdln > :first-child, .framer-xlO8q .framer-szhl8n > :first-child, .framer-xlO8q .framer-1p7wvmt > :first-child, .framer-xlO8q .framer-153zgs4 > :first-child, .framer-xlO8q .framer-1hoymu4 > :first-child, .framer-xlO8q .framer-306iuv > :first-child, .framer-xlO8q .framer-1mnetah > :first-child, .framer-xlO8q .framer-krstab > :first-child, .framer-xlO8q .framer-1jnz1eu > :first-child { margin-left: 0px; } .framer-xlO8q .framer-6qj9az > :last-child, .framer-xlO8q .framer-zbl9o2 > :last-child, .framer-xlO8q .framer-19eocjp > :last-child, .framer-xlO8q .framer-11da7e2 > :last-child, .framer-xlO8q .framer-i0gdln > :last-child, .framer-xlO8q .framer-szhl8n > :last-child, .framer-xlO8q .framer-1p7wvmt > :last-child, .framer-xlO8q .framer-153zgs4 > :last-child, .framer-xlO8q .framer-1hoymu4 > :last-child, .framer-xlO8q .framer-306iuv > :last-child, .framer-xlO8q .framer-1mnetah > :last-child, .framer-xlO8q .framer-krstab > :last-child, .framer-xlO8q .framer-1jnz1eu > :last-child { margin-right: 0px; } .framer-xlO8q .framer-zbl9o2 > *, .framer-xlO8q .framer-19eocjp > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-xlO8q .framer-11da7e2 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-xlO8q .framer-15mw80z > *, .framer-xlO8q .framer-1emwo3p > *, .framer-xlO8q .framer-pvb87v > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-xlO8q .framer-1bsngoi > *, .framer-xlO8q .framer-154cphr > *, .framer-xlO8q .framer-306zm4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xlO8q .framer-szhl8n > *, .framer-xlO8q .framer-1hoymu4 > *, .framer-xlO8q .framer-krstab > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-xlO8q .framer-1qm7oig > *, .framer-xlO8q .framer-thadu2 > *, .framer-xlO8q .framer-3308ud > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-xlO8q .framer-1p7wvmt > *, .framer-xlO8q .framer-306iuv > *, .framer-xlO8q .framer-1jnz1eu > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-xlO8q.framer-v-1fafu5 .framer-6qj9az { height: 46px; }\",\".framer-xlO8q.framer-v-1fafu5 .framer-1wmjedd, .framer-xlO8q.framer-v-1ji0bas .framer-1wmjedd { height: 35px; left: unset; order: 0; right: 5px; top: calc(50.00000000000002% - 35px / 2); width: 94px; }\",\".framer-xlO8q.framer-v-1fafu5 .framer-zbl9o2 { height: min-content; order: 1; width: min-content; }\",\".framer-xlO8q.framer-v-1fafu5 .framer-19eocjp { height: min-content; order: 2; padding: 5px 22px 5px 22px; width: min-content; }\",\".framer-xlO8q.framer-v-1psq4hv.framer-r3xljm, .framer-xlO8q.framer-v-4niwqu.framer-r3xljm { gap: 100px; width: 720px; }\",\".framer-xlO8q.framer-v-1psq4hv .framer-15s2wuz, .framer-xlO8q.framer-v-4niwqu .framer-15s2wuz, .framer-xlO8q.framer-v-1kx6rti .framer-15s2wuz, .framer-xlO8q.framer-v-1ji0bas .framer-15s2wuz { gap: 30px; }\",\".framer-xlO8q.framer-v-1psq4hv .framer-19eocjp { height: min-content; width: min-content; }\",\".framer-xlO8q.framer-v-1psq4hv .framer-11da7e2, .framer-xlO8q.framer-v-4niwqu .framer-11da7e2 { align-content: unset; align-items: unset; display: grid; gap: 35px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); justify-content: center; }\",\".framer-xlO8q.framer-v-1psq4hv .framer-i6x9m1, .framer-xlO8q.framer-v-1psq4hv .framer-ffinvn, .framer-xlO8q.framer-v-4niwqu .framer-i6x9m1, .framer-xlO8q.framer-v-4niwqu .framer-1ibgjdr, .framer-xlO8q.framer-v-4niwqu .framer-ffinvn { align-self: start; flex: none; height: 100%; justify-self: start; width: 100%; }\",\".framer-xlO8q.framer-v-1psq4hv .framer-1qm7oig, .framer-xlO8q.framer-v-4niwqu .framer-1qm7oig { gap: 12px; }\",\".framer-xlO8q.framer-v-1psq4hv .framer-1ibgjdr { align-self: start; flex: none; justify-self: start; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xlO8q.framer-v-1psq4hv.framer-r3xljm, .framer-xlO8q.framer-v-1psq4hv .framer-15s2wuz, .framer-xlO8q.framer-v-1psq4hv .framer-11da7e2, .framer-xlO8q.framer-v-1psq4hv .framer-1qm7oig { gap: 0px; } .framer-xlO8q.framer-v-1psq4hv.framer-r3xljm > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-xlO8q.framer-v-1psq4hv.framer-r3xljm > :first-child, .framer-xlO8q.framer-v-1psq4hv .framer-15s2wuz > :first-child, .framer-xlO8q.framer-v-1psq4hv .framer-1qm7oig > :first-child { margin-top: 0px; } .framer-xlO8q.framer-v-1psq4hv.framer-r3xljm > :last-child, .framer-xlO8q.framer-v-1psq4hv .framer-15s2wuz > :last-child, .framer-xlO8q.framer-v-1psq4hv .framer-1qm7oig > :last-child { margin-bottom: 0px; } .framer-xlO8q.framer-v-1psq4hv .framer-15s2wuz > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-xlO8q.framer-v-1psq4hv .framer-11da7e2 > *, .framer-xlO8q.framer-v-1psq4hv .framer-11da7e2 > :first-child, .framer-xlO8q.framer-v-1psq4hv .framer-11da7e2 > :last-child { margin: 0px; } .framer-xlO8q.framer-v-1psq4hv .framer-1qm7oig > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-xlO8q.framer-v-4niwqu .framer-1wmjedd { height: 36px; left: unset; order: 0; right: 5px; top: calc(50.00000000000002% - 36px / 2); width: 94px; }\",\".framer-xlO8q.framer-v-4niwqu .framer-zbl9o2, .framer-xlO8q.framer-v-1ji0bas .framer-zbl9o2 { order: 1; }\",\".framer-xlO8q.framer-v-4niwqu .framer-19eocjp, .framer-xlO8q.framer-v-1ji0bas .framer-19eocjp { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xlO8q.framer-v-4niwqu.framer-r3xljm, .framer-xlO8q.framer-v-4niwqu .framer-15s2wuz, .framer-xlO8q.framer-v-4niwqu .framer-11da7e2, .framer-xlO8q.framer-v-4niwqu .framer-1qm7oig { gap: 0px; } .framer-xlO8q.framer-v-4niwqu.framer-r3xljm > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-xlO8q.framer-v-4niwqu.framer-r3xljm > :first-child, .framer-xlO8q.framer-v-4niwqu .framer-15s2wuz > :first-child, .framer-xlO8q.framer-v-4niwqu .framer-1qm7oig > :first-child { margin-top: 0px; } .framer-xlO8q.framer-v-4niwqu.framer-r3xljm > :last-child, .framer-xlO8q.framer-v-4niwqu .framer-15s2wuz > :last-child, .framer-xlO8q.framer-v-4niwqu .framer-1qm7oig > :last-child { margin-bottom: 0px; } .framer-xlO8q.framer-v-4niwqu .framer-15s2wuz > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-xlO8q.framer-v-4niwqu .framer-11da7e2 > *, .framer-xlO8q.framer-v-4niwqu .framer-11da7e2 > :first-child, .framer-xlO8q.framer-v-4niwqu .framer-11da7e2 > :last-child { margin: 0px; } .framer-xlO8q.framer-v-4niwqu .framer-1qm7oig > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-xlO8q.framer-v-1kx6rti.framer-r3xljm, .framer-xlO8q.framer-v-1ji0bas.framer-r3xljm { width: 390px; }\",\".framer-xlO8q.framer-v-1kx6rti .framer-11da7e2, .framer-xlO8q.framer-v-1ji0bas .framer-11da7e2 { flex-direction: column; flex-wrap: wrap; gap: 35px; justify-content: center; }\",\".framer-xlO8q.framer-v-1kx6rti .framer-i6x9m1, .framer-xlO8q.framer-v-1kx6rti .framer-ffinvn, .framer-xlO8q.framer-v-1ji0bas .framer-i6x9m1, .framer-xlO8q.framer-v-1ji0bas .framer-ffinvn { flex: none; gap: 28px; max-width: 400px; padding: 32px; width: 100%; }\",\".framer-xlO8q.framer-v-1kx6rti .framer-1qm7oig, .framer-xlO8q.framer-v-1kx6rti .framer-thadu2, .framer-xlO8q.framer-v-1kx6rti .framer-3308ud, .framer-xlO8q.framer-v-1ji0bas .framer-1qm7oig, .framer-xlO8q.framer-v-1ji0bas .framer-thadu2, .framer-xlO8q.framer-v-1ji0bas .framer-3308ud { gap: 16px; }\",\".framer-xlO8q.framer-v-1kx6rti .framer-1a19t2, .framer-xlO8q.framer-v-1kx6rti .framer-94ui04, .framer-xlO8q.framer-v-1kx6rti .framer-ckkych, .framer-xlO8q.framer-v-1ji0bas .framer-1a19t2, .framer-xlO8q.framer-v-1ji0bas .framer-94ui04, .framer-xlO8q.framer-v-1ji0bas .framer-ckkych { gap: 36px; }\",\".framer-xlO8q.framer-v-1kx6rti .framer-1ibgjdr, .framer-xlO8q.framer-v-1ji0bas .framer-1ibgjdr { flex: none; gap: 28px; padding: 32px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xlO8q.framer-v-1kx6rti .framer-15s2wuz, .framer-xlO8q.framer-v-1kx6rti .framer-11da7e2, .framer-xlO8q.framer-v-1kx6rti .framer-i6x9m1, .framer-xlO8q.framer-v-1kx6rti .framer-1qm7oig, .framer-xlO8q.framer-v-1kx6rti .framer-1a19t2, .framer-xlO8q.framer-v-1kx6rti .framer-1ibgjdr, .framer-xlO8q.framer-v-1kx6rti .framer-thadu2, .framer-xlO8q.framer-v-1kx6rti .framer-94ui04, .framer-xlO8q.framer-v-1kx6rti .framer-ffinvn, .framer-xlO8q.framer-v-1kx6rti .framer-3308ud, .framer-xlO8q.framer-v-1kx6rti .framer-ckkych { gap: 0px; } .framer-xlO8q.framer-v-1kx6rti .framer-15s2wuz > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-xlO8q.framer-v-1kx6rti .framer-15s2wuz > :first-child, .framer-xlO8q.framer-v-1kx6rti .framer-11da7e2 > :first-child, .framer-xlO8q.framer-v-1kx6rti .framer-i6x9m1 > :first-child, .framer-xlO8q.framer-v-1kx6rti .framer-1qm7oig > :first-child, .framer-xlO8q.framer-v-1kx6rti .framer-1a19t2 > :first-child, .framer-xlO8q.framer-v-1kx6rti .framer-1ibgjdr > :first-child, .framer-xlO8q.framer-v-1kx6rti .framer-thadu2 > :first-child, .framer-xlO8q.framer-v-1kx6rti .framer-94ui04 > :first-child, .framer-xlO8q.framer-v-1kx6rti .framer-ffinvn > :first-child, .framer-xlO8q.framer-v-1kx6rti .framer-3308ud > :first-child, .framer-xlO8q.framer-v-1kx6rti .framer-ckkych > :first-child { margin-top: 0px; } .framer-xlO8q.framer-v-1kx6rti .framer-15s2wuz > :last-child, .framer-xlO8q.framer-v-1kx6rti .framer-11da7e2 > :last-child, .framer-xlO8q.framer-v-1kx6rti .framer-i6x9m1 > :last-child, .framer-xlO8q.framer-v-1kx6rti .framer-1qm7oig > :last-child, .framer-xlO8q.framer-v-1kx6rti .framer-1a19t2 > :last-child, .framer-xlO8q.framer-v-1kx6rti .framer-1ibgjdr > :last-child, .framer-xlO8q.framer-v-1kx6rti .framer-thadu2 > :last-child, .framer-xlO8q.framer-v-1kx6rti .framer-94ui04 > :last-child, .framer-xlO8q.framer-v-1kx6rti .framer-ffinvn > :last-child, .framer-xlO8q.framer-v-1kx6rti .framer-3308ud > :last-child, .framer-xlO8q.framer-v-1kx6rti .framer-ckkych > :last-child { margin-bottom: 0px; } .framer-xlO8q.framer-v-1kx6rti .framer-11da7e2 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-xlO8q.framer-v-1kx6rti .framer-i6x9m1 > *, .framer-xlO8q.framer-v-1kx6rti .framer-1ibgjdr > *, .framer-xlO8q.framer-v-1kx6rti .framer-ffinvn > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-xlO8q.framer-v-1kx6rti .framer-1qm7oig > *, .framer-xlO8q.framer-v-1kx6rti .framer-thadu2 > *, .framer-xlO8q.framer-v-1kx6rti .framer-3308ud > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-xlO8q.framer-v-1kx6rti .framer-1a19t2 > *, .framer-xlO8q.framer-v-1kx6rti .framer-94ui04 > *, .framer-xlO8q.framer-v-1kx6rti .framer-ckkych > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xlO8q.framer-v-1ji0bas .framer-15s2wuz, .framer-xlO8q.framer-v-1ji0bas .framer-11da7e2, .framer-xlO8q.framer-v-1ji0bas .framer-i6x9m1, .framer-xlO8q.framer-v-1ji0bas .framer-1qm7oig, .framer-xlO8q.framer-v-1ji0bas .framer-1a19t2, .framer-xlO8q.framer-v-1ji0bas .framer-1ibgjdr, .framer-xlO8q.framer-v-1ji0bas .framer-thadu2, .framer-xlO8q.framer-v-1ji0bas .framer-94ui04, .framer-xlO8q.framer-v-1ji0bas .framer-ffinvn, .framer-xlO8q.framer-v-1ji0bas .framer-3308ud, .framer-xlO8q.framer-v-1ji0bas .framer-ckkych { gap: 0px; } .framer-xlO8q.framer-v-1ji0bas .framer-15s2wuz > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-xlO8q.framer-v-1ji0bas .framer-15s2wuz > :first-child, .framer-xlO8q.framer-v-1ji0bas .framer-11da7e2 > :first-child, .framer-xlO8q.framer-v-1ji0bas .framer-i6x9m1 > :first-child, .framer-xlO8q.framer-v-1ji0bas .framer-1qm7oig > :first-child, .framer-xlO8q.framer-v-1ji0bas .framer-1a19t2 > :first-child, .framer-xlO8q.framer-v-1ji0bas .framer-1ibgjdr > :first-child, .framer-xlO8q.framer-v-1ji0bas .framer-thadu2 > :first-child, .framer-xlO8q.framer-v-1ji0bas .framer-94ui04 > :first-child, .framer-xlO8q.framer-v-1ji0bas .framer-ffinvn > :first-child, .framer-xlO8q.framer-v-1ji0bas .framer-3308ud > :first-child, .framer-xlO8q.framer-v-1ji0bas .framer-ckkych > :first-child { margin-top: 0px; } .framer-xlO8q.framer-v-1ji0bas .framer-15s2wuz > :last-child, .framer-xlO8q.framer-v-1ji0bas .framer-11da7e2 > :last-child, .framer-xlO8q.framer-v-1ji0bas .framer-i6x9m1 > :last-child, .framer-xlO8q.framer-v-1ji0bas .framer-1qm7oig > :last-child, .framer-xlO8q.framer-v-1ji0bas .framer-1a19t2 > :last-child, .framer-xlO8q.framer-v-1ji0bas .framer-1ibgjdr > :last-child, .framer-xlO8q.framer-v-1ji0bas .framer-thadu2 > :last-child, .framer-xlO8q.framer-v-1ji0bas .framer-94ui04 > :last-child, .framer-xlO8q.framer-v-1ji0bas .framer-ffinvn > :last-child, .framer-xlO8q.framer-v-1ji0bas .framer-3308ud > :last-child, .framer-xlO8q.framer-v-1ji0bas .framer-ckkych > :last-child { margin-bottom: 0px; } .framer-xlO8q.framer-v-1ji0bas .framer-11da7e2 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-xlO8q.framer-v-1ji0bas .framer-i6x9m1 > *, .framer-xlO8q.framer-v-1ji0bas .framer-1ibgjdr > *, .framer-xlO8q.framer-v-1ji0bas .framer-ffinvn > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-xlO8q.framer-v-1ji0bas .framer-1qm7oig > *, .framer-xlO8q.framer-v-1ji0bas .framer-thadu2 > *, .framer-xlO8q.framer-v-1ji0bas .framer-3308ud > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-xlO8q.framer-v-1ji0bas .framer-1a19t2 > *, .framer-xlO8q.framer-v-1ji0bas .framer-94ui04 > *, .framer-xlO8q.framer-v-1ji0bas .framer-ckkych > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-xlO8q[data-border=\"true\"]::after, .framer-xlO8q [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 791\n * @framerIntrinsicWidth 1296\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mZEGGClGU\":{\"layout\":[\"fixed\",\"auto\"]},\"dvN7k6xPk\":{\"layout\":[\"fixed\",\"auto\"]},\"vW8kylORG\":{\"layout\":[\"fixed\",\"auto\"]},\"GUSlY09uj\":{\"layout\":[\"fixed\",\"auto\"]},\"Bgu1b97rp\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXn4XGgwKb=withCSS(Component,css,\"framer-xlO8q\");export default FramerXn4XGgwKb;FramerXn4XGgwKb.displayName=\"Pricing Deck\";FramerXn4XGgwKb.defaultProps={height:791,width:1296};addPropertyControls(FramerXn4XGgwKb,{variant:{options:[\"bsOzULpxe\",\"mZEGGClGU\",\"dvN7k6xPk\",\"vW8kylORG\",\"GUSlY09uj\",\"Bgu1b97rp\"],optionTitles:[\"Large Desktop Monthly\",\"Large Desktop Yearly\",\"Tablet Monthly\",\"Tablet Yearly\",\"Phone Monthly\",\"Phone Yearly\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerXn4XGgwKb,[{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:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]},...FeatureListFonts,...ButtonPrimaryButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXn4XGgwKb\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mZEGGClGU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dvN7k6xPk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vW8kylORG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GUSlY09uj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Bgu1b97rp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1296\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"791\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-medium\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/4HH4RITHYMRL7VREMN2WV2L6LQZKPRWE/ZWMGJ4LKTJ4NT5NKCHS5WLI6CRRRO2SE/OFRM3ATAEVJKZWGG6S4JN4P6SBPN2BLD.woff2\",weight:\"500\"}]}];export const css=['.framer-rU5eQ .framer-styles-preset-tkho44:not(.rich-text-wrapper), .framer-rU5eQ .framer-styles-preset-tkho44.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.12px; --framer-line-height: 19px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-rU5eQ\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-semibold\",\"FS;Poppins-black\",\"FS;Poppins-black italic\",\"FS;Poppins-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E6J4GS76KHNRRUWODFCFOX2JRKNRSFVY/3GYVT5S4AH7VMPASDDKOTIPV6P3WJXGI/24R4YOH3G2SFDSTCNHOVGYEX3DMRC3CE.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/22GWRXQXMICIWABQXFWKIWZIILKO5JDJ/2BBKMSVLV5CSDOZ7HEEECOTKPOVVJOC3/RNFY4UJD36462ZMGEIC5I7KNE73BPOAU.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2PWH5ACYHQEXIHGDLY5OWYMAC3F65AK5/OD6JOLYDRZZOKZGAPOMF7QEWPC5DTZS6/F5IVXJVPQ2DIFNG5HQZ7NI5VG7P7VDLV.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/UIZNW6TUIPHAJY7PGO5Z3D35Q2C3IESY/VMTPLIFREYY73Z7SYHLS2AWXATFX2ZHJ/3Y2FFVDRGJIJT6SO3BLMSB5PFJTFIJG2.woff2\",weight:\"600\"}]}];export const css=['.framer-qSnuH .framer-styles-preset-5qc5mc:not(.rich-text-wrapper), .framer-qSnuH .framer-styles-preset-5qc5mc.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 72px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.04em; --framer-line-height: 94px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-qSnuH .framer-styles-preset-5qc5mc:not(.rich-text-wrapper), .framer-qSnuH .framer-styles-preset-5qc5mc.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.04em; --framer-line-height: 72px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-qSnuH .framer-styles-preset-5qc5mc:not(.rich-text-wrapper), .framer-qSnuH .framer-styles-preset-5qc5mc.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 42px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.04em; --framer-line-height: 54px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-qSnuH\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (55492a8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/s8KoqWSd7OOFVFWjfSWd/SmoothScroll_Prod.js\";import AccordianAccordianDeck from\"#framer/local/canvasComponent/a0WbLG3zF/a0WbLG3zF.js\";import EasyToSet from\"#framer/local/canvasComponent/et90WxbzF/et90WxbzF.js\";import NavigationNewHeader from\"#framer/local/canvasComponent/JciTaXrgY/JciTaXrgY.js\";import CardsFeatureCard from\"#framer/local/canvasComponent/lMSaZZpRl/lMSaZZpRl.js\";import NavigationFooter from\"#framer/local/canvasComponent/NJIpOqFdz/NJIpOqFdz.js\";import ButtonPrimaryButton from\"#framer/local/canvasComponent/Nk5XT2Quj/Nk5XT2Quj.js\";import HeroBackground from\"#framer/local/canvasComponent/RBjN6jSKK/RBjN6jSKK.js\";import PricingDeck from\"#framer/local/canvasComponent/Xn4XGgwKb/Xn4XGgwKb.js\";import*as sharedStyle from\"#framer/local/css/H1k2WIytg/H1k2WIytg.js\";import*as sharedStyle2 from\"#framer/local/css/khRTbby09/khRTbby09.js\";import*as sharedStyle1 from\"#framer/local/css/q_cRrXuNQ/q_cRrXuNQ.js\";import*as sharedStyle3 from\"#framer/local/css/rEo2PQSWU/rEo2PQSWU.js\";import*as sharedStyle5 from\"#framer/local/css/ssxIG1odd/ssxIG1odd.js\";import*as sharedStyle4 from\"#framer/local/css/TG8W9XKBU/TG8W9XKBU.js\";import*as sharedStyle6 from\"#framer/local/css/xmk1ggyGf/xmk1ggyGf.js\";import metadataProvider from\"#framer/local/webPageMetadata/gAtGhIR84/gAtGhIR84.js\";const NavigationNewHeaderFonts=getFonts(NavigationNewHeader);const NavigationNewHeaderWithVariantAppearEffect=withVariantAppearEffect(NavigationNewHeader);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const HeroBackgroundFonts=getFonts(HeroBackground);const MaterialFonts=getFonts(Material);const MotionAWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.a);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const CardsFeatureCardFonts=getFonts(CardsFeatureCard);const ContainerWithFX=withFX(Container);const EasyToSetFonts=getFonts(EasyToSet);const EasyToSetWithVariantAppearEffect=withVariantAppearEffect(EasyToSet);const PricingDeckFonts=getFonts(PricingDeck);const MotionDivWithFX=withFX(motion.div);const AccordianAccordianDeckFonts=getFonts(AccordianAccordianDeck);const NavigationFooterFonts=getFonts(NavigationFooter);const SmoothScrollFonts=getFonts(SmoothScroll);const breakpoints={bRIYabUAT:\"(max-width: 809px)\",GjdACLX3B:\"(min-width: 1200px)\",v0slU99CN:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-LMhlV\";const variantClassNames={bRIYabUAT:\"framer-v-e825c4\",GjdACLX3B:\"framer-v-1qajk4q\",v0slU99CN:\"framer-v-105lnpz\"};const transition1={delay:0,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-50};const transition2={delay:.1,duration:.4,ease:[.12,.23,.5,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:-20};const animation4={filter:\"blur(5px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition3={delay:.075,duration:.8,ease:[.12,.23,.5,1],type:\"tween\"};const textEffect={effect:animation4,tokenization:\"word\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={delay:.3,duration:.4,ease:[.12,.23,.5,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition5={delay:.4,duration:.4,ease:[.12,.23,.5,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition6={delay:.2,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const transition7={delay:.4,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation10={opacity:0,rotate:14,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0};const transition8={bounce:.2,delay:.5,duration:.4,type:\"spring\"};const transition9={bounce:.2,delay:.4,duration:.4,type:\"spring\"};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transition10={bounce:.2,delay:.3,duration:.4,type:\"spring\"};const transition11={bounce:.2,delay:.2,duration:.4,type:\"spring\"};const transition12={bounce:.2,delay:.1,duration:.4,type:\"spring\"};const transition13={bounce:.2,delay:.6,duration:.4,type:\"spring\"};const transition14={delay:.6,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"GjdACLX3B\",Phone:\"bRIYabUAT\",Tablet:\"v0slU99CN\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"GjdACLX3B\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-LMhlV`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-LMhlV`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const elementId=useRouteElementId(\"kRBAWqk6M\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"akOu1FTXT\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"PUpVi9Pd5\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"QtwwKHjyV\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"gF3RDV5Is\");const router=useRouter();const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);const elementId5=useRouteElementId(\"hDtNaWhI9\");const elementId6=useRouteElementId(\"vgAt6XHCg\");const elementId7=useRouteElementId(\"GGEzlH48X\");const elementId8=useRouteElementId(\"g3CJ6IIRv\");const elementId9=useRouteElementId(\"oZYfOLbz6\");const ref11=React.useRef(null);const elementId10=useRouteElementId(\"sN0R9E1Qm\");const ref12=React.useRef(null);const elementId11=useRouteElementId(\"Qmo5e4Lt0\");const ref13=React.useRef(null);const elementId12=useRouteElementId(\"ymcz8INCI\");const ref14=React.useRef(null);const elementId13=useRouteElementId(\"xuDF4ZuZv\");const ref15=React.useRef(null);const elementId14=useRouteElementId(\"jMczKEVtc\");const ref16=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"GjdACLX3B\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1qajk4q\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1t33xo6-container\",\"data-framer-appear-id\":\"1t33xo6\",initial:animation1,layoutScroll:true,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{__framer__scrollDirection:{direction:\"down\",target:\"IngnGIfis\"},variant:\"w9BWRc1C3\"},v0slU99CN:{__framer__scrollDirection:{direction:\"down\",target:\"IngnGIfis\"},variant:\"w9BWRc1C3\"}},children:/*#__PURE__*/_jsx(NavigationNewHeaderWithVariantAppearEffect,{__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:\"qU6nWa4iG\"},__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"R9HjaK6SY\",layoutId:\"R9HjaK6SY\",style:{width:\"100%\"},variant:\"R15GZEZU4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:630,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dvb2a0-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{variant:\"ufmpSkhs3\"}},children:/*#__PURE__*/_jsx(HeroBackground,{height:\"100%\",id:\"r8ia11aza\",layoutId:\"r8ia11aza\",style:{width:\"100%\"},variant:\"ePm68kQdX\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"section\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-treyqy\",\"data-framer-name\":\"Hero\",id:elementId,name:\"Hero\",ref:ref2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-v3xsfu\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nbj29k\",\"data-framer-name\":\"Top\",name:\"Top\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":oZYfOLbz6\",webPageId:\"gAtGhIR84\"},nodeId:\"G0I2fPKKp\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithOptimizedAppearEffect,{animate:animation2,className:\"framer-y2vx79 framer-xmuqzg\",\"data-border\":true,\"data-framer-appear-id\":\"y2vx79\",\"data-framer-name\":\"Tag\",initial:animation3,name:\"Tag\",optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wgo2bt\",\"data-framer-name\":\"New\",name:\"New\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tkho44\",\"data-styles-preset\":\"H1k2WIytg\",children:\"New\"})}),className:\"framer-ojqhn9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1u0c6bk\",\"data-styles-preset\":\"q_cRrXuNQ\",children:\"0.98 Beta is available\"})}),className:\"framer-ntnw0r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-eeuffu-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"KeyboardArrowRight\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"bjN6ZKckb\",layoutId:\"bjN6ZKckb\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16gpc88\",\"data-framer-name\":\"Title Block\",name:\"Title Block\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-5qc5mc\",\"data-styles-preset\":\"khRTbby09\",children:[\"Revolutionizing \",/*#__PURE__*/_jsx(\"br\",{}),\" Car Rental\"]})}),className:\"framer-20huo0\",\"data-framer-name\":\"Title\",effect:textEffect,fonts:[\"Inter\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-color\":\"var(--token-130a82bf-3e37-49f3-a1c9-16396166fafa, rgb(152, 147, 184))\"},children:\"Build and Scale Your Car Rental Business with AI Agents\"})}),className:\"framer-1kz0k3w\",\"data-framer-appear-id\":\"1kz0k3w\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],initial:animation6,name:\"Text\",optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{y:335},v0slU99CN:{y:375}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:395,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-1ghyf7h-container\",\"data-framer-appear-id\":\"1ghyf7h\",initial:animation8,optimized:true,children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{dKsJpeQvB:\"https://calendly.com/konstantinm/\",FvDthbrY2:\"Free Trial\",height:\"100%\",id:\"wgDXYAepH\",layoutId:\"wgDXYAepH\",variant:\"BOBcLdq9P\",width:\"100%\"})})})})]})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-k2yb8d\",\"data-framer-name\":\"Features\",id:elementId1,name:\"Features\",ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yyj3pm\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yqclkk\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",children:[\"Faster. Smarter.\",/*#__PURE__*/_jsx(\"br\",{}),\"Start in seconds\"]})}),className:\"framer-cdq4u9\",\"data-framer-name\":\"New Aged of Gen AI response model\",fonts:[\"Inter\"],name:\"New Aged of Gen AI response model\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",children:\"Experience lightning-fast setup with intelligent features designed to optimize your workflow instantly.\"})}),className:\"framer-10upf4o\",\"data-framer-name\":\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",fonts:[\"Inter\"],name:\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wwf1aw\",\"data-framer-name\":\"Cards\",name:\"Cards\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19ezhph\",\"data-framer-name\":\"Cards\",name:\"Cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{width:\"min(100vw - 40px, 1200px)\",y:667},v0slU99CN:{width:\"max((min(max(100vw - 80px, 1px), 1200px) - 16px) / 2, 50px)\",y:763}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:412,width:\"max((min(max(100vw - 80px, 1px), 1200px) - 64px) / 3, 1px)\",y:823,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lxevto-container\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{BA5bC_p9J:\"Real-Time Updates\",cq5zp4f9Y:\"Stay informed with real-time updates on your fleet\u2019s performance, earnings, and car availability.\",eg0lt0qgE:addImageAlt({src:\"https://framerusercontent.com/images/j12hLejldUPtDISbTjHNuSVdc.png\",srcSet:\"https://framerusercontent.com/images/j12hLejldUPtDISbTjHNuSVdc.png?scale-down-to=512 512w,https://framerusercontent.com/images/j12hLejldUPtDISbTjHNuSVdc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j12hLejldUPtDISbTjHNuSVdc.png 1140w\"},\"\"),height:\"100%\",id:\"LjHkH_Tiz\",layoutId:\"LjHkH_Tiz\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{width:\"min(100vw - 40px, 1200px)\",y:1111},v0slU99CN:{width:\"max((min(max(100vw - 80px, 1px), 1200px) - 16px) / 2, 50px)\",y:763}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:412,width:\"max((min(max(100vw - 80px, 1px), 1200px) - 64px) / 3, 1px)\",y:823,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-cak9sa-container\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{BA5bC_p9J:\"Instant Insights\",cq5zp4f9Y:\"Get immediate, data-driven insights on your car rental business. \",eg0lt0qgE:addImageAlt({src:\"https://framerusercontent.com/images/uh2rvjauMh0gEfN9SQF6jeZB1dU.png\",srcSet:\"https://framerusercontent.com/images/uh2rvjauMh0gEfN9SQF6jeZB1dU.png?scale-down-to=512 512w,https://framerusercontent.com/images/uh2rvjauMh0gEfN9SQF6jeZB1dU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uh2rvjauMh0gEfN9SQF6jeZB1dU.png 1140w\"},\"\"),height:\"100%\",id:\"JXrmFSDBp\",layoutId:\"JXrmFSDBp\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{width:\"min(100vw - 40px, 1200px)\",y:1555},v0slU99CN:{width:\"max((min(max(100vw - 80px, 1px), 1200px) - 16px) / 2, 50px)\",y:1191}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:412,width:\"max((min(max(100vw - 80px, 1px), 1200px) - 64px) / 3, 1px)\",y:823,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-d44x4d-container\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{BA5bC_p9J:\"Effortless Reporting\",cq5zp4f9Y:\"Generate clear, actionable reports with ease.\",eg0lt0qgE:addImageAlt({src:\"https://framerusercontent.com/images/ea0NJGiUCaOfXbuozuJykdqxLLc.png\",srcSet:\"https://framerusercontent.com/images/ea0NJGiUCaOfXbuozuJykdqxLLc.png?scale-down-to=512 512w,https://framerusercontent.com/images/ea0NJGiUCaOfXbuozuJykdqxLLc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ea0NJGiUCaOfXbuozuJykdqxLLc.png 1140w\"},\"\"),height:\"100%\",id:\"YHS2QMyeM\",layoutId:\"YHS2QMyeM\",style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-laxfft\",\"data-framer-name\":\"Cards\",name:\"Cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{width:\"min(100vw - 40px, 1200px)\",y:1999},v0slU99CN:{width:\"max((min(max(100vw - 80px, 1px), 1200px) - 16px) / 2, 1px)\",y:1635}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:412,width:\"max((min(max(100vw - 80px, 1px), 1200px) - 32px) / 2, 1px)\",y:1267,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1a2jogs-container\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{BA5bC_p9J:\"Lightning Fast\",cq5zp4f9Y:\"Experience unparalleled speed with our AI-driven platform. \",eg0lt0qgE:addImageAlt({src:\"https://framerusercontent.com/images/FiMIg2nzxv11CTbRUOE68alsM0.png\",srcSet:\"https://framerusercontent.com/images/FiMIg2nzxv11CTbRUOE68alsM0.png?scale-down-to=512 512w,https://framerusercontent.com/images/FiMIg2nzxv11CTbRUOE68alsM0.png 996w\"},\"\"),height:\"100%\",id:\"OqdKX7ci7\",layoutId:\"OqdKX7ci7\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{width:\"min(100vw - 40px, 1200px)\",y:2443},v0slU99CN:{width:\"max((min(max(100vw - 80px, 1px), 1200px) - 16px) / 2, 1px)\",y:1635}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:412,width:\"max((min(max(100vw - 80px, 1px), 1200px) - 32px) / 2, 1px)\",y:1267,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3y7jz8-container\",children:/*#__PURE__*/_jsx(CardsFeatureCard,{BA5bC_p9J:\"Intelligent Targeting\",cq5zp4f9Y:\"Maximize your business potential with AI-powered targeting.\",eg0lt0qgE:addImageAlt({src:\"https://framerusercontent.com/images/dBZrTx35QSZYVplhtUkftF3TR9U.png\",srcSet:\"https://framerusercontent.com/images/dBZrTx35QSZYVplhtUkftF3TR9U.png?scale-down-to=512 512w,https://framerusercontent.com/images/dBZrTx35QSZYVplhtUkftF3TR9U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dBZrTx35QSZYVplhtUkftF3TR9U.png 1140w\"},\"\"),height:\"100%\",id:\"mu76Rb_Kn\",layoutId:\"mu76Rb_Kn\",style:{width:\"100%\"},width:\"100%\"})})})})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-11ukx40\",\"data-framer-name\":\"Facilities\",id:elementId2,name:\"Facilities\",ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vktqhn\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iswoi2\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16ns033\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",style:{\"--framer-text-alignment\":\"center\"},children:\"Spot Issues Faster via Smart Indicators\"})})},v0slU99CN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",style:{\"--framer-text-alignment\":\"center\"},children:\"Spot Issues Faster via Smart Indicators\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Spot Issues Faster via Smart Indicators\"})}),className:\"framer-12rfttr\",\"data-framer-name\":\"New Aged of Gen AI response model\",fonts:[\"Inter\"],name:\"New Aged of Gen AI response model\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"center\"},children:\"Stay ahead of potential challenges with AI-driven smart indicators\"})})},v0slU99CN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"center\"},children:\"Stay ahead of potential challenges with AI-driven smart indicators\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Stay ahead of potential challenges with AI-driven smart indicators\"})}),className:\"framer-cz9lyz\",\"data-framer-name\":\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",fonts:[\"Inter\"],name:\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{y:3139},v0slU99CN:{y:2371}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:2043,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18ezxe7-container\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{dKsJpeQvB:\"https://windesign.lemonsqueezy.com/buy/e75b6263-23d3-4c29-a506-6844052940e3\",FvDthbrY2:\"Try It Now\",height:\"100%\",id:\"f0sIVRHeK\",layoutId:\"f0sIVRHeK\",variant:\"BOBcLdq9P\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18ugpz9\",\"data-framer-name\":\"Facilities Cards\",name:\"Facilities Cards\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bkfd53\",\"data-framer-name\":\"Facility Card 1\",name:\"Facility Card 1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11qp0h0\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fh3ybl\",\"data-framer-name\":\"Gradient\",name:\"Gradient\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3244),pixelHeight:813,pixelWidth:1140,positionX:\"center\",positionY:\"center\",sizes:\"350.0471px\",src:\"https://framerusercontent.com/images/jY1bNRxtCtgYiLQJNT83iC4xwBU.png\",srcSet:\"https://framerusercontent.com/images/jY1bNRxtCtgYiLQJNT83iC4xwBU.png?scale-down-to=512 512w,https://framerusercontent.com/images/jY1bNRxtCtgYiLQJNT83iC4xwBU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jY1bNRxtCtgYiLQJNT83iC4xwBU.png 1140w\"}},v0slU99CN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2468),pixelHeight:813,pixelWidth:1140,positionX:\"center\",positionY:\"center\",sizes:\"541.1647px\",src:\"https://framerusercontent.com/images/jY1bNRxtCtgYiLQJNT83iC4xwBU.png\",srcSet:\"https://framerusercontent.com/images/jY1bNRxtCtgYiLQJNT83iC4xwBU.png?scale-down-to=512 512w,https://framerusercontent.com/images/jY1bNRxtCtgYiLQJNT83iC4xwBU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jY1bNRxtCtgYiLQJNT83iC4xwBU.png 1140w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1880),pixelHeight:813,pixelWidth:1140,positionX:\"center\",positionY:\"center\",sizes:\"541.1647px\",src:\"https://framerusercontent.com/images/jY1bNRxtCtgYiLQJNT83iC4xwBU.png\",srcSet:\"https://framerusercontent.com/images/jY1bNRxtCtgYiLQJNT83iC4xwBU.png?scale-down-to=512 512w,https://framerusercontent.com/images/jY1bNRxtCtgYiLQJNT83iC4xwBU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jY1bNRxtCtgYiLQJNT83iC4xwBU.png 1140w\"},className:\"framer-f64xi1\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-urb80u\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"},children:\"Vehicle Downtime\"})}),className:\"framer-gb51il\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Vehicles sitting idle or out of service reduce profitability\"})}),className:\"framer-1xtuu5l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m9rqu5\",\"data-framer-name\":\"Facility Card 2\",name:\"Facility Card 2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jlvdgd\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zmu7l8\",\"data-framer-name\":\"Gradient\",name:\"Gradient\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3626),pixelHeight:813,pixelWidth:1140,positionX:\"center\",positionY:\"center\",sizes:\"350.0471px\",src:\"https://framerusercontent.com/images/kvxLuNmM5R0M3h32D8hc8uqgI0.png\",srcSet:\"https://framerusercontent.com/images/kvxLuNmM5R0M3h32D8hc8uqgI0.png?scale-down-to=512 512w,https://framerusercontent.com/images/kvxLuNmM5R0M3h32D8hc8uqgI0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kvxLuNmM5R0M3h32D8hc8uqgI0.png 1140w\"}},v0slU99CN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2950),pixelHeight:813,pixelWidth:1140,positionX:\"center\",positionY:\"center\",sizes:\"541.1647px\",src:\"https://framerusercontent.com/images/kvxLuNmM5R0M3h32D8hc8uqgI0.png\",srcSet:\"https://framerusercontent.com/images/kvxLuNmM5R0M3h32D8hc8uqgI0.png?scale-down-to=512 512w,https://framerusercontent.com/images/kvxLuNmM5R0M3h32D8hc8uqgI0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kvxLuNmM5R0M3h32D8hc8uqgI0.png 1140w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2362),pixelHeight:813,pixelWidth:1140,positionX:\"center\",positionY:\"center\",sizes:\"541.1647px\",src:\"https://framerusercontent.com/images/kvxLuNmM5R0M3h32D8hc8uqgI0.png\",srcSet:\"https://framerusercontent.com/images/kvxLuNmM5R0M3h32D8hc8uqgI0.png?scale-down-to=512 512w,https://framerusercontent.com/images/kvxLuNmM5R0M3h32D8hc8uqgI0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kvxLuNmM5R0M3h32D8hc8uqgI0.png 1140w\"},className:\"framer-15kz6yu\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xzur8l\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"},children:\"Pricing Optimization\"})}),className:\"framer-rlaapr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\" Ineffective pricing strategies lead to lost revenue or underutilization.\"})}),className:\"framer-e1za9u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jqadsy\",\"data-framer-name\":\"Facility Card 3\",name:\"Facility Card 3\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yepa2u\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-svqyky\",\"data-framer-name\":\"Gradient\",name:\"Gradient\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4008),pixelHeight:813,pixelWidth:1140,positionX:\"center\",positionY:\"center\",sizes:\"350.0471px\",src:\"https://framerusercontent.com/images/FhS7sHw7jMLY2LDBBH9oC4Ako.png\",srcSet:\"https://framerusercontent.com/images/FhS7sHw7jMLY2LDBBH9oC4Ako.png?scale-down-to=512 512w,https://framerusercontent.com/images/FhS7sHw7jMLY2LDBBH9oC4Ako.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FhS7sHw7jMLY2LDBBH9oC4Ako.png 1140w\"}},v0slU99CN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3432),pixelHeight:813,pixelWidth:1140,positionX:\"center\",positionY:\"center\",sizes:\"541.1647px\",src:\"https://framerusercontent.com/images/FhS7sHw7jMLY2LDBBH9oC4Ako.png\",srcSet:\"https://framerusercontent.com/images/FhS7sHw7jMLY2LDBBH9oC4Ako.png?scale-down-to=512 512w,https://framerusercontent.com/images/FhS7sHw7jMLY2LDBBH9oC4Ako.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FhS7sHw7jMLY2LDBBH9oC4Ako.png 1140w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2844),pixelHeight:813,pixelWidth:1140,positionX:\"center\",positionY:\"center\",sizes:\"541.1647px\",src:\"https://framerusercontent.com/images/FhS7sHw7jMLY2LDBBH9oC4Ako.png\",srcSet:\"https://framerusercontent.com/images/FhS7sHw7jMLY2LDBBH9oC4Ako.png?scale-down-to=512 512w,https://framerusercontent.com/images/FhS7sHw7jMLY2LDBBH9oC4Ako.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FhS7sHw7jMLY2LDBBH9oC4Ako.png 1140w\"},className:\"framer-1n1hocq\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fnvdsp\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"},children:\"Maintenance Oversight\"})}),className:\"framer-1yrbj13\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Missed or delayed vehicle maintenance causes unexpected breakdowns and costly repairs.\"})}),className:\"framer-1tvr72c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nmphrw\"})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-j5ns0\",\"data-framer-name\":\"Easy to Set\",id:elementId3,name:\"Easy to Set\",ref:ref5,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-pvjmtx\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8qwx38\",\"data-framer-name\":\"Easy to use Stacks\",name:\"Easy to use Stacks\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":oZYfOLbz6\",webPageId:\"gAtGhIR84\"},implicitPathVariables:undefined},{href:{hash:\":oZYfOLbz6\",webPageId:\"gAtGhIR84\"},implicitPathVariables:undefined},{href:{hash:\":oZYfOLbz6\",webPageId:\"gAtGhIR84\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{height:1e3,width:\"max(min(100vw - 40px, 1200px), 1px)\",y:4607},v0slU99CN:{y:4171}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:605,width:\"max(min(max(100vw - 80px, 1px), 1200px), 1px)\",y:3623,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hdfm9f-container\",id:elementId4,ref:ref6,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{__framer__targets:[{ref:ref6,target:\"eH0LzKpWs\"},{ref:ref7,target:\"Ej3qAeVOj\"},{ref:ref8,target:\"kiYW4ms_L\"},{ref:ref9,target:\"in2nDCyr1\"},{ref:ref10,target:\"in2nDCyr1\"}],style:{height:\"100%\",width:\"100%\"},variant:\"eH0LzKpWs\",xH7gZnQfV:resolvedLinks[2]},v0slU99CN:{xH7gZnQfV:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(EasyToSetWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref6,target:\"iV0hP8xq2\"},{ref:ref7,target:\"U82qTMstk\"},{ref:ref8,target:\"QuE18NHdd\"},{ref:ref9,target:\"Tqc9AQ6cQ\"},{ref:ref10,target:\"Tqc9AQ6cQ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,BPpOa9c9f:addImageAlt({src:\"https://framerusercontent.com/images/lSX6oEDIjmEPVZX6aLcdiRnkN0.png\",srcSet:\"https://framerusercontent.com/images/lSX6oEDIjmEPVZX6aLcdiRnkN0.png?scale-down-to=512 512w,https://framerusercontent.com/images/lSX6oEDIjmEPVZX6aLcdiRnkN0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lSX6oEDIjmEPVZX6aLcdiRnkN0.png 1140w\"},\"\"),eEzIf1mu7:addImageAlt({src:\"https://framerusercontent.com/images/C0iU8ma7XhxdrfifX03gUWxN6M.png\",srcSet:\"https://framerusercontent.com/images/C0iU8ma7XhxdrfifX03gUWxN6M.png?scale-down-to=512 512w,https://framerusercontent.com/images/C0iU8ma7XhxdrfifX03gUWxN6M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/C0iU8ma7XhxdrfifX03gUWxN6M.png 1140w\"},\"\"),eSCjLCjUz:\"Input details about your vehicles or let our AI agents recommend the best options for your target market and business model.\",fMxNJeemz:\"Tell us about your business objectives\u2014whether it\u2019s growing a fleet, optimizing earnings, or improving customer experience.\",GeGvF8jFM:addImageAlt({src:\"https://framerusercontent.com/images/yBtubblqzQ3YpoMQhgu29oBHM.png\",srcSet:\"https://framerusercontent.com/images/yBtubblqzQ3YpoMQhgu29oBHM.png?scale-down-to=512 512w,https://framerusercontent.com/images/yBtubblqzQ3YpoMQhgu29oBHM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/yBtubblqzQ3YpoMQhgu29oBHM.png 1140w\"},\"\"),height:\"100%\",HmZrVgA0S:\"Define Your Goals\",id:\"gF3RDV5Is\",layoutId:\"gF3RDV5Is\",lpjzXJ8X6:\"Define Your Goals\",o5UxZoF2o:\"Set Up Your Fleet\",pgWD2UEMJ:\"Start Renting & Scaling\",PTxQ1IIGR:addImageAlt({src:\"https://framerusercontent.com/images/pzvZvPGHlyESXELhwuEMtmXl4FA.png\",srcSet:\"https://framerusercontent.com/images/pzvZvPGHlyESXELhwuEMtmXl4FA.png?scale-down-to=512 512w,https://framerusercontent.com/images/pzvZvPGHlyESXELhwuEMtmXl4FA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pzvZvPGHlyESXELhwuEMtmXl4FA.png 1140w\"},\"\"),q3193CfCF:\"Leverage advanced AI-powered analytics to gain deeper insights and optimize your strategy.\",qLefhRZxb:\"Launch your business with confidence. Use AI-driven tools to attract more customers, maximize bookings, and plan for growth.\",Rp4uda3Qk:addImageAlt({src:\"https://framerusercontent.com/images/tszzQFg2L9i2mZJsIwzKyLmGtk.png\",srcSet:\"https://framerusercontent.com/images/tszzQFg2L9i2mZJsIwzKyLmGtk.png?scale-down-to=512 512w,https://framerusercontent.com/images/tszzQFg2L9i2mZJsIwzKyLmGtk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tszzQFg2L9i2mZJsIwzKyLmGtk.png 1140w\"},\"\"),rzjukTrg6:\"Start Renting & Scaling\",style:{width:\"100%\"},variant:\"iV0hP8xq2\",vsM4FbREq:\"Activate AI Agents\",weKdcxp_Z:\"Activate AI Agents\",Whua7qaBF:\"Set Up Your Fleet\",width:\"100%\",xH7gZnQfV:resolvedLinks[0]})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1swuwc0\",\"data-framer-name\":\"Easy to use 2\",id:elementId5,name:\"Easy to use 2\",ref:ref7}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bycbof\",\"data-framer-name\":\"Easy to use 3\",id:elementId6,name:\"Easy to use 3\",ref:ref8}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nesvro\",\"data-framer-name\":\"Easy to use 4\",id:elementId7,name:\"Easy to use 4\",ref:ref9}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-167ig2b\",\"data-framer-name\":\"Easy to use 5\",id:elementId8,name:\"Easy to use 5\",ref:ref10})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-47xhjf\",\"data-framer-name\":\"Pricing\",id:elementId9,name:\"Pricing\",ref:ref11,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sl49dc\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5ycmpm\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",children:\"Flexible Plans for Every Stage of Your Business\"})}),className:\"framer-b0yccl\",\"data-framer-name\":\"New Aged of Gen AI response model\",fonts:[\"Inter\"],name:\"New Aged of Gen AI response model\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",children:\"From gig workers to fleet managers, our AI-powered subscriptions scale with your goals. Choose the plan that fits your needs and unlock the full potential of your car rental business.\"})}),className:\"framer-1uitgzb\",\"data-framer-name\":\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",fonts:[\"Inter\"],name:\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{width:\"min(100vw - 40px, 1200px)\",y:9349.530805687204},v0slU99CN:{y:7792}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:791,width:\"min(max(100vw - 80px, 1px), 1200px)\",y:7284,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gf4ot6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{variant:\"GUSlY09uj\"},v0slU99CN:{variant:\"dvN7k6xPk\"}},children:/*#__PURE__*/_jsx(PricingDeck,{height:\"100%\",id:\"qAdtaDhUL\",layoutId:\"qAdtaDhUL\",style:{width:\"100%\"},variant:\"bsOzULpxe\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1jdhsa0\",\"data-framer-name\":\"Security\",id:elementId10,name:\"Security\",ref:ref12,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-air6dq\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15gcbd5\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",children:\"Robust Security for Complete Peace of Mind\"})}),className:\"framer-lo8olg\",\"data-framer-name\":\"New Aged of Gen AI response model\",fonts:[\"Inter\"],name:\"New Aged of Gen AI response model\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",children:\"Protect your business and data with advanced AI-driven security measures. From fleet monitoring to customer privacy, we ensure safety at every level.\"})}),className:\"framer-jvegvi\",\"data-framer-name\":\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",fonts:[\"Inter\"],name:\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8ps1ed\",\"data-framer-name\":\"Image and Logos\",name:\"Image and Logos\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"Background Shine\",fit:\"fit\",loading:getLoadingLazyAtYPosition(10424.530805687204),pixelHeight:1829,pixelWidth:2834,positionX:\"center\",positionY:\"center\",sizes:\"450px\",src:\"https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png\",srcSet:\"https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png?scale-down-to=512 512w,https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png 2834w\"}},v0slU99CN:{background:{alt:\"Background Shine\",fit:\"fit\",loading:getLoadingLazyAtYPosition(8923),pixelHeight:1829,pixelWidth:2834,positionX:\"center\",positionY:\"center\",sizes:\"1037.3154px\",src:\"https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png\",srcSet:\"https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png?scale-down-to=512 512w,https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png 2834w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Background Shine\",fit:\"fit\",loading:getLoadingLazyAtYPosition(8455),pixelHeight:1829,pixelWidth:2834,positionX:\"center\",positionY:\"center\",sizes:\"min(max(100vw - 80px, 1px), 1200px)\",src:\"https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png\",srcSet:\"https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png?scale-down-to=512 512w,https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/8Cu4716GR06lWNpQFGDHnXB8sFA.png 2834w\"},className:\"framer-waqm4m\",\"data-framer-name\":\"Background Image\",name:\"Background Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"Security Symbol\",fit:\"fit\",loading:getLoadingLazyAtYPosition(10422.967053410337),pixelHeight:890,pixelWidth:645,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(100vw - 40px, 1200px) * 0.4086)\",src:\"https://framerusercontent.com/images/7sw5sKwpMrTT26zgMpn00WloRc.png\",srcSet:\"https://framerusercontent.com/images/7sw5sKwpMrTT26zgMpn00WloRc.png 645w\"}},v0slU99CN:{background:{alt:\"Security Symbol\",fit:\"fit\",loading:getLoadingLazyAtYPosition(8996.125),pixelHeight:890,pixelWidth:645,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(max(100vw - 80px, 1px), 1200px) * 0.2397)\",src:\"https://framerusercontent.com/images/7sw5sKwpMrTT26zgMpn00WloRc.png\",srcSet:\"https://framerusercontent.com/images/7sw5sKwpMrTT26zgMpn00WloRc.png 645w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Security Symbol\",fit:\"fit\",loading:getLoadingLazyAtYPosition(8477.278106508877),pixelHeight:890,pixelWidth:645,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(max(100vw - 80px, 1px), 1200px) * 0.2125)\",src:\"https://framerusercontent.com/images/7sw5sKwpMrTT26zgMpn00WloRc.png\",srcSet:\"https://framerusercontent.com/images/7sw5sKwpMrTT26zgMpn00WloRc.png 645w\"},className:\"framer-trxdbc\",\"data-framer-name\":\"Shield Symbol\",name:\"Shield Symbol\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ycmzys\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1reel8x\",\"data-styles-preset\":\"xmk1ggyGf\",children:\"ULTRA\"})}),className:\"framer-dowff8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-199ffii\",\"data-styles-preset\":\"ssxIG1odd\",style:{\"--framer-text-color\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"},children:\"Secure\"})}),className:\"framer-r36bbg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-12dgdjc\",\"data-framer-name\":\"Integration\",id:elementId11,name:\"Integration\",ref:ref13,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o2eckk\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u2j949\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ejd96c\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",style:{\"--framer-text-alignment\":\"center\"},children:\"Smooth Integration for Effortless Workflow\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Smooth Integration for Effortless Workflow\"})}),className:\"framer-6rolji\",\"data-framer-name\":\"New Aged of Gen AI response model\",fonts:[\"Inter\"],name:\"New Aged of Gen AI response model\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"center\"},children:\"Seamlessly connect HereYouGo with your existing tools and platforms. Our AI agents ensure a unified, streamlined experience to optimize your car rental operations.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\"},children:\"Seamlessly connect HereYouGo with your existing tools and platforms. Our AI agents ensure a unified, streamlined experience to optimize your car rental operations.\"})}),className:\"framer-12h41a5\",\"data-framer-name\":\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",fonts:[\"Inter\"],name:\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ioh4bj\",\"data-framer-name\":\"Checklists\",name:\"Checklists\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-179dwr7\",\"data-framer-name\":\"Checklist 01\",name:\"Checklist 01\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7bnw4l\",\"data-framer-name\":\"Iocn Block\",name:\"Iocn Block\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(11016.530805687204),pixelHeight:9,pixelWidth:9,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MYmoNTfwYP10vzQ2Os3gujiaA.svg\"}},v0slU99CN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(9775.5),pixelHeight:9,pixelWidth:9,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MYmoNTfwYP10vzQ2Os3gujiaA.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(9380.5),pixelHeight:9,pixelWidth:9,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MYmoNTfwYP10vzQ2Os3gujiaA.svg\"},className:\"framer-1b5h291\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"},children:\"Instant Setup\"})}),className:\"framer-16pu3bo\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7lqz7q\",\"data-framer-name\":\"Checklist 02\",name:\"Checklist 02\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-147hm18\",\"data-framer-name\":\"Iocn Block\",name:\"Iocn Block\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(11056.530805687204),pixelHeight:9,pixelWidth:9,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MYmoNTfwYP10vzQ2Os3gujiaA.svg\"}},v0slU99CN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(9815.5),pixelHeight:9,pixelWidth:9,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MYmoNTfwYP10vzQ2Os3gujiaA.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(9420.5),pixelHeight:9,pixelWidth:9,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MYmoNTfwYP10vzQ2Os3gujiaA.svg\"},className:\"framer-16loviw\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"},children:\"Compatible with Major Platforms\"})}),className:\"framer-stccr8\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b7v05x\",\"data-framer-name\":\"Checklist 03\",name:\"Checklist 03\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cqvj8h\",\"data-framer-name\":\"Iocn Block\",name:\"Iocn Block\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(11096.530805687204),pixelHeight:9,pixelWidth:9,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MYmoNTfwYP10vzQ2Os3gujiaA.svg\"}},v0slU99CN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(9855.5),pixelHeight:9,pixelWidth:9,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MYmoNTfwYP10vzQ2Os3gujiaA.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(9460.5),pixelHeight:9,pixelWidth:9,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MYmoNTfwYP10vzQ2Os3gujiaA.svg\"},className:\"framer-1kmgx9b\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, rgb(255, 255, 255))\"},children:\"Real-Time Data Sync\"})}),className:\"framer-1q46o13\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-n0zgt2\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"Background Gradient\",fit:\"fill\",loading:getLoadingLazyAtYPosition(11164.530805687204),pixelHeight:545,pixelWidth:568,sizes:\"max(min(100vw - 40px, 1200px), 1px)\",src:\"https://framerusercontent.com/images/SfOTdPX8vOB9LqcnpiF8c7Fzn0.png\",srcSet:\"https://framerusercontent.com/images/SfOTdPX8vOB9LqcnpiF8c7Fzn0.png?scale-down-to=512 512w,https://framerusercontent.com/images/SfOTdPX8vOB9LqcnpiF8c7Fzn0.png 568w\"}},v0slU99CN:{background:{alt:\"Background Gradient\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9497),pixelHeight:545,pixelWidth:568,sizes:\"max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px)\",src:\"https://framerusercontent.com/images/SfOTdPX8vOB9LqcnpiF8c7Fzn0.png\",srcSet:\"https://framerusercontent.com/images/SfOTdPX8vOB9LqcnpiF8c7Fzn0.png?scale-down-to=512 512w,https://framerusercontent.com/images/SfOTdPX8vOB9LqcnpiF8c7Fzn0.png 568w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Background Gradient\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9102),pixelHeight:545,pixelWidth:568,sizes:\"max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px)\",src:\"https://framerusercontent.com/images/SfOTdPX8vOB9LqcnpiF8c7Fzn0.png\",srcSet:\"https://framerusercontent.com/images/SfOTdPX8vOB9LqcnpiF8c7Fzn0.png?scale-down-to=512 512w,https://framerusercontent.com/images/SfOTdPX8vOB9LqcnpiF8c7Fzn0.png 568w\"},className:\"framer-12ewec4\",\"data-framer-name\":\"Background Gradient\",name:\"Background Gradient\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(11258.797263367454),pixelHeight:1631,pixelWidth:1702,sizes:\"calc(min(100vw - 40px, 1200px) * 0.8714)\",src:\"https://framerusercontent.com/images/rUx52Bwy2evgQzokDwt1TTMwaw.png\",srcSet:\"https://framerusercontent.com/images/rUx52Bwy2evgQzokDwt1TTMwaw.png?scale-down-to=512 512w,https://framerusercontent.com/images/rUx52Bwy2evgQzokDwt1TTMwaw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rUx52Bwy2evgQzokDwt1TTMwaw.png 1702w\"}},v0slU99CN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9577.975884244373),pixelHeight:1631,pixelWidth:1702,sizes:\"calc(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) / 1.543)\",src:\"https://framerusercontent.com/images/rUx52Bwy2evgQzokDwt1TTMwaw.png\",srcSet:\"https://framerusercontent.com/images/rUx52Bwy2evgQzokDwt1TTMwaw.png?scale-down-to=512 512w,https://framerusercontent.com/images/rUx52Bwy2evgQzokDwt1TTMwaw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rUx52Bwy2evgQzokDwt1TTMwaw.png 1702w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9171.5),pixelHeight:1631,pixelWidth:1702,sizes:\"calc(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) * 0.597)\",src:\"https://framerusercontent.com/images/rUx52Bwy2evgQzokDwt1TTMwaw.png\",srcSet:\"https://framerusercontent.com/images/rUx52Bwy2evgQzokDwt1TTMwaw.png?scale-down-to=512 512w,https://framerusercontent.com/images/rUx52Bwy2evgQzokDwt1TTMwaw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rUx52Bwy2evgQzokDwt1TTMwaw.png 1702w\"},className:\"framer-1tdrx75\",\"data-framer-name\":\"Apps Images\",name:\"Apps Images\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fdiffj\",\"data-border\":true,\"data-framer-name\":\"App 05\",name:\"App 05\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(11406.797263367454),pixelHeight:525,pixelWidth:525,sizes:\"max(min(100vw - 40px, 1200px) * 0.1286, 1px)\",src:\"https://framerusercontent.com/images/XjPlPjUTubcgbDYrMYeiLxKxyg.png\",srcSet:\"https://framerusercontent.com/images/XjPlPjUTubcgbDYrMYeiLxKxyg.png?scale-down-to=512 512w,https://framerusercontent.com/images/XjPlPjUTubcgbDYrMYeiLxKxyg.png 525w\"}},v0slU99CN:{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9770.596463022508),pixelHeight:525,pixelWidth:525,sizes:\"max(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) * 0.1154, 1px)\",src:\"https://framerusercontent.com/images/XjPlPjUTubcgbDYrMYeiLxKxyg.png\",srcSet:\"https://framerusercontent.com/images/XjPlPjUTubcgbDYrMYeiLxKxyg.png?scale-down-to=512 512w,https://framerusercontent.com/images/XjPlPjUTubcgbDYrMYeiLxKxyg.png 525w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9364.5),pixelHeight:525,pixelWidth:525,sizes:\"max(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) * 0.1063, 1px)\",src:\"https://framerusercontent.com/images/XjPlPjUTubcgbDYrMYeiLxKxyg.png\",srcSet:\"https://framerusercontent.com/images/XjPlPjUTubcgbDYrMYeiLxKxyg.png?scale-down-to=512 512w,https://framerusercontent.com/images/XjPlPjUTubcgbDYrMYeiLxKxyg.png 525w\"},className:\"framer-pcdro9\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ih3ixl\",\"data-border\":true,\"data-framer-name\":\"App 04\",name:\"App 04\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(11480.797263367454),pixelHeight:525,pixelWidth:525,sizes:\"max(min(100vw - 40px, 1200px) / 8.75, 1px)\",src:\"https://framerusercontent.com/images/uhkPhpRNsbrZ4p99gNZYYywhXao.png\",srcSet:\"https://framerusercontent.com/images/uhkPhpRNsbrZ4p99gNZYYywhXao.png?scale-down-to=512 512w,https://framerusercontent.com/images/uhkPhpRNsbrZ4p99gNZYYywhXao.png 525w\"}},v0slU99CN:{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9830.596463022508),pixelHeight:525,pixelWidth:525,sizes:\"max(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) * 0.1337, 1px)\",src:\"https://framerusercontent.com/images/uhkPhpRNsbrZ4p99gNZYYywhXao.png\",srcSet:\"https://framerusercontent.com/images/uhkPhpRNsbrZ4p99gNZYYywhXao.png?scale-down-to=512 512w,https://framerusercontent.com/images/uhkPhpRNsbrZ4p99gNZYYywhXao.png 525w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9434.5),pixelHeight:525,pixelWidth:525,sizes:\"max(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) * 0.1231, 1px)\",src:\"https://framerusercontent.com/images/uhkPhpRNsbrZ4p99gNZYYywhXao.png\",srcSet:\"https://framerusercontent.com/images/uhkPhpRNsbrZ4p99gNZYYywhXao.png?scale-down-to=512 512w,https://framerusercontent.com/images/uhkPhpRNsbrZ4p99gNZYYywhXao.png 525w\"},className:\"framer-1wa88hg\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hyiuck\",\"data-border\":true,\"data-framer-name\":\"App 03\",name:\"App 03\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(11432.797263367454),pixelHeight:525,pixelWidth:525,sizes:\"calc(min(100vw - 40px, 1200px) / 7)\",src:\"https://framerusercontent.com/images/SvAGmNXpljuJCHKh9uo3P1kEA4.png\",srcSet:\"https://framerusercontent.com/images/SvAGmNXpljuJCHKh9uo3P1kEA4.png?scale-down-to=512 512w,https://framerusercontent.com/images/SvAGmNXpljuJCHKh9uo3P1kEA4.png 525w\"}},v0slU99CN:{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9804.596463022508),pixelHeight:525,pixelWidth:525,sizes:\"calc(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) * 0.1276)\",src:\"https://framerusercontent.com/images/SvAGmNXpljuJCHKh9uo3P1kEA4.png\",srcSet:\"https://framerusercontent.com/images/SvAGmNXpljuJCHKh9uo3P1kEA4.png?scale-down-to=512 512w,https://framerusercontent.com/images/SvAGmNXpljuJCHKh9uo3P1kEA4.png 525w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9398.5),pixelHeight:525,pixelWidth:525,sizes:\"calc(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) * 0.1175)\",src:\"https://framerusercontent.com/images/SvAGmNXpljuJCHKh9uo3P1kEA4.png\",srcSet:\"https://framerusercontent.com/images/SvAGmNXpljuJCHKh9uo3P1kEA4.png?scale-down-to=512 512w,https://framerusercontent.com/images/SvAGmNXpljuJCHKh9uo3P1kEA4.png 525w\"},className:\"framer-1ky9n9y\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-syj5n9\",\"data-border\":true,\"data-framer-name\":\"App 02\",name:\"App 02\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(11302.797263367454),pixelHeight:525,pixelWidth:525,sizes:\"max(min(100vw - 40px, 1200px) * 0.14, 1px)\",src:\"https://framerusercontent.com/images/BpS25rsgjsHgotNTlE3Nbko4Gs.png\",srcSet:\"https://framerusercontent.com/images/BpS25rsgjsHgotNTlE3Nbko4Gs.png?scale-down-to=512 512w,https://framerusercontent.com/images/BpS25rsgjsHgotNTlE3Nbko4Gs.png 525w\"}},v0slU99CN:{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9621.975884244373),pixelHeight:525,pixelWidth:525,sizes:\"max(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) * 0.1397, 1px)\",src:\"https://framerusercontent.com/images/BpS25rsgjsHgotNTlE3Nbko4Gs.png\",srcSet:\"https://framerusercontent.com/images/BpS25rsgjsHgotNTlE3Nbko4Gs.png?scale-down-to=512 512w,https://framerusercontent.com/images/BpS25rsgjsHgotNTlE3Nbko4Gs.png 525w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9215.5),pixelHeight:525,pixelWidth:525,sizes:\"max(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) * 0.1287, 1px)\",src:\"https://framerusercontent.com/images/BpS25rsgjsHgotNTlE3Nbko4Gs.png\",srcSet:\"https://framerusercontent.com/images/BpS25rsgjsHgotNTlE3Nbko4Gs.png?scale-down-to=512 512w,https://framerusercontent.com/images/BpS25rsgjsHgotNTlE3Nbko4Gs.png 525w\"},className:\"framer-3rt5ra\",\"data-framer-name\":\"Image\",name:\"Image\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-eq3lg2\",\"data-border\":true,\"data-framer-name\":\"App 01\",name:\"App 01\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(11288.797263367454),pixelHeight:525,pixelWidth:525,sizes:\"max(min(100vw - 40px, 1200px) * 0.16, 1px)\",src:\"https://framerusercontent.com/images/uWGUfXxNepgc1uSgNI7E4D2PM.png\",srcSet:\"https://framerusercontent.com/images/uWGUfXxNepgc1uSgNI7E4D2PM.png?scale-down-to=512 512w,https://framerusercontent.com/images/uWGUfXxNepgc1uSgNI7E4D2PM.png 525w\"}},v0slU99CN:{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9577.975884244373),pixelHeight:525,pixelWidth:525,sizes:\"max(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) * 0.1559, 1px)\",src:\"https://framerusercontent.com/images/uWGUfXxNepgc1uSgNI7E4D2PM.png\",srcSet:\"https://framerusercontent.com/images/uWGUfXxNepgc1uSgNI7E4D2PM.png?scale-down-to=512 512w,https://framerusercontent.com/images/uWGUfXxNepgc1uSgNI7E4D2PM.png 525w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9171.5),pixelHeight:525,pixelWidth:525,sizes:\"max(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) / 6.961, 1px)\",src:\"https://framerusercontent.com/images/uWGUfXxNepgc1uSgNI7E4D2PM.png\",srcSet:\"https://framerusercontent.com/images/uWGUfXxNepgc1uSgNI7E4D2PM.png?scale-down-to=512 512w,https://framerusercontent.com/images/uWGUfXxNepgc1uSgNI7E4D2PM.png 525w\"},className:\"framer-jxhte\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1db2oh2\",\"data-border\":true,\"data-framer-name\":\"Main integrate\",name:\"Main integrate\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(11363.297263367454),pixelHeight:525,pixelWidth:525,sizes:\"max(min(100vw - 40px, 1200px) * 0.2029, 1px)\",src:\"https://framerusercontent.com/images/z7H5fJPMqGARAfpytXDDnhKTf1c.png\",srcSet:\"https://framerusercontent.com/images/z7H5fJPMqGARAfpytXDDnhKTf1c.png?scale-down-to=512 512w,https://framerusercontent.com/images/z7H5fJPMqGARAfpytXDDnhKTf1c.png 525w\"}},v0slU99CN:{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9675.638263665596),pixelHeight:525,pixelWidth:525,sizes:\"max(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) * 0.2349, 1px)\",src:\"https://framerusercontent.com/images/z7H5fJPMqGARAfpytXDDnhKTf1c.png\",srcSet:\"https://framerusercontent.com/images/z7H5fJPMqGARAfpytXDDnhKTf1c.png?scale-down-to=512 512w,https://framerusercontent.com/images/z7H5fJPMqGARAfpytXDDnhKTf1c.png 525w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"App Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9284.5),pixelHeight:525,pixelWidth:525,sizes:\"max(max((min(max(100vw - 80px, 1px), 1200px) - 48px) / 2, 1px) * 0.2164, 1px)\",src:\"https://framerusercontent.com/images/z7H5fJPMqGARAfpytXDDnhKTf1c.png\",srcSet:\"https://framerusercontent.com/images/z7H5fJPMqGARAfpytXDDnhKTf1c.png?scale-down-to=512 512w,https://framerusercontent.com/images/z7H5fJPMqGARAfpytXDDnhKTf1c.png 525w\"},className:\"framer-z6gs1r\"})})})]})})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-pum2au\",\"data-framer-name\":\"FAQs\",id:elementId12,name:\"FAQs\",ref:ref14,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ro1xxq\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kjqe9u\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",children:\"We\u2019ve Got the Answers You\u2019re Looking For\"})}),className:\"framer-1ce8yot\",\"data-framer-name\":\"New Aged of Gen AI response model\",fonts:[\"Inter\"],name:\"New Aged of Gen AI response model\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",children:\"Find answers to common queries about our product, features, and services. If you need more information, we\u2019re here to help!\"})}),className:\"framer-kjrrf8\",\"data-framer-name\":\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",fonts:[\"Inter\"],name:\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{width:\"min(100vw - 40px, 1200px)\",y:11937.530805687204},v0slU99CN:{y:10326}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:456,width:\"min(max(100vw - 80px, 1px), 1200px)\",y:9971,children:/*#__PURE__*/_jsx(Container,{className:\"framer-181m0xw-container\",children:/*#__PURE__*/_jsx(AccordianAccordianDeck,{height:\"100%\",id:\"qJlhAWNjl\",layoutId:\"qJlhAWNjl\",style:{width:\"100%\"},variant:\"yRaTXORwJ\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-dsctnz\",\"data-framer-name\":\"CTA section\",id:elementId13,name:\"CTA section\",ref:ref15,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hziioj\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ilbs9z\",\"data-framer-name\":\"Circles\",name:\"Circles\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{transformTemplate:transformTemplate2},v0slU99CN:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:.2,className:\"framer-1shac2m\",\"data-framer-name\":\"Left Gradient\",name:\"Left Gradient\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{transformTemplate:transformTemplate2},v0slU99CN:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:.2,className:\"framer-19u2jhy\",\"data-framer-name\":\"Right Gradient\",name:\"Right Gradient\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{__framer__styleAppearEffectEnabled:undefined,transformTemplate:transformTemplate2},v0slU99CN:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18vlzw\",\"data-framer-name\":\"Central Gradient\",name:\"Central Gradient\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kedk1e\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r31hbg\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1pxfp7e\",\"data-styles-preset\":\"TG8W9XKBU\",children:\"Master Your Fleet Profits\"})}),className:\"framer-2ers02\",\"data-framer-name\":\"Seamless integration with other apps\",fonts:[\"Inter\"],name:\"Seamless integration with other apps\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jjxz60\",\"data-styles-preset\":\"rEo2PQSWU\",children:\"Unlock the full earning potential of your fleet with AI-powered insights and tools. From dynamic pricing to real-time performance tracking, maximize your profitability effortlessly.\"})}),className:\"framer-wmvq6s\",\"data-framer-name\":\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",fonts:[\"Inter\"],name:\"Ne Aged of Gen AI response model with 50x faster speed Ne Aged of Gen AI response model with\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{y:12594.030805687204},v0slU99CN:{y:11335}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:11045.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-v4p3l7-container\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{dKsJpeQvB:\"https://calendly.com/konstantinm/30min\",FvDthbrY2:\"Get Demo\",height:\"100%\",id:\"UdPpLNwwH\",layoutId:\"UdPpLNwwH\",variant:\"BOBcLdq9P\",width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{y:12902.530805687204},v0slU99CN:{y:11704}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:366,width:\"100vw\",y:11448,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hzvvcs-container\",id:elementId14,ref:ref16,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bRIYabUAT:{variant:\"BSQp8_cns\"},v0slU99CN:{variant:\"sX0Zr2BYA\"}},children:/*#__PURE__*/_jsx(NavigationFooter,{height:\"100%\",id:\"jMczKEVtc\",layoutId:\"jMczKEVtc\",style:{width:\"100%\"},variant:\"vVkVp2sId\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iuzpfd-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"aLO16gxGk\",intensity:10,layoutId:\"aLO16gxGk\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-LMhlV { background: var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13)); }`,\".framer-LMhlV.framer-xmuqzg, .framer-LMhlV .framer-xmuqzg { display: block; }\",\".framer-LMhlV.framer-1qajk4q { align-content: center; align-items: center; background-color: var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, #06040d); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-LMhlV .framer-1t33xo6-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 8; }\",\".framer-LMhlV .framer-1dvb2a0-container { -webkit-mask: radial-gradient(57.99999999999999% 64% at 50% 27%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 27.75548986486487%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.94595) 75.40646114864865%, rgba(0, 0, 0, 0) 100%) add; flex: none; height: auto; left: 50%; mask: radial-gradient(57.99999999999999% 64% at 50% 27%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 27.75548986486487%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.94595) 75.40646114864865%, rgba(0, 0, 0, 0) 100%) add; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 0; }\",\".framer-LMhlV .framer-treyqy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 200px; height: min-content; justify-content: center; overflow: visible; padding: 180px 40px 100px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-LMhlV .framer-v3xsfu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 250px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LMhlV .framer-1nbj29k { 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-LMhlV .framer-y2vx79 { --border-bottom-width: 1px; --border-color: var(--token-de547863-a883-4797-b4d5-f16a688dd6b4, #463c54); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-668db465-a1c1-444c-8617-667fdb29c700, rgba(255, 255, 255, 0.04)); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; box-shadow: inset 0px -7px 11px 0px var(--token-18c68332-b90e-4049-bb64-af6eb7296ba4, rgba(164, 143, 255, 0.12)); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 5px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-LMhlV .framer-wgo2bt { align-content: center; align-items: center; background-color: var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, #4f60fa); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 19px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 37px; }\",\".framer-LMhlV .framer-ojqhn9, .framer-LMhlV .framer-ntnw0r, .framer-LMhlV .framer-gb51il, .framer-LMhlV .framer-rlaapr, .framer-LMhlV .framer-1yrbj13 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-LMhlV .framer-eeuffu-container { flex: none; height: 15px; position: relative; width: 15px; }\",\".framer-LMhlV .framer-16gpc88 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-LMhlV .framer-20huo0 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LMhlV .framer-1kz0k3w { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LMhlV .framer-1ghyf7h-container, .framer-LMhlV .framer-18ezxe7-container, .framer-LMhlV .framer-v4p3l7-container, .framer-LMhlV .framer-1iuzpfd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-LMhlV .framer-k2yb8d, .framer-LMhlV .framer-47xhjf, .framer-LMhlV .framer-1jdhsa0, .framer-LMhlV .framer-12dgdjc, .framer-LMhlV .framer-pum2au { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-LMhlV .framer-1yyj3pm, .framer-LMhlV .framer-1sl49dc, .framer-LMhlV .framer-air6dq, .framer-LMhlV .framer-ro1xxq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-LMhlV .framer-yqclkk, .framer-LMhlV .framer-5ycmpm, .framer-LMhlV .framer-kjqe9u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 650px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LMhlV .framer-cdq4u9, .framer-LMhlV .framer-10upf4o, .framer-LMhlV .framer-12rfttr, .framer-LMhlV .framer-b0yccl, .framer-LMhlV .framer-1uitgzb, .framer-LMhlV .framer-lo8olg, .framer-LMhlV .framer-jvegvi, .framer-LMhlV .framer-6rolji, .framer-LMhlV .framer-12h41a5, .framer-LMhlV .framer-1ce8yot, .framer-LMhlV .framer-kjrrf8, .framer-LMhlV .framer-2ers02, .framer-LMhlV .framer-wmvq6s { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LMhlV .framer-wwf1aw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LMhlV .framer-19ezhph { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LMhlV .framer-lxevto-container, .framer-LMhlV .framer-cak9sa-container, .framer-LMhlV .framer-d44x4d-container, .framer-LMhlV .framer-1a2jogs-container, .framer-LMhlV .framer-3y7jz8-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-LMhlV .framer-laxfft { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LMhlV .framer-11ukx40 { 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: visible; padding: 100px 40px 100px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-LMhlV .framer-vktqhn { 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; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-LMhlV .framer-1iswoi2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 180px; width: 552px; will-change: transform; z-index: 1; }\",\".framer-LMhlV .framer-16ns033 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LMhlV .framer-cz9lyz { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 494px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LMhlV .framer-18ugpz9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 148px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 540px; z-index: 1; }\",'.framer-LMhlV .framer-1bkfd53 { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae, rgba(64, 43, 117, 0.37)) /* {\"name\":\"Primary / 70\"} */ 0%, var(--token-1738e59f-76ed-453b-94da-4ac2870045ed, rgba(108, 73, 196, 0.37)) /* {\"name\":\"Primary/60\"} */ 34%, var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) /* {\"name\":\"Pink\"} */ 63%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 1px; position: sticky; top: 180px; width: 100%; will-change: transform; z-index: 1; }','.framer-LMhlV .framer-11qp0h0, .framer-LMhlV .framer-jlvdgd, .framer-LMhlV .framer-yepa2u { align-content: center; align-items: center; background: radial-gradient(53.61367373712197% 29.47247650861534% at 13.517441518417773% 10.206424503298617%, var(--token-3ab11786-1cff-4092-be7e-1488692831de, #241c36) /* {\"name\":\"Light Primary\"} */ 0%, var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13)) /* {\"name\":\"Primary Color\"} */ 100%); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.06), 0px -1px 0px 0px rgba(255, 255, 255, 0.1); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }','.framer-LMhlV .framer-1fh3ybl { background: linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0%, var(--token-668db465-a1c1-444c-8617-667fdb29c700, rgba(255, 255, 255, 0.06)) /* {\"name\":\"White 4%\"} */ 100%); bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }',\".framer-LMhlV .framer-f64xi1, .framer-LMhlV .framer-15kz6yu, .framer-LMhlV .framer-1n1hocq { -webkit-mask: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 1) 83.75739020270271%, rgba(0, 0, 0, 0.5) 90.89421452702703%, rgba(0, 0, 0, 0) 100%) add; aspect-ratio: 1.6132075471698113 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px -1px 0px 0px rgba(255, 230, 219, 0.12); flex: none; height: var(--framer-aspect-ratio-supported, 336px); mask: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 1) 83.75739020270271%, rgba(0, 0, 0, 0.5) 90.89421452702703%, rgba(0, 0, 0, 0) 100%) add; overflow: visible; position: relative; width: 101%; }\",\".framer-LMhlV .framer-urb80u, .framer-LMhlV .framer-1xzur8l, .framer-LMhlV .framer-1fnvdsp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 24px 32px 24px; position: relative; width: 100%; z-index: 1; }\",\".framer-LMhlV .framer-1xtuu5l, .framer-LMhlV .framer-e1za9u, .framer-LMhlV .framer-1tvr72c { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",'.framer-LMhlV .framer-1m9rqu5 { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae, rgba(64, 43, 117, 0.37)) /* {\"name\":\"Primary / 70\"} */ 0%, var(--token-1738e59f-76ed-453b-94da-4ac2870045ed, rgba(108, 73, 196, 0.37)) /* {\"name\":\"Primary/60\"} */ 34%, var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) /* {\"name\":\"Pink\"} */ 63%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 1px; position: sticky; top: 200px; width: 100%; will-change: transform; z-index: 1; }','.framer-LMhlV .framer-zmu7l8, .framer-LMhlV .framer-svqyky { background: linear-gradient(0deg, var(--token-06453cac-cb93-4ca9-afe8-1a1bd00fb11f, rgba(4, 1, 2, 0)) /* {\"name\":\"Dark/ 0%\"} */ 0%, var(--token-668db465-a1c1-444c-8617-667fdb29c700, rgba(255, 255, 255, 0.04)) /* {\"name\":\"White 4%\"} */ 100%); bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }','.framer-LMhlV .framer-jqadsy { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-862fb432-99bd-4f16-bac5-271ea89a65ae, rgba(64, 43, 117, 0.37)) /* {\"name\":\"Primary / 70\"} */ 0%, var(--token-1738e59f-76ed-453b-94da-4ac2870045ed, rgba(108, 73, 196, 0.37)) /* {\"name\":\"Primary/60\"} */ 34%, var(--token-9d44f74e-a1e6-422a-b275-67f8febf8e36, rgb(228, 150, 255)) /* {\"name\":\"Pink\"} */ 63%, var(--token-94fa68d2-241a-4dfa-b1b9-fc1360636c71, rgb(104, 30, 224)) /* {\"name\":\"Royal Purple\"} */ 100%); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 1px; position: sticky; top: 220px; width: 100%; will-change: transform; z-index: 1; }',\".framer-LMhlV .framer-1nmphrw { flex: none; height: 98px; overflow: hidden; position: relative; width: 100%; }\",\".framer-LMhlV .framer-j5ns0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-LMhlV .framer-pvjmtx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-LMhlV .framer-8qwx38 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-LMhlV .framer-hdfm9f-container { flex: none; height: auto; position: sticky; top: 120px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-LMhlV .framer-1swuwc0, .framer-LMhlV .framer-1bycbof, .framer-LMhlV .framer-1nesvro, .framer-LMhlV .framer-167ig2b { flex: none; height: 605px; overflow: hidden; position: relative; width: 100%; }\",\".framer-LMhlV .framer-gf4ot6-container, .framer-LMhlV .framer-181m0xw-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-LMhlV .framer-15gcbd5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 650px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LMhlV .framer-8ps1ed { align-content: center; align-items: center; 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-LMhlV .framer-waqm4m { aspect-ratio: 2.505592841163311 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 447px); overflow: hidden; position: relative; width: 100%; }\",\".framer-LMhlV .framer-trxdbc { aspect-ratio: 0.8107344632768362 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 294px); left: 50%; overflow: hidden; position: absolute; top: 38%; transform: translate(-50%, -50%); width: 21%; z-index: 1; }\",\".framer-LMhlV .framer-1ycmzys { 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: absolute; right: -6px; top: 83px; width: 100%; }\",\".framer-LMhlV .framer-dowff8, .framer-LMhlV .framer-r36bbg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LMhlV .framer-o2eckk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-LMhlV .framer-1u2j949 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 650px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-LMhlV .framer-ejd96c, .framer-LMhlV .framer-1r31hbg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LMhlV .framer-ioh4bj { 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-LMhlV .framer-179dwr7, .framer-LMhlV .framer-7lqz7q, .framer-LMhlV .framer-1b7v05x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LMhlV .framer-7bnw4l, .framer-LMhlV .framer-147hm18, .framer-LMhlV .framer-1cqvj8h { align-content: center; align-items: center; background-color: var(--token-31478488-a2f5-4960-a4f9-e7cbb899572b, #4f60fa); 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: row; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LMhlV .framer-1b5h291, .framer-LMhlV .framer-16loviw, .framer-LMhlV .framer-1kmgx9b { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: hidden; position: relative; width: 16px; }\",\".framer-LMhlV .framer-16pu3bo, .framer-LMhlV .framer-stccr8, .framer-LMhlV .framer-1q46o13 { --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-LMhlV .framer-n0zgt2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-LMhlV .framer-12ewec4 { -webkit-filter: blur(3px); aspect-ratio: 1.096114519427403 / 1; filter: blur(3px); flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 489px); overflow: visible; position: relative; width: 1px; }\",\".framer-LMhlV .framer-1tdrx75 { flex: none; height: 67%; left: calc(44.40298507462689% - 59.70149253731343% / 2); overflow: visible; position: absolute; top: calc(47.852760736196345% - 67.280163599182% / 2); width: 60%; z-index: 1; }\",\".framer-LMhlV .framer-fdiffj { --border-bottom-width: 1px; --border-color: var(--token-d0bd02b0-b4cf-4a91-93b3-3d1807f9d4e2, rgba(255, 255, 255, 0.12)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-f5cd647b-70d5-4584-bc73-3b63863333ca, rgba(0, 0, 0, 0.4)); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 79px; box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.55); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 57px); justify-content: center; left: 0px; padding: 0px; position: absolute; width: 18%; }\",\".framer-LMhlV .framer-pcdro9, .framer-LMhlV .framer-1wa88hg, .framer-LMhlV .framer-3rt5ra, .framer-LMhlV .framer-jxhte, .framer-LMhlV .framer-z6gs1r { border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LMhlV .framer-1ih3ixl { --border-bottom-width: 1px; --border-color: var(--token-d0bd02b0-b4cf-4a91-93b3-3d1807f9d4e2, rgba(255, 255, 255, 0.12)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-f5cd647b-70d5-4584-bc73-3b63863333ca, rgba(0, 0, 0, 0.4)); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 0px; box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.55); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 66px); justify-content: center; left: 102px; padding: 0px; position: absolute; width: 21%; }\",\".framer-LMhlV .framer-1hyiuck { --border-bottom-width: 1px; --border-color: var(--token-d0bd02b0-b4cf-4a91-93b3-3d1807f9d4e2, rgba(255, 255, 255, 0.12)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-f5cd647b-70d5-4584-bc73-3b63863333ca, rgba(0, 0, 0, 0.4)); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 39px; box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.55); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 63px); justify-content: center; left: 245px; padding: 0px; position: absolute; width: 20%; }\",\".framer-LMhlV .framer-1ky9n9y { border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-LMhlV .framer-syj5n9 { --border-bottom-width: 1px; --border-color: var(--token-d0bd02b0-b4cf-4a91-93b3-3d1807f9d4e2, rgba(255, 255, 255, 0.12)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-f5cd647b-70d5-4584-bc73-3b63863333ca, rgba(0, 0, 0, 0.4)); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.55); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 69px); justify-content: center; padding: 0px; position: absolute; right: 0px; top: 44px; width: 22%; }\",\".framer-LMhlV .framer-eq3lg2 { --border-bottom-width: 1px; --border-color: var(--token-d0bd02b0-b4cf-4a91-93b3-3d1807f9d4e2, rgba(255, 255, 255, 0.12)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.55); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 77px); justify-content: center; left: 35px; padding: 0px; position: absolute; top: 0px; width: 24%; }\",\".framer-LMhlV .framer-1db2oh2 { --border-bottom-width: 1px; --border-color: var(--token-b500c456-d158-4f8d-8e72-d9db8cb39fef, #ffffff); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: var(--token-3ab11786-1cff-4092-be7e-1488692831de, #241c36); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.55); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 116px); justify-content: center; left: 49%; padding: 0px; position: absolute; top: 52%; transform: translate(-50%, -50%); width: 36%; }\",\".framer-LMhlV .framer-dsctnz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-LMhlV .framer-1hziioj { align-content: center; align-items: center; aspect-ratio: 1.1828499369482977 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 721px); justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 71%; }\",\".framer-LMhlV .framer-ilbs9z { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-LMhlV .framer-1shac2m { background-color: var(--token-fe3b7a0c-e878-4553-ac95-209c829b58c0, #0d0a17); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: inset 0px -106px 84px 0px #7f00ff, inset 0px -36px 44px 0px rgba(246, 146, 255, 1); flex: none; height: 658px; left: calc(38.52459016393445% - 657px / 2); opacity: 0.2; position: absolute; top: calc(47.5728155339806% - 658px / 2); width: 657px; z-index: 0; }\",\".framer-LMhlV .framer-19u2jhy { background-color: var(--token-fe3b7a0c-e878-4553-ac95-209c829b58c0, #0d0a17); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: inset 0px -106px 84px 0px #7f00ff, inset 0px -36px 44px 0px rgba(246, 146, 255, 1); flex: none; height: 658px; left: calc(61.59250585480096% - 657px / 2); opacity: 0.2; position: absolute; top: calc(47.5728155339806% - 658px / 2); width: 657px; z-index: 0; }\",\".framer-LMhlV .framer-18vlzw { background-color: var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, #06040d); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: inset 0px -106px 84px 0px rgba(164, 28, 255, 0.6), inset 0px -36px 44px 0px rgb(250, 199, 255), inset 0px -36px 30px 0px var(--token-8f82600c-5aaf-4670-aa99-8f15b90b575d, rgb(255, 0, 47)); flex: none; height: 621px; left: calc(50.00000000000002% - 620px / 2); position: absolute; top: calc(54.92371705963941% - 621px / 2); width: 620px; z-index: 1; }\",\".framer-LMhlV .framer-1kedk1e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 400px; overflow: hidden; padding: 0px; position: relative; width: 51%; z-index: 1; }\",\".framer-LMhlV .framer-1hzvvcs-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LMhlV.framer-1qajk4q, .framer-LMhlV .framer-treyqy, .framer-LMhlV .framer-v3xsfu, .framer-LMhlV .framer-1nbj29k, .framer-LMhlV .framer-y2vx79, .framer-LMhlV .framer-wgo2bt, .framer-LMhlV .framer-16gpc88, .framer-LMhlV .framer-k2yb8d, .framer-LMhlV .framer-1yyj3pm, .framer-LMhlV .framer-yqclkk, .framer-LMhlV .framer-wwf1aw, .framer-LMhlV .framer-19ezhph, .framer-LMhlV .framer-laxfft, .framer-LMhlV .framer-11ukx40, .framer-LMhlV .framer-1iswoi2, .framer-LMhlV .framer-16ns033, .framer-LMhlV .framer-18ugpz9, .framer-LMhlV .framer-1bkfd53, .framer-LMhlV .framer-11qp0h0, .framer-LMhlV .framer-urb80u, .framer-LMhlV .framer-1m9rqu5, .framer-LMhlV .framer-jlvdgd, .framer-LMhlV .framer-1xzur8l, .framer-LMhlV .framer-jqadsy, .framer-LMhlV .framer-yepa2u, .framer-LMhlV .framer-1fnvdsp, .framer-LMhlV .framer-j5ns0, .framer-LMhlV .framer-pvjmtx, .framer-LMhlV .framer-8qwx38, .framer-LMhlV .framer-47xhjf, .framer-LMhlV .framer-1sl49dc, .framer-LMhlV .framer-5ycmpm, .framer-LMhlV .framer-1jdhsa0, .framer-LMhlV .framer-air6dq, .framer-LMhlV .framer-15gcbd5, .framer-LMhlV .framer-8ps1ed, .framer-LMhlV .framer-1ycmzys, .framer-LMhlV .framer-12dgdjc, .framer-LMhlV .framer-o2eckk, .framer-LMhlV .framer-1u2j949, .framer-LMhlV .framer-ejd96c, .framer-LMhlV .framer-ioh4bj, .framer-LMhlV .framer-179dwr7, .framer-LMhlV .framer-7bnw4l, .framer-LMhlV .framer-7lqz7q, .framer-LMhlV .framer-147hm18, .framer-LMhlV .framer-1b7v05x, .framer-LMhlV .framer-1cqvj8h, .framer-LMhlV .framer-n0zgt2, .framer-LMhlV .framer-fdiffj, .framer-LMhlV .framer-1ih3ixl, .framer-LMhlV .framer-1hyiuck, .framer-LMhlV .framer-syj5n9, .framer-LMhlV .framer-eq3lg2, .framer-LMhlV .framer-1db2oh2, .framer-LMhlV .framer-pum2au, .framer-LMhlV .framer-ro1xxq, .framer-LMhlV .framer-kjqe9u, .framer-LMhlV .framer-dsctnz, .framer-LMhlV .framer-1hziioj, .framer-LMhlV .framer-1kedk1e, .framer-LMhlV .framer-1r31hbg { gap: 0px; } .framer-LMhlV.framer-1qajk4q > *, .framer-LMhlV .framer-1nbj29k > *, .framer-LMhlV .framer-1ycmzys > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-LMhlV.framer-1qajk4q > :first-child, .framer-LMhlV .framer-treyqy > :first-child, .framer-LMhlV .framer-v3xsfu > :first-child, .framer-LMhlV .framer-1nbj29k > :first-child, .framer-LMhlV .framer-16gpc88 > :first-child, .framer-LMhlV .framer-1yyj3pm > :first-child, .framer-LMhlV .framer-yqclkk > :first-child, .framer-LMhlV .framer-wwf1aw > :first-child, .framer-LMhlV .framer-11ukx40 > :first-child, .framer-LMhlV .framer-1iswoi2 > :first-child, .framer-LMhlV .framer-16ns033 > :first-child, .framer-LMhlV .framer-18ugpz9 > :first-child, .framer-LMhlV .framer-11qp0h0 > :first-child, .framer-LMhlV .framer-urb80u > :first-child, .framer-LMhlV .framer-jlvdgd > :first-child, .framer-LMhlV .framer-1xzur8l > :first-child, .framer-LMhlV .framer-yepa2u > :first-child, .framer-LMhlV .framer-1fnvdsp > :first-child, .framer-LMhlV .framer-8qwx38 > :first-child, .framer-LMhlV .framer-1sl49dc > :first-child, .framer-LMhlV .framer-5ycmpm > :first-child, .framer-LMhlV .framer-air6dq > :first-child, .framer-LMhlV .framer-15gcbd5 > :first-child, .framer-LMhlV .framer-8ps1ed > :first-child, .framer-LMhlV .framer-1ycmzys > :first-child, .framer-LMhlV .framer-1u2j949 > :first-child, .framer-LMhlV .framer-ejd96c > :first-child, .framer-LMhlV .framer-ioh4bj > :first-child, .framer-LMhlV .framer-1hyiuck > :first-child, .framer-LMhlV .framer-ro1xxq > :first-child, .framer-LMhlV .framer-kjqe9u > :first-child, .framer-LMhlV .framer-dsctnz > :first-child, .framer-LMhlV .framer-1kedk1e > :first-child, .framer-LMhlV .framer-1r31hbg > :first-child { margin-top: 0px; } .framer-LMhlV.framer-1qajk4q > :last-child, .framer-LMhlV .framer-treyqy > :last-child, .framer-LMhlV .framer-v3xsfu > :last-child, .framer-LMhlV .framer-1nbj29k > :last-child, .framer-LMhlV .framer-16gpc88 > :last-child, .framer-LMhlV .framer-1yyj3pm > :last-child, .framer-LMhlV .framer-yqclkk > :last-child, .framer-LMhlV .framer-wwf1aw > :last-child, .framer-LMhlV .framer-11ukx40 > :last-child, .framer-LMhlV .framer-1iswoi2 > :last-child, .framer-LMhlV .framer-16ns033 > :last-child, .framer-LMhlV .framer-18ugpz9 > :last-child, .framer-LMhlV .framer-11qp0h0 > :last-child, .framer-LMhlV .framer-urb80u > :last-child, .framer-LMhlV .framer-jlvdgd > :last-child, .framer-LMhlV .framer-1xzur8l > :last-child, .framer-LMhlV .framer-yepa2u > :last-child, .framer-LMhlV .framer-1fnvdsp > :last-child, .framer-LMhlV .framer-8qwx38 > :last-child, .framer-LMhlV .framer-1sl49dc > :last-child, .framer-LMhlV .framer-5ycmpm > :last-child, .framer-LMhlV .framer-air6dq > :last-child, .framer-LMhlV .framer-15gcbd5 > :last-child, .framer-LMhlV .framer-8ps1ed > :last-child, .framer-LMhlV .framer-1ycmzys > :last-child, .framer-LMhlV .framer-1u2j949 > :last-child, .framer-LMhlV .framer-ejd96c > :last-child, .framer-LMhlV .framer-ioh4bj > :last-child, .framer-LMhlV .framer-1hyiuck > :last-child, .framer-LMhlV .framer-ro1xxq > :last-child, .framer-LMhlV .framer-kjqe9u > :last-child, .framer-LMhlV .framer-dsctnz > :last-child, .framer-LMhlV .framer-1kedk1e > :last-child, .framer-LMhlV .framer-1r31hbg > :last-child { margin-bottom: 0px; } .framer-LMhlV .framer-treyqy > * { margin: 0px; margin-bottom: calc(200px / 2); margin-top: calc(200px / 2); } .framer-LMhlV .framer-v3xsfu > * { margin: 0px; margin-bottom: calc(250px / 2); margin-top: calc(250px / 2); } .framer-LMhlV .framer-y2vx79 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-LMhlV .framer-y2vx79 > :first-child, .framer-LMhlV .framer-wgo2bt > :first-child, .framer-LMhlV .framer-k2yb8d > :first-child, .framer-LMhlV .framer-19ezhph > :first-child, .framer-LMhlV .framer-laxfft > :first-child, .framer-LMhlV .framer-1bkfd53 > :first-child, .framer-LMhlV .framer-1m9rqu5 > :first-child, .framer-LMhlV .framer-jqadsy > :first-child, .framer-LMhlV .framer-j5ns0 > :first-child, .framer-LMhlV .framer-pvjmtx > :first-child, .framer-LMhlV .framer-47xhjf > :first-child, .framer-LMhlV .framer-1jdhsa0 > :first-child, .framer-LMhlV .framer-12dgdjc > :first-child, .framer-LMhlV .framer-o2eckk > :first-child, .framer-LMhlV .framer-179dwr7 > :first-child, .framer-LMhlV .framer-7bnw4l > :first-child, .framer-LMhlV .framer-7lqz7q > :first-child, .framer-LMhlV .framer-147hm18 > :first-child, .framer-LMhlV .framer-1b7v05x > :first-child, .framer-LMhlV .framer-1cqvj8h > :first-child, .framer-LMhlV .framer-n0zgt2 > :first-child, .framer-LMhlV .framer-fdiffj > :first-child, .framer-LMhlV .framer-1ih3ixl > :first-child, .framer-LMhlV .framer-syj5n9 > :first-child, .framer-LMhlV .framer-eq3lg2 > :first-child, .framer-LMhlV .framer-1db2oh2 > :first-child, .framer-LMhlV .framer-pum2au > :first-child, .framer-LMhlV .framer-1hziioj > :first-child { margin-left: 0px; } .framer-LMhlV .framer-y2vx79 > :last-child, .framer-LMhlV .framer-wgo2bt > :last-child, .framer-LMhlV .framer-k2yb8d > :last-child, .framer-LMhlV .framer-19ezhph > :last-child, .framer-LMhlV .framer-laxfft > :last-child, .framer-LMhlV .framer-1bkfd53 > :last-child, .framer-LMhlV .framer-1m9rqu5 > :last-child, .framer-LMhlV .framer-jqadsy > :last-child, .framer-LMhlV .framer-j5ns0 > :last-child, .framer-LMhlV .framer-pvjmtx > :last-child, .framer-LMhlV .framer-47xhjf > :last-child, .framer-LMhlV .framer-1jdhsa0 > :last-child, .framer-LMhlV .framer-12dgdjc > :last-child, .framer-LMhlV .framer-o2eckk > :last-child, .framer-LMhlV .framer-179dwr7 > :last-child, .framer-LMhlV .framer-7bnw4l > :last-child, .framer-LMhlV .framer-7lqz7q > :last-child, .framer-LMhlV .framer-147hm18 > :last-child, .framer-LMhlV .framer-1b7v05x > :last-child, .framer-LMhlV .framer-1cqvj8h > :last-child, .framer-LMhlV .framer-n0zgt2 > :last-child, .framer-LMhlV .framer-fdiffj > :last-child, .framer-LMhlV .framer-1ih3ixl > :last-child, .framer-LMhlV .framer-syj5n9 > :last-child, .framer-LMhlV .framer-eq3lg2 > :last-child, .framer-LMhlV .framer-1db2oh2 > :last-child, .framer-LMhlV .framer-pum2au > :last-child, .framer-LMhlV .framer-1hziioj > :last-child { margin-right: 0px; } .framer-LMhlV .framer-wgo2bt > *, .framer-LMhlV .framer-1bkfd53 > *, .framer-LMhlV .framer-1m9rqu5 > *, .framer-LMhlV .framer-jqadsy > *, .framer-LMhlV .framer-j5ns0 > *, .framer-LMhlV .framer-pvjmtx > *, .framer-LMhlV .framer-n0zgt2 > *, .framer-LMhlV .framer-fdiffj > *, .framer-LMhlV .framer-1ih3ixl > *, .framer-LMhlV .framer-syj5n9 > *, .framer-LMhlV .framer-eq3lg2 > *, .framer-LMhlV .framer-1db2oh2 > *, .framer-LMhlV .framer-1hziioj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-LMhlV .framer-16gpc88 > *, .framer-LMhlV .framer-yqclkk > *, .framer-LMhlV .framer-16ns033 > *, .framer-LMhlV .framer-11qp0h0 > *, .framer-LMhlV .framer-jlvdgd > *, .framer-LMhlV .framer-yepa2u > *, .framer-LMhlV .framer-5ycmpm > *, .framer-LMhlV .framer-15gcbd5 > *, .framer-LMhlV .framer-ejd96c > *, .framer-LMhlV .framer-kjqe9u > *, .framer-LMhlV .framer-1r31hbg > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-LMhlV .framer-k2yb8d > *, .framer-LMhlV .framer-47xhjf > *, .framer-LMhlV .framer-1jdhsa0 > *, .framer-LMhlV .framer-12dgdjc > *, .framer-LMhlV .framer-7bnw4l > *, .framer-LMhlV .framer-147hm18 > *, .framer-LMhlV .framer-1cqvj8h > *, .framer-LMhlV .framer-pum2au > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-LMhlV .framer-1yyj3pm > *, .framer-LMhlV .framer-8qwx38 > *, .framer-LMhlV .framer-1sl49dc > *, .framer-LMhlV .framer-air6dq > *, .framer-LMhlV .framer-ro1xxq > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-LMhlV .framer-wwf1aw > *, .framer-LMhlV .framer-8ps1ed > *, .framer-LMhlV .framer-dsctnz > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-LMhlV .framer-19ezhph > *, .framer-LMhlV .framer-laxfft > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-LMhlV .framer-11ukx40 > *, .framer-LMhlV .framer-1hyiuck > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-LMhlV .framer-1iswoi2 > *, .framer-LMhlV .framer-1u2j949 > *, .framer-LMhlV .framer-1kedk1e > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-LMhlV .framer-18ugpz9 > * { margin: 0px; margin-bottom: calc(148px / 2); margin-top: calc(148px / 2); } .framer-LMhlV .framer-urb80u > *, .framer-LMhlV .framer-1xzur8l > *, .framer-LMhlV .framer-1fnvdsp > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-LMhlV .framer-o2eckk > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-LMhlV .framer-ioh4bj > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-LMhlV .framer-179dwr7 > *, .framer-LMhlV .framer-7lqz7q > *, .framer-LMhlV .framer-1b7v05x > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-LMhlV { background: var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13)); } .framer-LMhlV.framer-1qajk4q { width: 810px; } .framer-LMhlV .framer-treyqy { overflow: hidden; padding: 160px 40px 80px 40px; } .framer-LMhlV .framer-v3xsfu { gap: 200px; } .framer-LMhlV .framer-k2yb8d, .framer-LMhlV .framer-j5ns0, .framer-LMhlV .framer-47xhjf, .framer-LMhlV .framer-1jdhsa0, .framer-LMhlV .framer-12dgdjc, .framer-LMhlV .framer-pum2au { padding: 80px 40px 80px 40px; } .framer-LMhlV .framer-19ezhph { align-content: unset; align-items: unset; display: grid; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); } .framer-LMhlV .framer-lxevto-container, .framer-LMhlV .framer-cak9sa-container, .framer-LMhlV .framer-d44x4d-container { align-self: start; flex: none; height: 100%; justify-self: start; width: 100%; } .framer-LMhlV .framer-laxfft { gap: 16px; } .framer-LMhlV .framer-11ukx40 { overflow: hidden; padding: 80px 40px 80px 40px; } .framer-LMhlV .framer-vktqhn { align-content: center; align-items: center; flex-direction: column; gap: 48px; justify-content: center; } .framer-LMhlV .framer-1iswoi2 { align-content: center; align-items: center; max-width: 650px; order: 0; position: relative; top: unset; width: 100%; } .framer-LMhlV .framer-16ns033 { align-content: center; align-items: center; } .framer-LMhlV .framer-18ugpz9 { order: 1; } .framer-LMhlV .framer-waqm4m { height: var(--framer-aspect-ratio-supported, 414px); width: 1037px; } .framer-LMhlV .framer-trxdbc { height: var(--framer-aspect-ratio-supported, 216px); top: 44%; width: 24%; } .framer-LMhlV .framer-1ycmzys { right: -5px; top: 62px; } .framer-LMhlV .framer-12ewec4 { height: var(--framer-aspect-ratio-supported, 311px); } .framer-LMhlV .framer-1tdrx75 { height: 67%; left: calc(50.14662756598243% - 64.80938416422288% / 2); top: calc(50.160771704180085% - 67.20257234726688% / 2); width: 65%; } .framer-LMhlV .framer-fdiffj { height: var(--framer-aspect-ratio-supported, 40px); } .framer-LMhlV .framer-1ih3ixl { bottom: 10px; height: var(--framer-aspect-ratio-supported, 46px); left: 72px; } .framer-LMhlV .framer-1hyiuck { height: var(--framer-aspect-ratio-supported, 44px); left: 165px; } .framer-LMhlV .framer-syj5n9 { height: var(--framer-aspect-ratio-supported, 48px); } .framer-LMhlV .framer-eq3lg2 { height: var(--framer-aspect-ratio-supported, 53px); } .framer-LMhlV .framer-1db2oh2 { height: var(--framer-aspect-ratio-supported, 80px); left: 49%; top: 47%; } .framer-LMhlV .framer-dsctnz { overflow: hidden; padding: 80px 0px 80px 0px; } .framer-LMhlV .framer-1hziioj { height: var(--framer-aspect-ratio-supported, 683px); width: 100%; } .framer-LMhlV .framer-ilbs9z { aspect-ratio: 1.1866952789699572 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 600px); left: 48%; right: unset; top: 48%; transform: translate(-50%, -50%); width: 712px; } .framer-LMhlV .framer-1shac2m { aspect-ratio: 1.0022522522522523 / 1; height: var(--framer-aspect-ratio-supported, 572px); left: 40%; top: 48%; transform: translate(-50%, -50%); width: 80%; } .framer-LMhlV .framer-19u2jhy { aspect-ratio: 1.0022522522522523 / 1; height: var(--framer-aspect-ratio-supported, 572px); left: 60%; top: 48%; transform: translate(-50%, -50%); width: 80%; } .framer-LMhlV .framer-18vlzw { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 540px); left: 50%; top: 55%; transform: translate(-50%, -50%); width: 76%; } .framer-LMhlV .framer-1kedk1e { gap: 36px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LMhlV .framer-v3xsfu, .framer-LMhlV .framer-19ezhph, .framer-LMhlV .framer-laxfft, .framer-LMhlV .framer-vktqhn, .framer-LMhlV .framer-1kedk1e { gap: 0px; } .framer-LMhlV .framer-v3xsfu > * { margin: 0px; margin-bottom: calc(200px / 2); margin-top: calc(200px / 2); } .framer-LMhlV .framer-v3xsfu > :first-child, .framer-LMhlV .framer-vktqhn > :first-child, .framer-LMhlV .framer-1kedk1e > :first-child { margin-top: 0px; } .framer-LMhlV .framer-v3xsfu > :last-child, .framer-LMhlV .framer-vktqhn > :last-child, .framer-LMhlV .framer-1kedk1e > :last-child { margin-bottom: 0px; } .framer-LMhlV .framer-19ezhph > *, .framer-LMhlV .framer-19ezhph > :first-child, .framer-LMhlV .framer-19ezhph > :last-child { margin: 0px; } .framer-LMhlV .framer-laxfft > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-LMhlV .framer-laxfft > :first-child { margin-left: 0px; } .framer-LMhlV .framer-laxfft > :last-child { margin-right: 0px; } .framer-LMhlV .framer-vktqhn > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-LMhlV .framer-1kedk1e > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-LMhlV { background: var(--token-30c5159a-0571-42a9-94be-0aeb3b7837ae, rgb(6, 4, 13)); } .framer-LMhlV.framer-1qajk4q { width: 390px; } .framer-LMhlV .framer-1t33xo6-container, .framer-LMhlV .framer-dowff8, .framer-LMhlV .framer-3rt5ra { order: 0; } .framer-LMhlV .framer-1dvb2a0-container, .framer-LMhlV .framer-r36bbg { order: 1; } .framer-LMhlV .framer-treyqy { gap: 64px; order: 2; overflow: hidden; padding: 120px 20px 60px 20px; } .framer-LMhlV .framer-v3xsfu { gap: 132px; } .framer-LMhlV .framer-k2yb8d { flex-direction: column; order: 3; padding: 60px 20px 60px 20px; } .framer-LMhlV .framer-1yyj3pm, .framer-LMhlV .framer-air6dq, .framer-LMhlV .framer-ro1xxq { flex: none; gap: 48px; overflow: hidden; width: 100%; } .framer-LMhlV .framer-yqclkk { overflow: hidden; } .framer-LMhlV .framer-19ezhph, .framer-LMhlV .framer-laxfft { flex-direction: column; } .framer-LMhlV .framer-lxevto-container, .framer-LMhlV .framer-cak9sa-container, .framer-LMhlV .framer-d44x4d-container, .framer-LMhlV .framer-1a2jogs-container, .framer-LMhlV .framer-3y7jz8-container, .framer-LMhlV .framer-pvjmtx, .framer-LMhlV .framer-n0zgt2 { flex: none; width: 100%; } .framer-LMhlV .framer-11ukx40 { order: 4; overflow: hidden; padding: 60px 20px 60px 20px; } .framer-LMhlV .framer-vktqhn { flex-direction: column; gap: 56px; justify-content: center; } .framer-LMhlV .framer-1iswoi2 { align-content: center; align-items: center; position: relative; top: unset; width: 100%; } .framer-LMhlV .framer-18ugpz9 { gap: 48px; width: 350px; } .framer-LMhlV .framer-f64xi1, .framer-LMhlV .framer-15kz6yu, .framer-LMhlV .framer-1n1hocq { height: var(--framer-aspect-ratio-supported, 217px); } .framer-LMhlV .framer-j5ns0 { flex-direction: column; order: 5; padding: 60px 20px 60px 20px; } .framer-LMhlV .framer-8qwx38 { gap: 0px; } .framer-LMhlV .framer-hdfm9f-container { height: 100vh; top: 20px; } .framer-LMhlV .framer-1swuwc0, .framer-LMhlV .framer-1bycbof, .framer-LMhlV .framer-1nesvro { height: 100vh; } .framer-LMhlV .framer-167ig2b { height: 45.85308056872038vh; } .framer-LMhlV .framer-47xhjf { flex-direction: column; order: 6; padding: 60px 20px 60px 20px; } .framer-LMhlV .framer-1sl49dc { flex: none; gap: 48px; width: 100%; } .framer-LMhlV .framer-1jdhsa0 { flex-direction: column; order: 7; padding: 60px 20px 60px 20px; } .framer-LMhlV .framer-waqm4m { aspect-ratio: 1.4767932489451476 / 1; height: var(--framer-aspect-ratio-supported, 305px); width: 450px; } .framer-LMhlV .framer-trxdbc { height: var(--framer-aspect-ratio-supported, 177px); top: 29%; width: 41%; } .framer-LMhlV .framer-1ycmzys { right: -3px; top: 52px; } .framer-LMhlV .framer-12dgdjc { flex-direction: column; order: 8; padding: 60px 20px 60px 20px; } .framer-LMhlV .framer-o2eckk { flex: none; flex-direction: column; overflow: hidden; width: 100%; } .framer-LMhlV .framer-1u2j949 { flex: none; overflow: hidden; width: 100%; } .framer-LMhlV .framer-12ewec4 { -webkit-filter: blur(25px); filter: blur(25px); height: var(--framer-aspect-ratio-supported, 320px); } .framer-LMhlV .framer-1tdrx75 { height: 302px; left: calc(50.00000000000002% - 87.14285714285714% / 2); top: calc(50.156739811912246% - 302px / 2); width: 87%; } .framer-LMhlV .framer-fdiffj { bottom: 109px; height: var(--framer-aspect-ratio-supported, 45px); left: 40px; width: 15%; } .framer-LMhlV .framer-1ih3ixl { bottom: 40px; height: var(--framer-aspect-ratio-supported, 40px); left: 50%; transform: translateX(-50%); width: 13%; } .framer-LMhlV .framer-1hyiuck { bottom: 78px; height: var(--framer-aspect-ratio-supported, 50px); left: 215px; width: 16%; } .framer-LMhlV .framer-syj5n9 { height: var(--framer-aspect-ratio-supported, 49px); left: 216px; right: unset; width: 16%; } .framer-LMhlV .framer-eq3lg2 { height: var(--framer-aspect-ratio-supported, 56px); left: 65px; top: 30px; width: 18%; } .framer-LMhlV .framer-1db2oh2 { height: var(--framer-aspect-ratio-supported, 71px); left: 50%; top: 46%; width: 23%; } .framer-LMhlV .framer-pum2au { flex-direction: column; order: 9; padding: 60px 20px 60px 20px; } .framer-LMhlV .framer-dsctnz { aspect-ratio: 0.8685968819599109 / 1; height: var(--framer-aspect-ratio-supported, 449px); order: 10; overflow: hidden; padding: 60px 0px 120px 0px; } .framer-LMhlV .framer-1hziioj { align-content: flex-start; align-items: flex-start; gap: 0px; height: var(--framer-aspect-ratio-supported, 388px); padding: 0px 0px 24px 0px; width: 118%; } .framer-LMhlV .framer-ilbs9z { aspect-ratio: 1.183622828784119 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 637px); left: -147px; order: 0; right: -148px; top: -249px; } .framer-LMhlV .framer-1shac2m { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 603px); left: 40%; top: 0px; transform: translateX(-50%); width: 80%; } .framer-LMhlV .framer-19u2jhy { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 605px); left: 60%; top: 0px; transform: translateX(-50%); width: 80%; } .framer-LMhlV .framer-18vlzw { aspect-ratio: 0.9932432432432432 / 1; bottom: 0px; height: var(--framer-aspect-ratio-supported, 562px); left: 50%; top: unset; transform: translateX(-50%); width: 74%; } .framer-LMhlV .framer-1kedk1e { gap: 24px; order: 1; width: 60%; } .framer-LMhlV .framer-1hzvvcs-container { order: 11; } .framer-LMhlV .framer-1iuzpfd-container { order: 12; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LMhlV .framer-treyqy, .framer-LMhlV .framer-v3xsfu, .framer-LMhlV .framer-k2yb8d, .framer-LMhlV .framer-1yyj3pm, .framer-LMhlV .framer-19ezhph, .framer-LMhlV .framer-laxfft, .framer-LMhlV .framer-vktqhn, .framer-LMhlV .framer-18ugpz9, .framer-LMhlV .framer-j5ns0, .framer-LMhlV .framer-8qwx38, .framer-LMhlV .framer-47xhjf, .framer-LMhlV .framer-1sl49dc, .framer-LMhlV .framer-1jdhsa0, .framer-LMhlV .framer-air6dq, .framer-LMhlV .framer-12dgdjc, .framer-LMhlV .framer-o2eckk, .framer-LMhlV .framer-pum2au, .framer-LMhlV .framer-ro1xxq, .framer-LMhlV .framer-1hziioj, .framer-LMhlV .framer-1kedk1e { gap: 0px; } .framer-LMhlV .framer-treyqy > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-LMhlV .framer-treyqy > :first-child, .framer-LMhlV .framer-v3xsfu > :first-child, .framer-LMhlV .framer-k2yb8d > :first-child, .framer-LMhlV .framer-1yyj3pm > :first-child, .framer-LMhlV .framer-19ezhph > :first-child, .framer-LMhlV .framer-laxfft > :first-child, .framer-LMhlV .framer-vktqhn > :first-child, .framer-LMhlV .framer-18ugpz9 > :first-child, .framer-LMhlV .framer-j5ns0 > :first-child, .framer-LMhlV .framer-8qwx38 > :first-child, .framer-LMhlV .framer-47xhjf > :first-child, .framer-LMhlV .framer-1sl49dc > :first-child, .framer-LMhlV .framer-1jdhsa0 > :first-child, .framer-LMhlV .framer-air6dq > :first-child, .framer-LMhlV .framer-12dgdjc > :first-child, .framer-LMhlV .framer-o2eckk > :first-child, .framer-LMhlV .framer-pum2au > :first-child, .framer-LMhlV .framer-ro1xxq > :first-child, .framer-LMhlV .framer-1kedk1e > :first-child { margin-top: 0px; } .framer-LMhlV .framer-treyqy > :last-child, .framer-LMhlV .framer-v3xsfu > :last-child, .framer-LMhlV .framer-k2yb8d > :last-child, .framer-LMhlV .framer-1yyj3pm > :last-child, .framer-LMhlV .framer-19ezhph > :last-child, .framer-LMhlV .framer-laxfft > :last-child, .framer-LMhlV .framer-vktqhn > :last-child, .framer-LMhlV .framer-18ugpz9 > :last-child, .framer-LMhlV .framer-j5ns0 > :last-child, .framer-LMhlV .framer-8qwx38 > :last-child, .framer-LMhlV .framer-47xhjf > :last-child, .framer-LMhlV .framer-1sl49dc > :last-child, .framer-LMhlV .framer-1jdhsa0 > :last-child, .framer-LMhlV .framer-air6dq > :last-child, .framer-LMhlV .framer-12dgdjc > :last-child, .framer-LMhlV .framer-o2eckk > :last-child, .framer-LMhlV .framer-pum2au > :last-child, .framer-LMhlV .framer-ro1xxq > :last-child, .framer-LMhlV .framer-1kedk1e > :last-child { margin-bottom: 0px; } .framer-LMhlV .framer-v3xsfu > * { margin: 0px; margin-bottom: calc(132px / 2); margin-top: calc(132px / 2); } .framer-LMhlV .framer-k2yb8d > *, .framer-LMhlV .framer-8qwx38 > *, .framer-LMhlV .framer-47xhjf > *, .framer-LMhlV .framer-1jdhsa0 > *, .framer-LMhlV .framer-12dgdjc > *, .framer-LMhlV .framer-pum2au > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-LMhlV .framer-1yyj3pm > *, .framer-LMhlV .framer-18ugpz9 > *, .framer-LMhlV .framer-1sl49dc > *, .framer-LMhlV .framer-air6dq > *, .framer-LMhlV .framer-o2eckk > *, .framer-LMhlV .framer-ro1xxq > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-LMhlV .framer-19ezhph > *, .framer-LMhlV .framer-laxfft > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-LMhlV .framer-vktqhn > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-LMhlV .framer-j5ns0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-LMhlV .framer-1hziioj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-LMhlV .framer-1hziioj > :first-child { margin-left: 0px; } .framer-LMhlV .framer-1hziioj > :last-child { margin-right: 0px; } .framer-LMhlV .framer-1kedk1e > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,'.framer-LMhlV[data-border=\"true\"]::after, .framer-LMhlV [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 12699\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"v0slU99CN\":{\"layout\":[\"fixed\",\"auto\"]},\"bRIYabUAT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramergAtGhIR84=withCSS(Component,css,\"framer-LMhlV\");export default FramergAtGhIR84;FramergAtGhIR84.displayName=\"Home\";FramergAtGhIR84.defaultProps={height:12699,width:1200};addFonts(FramergAtGhIR84,[{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\"}]},...NavigationNewHeaderFonts,...HeroBackgroundFonts,...MaterialFonts,...ButtonPrimaryButtonFonts,...CardsFeatureCardFonts,...EasyToSetFonts,...PricingDeckFonts,...AccordianAccordianDeckFonts,...NavigationFooterFonts,...SmoothScrollFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergAtGhIR84\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v0slU99CN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bRIYabUAT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"12699\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "o", "e", "t", "h", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "moduleBaseUrl", "icons", "iconKeys", "weightOptions", "styleKeyOptions", "styleOptionPropKeys", "optionKey", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "style", "isMounted", "pe", "iconKey", "useIconSelection", "styleOptionProps", "prop", "iconStyle", "se", "iconStyleKey", "activeStyle", "SelectedIcon", "setSelectedIcon", "ye", "h", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "hideStyleOptions", "styleOptions", "styleOptionsNumber", "name", "getIconSelection", "icon", "addPropertyControls", "ControlType", "result", "defaultEvents", "clamp", "t", "e", "i", "Animate", "s", "o", "n", "r", "Dimensions", "window", "Emitter", "VirtualScroll", "Lenis", "l", "h", "a", "c", "u", "d", "p", "m", "v", "g", "w", "S", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "checkOverflow", "window", "htmlObserver", "mutations", "mutation", "allElements", "i", "element", "Lenis", "raf", "time", "styleElement", "anchorLinks", "handleClick", "e", "href", "decodedHref", "a", "p", "l", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "cursor", "height", "id", "question", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "GSsbMmiWY", "rk8srg8cd", "CRk6unp9q", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ua4spq", "args", "onTap125e734", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerFGvDDYAEI", "withCSS", "FGvDDYAEI_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "AccordianAccordianFonts", "getFonts", "FGvDDYAEI_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "Framera0WbLG3zF", "withCSS", "a0WbLG3zF_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "RichText2", "ButtonPrimaryButtonFonts", "getFonts", "Nk5XT2Quj_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "toResponsiveImage", "value", "transformTemplate2", "transition3", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "animation", "animation1", "animation2", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "_01Description", "_01Image", "_01Instruction", "_01Step", "_02Description", "_02Image", "_02Instruction", "_02Step", "_03Description", "_03Image", "_03Instruction", "_03Step", "_04Description", "_04Image", "_04Instruction", "_04Step", "damyImage01", "damyImage02", "height", "id", "link", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "_ref8", "_ref9", "_ref10", "_ref11", "_ref12", "_ref13", "_ref14", "_humanReadableVariantMap_props_variant", "_ref15", "_ref16", "_ref17", "_ref18", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "GeGvF8jFM", "lpjzXJ8X6", "fMxNJeemz", "HmZrVgA0S", "BPpOa9c9f", "o5UxZoF2o", "eSCjLCjUz", "Whua7qaBF", "eEzIf1mu7", "vsM4FbREq", "q3193CfCF", "weKdcxp_Z", "PTxQ1IIGR", "rzjukTrg6", "qLefhRZxb", "pgWD2UEMJ", "Rp4uda3Qk", "UGoKPOuDz", "xH7gZnQfV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1m949fh", "args", "onTap1929i85", "onTap3dn2lx", "onTap1j78ndl", "onTap1m8d8qj", "onTapoj8288", "onTap9oukml", "onTaps9uvfx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "Frameret90WxbzF", "withCSS", "et90WxbzF_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "subtext", "title", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "eg0lt0qgE", "BA5bC_p9J", "cq5zp4f9Y", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerlMSaZZpRl", "withCSS", "lMSaZZpRl_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "HeroBackgroundFonts", "getFonts", "RBjN6jSKK_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Link", "SVG", "css", "FramerNJIpOqFdz", "withCSS", "NJIpOqFdz_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "MaterialFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "checkIconBg", "checkIconColor", "height", "id", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "p6xXGYgXE", "u7aiOJtCb", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "css", "FramerRQelsYQCb", "withCSS", "RQelsYQCb_default", "addPropertyControls", "ControlType", "addFonts", "CheckIconFonts", "getFonts", "RQelsYQCb_default", "CheckIconControls", "getPropertyControls", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "checkIcon", "checkIconBg", "checkIconColor", "height", "id", "text", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableEnumMap_checkIcon", "_ref3", "_ref4", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "R3ArZMX7O", "sLTHe30IP", "JzEXmVYRC", "OVALdqyln", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "RQelsYQCb_default", "RichText2", "css", "Frameryy_aNdjd9", "withCSS", "yy_aNdjd9_default", "addPropertyControls", "ControlType", "CheckIconControls", "addFonts", "CheckIconFonts", "getFontsFromSharedStyle", "fonts", "MotionDivWithFX", "withFX", "motion", "FeatureListFonts", "getFonts", "yy_aNdjd9_default", "ButtonPrimaryButtonFonts", "Nk5XT2Quj_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "transition4", "animation2", "transition5", "transition6", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTappfos7d", "args", "onTaptlmm4o", "onTap1k9r0ym", "onTap1btd1jt", "onTapdbm3ey", "onTap67s25r", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Link", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "SVG", "css", "FramerXn4XGgwKb", "withCSS", "Xn4XGgwKb_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavigationNewHeaderFonts", "getFonts", "JciTaXrgY_default", "NavigationNewHeaderWithVariantAppearEffect", "withVariantAppearEffect", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "HeroBackgroundFonts", "RBjN6jSKK_default", "MaterialFonts", "Icon", "MotionAWithOptimizedAppearEffect", "motion", "RichTextWithOptimizedAppearEffect", "RichText2", "ButtonPrimaryButtonFonts", "Nk5XT2Quj_default", "CardsFeatureCardFonts", "lMSaZZpRl_default", "ContainerWithFX", "withFX", "EasyToSetFonts", "et90WxbzF_default", "EasyToSetWithVariantAppearEffect", "PricingDeckFonts", "Xn4XGgwKb_default", "MotionDivWithFX", "AccordianAccordianDeckFonts", "a0WbLG3zF_default", "NavigationFooterFonts", "NJIpOqFdz_default", "SmoothScrollFonts", "SmoothScroll", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "animation4", "transition3", "textEffect", "transition4", "animation5", "animation6", "transition5", "animation7", "animation8", "animation9", "addImageAlt", "image", "alt", "transition6", "transition7", "transformTemplate1", "_", "animation10", "transition8", "transition9", "transformTemplate2", "transition10", "transition11", "transition12", "transition13", "transition14", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "router", "useRouter", "ref6", "ref7", "ref8", "ref9", "ref10", "elementId5", "elementId6", "elementId7", "elementId8", "elementId9", "ref11", "elementId10", "ref12", "elementId11", "ref13", "elementId12", "ref14", "elementId13", "ref15", "elementId14", "ref16", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "ContainerWithOptimizedAppearEffect", "PropertyOverrides2", "NavigationNewHeaderWithVariantAppearEffect", "Container", "RBjN6jSKK_default", "Link", "MotionAWithOptimizedAppearEffect", "RichText2", "x", "Icon", "RichTextWithOptimizedAppearEffect", "Nk5XT2Quj_default", "ContainerWithFX", "lMSaZZpRl_default", "getLoadingLazyAtYPosition", "Image2", "ResolveLinks", "resolvedLinks", "EasyToSetWithVariantAppearEffect", "Xn4XGgwKb_default", "MotionDivWithFX", "a0WbLG3zF_default", "NJIpOqFdz_default", "SmoothScroll", "css", "FramergAtGhIR84", "withCSS", "gAtGhIR84_default", "addFonts", "NavigationNewHeaderFonts", "HeroBackgroundFonts", "MaterialFonts", "ButtonPrimaryButtonFonts", "CardsFeatureCardFonts", "EasyToSetFonts", "PricingDeckFonts", "AccordianAccordianDeckFonts", "NavigationFooterFonts", "SmoothScrollFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
