{
  "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://framerusercontent.com/modules/QUFjeF6e9rC17IgHuVGX/dvKakytpr1Fzgvc1WhyK/WOt24BpKs.js", "ssg:https://framerusercontent.com/modules/TUZIDOsc0s8VhxrQMk8p/LdJB8NU1e29PZKCOO97p/Mf6IqiqDD.js", "ssg:https://framerusercontent.com/modules/LERxijpjolqyd7yo7Dim/aitrn0jZxccCgdSUBgPE/okFWICNB0.js", "ssg:https://framerusercontent.com/modules/cU1sWdvJwfqDWjT3ZJ5e/sQhundadX5QHpx94aJGG/m7FKBk4tc.js", "ssg:https://framerusercontent.com/modules/6efXZhMX1YGPlFZ1cwJQ/PSpUZRk1uxruizI3e8Cr/wywKJeiNO.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", "// Generated by Framer (eea9f0c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Figtree-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.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-gTigA .framer-styles-preset-c85c9x:not(.rich-text-wrapper), .framer-gTigA .framer-styles-preset-c85c9x.rich-text-wrapper p { --framer-font-family: \"Figtree\", \"Figtree 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-variation-axes: normal; --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: 180%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-1803beec-02a9-4b7f-a9b7-d662af12686d, #777777); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-gTigA\";\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 (eea9f0c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/QUFjeF6e9rC17IgHuVGX/dvKakytpr1Fzgvc1WhyK/WOt24BpKs.js\";const cycleOrder=[\"Rk1zGHtQk\",\"rZB_TjVi_\",\"kBsQyes1_\",\"QZChhPyky\",\"TUo_1Psae\"];const serializationHash=\"framer-1I57t\";const variantClassNames={kBsQyes1_:\"framer-v-1egj2dw\",QZChhPyky:\"framer-v-1ycr8fd\",Rk1zGHtQk:\"framer-v-1rdea7q\",rZB_TjVi_:\"framer-v-yvw6eu\",TUo_1Psae:\"framer-v-1dh71g\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Full list\":\"Rk1zGHtQk\",\"SC OB\":\"kBsQyes1_\",Appsel:\"QZChhPyky\",MIB:\"TUo_1Psae\",SC:\"rZB_TjVi_\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Rk1zGHtQk\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Rk1zGHtQk\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"kBsQyes1_\",\"QZChhPyky\",\"TUo_1Psae\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"rZB_TjVi_\",\"kBsQyes1_\",\"QZChhPyky\",\"TUo_1Psae\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"rZB_TjVi_\")return false;return true;};const isDisplayed3=()=>{if([\"kBsQyes1_\",\"QZChhPyky\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"rZB_TjVi_\",\"kBsQyes1_\",\"QZChhPyky\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if([\"rZB_TjVi_\",\"kBsQyes1_\",\"TUo_1Psae\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if([\"rZB_TjVi_\",\"TUo_1Psae\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if([\"rZB_TjVi_\",\"QZChhPyky\",\"TUo_1Psae\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1rdea7q\",className,classNames),\"data-framer-name\":\"Full list\",layoutDependency:layoutDependency,layoutId:\"Rk1zGHtQk\",ref:refBinding,style:{...style},...addPropertyOverrides({kBsQyes1_:{\"data-framer-name\":\"SC OB\"},QZChhPyky:{\"data-framer-name\":\"Appsel\"},rZB_TjVi_:{\"data-framer-name\":\"SC\"},TUo_1Psae:{\"data-framer-name\":\"MIB\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hqwpv0\",\"data-framer-name\":\"Massive Impact\",layoutDependency:layoutDependency,layoutId:\"b9MnqAfQb\",style:{backgroundColor:\"var(--token-0c425753-bb25-44cc-8eeb-7f681179a357, rgb(43, 136, 0))\",borderBottomLeftRadius:5e3,borderBottomRightRadius:5e3,borderTopLeftRadius:5e3,borderTopRightRadius:5e3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Massive impact\"})}),className:\"framer-9ep9tv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Q7vS8dYHj\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-7pxgsy\",\"data-framer-name\":\"Full Spectrum Design\",layoutDependency:layoutDependency,layoutId:\"sXyWlK_mh\",style:{backgroundColor:\"var(--token-5685631e-1f86-4817-b317-eb52b5e27846, rgb(11, 78, 90))\",borderBottomLeftRadius:5e3,borderBottomRightRadius:5e3,borderTopLeftRadius:5e3,borderTopRightRadius:5e3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Full stack 0-1\"})}),className:\"framer-11nk0bx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"A9_mVKugF\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qq6yq0\",\"data-framer-name\":\"Research\",layoutDependency:layoutDependency,layoutId:\"D5wrudbHi\",style:{backgroundColor:\"var(--token-c6f5e8af-9d42-47c9-8a4f-bb5338108fb5, rgb(190, 255, 160))\",borderBottomLeftRadius:5e3,borderBottomRightRadius:5e3,borderTopLeftRadius:5e3,borderTopRightRadius:5e3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28)))\"},children:\"Research\"})}),className:\"framer-51xo35\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jERYPEmpk\",style:{\"--extracted-r6o4lv\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vrufni\",\"data-framer-name\":\"MVP\",layoutDependency:layoutDependency,layoutId:\"jOYZ7YmF8\",style:{backgroundColor:\"var(--token-ff7da661-74f6-447e-a6c3-7cbaa38a7ce2, rgb(201, 240, 248))\",borderBottomLeftRadius:5e3,borderBottomRightRadius:5e3,borderTopLeftRadius:5e3,borderTopRightRadius:5e3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28)))\"},children:\"MVP\"})}),className:\"framer-vghx34\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qiYQikX4D\",style:{\"--extracted-r6o4lv\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-5nzlf5\",\"data-framer-name\":\"Quick iterations\",layoutDependency:layoutDependency,layoutId:\"h98qp6_8C\",style:{backgroundColor:\"var(--token-b83b3308-670c-4298-a242-98eabea05e8c, rgb(100, 8, 254))\",borderBottomLeftRadius:5e3,borderBottomRightRadius:5e3,borderTopLeftRadius:5e3,borderTopRightRadius:5e3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Quick iterations\"})}),className:\"framer-1t70r1g\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gS2HYen7h\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ng6ulh\",\"data-framer-name\":\"Product Direction\",layoutDependency:layoutDependency,layoutId:\"HdO8ykJqp\",style:{backgroundColor:\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",borderBottomLeftRadius:5e3,borderBottomRightRadius:5e3,borderTopLeftRadius:5e3,borderTopRightRadius:5e3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Product direction\"})}),className:\"framer-1o4d4lw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"K4Ude9PsV\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-y000pe\",\"data-framer-name\":\"Compliance\",layoutDependency:layoutDependency,layoutId:\"j_oVDS0kg\",style:{backgroundColor:\"var(--token-1803beec-02a9-4b7f-a9b7-d662af12686d, rgb(96, 96, 96))\",borderBottomLeftRadius:5e3,borderBottomRightRadius:5e3,borderTopLeftRadius:5e3,borderTopRightRadius:5e3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Compliance\"})}),className:\"framer-egk82r\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZmLQuOj6a\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-15aim4e\",\"data-framer-name\":\"Deep interactions\",layoutDependency:layoutDependency,layoutId:\"gCCOmQIEW\",style:{backgroundColor:\"var(--token-7c73d470-6a40-4488-b298-1821b13b062f, rgb(255, 220, 181))\",borderBottomLeftRadius:5e3,borderBottomRightRadius:5e3,borderTopLeftRadius:5e3,borderTopRightRadius:5e3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28)))\"},children:\"Deep interactions\"})}),className:\"framer-igfc89\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"raEVP8LdE\",style:{\"--extracted-r6o4lv\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-4jfb7f\",\"data-framer-name\":\"Information Architecture\",layoutDependency:layoutDependency,layoutId:\"sTfHIzszT\",style:{backgroundColor:\"var(--token-60e3ae9d-01f8-40ca-b4e4-62bd24a94a15, rgb(242, 125, 0))\",borderBottomLeftRadius:5e3,borderBottomRightRadius:5e3,borderTopLeftRadius:5e3,borderTopRightRadius:5e3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Info. Architecture\"})}),className:\"framer-7hl0t9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kApTvIrzK\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f6d9co\",\"data-framer-name\":\"Information Architecture\",layoutDependency:layoutDependency,layoutId:\"ugz2TSmRN\",style:{backgroundColor:\"var(--token-3f03af04-0614-43d9-9405-075d4af42654, rgb(24, 154, 180))\",borderBottomLeftRadius:5e3,borderBottomRightRadius:5e3,borderTopLeftRadius:5e3,borderTopRightRadius:5e3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Novel concepts\"})}),className:\"framer-l9m3w8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lOJqNUDey\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1I57t.framer-1ka54ay, .framer-1I57t .framer-1ka54ay { display: block; }\",\".framer-1I57t.framer-1rdea7q { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 0px 2px 0px; position: relative; width: 783px; }\",\".framer-1I57t .framer-1hqwpv0, .framer-1I57t .framer-7pxgsy, .framer-1I57t .framer-1qq6yq0, .framer-1I57t .framer-1vrufni, .framer-1I57t .framer-5nzlf5, .framer-1I57t .framer-ng6ulh, .framer-1I57t .framer-y000pe, .framer-1I57t .framer-15aim4e, .framer-1I57t .framer-4jfb7f, .framer-1I57t .framer-1f6d9co { 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: 2px 12px 0px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-1I57t .framer-9ep9tv, .framer-1I57t .framer-11nk0bx, .framer-1I57t .framer-51xo35, .framer-1I57t .framer-vghx34, .framer-1I57t .framer-1t70r1g, .framer-1I57t .framer-1o4d4lw, .framer-1I57t .framer-egk82r, .framer-1I57t .framer-igfc89, .framer-1I57t .framer-7hl0t9, .framer-1I57t .framer-l9m3w8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1I57t.framer-v-yvw6eu.framer-1rdea7q, .framer-1I57t.framer-v-1egj2dw.framer-1rdea7q, .framer-1I57t.framer-v-1ycr8fd.framer-1rdea7q, .framer-1I57t.framer-v-1dh71g.framer-1rdea7q { width: min-content; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 76\n * @framerIntrinsicWidth 783\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rZB_TjVi_\":{\"layout\":[\"auto\",\"auto\"]},\"kBsQyes1_\":{\"layout\":[\"auto\",\"auto\"]},\"QZChhPyky\":{\"layout\":[\"auto\",\"auto\"]},\"TUo_1Psae\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerMf6IqiqDD=withCSS(Component,css,\"framer-1I57t\");export default FramerMf6IqiqDD;FramerMf6IqiqDD.displayName=\"Project chips\";FramerMf6IqiqDD.defaultProps={height:76,width:783};addPropertyControls(FramerMf6IqiqDD,{variant:{options:[\"Rk1zGHtQk\",\"rZB_TjVi_\",\"kBsQyes1_\",\"QZChhPyky\",\"TUo_1Psae\"],optionTitles:[\"Full list\",\"SC\",\"SC OB\",\"Appsel\",\"MIB\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerMf6IqiqDD,[{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\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMf6IqiqDD\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rZB_TjVi_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kBsQyes1_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QZChhPyky\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TUo_1Psae\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"76\",\"framerIntrinsicWidth\":\"783\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Mf6IqiqDD.map", "// Generated by Framer (0784c89)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"YuYFJrCdk\",\"GMMIf2U_k\",\"KYNzgFK6N\",\"M8bbriVVh\",\"hyc6_PBTR\",\"cDEwHXu2L\",\"nBP8Bxygq\"];const serializationHash=\"framer-HAYf7\";const variantClassNames={cDEwHXu2L:\"framer-v-2hyzir\",GMMIf2U_k:\"framer-v-eba3ol\",hyc6_PBTR:\"framer-v-10iyp1z\",KYNzgFK6N:\"framer-v-184qrro\",M8bbriVVh:\"framer-v-1mfxf2g\",nBP8Bxygq:\"framer-v-1labauk\",YuYFJrCdk:\"framer-v-fbrflk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Half scale\":\"KYNzgFK6N\",\"Trunc- primary\":\"YuYFJrCdk\",\"Variant 2\":\"GMMIf2U_k\",\"Work decrease color\":\"cDEwHXu2L\",\"Work decrease vert color\":\"nBP8Bxygq\",\"Work decrease vert\":\"hyc6_PBTR\",\"work decrease\":\"M8bbriVVh\"};const getProps=({click,height,id,width,...props})=>{return{...props,qa8mR1U5x:click??props.qa8mR1U5x,variant:humanReadableVariantMap[props.variant]??props.variant??\"YuYFJrCdk\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,qa8mR1U5x,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YuYFJrCdk\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapcvh5pf=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(qa8mR1U5x){const res=await qa8mR1U5x(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"GMMIf2U_k\")return true;return false;};const isDisplayed1=()=>{if([\"GMMIf2U_k\",\"KYNzgFK6N\",\"M8bbriVVh\",\"hyc6_PBTR\",\"cDEwHXu2L\",\"nBP8Bxygq\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"M8bbriVVh\",\"hyc6_PBTR\",\"cDEwHXu2L\",\"nBP8Bxygq\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"cDEwHXu2L\",\"nBP8Bxygq\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"M8bbriVVh\",\"hyc6_PBTR\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if([\"M8bbriVVh\",\"hyc6_PBTR\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"KYNzgFK6N\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-fbrflk\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Trunc- primary\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YuYFJrCdk\",onTap:onTapcvh5pf,ref:refBinding,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},variants:{cDEwHXu2L:{\"--border-bottom-width\":\"0px\"},nBP8Bxygq:{\"--border-bottom-width\":\"0px\"}},...addPropertyOverrides({cDEwHXu2L:{\"data-framer-name\":\"Work decrease color\"},GMMIf2U_k:{\"data-framer-name\":\"Variant 2\"},hyc6_PBTR:{\"data-framer-name\":\"Work decrease vert\"},KYNzgFK6N:{\"data-framer-name\":\"Half scale\"},M8bbriVVh:{\"data-framer-name\":\"work decrease\"},nBP8Bxygq:{\"data-framer-name\":\"Work decrease vert color\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:4236,intrinsicWidth:552,pixelHeight:4236,pixelWidth:552,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/nS15nhtWIAMpB4yhY8vsPFWf2Y.png\",srcSet:\"https://framerusercontent.com/images/nS15nhtWIAMpB4yhY8vsPFWf2Y.png?scale-down-to=4096 533w,https://framerusercontent.com/images/nS15nhtWIAMpB4yhY8vsPFWf2Y.png 552w\"},className:\"framer-19ms40h\",\"data-framer-name\":\"Full\",layoutDependency:layoutDependency,layoutId:\"j8yGgsb9I\",...addPropertyOverrides({GMMIf2U_k:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:4236,intrinsicWidth:552,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||96)-0-((componentViewport?.height||96)-0)*1)/2)),pixelHeight:4236,pixelWidth:552,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/nS15nhtWIAMpB4yhY8vsPFWf2Y.png\",srcSet:\"https://framerusercontent.com/images/nS15nhtWIAMpB4yhY8vsPFWf2Y.png?scale-down-to=4096 533w,https://framerusercontent.com/images/nS15nhtWIAMpB4yhY8vsPFWf2Y.png 552w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1064,intrinsicWidth:1104,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8),pixelHeight:1064,pixelWidth:1104,positionX:\"center\",positionY:\"bottom\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ccQQzpaGTcsRZ6JkTyGmF9XT2o.png\",srcSet:\"https://framerusercontent.com/images/ccQQzpaGTcsRZ6JkTyGmF9XT2o.png?scale-down-to=512 512w,https://framerusercontent.com/images/ccQQzpaGTcsRZ6JkTyGmF9XT2o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ccQQzpaGTcsRZ6JkTyGmF9XT2o.png 1104w\"},className:\"framer-174y2u9\",\"data-framer-name\":\"Trunc\",layoutDependency:layoutDependency,layoutId:\"IHtTw6hJN\"}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x7aom3\",\"data-framer-name\":\"SC work container\",layoutDependency:layoutDependency,layoutId:\"Tn1DFGawA\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/KimOY1ekHDtQ3qV13KaUwxoVk.png\"},className:\"framer-1hn3mah\",\"data-framer-name\":\"SC work\",layoutDependency:layoutDependency,layoutId:\"REGR31zqP\",...addPropertyOverrides({hyc6_PBTR:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||1064)-0-(Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1+Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1+16))/2+0+0)+(24+(Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1-48-(Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1-48)*1)/2)),pixelHeight:400,pixelWidth:400,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/KimOY1ekHDtQ3qV13KaUwxoVk.png\"}},M8bbriVVh:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||96)-0-((componentViewport?.height||96)-0)*1)/2)+(16+(((componentViewport?.height||96)-0)*1-32-(((componentViewport?.height||96)-0)*1-32)*1)/2)),pixelHeight:400,pixelWidth:400,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/KimOY1ekHDtQ3qV13KaUwxoVk.png\"}}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/ATvZmn55QJIk5bu4XpWcEiQS5wE.png\"},className:\"framer-1anlwtj\",\"data-framer-name\":\"SC work color\",layoutDependency:layoutDependency,layoutId:\"FLRezWftQ\",...addPropertyOverrides({cDEwHXu2L:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||96)-0-((componentViewport?.height||96)-0)*1)/2)+(24+(((componentViewport?.height||96)-0)*1-48-(((componentViewport?.height||96)-0)*1-48)*1)/2)),pixelHeight:400,pixelWidth:400,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ATvZmn55QJIk5bu4XpWcEiQS5wE.png\"}},nBP8Bxygq:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||1064)-0-(Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1+Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1+16))/2+0+0)+(24+(Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1-48-400)/2)),pixelHeight:400,pixelWidth:400,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ATvZmn55QJIk5bu4XpWcEiQS5wE.png\"}}},baseVariant,gestureVariant)})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-69j3gd\",\"data-framer-name\":\"SC adopt container\",layoutDependency:layoutDependency,layoutId:\"OsndQJUBf\",children:[isDisplayed5()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SFXWxoieN13m5HYkwZSjov6W7tk.png\"},className:\"framer-19prvck\",\"data-framer-name\":\"SC adopt white\",layoutDependency:layoutDependency,layoutId:\"F6LOzZCUP\",...addPropertyOverrides({hyc6_PBTR:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||1064)-0-(Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1+Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1+16))/2+Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1+16)+(24+(Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1-48-(Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1-48)*1)/2)),pixelHeight:400,pixelWidth:400,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SFXWxoieN13m5HYkwZSjov6W7tk.png\"}},M8bbriVVh:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||96)-0-((componentViewport?.height||96)-0)*1)/2)+(16+(((componentViewport?.height||96)-0)*1-32-(((componentViewport?.height||96)-0)*1-32)*1)/2)),pixelHeight:400,pixelWidth:400,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SFXWxoieN13m5HYkwZSjov6W7tk.png\"}}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/H6AFUV2tlbnaLT5ooQnNuAtFms.png\"},className:\"framer-ikyehs\",\"data-framer-name\":\"SC adopt color \",layoutDependency:layoutDependency,layoutId:\"vHxUEA7m3\",...addPropertyOverrides({cDEwHXu2L:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||96)-0-((componentViewport?.height||96)-0)*1)/2)+(24+(((componentViewport?.height||96)-0)*1-48-(((componentViewport?.height||96)-0)*1-48)*1)/2)),pixelHeight:400,pixelWidth:400,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/H6AFUV2tlbnaLT5ooQnNuAtFms.png\"}},nBP8Bxygq:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||1064)-0-(Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1+Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1+16))/2+Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1+16)+(24+(Math.max(0,((componentViewport?.height||1064)-0-16)/2)*1-48-400)/2)),pixelHeight:400,pixelWidth:400,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/H6AFUV2tlbnaLT5ooQnNuAtFms.png\"}}},baseVariant,gestureVariant)})]}),isDisplayed6()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1076,intrinsicWidth:636,pixelHeight:1076,pixelWidth:636,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/G8c5yc1omobJEaFDfZCGxqBOM.png\",srcSet:\"https://framerusercontent.com/images/G8c5yc1omobJEaFDfZCGxqBOM.png?scale-down-to=1024 605w,https://framerusercontent.com/images/G8c5yc1omobJEaFDfZCGxqBOM.png 636w\"},className:\"framer-2iiud0\",\"data-framer-name\":\"half\",layoutDependency:layoutDependency,layoutId:\"UPXRp8EU9\",...addPropertyOverrides({KYNzgFK6N:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1076,intrinsicWidth:636,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+((componentViewport?.height||96)-0-((componentViewport?.height||96)-0)*1)),pixelHeight:1076,pixelWidth:636,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/G8c5yc1omobJEaFDfZCGxqBOM.png\",srcSet:\"https://framerusercontent.com/images/G8c5yc1omobJEaFDfZCGxqBOM.png?scale-down-to=1024 605w,https://framerusercontent.com/images/G8c5yc1omobJEaFDfZCGxqBOM.png 636w\"}}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HAYf7.framer-1nne55n, .framer-HAYf7 .framer-1nne55n { display: block; }\",\".framer-HAYf7.framer-fbrflk { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 96px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 832px; }\",\".framer-HAYf7 .framer-19ms40h, .framer-HAYf7 .framer-19prvck, .framer-HAYf7 .framer-2iiud0 { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\".framer-HAYf7 .framer-174y2u9 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 8px; z-index: 1; }\",\".framer-HAYf7 .framer-x7aom3, .framer-HAYf7 .framer-69j3gd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: center; overflow: visible; padding: 24px; position: relative; width: 1px; }\",\".framer-HAYf7 .framer-1hn3mah, .framer-HAYf7 .framer-1anlwtj, .framer-HAYf7 .framer-ikyehs { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 400px); overflow: visible; position: relative; width: 400px; }\",\".framer-HAYf7.framer-v-184qrro.framer-fbrflk { align-content: flex-end; align-items: flex-end; }\",\".framer-HAYf7.framer-v-1mfxf2g .framer-x7aom3 { order: 2; padding: 16px; }\",\".framer-HAYf7.framer-v-1mfxf2g .framer-1hn3mah, .framer-HAYf7.framer-v-10iyp1z .framer-1hn3mah, .framer-HAYf7.framer-v-2hyzir .framer-1anlwtj, .framer-HAYf7.framer-v-2hyzir .framer-ikyehs { aspect-ratio: unset; flex: 1 0 0px; height: 100%; width: 1px; }\",\".framer-HAYf7.framer-v-1mfxf2g .framer-69j3gd { order: 3; padding: 16px; }\",\".framer-HAYf7.framer-v-10iyp1z.framer-fbrflk, .framer-HAYf7.framer-v-1labauk.framer-fbrflk { flex-direction: column; height: 1064px; }\",\".framer-HAYf7.framer-v-10iyp1z .framer-x7aom3, .framer-HAYf7.framer-v-1labauk .framer-x7aom3 { height: 1px; order: 2; width: 100%; }\",\".framer-HAYf7.framer-v-10iyp1z .framer-69j3gd, .framer-HAYf7.framer-v-1labauk .framer-69j3gd { height: 1px; order: 3; width: 100%; }\",\".framer-HAYf7.framer-v-2hyzir.framer-fbrflk { gap: 8px; padding: 0px 16px 0px 16px; }\",\".framer-HAYf7.framer-v-2hyzir .framer-x7aom3 { order: 2; }\",\".framer-HAYf7.framer-v-2hyzir .framer-69j3gd { order: 3; }\",\".framer-HAYf7.framer-v-1labauk .framer-1anlwtj, .framer-HAYf7.framer-v-1labauk .framer-ikyehs { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 784px); width: 1px; }\",'.framer-HAYf7[data-border=\"true\"]::after, .framer-HAYf7 [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 96\n * @framerIntrinsicWidth 832\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"GMMIf2U_k\":{\"layout\":[\"fixed\",\"fixed\"]},\"KYNzgFK6N\":{\"layout\":[\"fixed\",\"fixed\"]},\"M8bbriVVh\":{\"layout\":[\"fixed\",\"fixed\"]},\"hyc6_PBTR\":{\"layout\":[\"fixed\",\"fixed\"]},\"cDEwHXu2L\":{\"layout\":[\"fixed\",\"fixed\"]},\"nBP8Bxygq\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"qa8mR1U5x\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerokFWICNB0=withCSS(Component,css,\"framer-HAYf7\");export default FramerokFWICNB0;FramerokFWICNB0.displayName=\"Transport revenue\";FramerokFWICNB0.defaultProps={height:96,width:832};addPropertyControls(FramerokFWICNB0,{variant:{options:[\"YuYFJrCdk\",\"GMMIf2U_k\",\"KYNzgFK6N\",\"M8bbriVVh\",\"hyc6_PBTR\",\"cDEwHXu2L\",\"nBP8Bxygq\"],optionTitles:[\"Trunc- primary\",\"Variant 2\",\"Half scale\",\"work decrease\",\"Work decrease vert\",\"Work decrease color\",\"Work decrease vert color\"],title:\"Variant\",type:ControlType.Enum},qa8mR1U5x:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerokFWICNB0,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerokFWICNB0\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"qa8mR1U5x\\\":\\\"click\\\"}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"96\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GMMIf2U_k\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KYNzgFK6N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"M8bbriVVh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hyc6_PBTR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cDEwHXu2L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nBP8Bxygq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"832\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./okFWICNB0.map", "// Generated by Framer (1bcc82d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/hJc1iatmGWDYwG6cxlrG/gLDLIZ4sm308DQQJJW7m/gvKtTQZuv.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/QUFjeF6e9rC17IgHuVGX/dvKakytpr1Fzgvc1WhyK/WOt24BpKs.js\";import ProjectChips from\"https://framerusercontent.com/modules/TUZIDOsc0s8VhxrQMk8p/LdJB8NU1e29PZKCOO97p/Mf6IqiqDD.js\";import TransportRevenue from\"https://framerusercontent.com/modules/LERxijpjolqyd7yo7Dim/aitrn0jZxccCgdSUBgPE/okFWICNB0.js\";const ProjectChipsFonts=getFonts(ProjectChips);const TransportRevenueFonts=getFonts(TransportRevenue);const enabledGestures={aakeKTthU:{hover:true},BoCCKf1kP:{hover:true},c93kQxfBH:{hover:true},CrVPe5Loe:{hover:true},DR1TF6vF_:{hover:true},Fj5GexAly:{hover:true},FRnxQM17u:{hover:true},GbqMGM9wX:{hover:true},GDMo_oItR:{hover:true},IIAJbbIqu:{hover:true},JKp7cSONr:{hover:true},lDQvdU9s7:{hover:true},nZ_tVFXRS:{hover:true},O3GNuJoUU:{hover:true},OMq9FNsTz:{hover:true},oP8DIV5Mg:{hover:true},qFwlKSLwe:{hover:true},QMP8xRhDq:{hover:true},r3gQmiAjY:{hover:true},rK0mtcfnk:{hover:true},rUMzNFkPd:{hover:true},RZK7X4SPf:{hover:true},Sf0TR4CO_:{hover:true},t_O0FHC4O:{hover:true},TznpMWzRk:{hover:true},Ue77OV0WU:{hover:true},Ufm4znhnP:{hover:true},VA30IVjH0:{hover:true},VbwPvv_kP:{hover:true},vCNYCIcP8:{hover:true},wbFM2LTAF:{hover:true},wccLQtiL5:{hover:true},ZmPOifgJL:{hover:true},ZycmWcBES:{hover:true}};const cycleOrder=[\"lDQvdU9s7\",\"VA30IVjH0\",\"wbFM2LTAF\",\"oP8DIV5Mg\",\"IIAJbbIqu\",\"QMP8xRhDq\",\"Sf0TR4CO_\",\"JKp7cSONr\",\"BoCCKf1kP\",\"DR1TF6vF_\",\"CrVPe5Loe\",\"rK0mtcfnk\",\"nZ_tVFXRS\",\"VbwPvv_kP\",\"GDMo_oItR\",\"Fj5GexAly\",\"OMq9FNsTz\",\"O3GNuJoUU\",\"ZycmWcBES\",\"no3WSU3KR\",\"RZK7X4SPf\",\"vCNYCIcP8\",\"t_O0FHC4O\",\"FRnxQM17u\",\"aakeKTthU\",\"Ue77OV0WU\",\"qFwlKSLwe\",\"Ufm4znhnP\",\"r3gQmiAjY\",\"rUMzNFkPd\",\"wccLQtiL5\",\"GbqMGM9wX\",\"TznpMWzRk\",\"XMAEUGRH7\",\"ZmPOifgJL\",\"EU40J67aH\",\"R8yqFhQKy\",\"c93kQxfBH\",\"ssZSbOCxM\",\"usRaVUzZ4\"];const serializationHash=\"framer-9F3qQ\";const variantClassNames={aakeKTthU:\"framer-v-1jbyzzo\",BoCCKf1kP:\"framer-v-16necnd\",c93kQxfBH:\"framer-v-r5pk9u\",CrVPe5Loe:\"framer-v-b4b7ua\",DR1TF6vF_:\"framer-v-1gzoi15\",EU40J67aH:\"framer-v-16dbp92\",Fj5GexAly:\"framer-v-1nfwgrs\",FRnxQM17u:\"framer-v-1n17bo5\",GbqMGM9wX:\"framer-v-1ehrpsb\",GDMo_oItR:\"framer-v-1ybhr4o\",IIAJbbIqu:\"framer-v-16k8jxz\",JKp7cSONr:\"framer-v-2100z0\",lDQvdU9s7:\"framer-v-17mibtp\",no3WSU3KR:\"framer-v-1rrpnpo\",nZ_tVFXRS:\"framer-v-ryt4tw\",O3GNuJoUU:\"framer-v-edrp7f\",OMq9FNsTz:\"framer-v-v10fgh\",oP8DIV5Mg:\"framer-v-10ogmu3\",qFwlKSLwe:\"framer-v-7sdpnk\",QMP8xRhDq:\"framer-v-tjzmuc\",r3gQmiAjY:\"framer-v-89mq35\",R8yqFhQKy:\"framer-v-w3vqre\",rK0mtcfnk:\"framer-v-rijfd1\",rUMzNFkPd:\"framer-v-h4f5nr\",RZK7X4SPf:\"framer-v-1rb3gie\",Sf0TR4CO_:\"framer-v-cq3rdy\",ssZSbOCxM:\"framer-v-2w90cq\",t_O0FHC4O:\"framer-v-1x0ldd3\",TznpMWzRk:\"framer-v-1kqhsxv\",Ue77OV0WU:\"framer-v-33cl38\",Ufm4znhnP:\"framer-v-1yizpqx\",usRaVUzZ4:\"framer-v-1rwzyp7\",VA30IVjH0:\"framer-v-g87njd\",VbwPvv_kP:\"framer-v-oaode2\",vCNYCIcP8:\"framer-v-be6l7x\",wbFM2LTAF:\"framer-v-vhlozq\",wccLQtiL5:\"framer-v-1gqzwjo\",XMAEUGRH7:\"framer-v-1uugfp4\",ZmPOifgJL:\"framer-v-160ukqu\",ZycmWcBES:\"framer-v-17867ok\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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 animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.01,skewX:0,skewY:0,transition:transition1};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"App sel carousel\":\"aakeKTthU\",\"App sel filters\":\"t_O0FHC4O\",\"App Sel main\":\"RZK7X4SPf\",\"App sel product line\":\"vCNYCIcP8\",\"App sel search\":\"FRnxQM17u\",\"App selector\":\"wbFM2LTAF\",\"Interaction card\":\"lDQvdU9s7\",\"Landing visual 1 vert\":\"EU40J67aH\",\"Landing visual 1\":\"TznpMWzRk\",\"Landing visual 2\":\"XMAEUGRH7\",\"Landing visual 2a\":\"ZmPOifgJL\",\"MIB - Diagram\":\"rK0mtcfnk\",\"MIB - Final cards\":\"Fj5GexAly\",\"MIB - final screens\":\"GDMo_oItR\",\"MIB - Problem\":\"CrVPe5Loe\",\"MIB - screen example\":\"nZ_tVFXRS\",\"MIB card variations\":\"OMq9FNsTz\",\"MIB Cards\":\"VbwPvv_kP\",\"MIB Final Cards\":\"ZycmWcBES\",\"MIB Modals\":\"O3GNuJoUU\",\"SC 1 - Analysis 1\":\"r3gQmiAjY\",\"SC 1 - Diagrams 1\":\"qFwlKSLwe\",\"SC 1 - Diagrams 2\":\"Ufm4znhnP\",\"SC 1 - insights 1\":\"rUMzNFkPd\",\"SC 1 - post its\":\"usRaVUzZ4\",\"SC 1 - Problem 1-1 vert\":\"R8yqFhQKy\",\"SC 1 - Problem 1-1\":\"wccLQtiL5\",\"SC 1 - Problem 1\":\"IIAJbbIqu\",\"SC 1 - Problem 2-1 vert\":\"c93kQxfBH\",\"SC 1 - Problem 2-1\":\"GbqMGM9wX\",\"SC 1 - Problem 2\":\"QMP8xRhDq\",\"SC Onboarding\":\"VA30IVjH0\",\"SCOB - play\":\"DR1TF6vF_\",\"SCOB - Problem\":\"Sf0TR4CO_\",\"SCOB - Spread 1\":\"JKp7cSONr\",\"SCOB - Spread 2\":\"BoCCKf1kP\",\"Variant 20\":\"no3WSU3KR\",\"Variant 38\":\"ssZSbOCxM\",MIB:\"oP8DIV5Mg\",SubConnect:\"Ue77OV0WU\"};const getProps=({cardStateChange,click,height,id,width,...props})=>{return{...props,kaFH2gWxL:cardStateChange??props.kaFH2gWxL??{delay:0,duration:.2,ease:[.2,0,0,1],type:\"tween\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"lDQvdU9s7\",WooilRnuL:click??props.WooilRnuL};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,WooilRnuL,kaFH2gWxL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lDQvdU9s7\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1oxt027=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(WooilRnuL){const res=await WooilRnuL(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"IIAJbbIqu-hover\",\"QMP8xRhDq-hover\",\"Sf0TR4CO_-hover\",\"JKp7cSONr-hover\",\"BoCCKf1kP-hover\",\"DR1TF6vF_-hover\",\"CrVPe5Loe-hover\",\"rK0mtcfnk-hover\",\"nZ_tVFXRS-hover\",\"OMq9FNsTz-hover\",\"O3GNuJoUU-hover\",\"ZycmWcBES-hover\",\"RZK7X4SPf-hover\",\"vCNYCIcP8-hover\",\"t_O0FHC4O-hover\",\"FRnxQM17u-hover\",\"aakeKTthU-hover\",\"VbwPvv_kP-hover\",\"GDMo_oItR-hover\",\"Fj5GexAly-hover\",\"qFwlKSLwe-hover\",\"Ufm4znhnP-hover\",\"r3gQmiAjY-hover\",\"rUMzNFkPd-hover\",\"wccLQtiL5-hover\",\"GbqMGM9wX-hover\",\"ZmPOifgJL-hover\",\"c93kQxfBH-hover\"].includes(gestureVariant))return false;if([\"IIAJbbIqu\",\"QMP8xRhDq\",\"Sf0TR4CO_\",\"JKp7cSONr\",\"BoCCKf1kP\",\"DR1TF6vF_\",\"CrVPe5Loe\",\"rK0mtcfnk\",\"nZ_tVFXRS\",\"VbwPvv_kP\",\"GDMo_oItR\",\"Fj5GexAly\",\"OMq9FNsTz\",\"O3GNuJoUU\",\"ZycmWcBES\",\"no3WSU3KR\",\"RZK7X4SPf\",\"vCNYCIcP8\",\"t_O0FHC4O\",\"FRnxQM17u\",\"aakeKTthU\",\"qFwlKSLwe\",\"Ufm4znhnP\",\"r3gQmiAjY\",\"rUMzNFkPd\",\"wccLQtiL5\",\"GbqMGM9wX\",\"XMAEUGRH7\",\"ZmPOifgJL\",\"EU40J67aH\",\"R8yqFhQKy\",\"c93kQxfBH\",\"ssZSbOCxM\",\"usRaVUzZ4\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"Ue77OV0WU-hover\")return true;if(baseVariant===\"Ue77OV0WU\")return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"wbFM2LTAF-hover\")return true;if(baseVariant===\"wbFM2LTAF\")return true;return false;};const isDisplayed3=()=>{if(gestureVariant===\"VA30IVjH0-hover\")return true;if(baseVariant===\"VA30IVjH0\")return true;return false;};const isDisplayed4=()=>{if(gestureVariant===\"oP8DIV5Mg-hover\")return true;if(baseVariant===\"oP8DIV5Mg\")return true;return false;};const isDisplayed5=()=>{if([\"VA30IVjH0-hover\",\"wbFM2LTAF-hover\",\"oP8DIV5Mg-hover\",\"IIAJbbIqu-hover\",\"QMP8xRhDq-hover\",\"Sf0TR4CO_-hover\",\"JKp7cSONr-hover\",\"BoCCKf1kP-hover\",\"DR1TF6vF_-hover\",\"CrVPe5Loe-hover\",\"rK0mtcfnk-hover\",\"nZ_tVFXRS-hover\",\"OMq9FNsTz-hover\",\"O3GNuJoUU-hover\",\"ZycmWcBES-hover\",\"RZK7X4SPf-hover\",\"vCNYCIcP8-hover\",\"t_O0FHC4O-hover\",\"FRnxQM17u-hover\",\"aakeKTthU-hover\",\"VbwPvv_kP-hover\",\"GDMo_oItR-hover\",\"Fj5GexAly-hover\",\"qFwlKSLwe-hover\",\"Ufm4znhnP-hover\",\"r3gQmiAjY-hover\",\"rUMzNFkPd-hover\",\"wccLQtiL5-hover\",\"GbqMGM9wX-hover\",\"TznpMWzRk-hover\",\"ZmPOifgJL-hover\",\"c93kQxfBH-hover\"].includes(gestureVariant))return false;if([\"VA30IVjH0\",\"wbFM2LTAF\",\"oP8DIV5Mg\",\"IIAJbbIqu\",\"QMP8xRhDq\",\"Sf0TR4CO_\",\"JKp7cSONr\",\"BoCCKf1kP\",\"DR1TF6vF_\",\"CrVPe5Loe\",\"rK0mtcfnk\",\"nZ_tVFXRS\",\"VbwPvv_kP\",\"GDMo_oItR\",\"Fj5GexAly\",\"OMq9FNsTz\",\"O3GNuJoUU\",\"ZycmWcBES\",\"no3WSU3KR\",\"RZK7X4SPf\",\"vCNYCIcP8\",\"t_O0FHC4O\",\"FRnxQM17u\",\"aakeKTthU\",\"qFwlKSLwe\",\"Ufm4znhnP\",\"r3gQmiAjY\",\"rUMzNFkPd\",\"wccLQtiL5\",\"GbqMGM9wX\",\"TznpMWzRk\",\"XMAEUGRH7\",\"ZmPOifgJL\",\"EU40J67aH\",\"R8yqFhQKy\",\"c93kQxfBH\",\"ssZSbOCxM\",\"usRaVUzZ4\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if(gestureVariant===\"IIAJbbIqu-hover\")return true;if(baseVariant===\"IIAJbbIqu\")return true;return false;};const isDisplayed7=()=>{if(gestureVariant===\"wccLQtiL5-hover\")return true;if(baseVariant===\"wccLQtiL5\")return true;return false;};const isDisplayed8=()=>{if(gestureVariant===\"DR1TF6vF_-hover\")return true;if(baseVariant===\"DR1TF6vF_\")return true;return false;};const isDisplayed9=()=>{if(gestureVariant===\"CrVPe5Loe-hover\")return true;if(baseVariant===\"CrVPe5Loe\")return true;return false;};const isDisplayed10=()=>{if([\"nZ_tVFXRS-hover\",\"VbwPvv_kP-hover\",\"GDMo_oItR-hover\",\"Fj5GexAly-hover\"].includes(gestureVariant))return true;if([\"nZ_tVFXRS\",\"VbwPvv_kP\",\"GDMo_oItR\",\"Fj5GexAly\"].includes(baseVariant))return true;return false;};const isDisplayed11=()=>{if(gestureVariant===\"rK0mtcfnk-hover\")return true;if(baseVariant===\"rK0mtcfnk\")return true;return false;};const isDisplayed12=()=>{if(gestureVariant===\"RZK7X4SPf-hover\")return true;if(baseVariant===\"RZK7X4SPf\")return true;return false;};const isDisplayed13=()=>{if(gestureVariant===\"t_O0FHC4O-hover\")return true;if(baseVariant===\"t_O0FHC4O\")return true;return false;};const isDisplayed14=()=>{if(gestureVariant===\"FRnxQM17u-hover\")return true;if(baseVariant===\"FRnxQM17u\")return true;return false;};const isDisplayed15=()=>{if(gestureVariant===\"aakeKTthU-hover\")return true;if(baseVariant===\"aakeKTthU\")return true;return false;};const isDisplayed16=()=>{if(gestureVariant===\"vCNYCIcP8-hover\")return true;if(baseVariant===\"vCNYCIcP8\")return true;return false;};const isDisplayed17=()=>{if(gestureVariant===\"BoCCKf1kP-hover\")return true;if(baseVariant===\"BoCCKf1kP\")return true;return false;};const isDisplayed18=()=>{if(gestureVariant===\"JKp7cSONr-hover\")return true;if(baseVariant===\"JKp7cSONr\")return true;return false;};const isDisplayed19=()=>{if(gestureVariant===\"qFwlKSLwe-hover\")return true;if(baseVariant===\"qFwlKSLwe\")return true;return false;};const isDisplayed20=()=>{if(gestureVariant===\"rUMzNFkPd-hover\")return true;if([\"rUMzNFkPd\",\"usRaVUzZ4\"].includes(baseVariant))return true;return false;};const isDisplayed21=()=>{if(gestureVariant===\"r3gQmiAjY-hover\")return true;if(baseVariant===\"r3gQmiAjY\")return true;return false;};const isDisplayed22=()=>{if(gestureVariant===\"Ufm4znhnP-hover\")return true;if(baseVariant===\"Ufm4znhnP\")return true;return false;};const isDisplayed23=()=>{if(gestureVariant===\"QMP8xRhDq-hover\")return true;if(baseVariant===\"QMP8xRhDq\")return true;return false;};const isDisplayed24=()=>{if(gestureVariant===\"O3GNuJoUU-hover\")return true;if(baseVariant===\"O3GNuJoUU\")return true;return false;};const isDisplayed25=()=>{if(gestureVariant===\"ZycmWcBES-hover\")return true;if(baseVariant===\"ZycmWcBES\")return true;return false;};const isDisplayed26=()=>{if(gestureVariant===\"Sf0TR4CO_-hover\")return true;if(baseVariant===\"Sf0TR4CO_\")return true;return false;};const isDisplayed27=()=>{if(gestureVariant===\"GbqMGM9wX-hover\")return true;if(baseVariant===\"GbqMGM9wX\")return true;return false;};const isDisplayed28=()=>{if(gestureVariant===\"c93kQxfBH-hover\")return true;if([\"c93kQxfBH\",\"ssZSbOCxM\"].includes(baseVariant))return true;return false;};const isDisplayed29=()=>{if(gestureVariant===\"OMq9FNsTz-hover\")return true;if(baseVariant===\"OMq9FNsTz\")return true;return false;};const isDisplayed30=()=>{if(gestureVariant===\"TznpMWzRk-hover\")return true;if([\"TznpMWzRk\",\"EU40J67aH\"].includes(baseVariant))return true;return false;};const isDisplayed31=()=>{if(baseVariant===\"XMAEUGRH7\")return true;return false;};const isDisplayed32=()=>{if(baseVariant===\"R8yqFhQKy\")return true;return false;};const isDisplayed33=()=>{if(gestureVariant===\"ZmPOifgJL-hover\")return true;if(baseVariant===\"ZmPOifgJL\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:kaFH2gWxL,children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"lDQvdU9s7\",scopeId:\"m7FKBk4tc\",...addPropertyOverrides({oP8DIV5Mg:{href:{webPageId:\"X4fw7ZC_g\"},openInNewTab:false},TznpMWzRk:{href:{webPageId:\"hIFX6g_mT\"},openInNewTab:false},Ue77OV0WU:{href:{webPageId:\"hIFX6g_mT\"},openInNewTab:false},VA30IVjH0:{href:{webPageId:\"k2uW7L33x\"},openInNewTab:false},wbFM2LTAF:{href:{webPageId:\"gBsBeaTcC\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-17mibtp\",className,classNames)} framer-1ulb146`,\"data-border\":true,\"data-framer-name\":\"Interaction card\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"lDQvdU9s7\",onTap:onTap1oxt027,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{R8yqFhQKy:{\"--border-color\":\"var(--token-6e600ed2-5923-41b4-9a69-beb3366d30be, rgb(198, 220, 245))\"},wccLQtiL5:{\"--border-color\":\"var(--token-6e600ed2-5923-41b4-9a69-beb3366d30be, rgb(198, 220, 245))\"}},...addPropertyOverrides({\"aakeKTthU-hover\":{\"data-framer-name\":undefined},\"BoCCKf1kP-hover\":{\"data-framer-name\":undefined},\"c93kQxfBH-hover\":{\"data-framer-name\":undefined},\"CrVPe5Loe-hover\":{\"data-framer-name\":undefined},\"DR1TF6vF_-hover\":{\"data-framer-name\":undefined},\"Fj5GexAly-hover\":{\"data-framer-name\":undefined},\"FRnxQM17u-hover\":{\"data-framer-name\":undefined},\"GbqMGM9wX-hover\":{\"data-framer-name\":undefined},\"GDMo_oItR-hover\":{\"data-framer-name\":undefined},\"IIAJbbIqu-hover\":{\"data-framer-name\":undefined},\"JKp7cSONr-hover\":{\"data-framer-name\":undefined},\"lDQvdU9s7-hover\":{\"data-framer-name\":undefined},\"nZ_tVFXRS-hover\":{\"data-framer-name\":undefined},\"O3GNuJoUU-hover\":{\"data-framer-name\":undefined},\"OMq9FNsTz-hover\":{\"data-framer-name\":undefined},\"oP8DIV5Mg-hover\":{\"data-framer-name\":undefined},\"qFwlKSLwe-hover\":{\"data-framer-name\":undefined},\"QMP8xRhDq-hover\":{\"data-framer-name\":undefined},\"r3gQmiAjY-hover\":{\"data-framer-name\":undefined},\"rK0mtcfnk-hover\":{\"data-framer-name\":undefined},\"rUMzNFkPd-hover\":{\"data-framer-name\":undefined},\"RZK7X4SPf-hover\":{\"data-framer-name\":undefined},\"Sf0TR4CO_-hover\":{\"data-framer-name\":undefined},\"t_O0FHC4O-hover\":{\"data-framer-name\":undefined},\"TznpMWzRk-hover\":{\"data-framer-name\":undefined},\"Ue77OV0WU-hover\":{\"data-framer-name\":undefined},\"Ufm4znhnP-hover\":{\"data-framer-name\":undefined},\"VA30IVjH0-hover\":{\"data-framer-name\":undefined},\"VbwPvv_kP-hover\":{\"data-framer-name\":undefined},\"vCNYCIcP8-hover\":{\"data-framer-name\":undefined},\"wbFM2LTAF-hover\":{\"data-framer-name\":undefined},\"wccLQtiL5-hover\":{\"data-framer-name\":undefined},\"ZmPOifgJL-hover\":{\"data-framer-name\":undefined},\"ZycmWcBES-hover\":{\"data-framer-name\":undefined},aakeKTthU:{\"data-framer-name\":\"App sel carousel\"},BoCCKf1kP:{\"data-framer-name\":\"SCOB - Spread 2\"},c93kQxfBH:{\"data-framer-name\":\"SC 1 - Problem 2-1 vert\"},CrVPe5Loe:{\"data-framer-name\":\"MIB - Problem\"},DR1TF6vF_:{\"data-framer-name\":\"SCOB - play\"},EU40J67aH:{\"data-framer-name\":\"Landing visual 1 vert\"},Fj5GexAly:{\"data-framer-name\":\"MIB - Final cards\"},FRnxQM17u:{\"data-framer-name\":\"App sel search\"},GbqMGM9wX:{\"data-framer-name\":\"SC 1 - Problem 2-1\"},GDMo_oItR:{\"data-framer-name\":\"MIB - final screens\"},IIAJbbIqu:{\"data-framer-name\":\"SC 1 - Problem 1\"},JKp7cSONr:{\"data-framer-name\":\"SCOB - Spread 1\"},no3WSU3KR:{\"data-framer-name\":\"Variant 20\"},nZ_tVFXRS:{\"data-framer-name\":\"MIB - screen example\"},O3GNuJoUU:{\"data-framer-name\":\"MIB Modals\"},OMq9FNsTz:{\"data-framer-name\":\"MIB card variations\"},oP8DIV5Mg:{\"data-framer-name\":\"MIB\"},qFwlKSLwe:{\"data-framer-name\":\"SC 1 - Diagrams 1\"},QMP8xRhDq:{\"data-framer-name\":\"SC 1 - Problem 2\"},r3gQmiAjY:{\"data-framer-name\":\"SC 1 - Analysis 1\"},R8yqFhQKy:{\"data-framer-name\":\"SC 1 - Problem 1-1 vert\"},rK0mtcfnk:{\"data-framer-name\":\"MIB - Diagram\"},rUMzNFkPd:{\"data-framer-name\":\"SC 1 - insights 1\"},RZK7X4SPf:{\"data-framer-name\":\"App Sel main\"},Sf0TR4CO_:{\"data-framer-name\":\"SCOB - Problem\"},ssZSbOCxM:{\"data-framer-name\":\"Variant 38\"},t_O0FHC4O:{\"data-framer-name\":\"App sel filters\"},TznpMWzRk:{\"data-framer-name\":\"Landing visual 1\"},Ue77OV0WU:{\"data-framer-name\":\"SubConnect\"},Ufm4znhnP:{\"data-framer-name\":\"SC 1 - Diagrams 2\"},usRaVUzZ4:{\"data-framer-name\":\"SC 1 - post its\"},VA30IVjH0:{\"data-framer-name\":\"SC Onboarding\"},VbwPvv_kP:{\"data-framer-name\":\"MIB Cards\"},vCNYCIcP8:{\"data-framer-name\":\"App sel product line\"},wbFM2LTAF:{\"data-framer-name\":\"App selector\"},wccLQtiL5:{\"data-framer-name\":\"SC 1 - Problem 1-1\"},XMAEUGRH7:{\"data-framer-name\":\"Landing visual 2\"},ZmPOifgJL:{\"data-framer-name\":\"Landing visual 2a\"},ZycmWcBES:{\"data-framer-name\":\"MIB Final Cards\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-botr3h\",\"data-border\":true,\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"ue6FjeQRY\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 2px 0px 0px var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\"},variants:{\"aakeKTthU-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"BoCCKf1kP-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"c93kQxfBH-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(228, 248, 252))\"},\"CrVPe5Loe-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"DR1TF6vF_-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"FRnxQM17u-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"GbqMGM9wX-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(228, 248, 252))\"},\"IIAJbbIqu-hover\":{\"--border-bottom-width\":\"2px\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"JKp7cSONr-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"lDQvdU9s7-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\",boxShadow:\"none\"},\"nZ_tVFXRS-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"O3GNuJoUU-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"OMq9FNsTz-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"oP8DIV5Mg-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(228, 248, 252))\"},\"qFwlKSLwe-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"QMP8xRhDq-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"r3gQmiAjY-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"rK0mtcfnk-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"RZK7X4SPf-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"Sf0TR4CO_-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"t_O0FHC4O-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"TznpMWzRk-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(228, 248, 252))\"},\"Ue77OV0WU-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"VA30IVjH0-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"vCNYCIcP8-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"wbFM2LTAF-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},\"ZmPOifgJL-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(228, 248, 252))\"},\"ZycmWcBES-hover\":{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},R8yqFhQKy:{\"--border-color\":\"var(--token-6e600ed2-5923-41b4-9a69-beb3366d30be, rgb(198, 220, 245))\",boxShadow:\"none\"},wccLQtiL5:{\"--border-color\":\"var(--token-6e600ed2-5923-41b4-9a69-beb3366d30be, rgb(198, 220, 245))\",boxShadow:\"none\"}},children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1bcn0ar\",\"data-styles-preset\":\"gvKtTQZuv\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28)))\"},children:\"Translations work manager: \"})}),className:\"framer-6ocsr7\",\"data-framer-name\":\"Card header\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jrAk8e6RG\",style:{\"--extracted-1lwpl3i\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({oP8DIV5Mg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1bcn0ar\",\"data-styles-preset\":\"gvKtTQZuv\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28)))\"},children:\"MIB\"})})},VA30IVjH0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1bcn0ar\",\"data-styles-preset\":\"gvKtTQZuv\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28)))\"},children:\"Work manager onboarding: \"})})},wbFM2LTAF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1bcn0ar\",\"data-styles-preset\":\"gvKtTQZuv\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28)))\"},children:\"Application Form Picker\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"left\"},children:\"How to digitally transform a $700m+ company\"})}),className:\"framer-1wlt5vu\",\"data-framer-name\":\"Card body\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CtiadztsX\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{EU40J67aH:{\"--extracted-r6o4lv\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\"},qFwlKSLwe:{\"--extracted-r6o4lv\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\"},TznpMWzRk:{\"--extracted-r6o4lv\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\"},Ufm4znhnP:{\"--extracted-r6o4lv\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\"},XMAEUGRH7:{\"--extracted-r6o4lv\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\"},ZmPOifgJL:{\"--extracted-r6o4lv\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aakeKTthU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Carousel \",/*#__PURE__*/_jsx(motion.strong,{children:\"(Annotations inside)\"})]})}),fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"center\"},BoCCKf1kP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"Refined V2 based on usability testing\"})}),verticalAlignment:\"center\"},c93kQxfBH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"\u2026to one unified product\"})}),verticalAlignment:\"center\"},CrVPe5Loe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"The Original MIB workflow. Note the separate navigation item and workflow\"})}),verticalAlignment:\"center\"},DR1TF6vF_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"A reset-able instance of the actual UI\"})}),verticalAlignment:\"center\"},EU40J67aH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28)))\"},children:\"Work manager: massive workload reduction and adoption\"})})},Fj5GexAly:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"V1, unrefined design concept (includes incremental designs to risk assessment/factor page)\"})})},FRnxQM17u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Search \",/*#__PURE__*/_jsx(motion.strong,{children:\"(Annotations inside)\"})]})}),fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"center\"},GbqMGM9wX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"\u2026to one unified product\"})}),verticalAlignment:\"center\"},GDMo_oItR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"V1, unrefined design concept (includes incremental designs to risk assessment/factor page)\"})}),verticalAlignment:\"center\"},IIAJbbIqu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"From many jointed tools\u2026\"})}),verticalAlignment:\"center\"},JKp7cSONr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"Early V1 based on heuristics and game design principles\"})}),verticalAlignment:\"center\"},no3WSU3KR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"The Original MIB workflow. Note the separate navigation item and workflow\"})}),verticalAlignment:\"center\"},nZ_tVFXRS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"V1, unrefined design concept (includes incremental designs to risk assessment/factor page)\"})}),verticalAlignment:\"center\"},O3GNuJoUU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"MIB management card designs\"})}),verticalAlignment:\"center\"},OMq9FNsTz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"MIB Status Designs\"})}),verticalAlignment:\"center\"},oP8DIV5Mg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"left\"},children:\"Challenge workflow, rethink compliance, upgrade the design\"})})},qFwlKSLwe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28)))\"},children:\"Mapping out the problem space from ecosystems\u2026\"})}),verticalAlignment:\"center\"},QMP8xRhDq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"\u2026to one unified product\"})}),verticalAlignment:\"center\"},r3gQmiAjY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"From hard data analysis and qualitative research\u2026\"})}),verticalAlignment:\"center\"},R8yqFhQKy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"From many disjointed tools\u2026\"})}),verticalAlignment:\"center\"},rK0mtcfnk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"Quick process diagram. Why did the separate MIB list/component (third row) need to exist?\"})}),verticalAlignment:\"center\"},rUMzNFkPd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"\u2026to insight distillation and principal development\"})}),verticalAlignment:\"center\"},RZK7X4SPf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"Full page view\"})}),verticalAlignment:\"center\"},Sf0TR4CO_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"The rule builder design with boolean logic connections\"})}),verticalAlignment:\"center\"},ssZSbOCxM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"\u2026to one unified product\"})}),verticalAlignment:\"center\"},t_O0FHC4O:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Filter and logic tree \",/*#__PURE__*/_jsx(motion.strong,{children:\"(Annotations inside)\"})]})}),fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"center\"},TznpMWzRk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28)))\"},children:\"Massive workload reduction and transformative adoption via single product\"})})},Ue77OV0WU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"left\"},children:\"Digitally transforming a $700m+ company and causing up to 50% of production overhead to disappear overnight\"})})},Ufm4znhnP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28)))\"},children:\"\u2026to processes in ways the team has never had access to before\"})}),verticalAlignment:\"center\"},usRaVUzZ4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"\u2026to insight distillation and principal development\"})}),verticalAlignment:\"center\"},VA30IVjH0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"left\"},children:\"Making training for a novel enterprise product obsolete for thousands, with iterations and game design\"})})},VbwPvv_kP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"V1, unrefined design concept (includes incremental designs to risk assessment/factor page)\"})}),verticalAlignment:\"center\"},vCNYCIcP8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Product line detail \",/*#__PURE__*/_jsx(motion.strong,{children:\"(Annotations inside)\"})]})}),fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"center\"},wbFM2LTAF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"left\"},children:\"Functional, deep interaction design with 2 days of work,\"})})},wccLQtiL5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"From many jointed tools\u2026\"})}),verticalAlignment:\"center\"},XMAEUGRH7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28)))\"},children:[\"Client portal: \",/*#__PURE__*/_jsx(motion.strong,{children:\"50,000%+ \"}),\"rev growth, huge sales rates, transformative impact on $1b company\"]})}),fonts:[\"Inter\",\"Inter-Bold\"]},ZmPOifgJL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28)))\"},children:[\"Client portal: \",/*#__PURE__*/_jsx(motion.strong,{children:\"50,000%+ \"}),\"rev growth, exponentially higher sales rate, transformative impact on $1b company\"]})}),fonts:[\"Inter\",\"Inter-Bold\"]},ZycmWcBES:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c85c9x\",\"data-styles-preset\":\"WOt24BpKs\",style:{\"--framer-text-alignment\":\"center\"},children:\"MIB integrated into factor listings, minus vestige flow\"})}),verticalAlignment:\"center\"}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({\"Ue77OV0WU-hover\":{y:(componentViewport?.y||0)+(componentViewport?.height||280)-161.2+12+69.2},Ue77OV0WU:{height:76,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+(componentViewport?.height||280)-169.2+12+69.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-v4r4fm-container\",layoutDependency:layoutDependency,layoutId:\"NXunJCgUl-container\",nodeId:\"NXunJCgUl\",rendersWithMotion:true,scopeId:\"m7FKBk4tc\",children:/*#__PURE__*/_jsx(ProjectChips,{height:\"100%\",id:\"NXunJCgUl\",layoutId:\"NXunJCgUl\",style:{width:\"100%\"},variant:\"rZB_TjVi_\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({\"wbFM2LTAF-hover\":{y:(componentViewport?.y||0)+(componentViewport?.height||280)-161.2+12+69.2},wbFM2LTAF:{height:76,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+(componentViewport?.height||280)-169.2+12+69.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uupouq-container\",layoutDependency:layoutDependency,layoutId:\"gi0B5kHfV-container\",nodeId:\"gi0B5kHfV\",rendersWithMotion:true,scopeId:\"m7FKBk4tc\",children:/*#__PURE__*/_jsx(ProjectChips,{height:\"100%\",id:\"gi0B5kHfV\",layoutId:\"gi0B5kHfV\",style:{width:\"100%\"},variant:\"QZChhPyky\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({\"VA30IVjH0-hover\":{y:(componentViewport?.y||0)+(componentViewport?.height||280)-161.2+12+69.2},VA30IVjH0:{height:76,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+(componentViewport?.height||280)-169.2+12+69.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7lm1bt-container\",layoutDependency:layoutDependency,layoutId:\"LK6ahat53-container\",nodeId:\"LK6ahat53\",rendersWithMotion:true,scopeId:\"m7FKBk4tc\",children:/*#__PURE__*/_jsx(ProjectChips,{height:\"100%\",id:\"LK6ahat53\",layoutId:\"LK6ahat53\",style:{width:\"100%\"},variant:\"kBsQyes1_\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({\"oP8DIV5Mg-hover\":{y:(componentViewport?.y||0)+(componentViewport?.height||280)-161.2+12+69.2},oP8DIV5Mg:{height:76,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+(componentViewport?.height||280)-169.2+12+69.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vyosgs-container\",layoutDependency:layoutDependency,layoutId:\"b6ln9GVtW-container\",nodeId:\"b6ln9GVtW\",rendersWithMotion:true,scopeId:\"m7FKBk4tc\",children:/*#__PURE__*/_jsx(ProjectChips,{height:\"100%\",id:\"b6ln9GVtW\",layoutId:\"b6ln9GVtW\",style:{width:\"100%\"},variant:\"TUo_1Psae\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bb55p7\",\"data-framer-name\":\"Base card\",layoutDependency:layoutDependency,layoutId:\"BKZUaR6fB\",style:{backgroundColor:\"var(--token-ec1cd32a-559a-45dd-a89e-30651dec02ba, rgb(117, 230, 218))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},variants:{aakeKTthU:{backgroundColor:\"var(--token-60e3ae9d-01f8-40ca-b4e4-62bd24a94a15, rgb(222, 158, 122))\"},c93kQxfBH:{backgroundColor:\"var(--token-ff7da661-74f6-447e-a6c3-7cbaa38a7ce2, rgb(212, 241, 244))\"},EU40J67aH:{backgroundColor:\"rgb(250, 252, 255)\"},FRnxQM17u:{backgroundColor:\"var(--token-c6f5e8af-9d42-47c9-8a4f-bb5338108fb5, rgba(196, 232, 72, 0.4))\"},GbqMGM9wX:{backgroundColor:\"var(--token-ff7da661-74f6-447e-a6c3-7cbaa38a7ce2, rgb(212, 241, 244))\"},IIAJbbIqu:{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},JKp7cSONr:{backgroundColor:\"var(--token-7c73d470-6a40-4488-b298-1821b13b062f, rgb(255, 221, 183))\"},nZ_tVFXRS:{backgroundColor:\"var(--token-ff7da661-74f6-447e-a6c3-7cbaa38a7ce2, rgb(212, 241, 244))\"},O3GNuJoUU:{backgroundColor:\"var(--token-60e3ae9d-01f8-40ca-b4e4-62bd24a94a15, rgb(222, 158, 122))\"},OMq9FNsTz:{backgroundColor:\"var(--token-7c73d470-6a40-4488-b298-1821b13b062f, rgb(255, 221, 183))\"},oP8DIV5Mg:{backgroundColor:\"var(--token-6e600ed2-5923-41b4-9a69-beb3366d30be, rgb(198, 220, 245))\"},qFwlKSLwe:{backgroundColor:\"var(--token-ff7da661-74f6-447e-a6c3-7cbaa38a7ce2, rgb(212, 241, 244))\"},QMP8xRhDq:{backgroundColor:\"var(--token-ff7da661-74f6-447e-a6c3-7cbaa38a7ce2, rgb(212, 241, 244))\"},r3gQmiAjY:{backgroundColor:\"var(--token-60e3ae9d-01f8-40ca-b4e4-62bd24a94a15, rgb(222, 158, 122))\"},R8yqFhQKy:{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},rK0mtcfnk:{backgroundColor:\"var(--token-7c73d470-6a40-4488-b298-1821b13b062f, rgb(255, 221, 183))\"},ssZSbOCxM:{backgroundColor:\"var(--token-ff7da661-74f6-447e-a6c3-7cbaa38a7ce2, rgb(212, 241, 244))\"},t_O0FHC4O:{backgroundColor:\"var(--token-3f03af04-0614-43d9-9405-075d4af42654, rgb(24, 154, 180))\"},TznpMWzRk:{backgroundColor:\"rgb(250, 252, 255)\"},Ufm4znhnP:{backgroundColor:\"var(--token-7c73d470-6a40-4488-b298-1821b13b062f, rgb(255, 221, 183))\"},VA30IVjH0:{backgroundColor:\"var(--token-c6f5e8af-9d42-47c9-8a4f-bb5338108fb5, rgb(190, 255, 160))\"},VbwPvv_kP:{backgroundColor:\"var(--token-60e3ae9d-01f8-40ca-b4e4-62bd24a94a15, rgb(222, 158, 122))\"},vCNYCIcP8:{backgroundColor:\"var(--token-7c73d470-6a40-4488-b298-1821b13b062f, rgb(255, 221, 183))\"},wbFM2LTAF:{backgroundColor:\"var(--token-7c73d470-6a40-4488-b298-1821b13b062f, rgb(255, 221, 183))\"},wccLQtiL5:{backgroundColor:\"var(--token-ae4295c5-f1f2-44c5-b0ab-1b8f05db16fb, rgb(251, 254, 254))\"},XMAEUGRH7:{backgroundColor:\"var(--token-60e3ae9d-01f8-40ca-b4e4-62bd24a94a15, rgb(242, 125, 0))\"},ZmPOifgJL:{backgroundColor:\"rgb(250, 252, 255)\"}},children:[isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4320,intrinsicWidth:5200,pixelHeight:4320,pixelWidth:5200,src:\"https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png\",srcSet:\"https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png?scale-down-to=512 512w,https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png 5200w\"},className:\"framer-1y1gy42\",\"data-border\":true,\"data-framer-name\":\"Appsel Main\",layoutDependency:layoutDependency,layoutId:\"r0Fv2TCMb\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"wbFM2LTAF-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4320,intrinsicWidth:5200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:4320,pixelWidth:5200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png\",srcSet:\"https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png?scale-down-to=512 512w,https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png 5200w\"}},wbFM2LTAF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4320,intrinsicWidth:5200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:4320,pixelWidth:5200,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png\",srcSet:\"https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png?scale-down-to=512 512w,https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/eFBzNcPnMIfdTQapNWxVrJ2fN7k.png 5200w\"}}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3911,intrinsicWidth:3200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:3911,pixelWidth:3200,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/5mYVUf2AG8aPPnVabpYCVIAD4.png\",srcSet:\"https://framerusercontent.com/images/5mYVUf2AG8aPPnVabpYCVIAD4.png?scale-down-to=1024 837w,https://framerusercontent.com/images/5mYVUf2AG8aPPnVabpYCVIAD4.png?scale-down-to=2048 1675w,https://framerusercontent.com/images/5mYVUf2AG8aPPnVabpYCVIAD4.png 3200w\"},className:\"framer-1kcapsq\",\"data-border\":true,\"data-framer-name\":\"SC main\",layoutDependency:layoutDependency,layoutId:\"ifBZvTRH_\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"lDQvdU9s7-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3911,intrinsicWidth:3200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:3911,pixelWidth:3200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/5mYVUf2AG8aPPnVabpYCVIAD4.png\",srcSet:\"https://framerusercontent.com/images/5mYVUf2AG8aPPnVabpYCVIAD4.png?scale-down-to=1024 837w,https://framerusercontent.com/images/5mYVUf2AG8aPPnVabpYCVIAD4.png?scale-down-to=2048 1675w,https://framerusercontent.com/images/5mYVUf2AG8aPPnVabpYCVIAD4.png 3200w\"}},\"Ue77OV0WU-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3911,intrinsicWidth:3200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:3911,pixelWidth:3200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/5mYVUf2AG8aPPnVabpYCVIAD4.png\",srcSet:\"https://framerusercontent.com/images/5mYVUf2AG8aPPnVabpYCVIAD4.png?scale-down-to=1024 837w,https://framerusercontent.com/images/5mYVUf2AG8aPPnVabpYCVIAD4.png?scale-down-to=2048 1675w,https://framerusercontent.com/images/5mYVUf2AG8aPPnVabpYCVIAD4.png 3200w\"}}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2004,intrinsicWidth:2780,pixelHeight:2004,pixelWidth:2780,src:\"https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png\",srcSet:\"https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png?scale-down-to=512 512w,https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png 2780w\"},className:\"framer-jgv5gb\",\"data-border\":true,\"data-framer-name\":\"SCOB main\",layoutDependency:layoutDependency,layoutId:\"BvqNhSyk3\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"VA30IVjH0-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2004,intrinsicWidth:2780,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:2004,pixelWidth:2780,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png\",srcSet:\"https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png?scale-down-to=512 512w,https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png 2780w\"}},VA30IVjH0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2004,intrinsicWidth:2780,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:2004,pixelWidth:2780,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png\",srcSet:\"https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png?scale-down-to=512 512w,https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WFHQf8LO7pIST8Q5AOCL6CGlA.png 2780w\"}}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2243,intrinsicWidth:6403,pixelHeight:2243,pixelWidth:3689,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png\",srcSet:\"https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png?scale-down-to=512 512w,https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png 3689w\"},className:\"framer-z5xlak\",\"data-border\":true,\"data-framer-name\":\"MIB Main\",layoutDependency:layoutDependency,layoutId:\"ZRieU7KAr\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"oP8DIV5Mg-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2243,intrinsicWidth:6403,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:2243,pixelWidth:3689,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png\",srcSet:\"https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png?scale-down-to=512 512w,https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png 3689w\"}},oP8DIV5Mg:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2243,intrinsicWidth:6403,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:2243,pixelWidth:3689,positionX:\"center\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png\",srcSet:\"https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png?scale-down-to=512 512w,https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MlFP4G74Gknb6JFjVToy9ppUE.png 3689w\"}}},baseVariant,gestureVariant)}),isDisplayed6()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3756,intrinsicWidth:4430,pixelHeight:3756,pixelWidth:4430,src:\"https://framerusercontent.com/images/dVh3w5hjctSJVa6Z3eX0BaC6ip4.png\",srcSet:\"https://framerusercontent.com/images/dVh3w5hjctSJVa6Z3eX0BaC6ip4.png?scale-down-to=512 512w,https://framerusercontent.com/images/dVh3w5hjctSJVa6Z3eX0BaC6ip4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dVh3w5hjctSJVa6Z3eX0BaC6ip4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/dVh3w5hjctSJVa6Z3eX0BaC6ip4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/dVh3w5hjctSJVa6Z3eX0BaC6ip4.png 4430w\"},className:\"framer-1libcjf\",\"data-framer-name\":\"SC problem 1\",layoutDependency:layoutDependency,layoutId:\"JGs9oiLrq\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({IIAJbbIqu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3756,intrinsicWidth:4430,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+12),pixelHeight:3756,pixelWidth:4430,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/dVh3w5hjctSJVa6Z3eX0BaC6ip4.png\",srcSet:\"https://framerusercontent.com/images/dVh3w5hjctSJVa6Z3eX0BaC6ip4.png?scale-down-to=512 512w,https://framerusercontent.com/images/dVh3w5hjctSJVa6Z3eX0BaC6ip4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dVh3w5hjctSJVa6Z3eX0BaC6ip4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/dVh3w5hjctSJVa6Z3eX0BaC6ip4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/dVh3w5hjctSJVa6Z3eX0BaC6ip4.png 4430w\"}}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1548,intrinsicWidth:4700,pixelHeight:1548,pixelWidth:4700,src:\"https://framerusercontent.com/images/44OYTbDdIqTv0Cd6lq8Wp5MN9D8.png\",srcSet:\"https://framerusercontent.com/images/44OYTbDdIqTv0Cd6lq8Wp5MN9D8.png?scale-down-to=512 512w,https://framerusercontent.com/images/44OYTbDdIqTv0Cd6lq8Wp5MN9D8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/44OYTbDdIqTv0Cd6lq8Wp5MN9D8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/44OYTbDdIqTv0Cd6lq8Wp5MN9D8.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/44OYTbDdIqTv0Cd6lq8Wp5MN9D8.png 4700w\"},className:\"framer-cycduk\",\"data-framer-name\":\"SC problem 1-1\",layoutDependency:layoutDependency,layoutId:\"ySwIGvr6x\",...addPropertyOverrides({wccLQtiL5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1548,intrinsicWidth:4700,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+12),pixelHeight:1548,pixelWidth:4700,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/44OYTbDdIqTv0Cd6lq8Wp5MN9D8.png\",srcSet:\"https://framerusercontent.com/images/44OYTbDdIqTv0Cd6lq8Wp5MN9D8.png?scale-down-to=512 512w,https://framerusercontent.com/images/44OYTbDdIqTv0Cd6lq8Wp5MN9D8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/44OYTbDdIqTv0Cd6lq8Wp5MN9D8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/44OYTbDdIqTv0Cd6lq8Wp5MN9D8.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/44OYTbDdIqTv0Cd6lq8Wp5MN9D8.png 4700w\"}}},baseVariant,gestureVariant)}),isDisplayed8()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1418,intrinsicWidth:1248,pixelHeight:1418,pixelWidth:1248,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/9Vt7ajXQv7EuYP0BYQZthCLY0Sg.png\",srcSet:\"https://framerusercontent.com/images/9Vt7ajXQv7EuYP0BYQZthCLY0Sg.png?scale-down-to=1024 901w,https://framerusercontent.com/images/9Vt7ajXQv7EuYP0BYQZthCLY0Sg.png 1248w\"},className:\"framer-pkzom2\",\"data-border\":true,\"data-framer-name\":\"SCOB play\",layoutDependency:layoutDependency,layoutId:\"tKBcvQcak\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"DR1TF6vF_-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1418,intrinsicWidth:1248,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:1418,pixelWidth:1248,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/9Vt7ajXQv7EuYP0BYQZthCLY0Sg.png\",srcSet:\"https://framerusercontent.com/images/9Vt7ajXQv7EuYP0BYQZthCLY0Sg.png?scale-down-to=1024 901w,https://framerusercontent.com/images/9Vt7ajXQv7EuYP0BYQZthCLY0Sg.png 1248w\"}},DR1TF6vF_:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1418,intrinsicWidth:1248,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:1418,pixelWidth:1248,positionX:\"center\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/9Vt7ajXQv7EuYP0BYQZthCLY0Sg.png\",srcSet:\"https://framerusercontent.com/images/9Vt7ajXQv7EuYP0BYQZthCLY0Sg.png?scale-down-to=1024 901w,https://framerusercontent.com/images/9Vt7ajXQv7EuYP0BYQZthCLY0Sg.png 1248w\"}}},baseVariant,gestureVariant)}),isDisplayed9()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:976,intrinsicWidth:4068,pixelHeight:976,pixelWidth:4068,src:\"https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png\",srcSet:\"https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png 4068w\"},className:\"framer-6a6pau\",\"data-border\":true,\"data-framer-name\":\"MIB Problem\",layoutDependency:layoutDependency,layoutId:\"xPl0CH2jg\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"CrVPe5Loe-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:976,intrinsicWidth:4068,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8),pixelHeight:976,pixelWidth:4068,sizes:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,src:\"https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png\",srcSet:\"https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png 4068w\"}},CrVPe5Loe:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:976,intrinsicWidth:4068,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:976,pixelWidth:4068,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png\",srcSet:\"https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/PK4X8lXvMUInsoUnYgW9Igg8wkQ.png 4068w\"}}},baseVariant,gestureVariant)}),isDisplayed10()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:2030,intrinsicWidth:2616,pixelHeight:2030,pixelWidth:2616,positionX:\"right\",positionY:\"top\",src:\"https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png\",srcSet:\"https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=512 512w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png 2616w\"},className:\"framer-1cgqt2w\",\"data-border\":true,\"data-framer-name\":\"MIB screens\",layoutDependency:layoutDependency,layoutId:\"ZRSDEbK8s\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"nZ_tVFXRS-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:2030,intrinsicWidth:2616,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:2030,pixelWidth:2616,positionX:\"right\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png\",srcSet:\"https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=512 512w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png 2616w\"}},Fj5GexAly:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:2030,intrinsicWidth:2616,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:2030,pixelWidth:2616,positionX:\"right\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png\",srcSet:\"https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=512 512w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png 2616w\"}},GDMo_oItR:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:2030,intrinsicWidth:2616,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:2030,pixelWidth:2616,positionX:\"right\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png\",srcSet:\"https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=512 512w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png 2616w\"}},nZ_tVFXRS:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:2030,intrinsicWidth:2616,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:2030,pixelWidth:2616,positionX:\"right\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png\",srcSet:\"https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=512 512w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png 2616w\"}},VbwPvv_kP:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:2030,intrinsicWidth:2616,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:2030,pixelWidth:2616,positionX:\"right\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png\",srcSet:\"https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=512 512w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/riBrjDC1fCbILTygPjx4XKz1Ldo.png 2616w\"}}},baseVariant,gestureVariant)}),isDisplayed11()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1122,intrinsicWidth:3202,pixelHeight:1122,pixelWidth:3202,src:\"https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png\",srcSet:\"https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png?scale-down-to=512 512w,https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png 3202w\"},className:\"framer-18icin2\",\"data-border\":true,\"data-framer-name\":\"MIB Diagram\",layoutDependency:layoutDependency,layoutId:\"gl_LxsqM6\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"rK0mtcfnk-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1122,intrinsicWidth:3202,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:1122,pixelWidth:3202,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png\",srcSet:\"https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png?scale-down-to=512 512w,https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png 3202w\"}},rK0mtcfnk:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1122,intrinsicWidth:3202,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:1122,pixelWidth:3202,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png\",srcSet:\"https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png?scale-down-to=512 512w,https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kSlsnuksQh27xU2lAdX9AGkwg.png 3202w\"}}},baseVariant,gestureVariant)}),isDisplayed12()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5028,intrinsicWidth:5200,pixelHeight:5028,pixelWidth:5200,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png\",srcSet:\"https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png?scale-down-to=512 512w,https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png 5200w\"},className:\"framer-f6o0ez\",\"data-border\":true,\"data-framer-name\":\"App sel main page\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iV3OLphtP\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,boxShadow:\"0px 2px 4px 0px rgba(0, 84, 142, 0.25)\"},...addPropertyOverrides({\"RZK7X4SPf-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:5028,intrinsicWidth:5200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:5028,pixelWidth:5200,positionX:\"left\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png\",srcSet:\"https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png?scale-down-to=512 512w,https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png 5200w\"}},RZK7X4SPf:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:5028,intrinsicWidth:5200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:5028,pixelWidth:5200,positionX:\"left\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png\",srcSet:\"https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png?scale-down-to=512 512w,https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/HxBMwMngF1xnFXnDVzRtbcil8xw.png 5200w\"}}},baseVariant,gestureVariant)}),isDisplayed13()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:5200,pixelHeight:2560,pixelWidth:5200,src:\"https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png\",srcSet:\"https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png?scale-down-to=512 512w,https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png 5200w\"},className:\"framer-edg6vb\",\"data-border\":true,\"data-framer-name\":\"App sel filters\",layoutDependency:layoutDependency,layoutId:\"CkQlFzgVy\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"t_O0FHC4O-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:5200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:2560,pixelWidth:5200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png\",srcSet:\"https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png?scale-down-to=512 512w,https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png 5200w\"}},t_O0FHC4O:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:5200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:2560,pixelWidth:5200,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png\",srcSet:\"https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png?scale-down-to=512 512w,https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/vhDCLtOMfGZPH70n2cRXUSZWKEc.png 5200w\"}}},baseVariant,gestureVariant)}),isDisplayed14()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1696,intrinsicWidth:5200,pixelHeight:1696,pixelWidth:3364,src:\"https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png\",srcSet:\"https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png?scale-down-to=512 512w,https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png 3364w\"},className:\"framer-1u7h7h4\",\"data-border\":true,\"data-framer-name\":\"App sel search\",layoutDependency:layoutDependency,layoutId:\"kLws7mEru\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"FRnxQM17u-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1696,intrinsicWidth:5200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:1696,pixelWidth:3364,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png\",srcSet:\"https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png?scale-down-to=512 512w,https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png 3364w\"}},FRnxQM17u:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1696,intrinsicWidth:5200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:1696,pixelWidth:3364,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png\",srcSet:\"https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png?scale-down-to=512 512w,https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/xmrxUW3NY5no4r17MQzV63r0M.png 3364w\"}}},baseVariant,gestureVariant)}),isDisplayed15()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3301.3333333333335,intrinsicWidth:6933.333333333333,pixelHeight:2476,pixelWidth:5200,src:\"https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png\",srcSet:\"https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png?scale-down-to=512 512w,https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png 5200w\"},className:\"framer-1hvisxt\",\"data-border\":true,\"data-framer-name\":\"App sel carousel\",layoutDependency:layoutDependency,layoutId:\"YP3ygFVGd\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"aakeKTthU-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3301.3333333333335,intrinsicWidth:6933.333333333333,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:2476,pixelWidth:5200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png\",srcSet:\"https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png?scale-down-to=512 512w,https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png 5200w\"}},aakeKTthU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3301.3333333333335,intrinsicWidth:6933.333333333333,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:2476,pixelWidth:5200,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png\",srcSet:\"https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png?scale-down-to=512 512w,https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/sWa14J4YXGICQv7iahSdXiKsqw.png 5200w\"}}},baseVariant,gestureVariant)}),isDisplayed16()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:5200,pixelHeight:2560,pixelWidth:5200,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png\",srcSet:\"https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png?scale-down-to=512 512w,https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png 5200w\"},className:\"framer-17muow2\",\"data-border\":true,\"data-framer-name\":\"App sel product line\",layoutDependency:layoutDependency,layoutId:\"gdN0rcAgi\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"vCNYCIcP8-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:5200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:2560,pixelWidth:5200,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png\",srcSet:\"https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png?scale-down-to=512 512w,https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png 5200w\"}},vCNYCIcP8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:5200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:2560,pixelWidth:5200,positionX:\"center\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png\",srcSet:\"https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png?scale-down-to=512 512w,https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/lvXTygwg1HVzOgyhUYy3PyJMs6o.png 5200w\"}}},baseVariant,gestureVariant)}),isDisplayed17()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3363,intrinsicWidth:2431,pixelHeight:3363,pixelWidth:2431,src:\"https://framerusercontent.com/images/YvvZ4LJ7fVqWLkb9yEeOV5OuGo.png\",srcSet:\"https://framerusercontent.com/images/YvvZ4LJ7fVqWLkb9yEeOV5OuGo.png?scale-down-to=1024 740w,https://framerusercontent.com/images/YvvZ4LJ7fVqWLkb9yEeOV5OuGo.png?scale-down-to=2048 1480w,https://framerusercontent.com/images/YvvZ4LJ7fVqWLkb9yEeOV5OuGo.png 2431w\"},className:\"framer-3lkvs7\",\"data-framer-name\":\"SCOB spread 2\",layoutDependency:layoutDependency,layoutId:\"YnQSCdDlk\",...addPropertyOverrides({\"BoCCKf1kP-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3363,intrinsicWidth:2431,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8),pixelHeight:3363,pixelWidth:2431,sizes:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,src:\"https://framerusercontent.com/images/YvvZ4LJ7fVqWLkb9yEeOV5OuGo.png\",srcSet:\"https://framerusercontent.com/images/YvvZ4LJ7fVqWLkb9yEeOV5OuGo.png?scale-down-to=1024 740w,https://framerusercontent.com/images/YvvZ4LJ7fVqWLkb9yEeOV5OuGo.png?scale-down-to=2048 1480w,https://framerusercontent.com/images/YvvZ4LJ7fVqWLkb9yEeOV5OuGo.png 2431w\"}},BoCCKf1kP:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3363,intrinsicWidth:2431,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:3363,pixelWidth:2431,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/YvvZ4LJ7fVqWLkb9yEeOV5OuGo.png\",srcSet:\"https://framerusercontent.com/images/YvvZ4LJ7fVqWLkb9yEeOV5OuGo.png?scale-down-to=1024 740w,https://framerusercontent.com/images/YvvZ4LJ7fVqWLkb9yEeOV5OuGo.png?scale-down-to=2048 1480w,https://framerusercontent.com/images/YvvZ4LJ7fVqWLkb9yEeOV5OuGo.png 2431w\"}}},baseVariant,gestureVariant)}),isDisplayed18()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2467,intrinsicWidth:2022,pixelHeight:2467,pixelWidth:2022,src:\"https://framerusercontent.com/images/qZNy4aliW0TWdFrsHEQ4yFQPtow.png\",srcSet:\"https://framerusercontent.com/images/qZNy4aliW0TWdFrsHEQ4yFQPtow.png?scale-down-to=1024 839w,https://framerusercontent.com/images/qZNy4aliW0TWdFrsHEQ4yFQPtow.png?scale-down-to=2048 1678w,https://framerusercontent.com/images/qZNy4aliW0TWdFrsHEQ4yFQPtow.png 2022w\"},className:\"framer-180dhwq\",\"data-framer-name\":\"SCOB spread 1\",layoutDependency:layoutDependency,layoutId:\"K8HoSo8Oh\",...addPropertyOverrides({\"JKp7cSONr-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2467,intrinsicWidth:2022,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8),pixelHeight:2467,pixelWidth:2022,sizes:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,src:\"https://framerusercontent.com/images/qZNy4aliW0TWdFrsHEQ4yFQPtow.png\",srcSet:\"https://framerusercontent.com/images/qZNy4aliW0TWdFrsHEQ4yFQPtow.png?scale-down-to=1024 839w,https://framerusercontent.com/images/qZNy4aliW0TWdFrsHEQ4yFQPtow.png?scale-down-to=2048 1678w,https://framerusercontent.com/images/qZNy4aliW0TWdFrsHEQ4yFQPtow.png 2022w\"}},JKp7cSONr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2467,intrinsicWidth:2022,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:2467,pixelWidth:2022,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/qZNy4aliW0TWdFrsHEQ4yFQPtow.png\",srcSet:\"https://framerusercontent.com/images/qZNy4aliW0TWdFrsHEQ4yFQPtow.png?scale-down-to=1024 839w,https://framerusercontent.com/images/qZNy4aliW0TWdFrsHEQ4yFQPtow.png?scale-down-to=2048 1678w,https://framerusercontent.com/images/qZNy4aliW0TWdFrsHEQ4yFQPtow.png 2022w\"}}},baseVariant,gestureVariant)}),isDisplayed19()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oadjm1\",\"data-border\":true,\"data-framer-name\":\"SC Diagram 1\",layoutDependency:layoutDependency,layoutId:\"f0kEdMCuG\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1316,intrinsicWidth:2280,pixelHeight:1316,pixelWidth:2280,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png\",srcSet:\"https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png?scale-down-to=512 512w,https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png 2280w\"},className:\"framer-1nqyo0u\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"lhRWHJQHI\",...addPropertyOverrides({\"qFwlKSLwe-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1316,intrinsicWidth:2280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+0+0),pixelHeight:1316,pixelWidth:2280,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"} - 24px, 1px)`,src:\"https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png\",srcSet:\"https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png?scale-down-to=512 512w,https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png 2280w\"}},qFwlKSLwe:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1316,intrinsicWidth:2280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+12+0),pixelHeight:1316,pixelWidth:2280,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`,src:\"https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png\",srcSet:\"https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png?scale-down-to=512 512w,https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/PLmZD2B3EOPrC0wErAdO1n9hJoM.png 2280w\"}}},baseVariant,gestureVariant)})}),isDisplayed20()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h85dkl\",\"data-border\":true,\"data-framer-name\":\"SC Analysis 2\",layoutDependency:layoutDependency,layoutId:\"KT5vlBdJk\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1728,intrinsicWidth:3120,pixelHeight:1728,pixelWidth:3120,src:\"https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png\",srcSet:\"https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png 3120w\"},className:\"framer-5murnp\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"urBsqB2Qo\",...addPropertyOverrides({\"rUMzNFkPd-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1728,intrinsicWidth:3120,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+0+0),pixelHeight:1728,pixelWidth:3120,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png\",srcSet:\"https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png 3120w\"}},rUMzNFkPd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1728,intrinsicWidth:3120,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+12+0),pixelHeight:1728,pixelWidth:3120,sizes:`max(${componentViewport?.width||\"100vw\"} - 24px, 1px)`,src:\"https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png\",srcSet:\"https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png 3120w\"}},usRaVUzZ4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1728,intrinsicWidth:3120,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+12+0),pixelHeight:1728,pixelWidth:3120,sizes:`max(${componentViewport?.width||\"100vw\"} - 24px, 1px)`,src:\"https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png\",srcSet:\"https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Fet7ZVYefOE1RyNdrtGpcENTrN0.png 3120w\"}}},baseVariant,gestureVariant)})}),isDisplayed21()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-g9dk3y\",\"data-border\":true,\"data-framer-name\":\"SC Analysis 1\",layoutDependency:layoutDependency,layoutId:\"LDHWGJXMC\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2022,intrinsicWidth:4176,pixelHeight:2022,pixelWidth:4176,src:\"https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png\",srcSet:\"https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png?scale-down-to=512 512w,https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png 4176w\"},className:\"framer-1n9genc\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"I9c8_XNJf\",...addPropertyOverrides({\"r3gQmiAjY-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2022,intrinsicWidth:4176,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+0+0),pixelHeight:2022,pixelWidth:4176,sizes:`max(${componentViewport?.width||\"100vw\"} + 360px, 1px)`,src:\"https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png\",srcSet:\"https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png?scale-down-to=512 512w,https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png 4176w\"}},r3gQmiAjY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2022,intrinsicWidth:4176,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+12+0),pixelHeight:2022,pixelWidth:4176,sizes:`max(${componentViewport?.width||\"100vw\"} + 348px, 1px)`,src:\"https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png\",srcSet:\"https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png?scale-down-to=512 512w,https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/TfPuXmQFMCVJHQ9nmA7SvKxA0l4.png 4176w\"}}},baseVariant,gestureVariant)})}),isDisplayed22()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-3jbwuk\",\"data-border\":true,\"data-framer-name\":\"SC Diagram 2\",layoutDependency:layoutDependency,layoutId:\"kW6z2MiYv\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:857,intrinsicWidth:1303,pixelHeight:857,pixelWidth:1303,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/tbLZ7reedc7Z0GDcLwSXF0ao.png\",srcSet:\"https://framerusercontent.com/images/tbLZ7reedc7Z0GDcLwSXF0ao.png?scale-down-to=512 512w,https://framerusercontent.com/images/tbLZ7reedc7Z0GDcLwSXF0ao.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tbLZ7reedc7Z0GDcLwSXF0ao.png 1303w\"},className:\"framer-dh4y3l\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"pK4u00Aj4\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"Ufm4znhnP-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:857,intrinsicWidth:1303,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+0+0),pixelHeight:857,pixelWidth:1303,positionX:\"left\",positionY:\"top\",sizes:`max(${componentViewport?.width||\"100vw\"} - 24px, 1px)`,src:\"https://framerusercontent.com/images/tbLZ7reedc7Z0GDcLwSXF0ao.png\",srcSet:\"https://framerusercontent.com/images/tbLZ7reedc7Z0GDcLwSXF0ao.png?scale-down-to=512 512w,https://framerusercontent.com/images/tbLZ7reedc7Z0GDcLwSXF0ao.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tbLZ7reedc7Z0GDcLwSXF0ao.png 1303w\"}},Ufm4znhnP:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:857,intrinsicWidth:1303,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+12+0),pixelHeight:857,pixelWidth:1303,positionX:\"left\",positionY:\"top\",sizes:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`,src:\"https://framerusercontent.com/images/tbLZ7reedc7Z0GDcLwSXF0ao.png\",srcSet:\"https://framerusercontent.com/images/tbLZ7reedc7Z0GDcLwSXF0ao.png?scale-down-to=512 512w,https://framerusercontent.com/images/tbLZ7reedc7Z0GDcLwSXF0ao.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tbLZ7reedc7Z0GDcLwSXF0ao.png 1303w\"}}},baseVariant,gestureVariant)})}),isDisplayed23()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1565,intrinsicWidth:3200,pixelHeight:1565,pixelWidth:3200,src:\"https://framerusercontent.com/images/WkoGBSJixL4P4VICkBiNFiKck.png\",srcSet:\"https://framerusercontent.com/images/WkoGBSJixL4P4VICkBiNFiKck.png?scale-down-to=512 512w,https://framerusercontent.com/images/WkoGBSJixL4P4VICkBiNFiKck.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WkoGBSJixL4P4VICkBiNFiKck.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WkoGBSJixL4P4VICkBiNFiKck.png 3200w\"},className:\"framer-1ejgeev\",\"data-border\":true,\"data-framer-name\":\"SC problem 2\",layoutDependency:layoutDependency,layoutId:\"B6LfyZXUI\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({QMP8xRhDq:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1565,intrinsicWidth:3200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+12),pixelHeight:1565,pixelWidth:3200,sizes:`calc(${componentViewport?.width||\"100vw\"} + 293px)`,src:\"https://framerusercontent.com/images/WkoGBSJixL4P4VICkBiNFiKck.png\",srcSet:\"https://framerusercontent.com/images/WkoGBSJixL4P4VICkBiNFiKck.png?scale-down-to=512 512w,https://framerusercontent.com/images/WkoGBSJixL4P4VICkBiNFiKck.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WkoGBSJixL4P4VICkBiNFiKck.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WkoGBSJixL4P4VICkBiNFiKck.png 3200w\"}}},baseVariant,gestureVariant)}),isDisplayed24()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:768,intrinsicWidth:1120,pixelHeight:768,pixelWidth:1120,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/wk4F7uIcXrHhEXXokFfAI7C7SU.png\",srcSet:\"https://framerusercontent.com/images/wk4F7uIcXrHhEXXokFfAI7C7SU.png?scale-down-to=512 512w,https://framerusercontent.com/images/wk4F7uIcXrHhEXXokFfAI7C7SU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wk4F7uIcXrHhEXXokFfAI7C7SU.png 1120w\"},className:\"framer-1cwijvz\",\"data-border\":true,\"data-framer-name\":\"MIB Modal 2\",layoutDependency:layoutDependency,layoutId:\"VQ2KCo8_y\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"O3GNuJoUU-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:768,intrinsicWidth:1120,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:768,pixelWidth:1120,positionX:\"left\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/wk4F7uIcXrHhEXXokFfAI7C7SU.png\",srcSet:\"https://framerusercontent.com/images/wk4F7uIcXrHhEXXokFfAI7C7SU.png?scale-down-to=512 512w,https://framerusercontent.com/images/wk4F7uIcXrHhEXXokFfAI7C7SU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wk4F7uIcXrHhEXXokFfAI7C7SU.png 1120w\"}},O3GNuJoUU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:768,intrinsicWidth:1120,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:768,pixelWidth:1120,positionX:\"left\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/wk4F7uIcXrHhEXXokFfAI7C7SU.png\",srcSet:\"https://framerusercontent.com/images/wk4F7uIcXrHhEXXokFfAI7C7SU.png?scale-down-to=512 512w,https://framerusercontent.com/images/wk4F7uIcXrHhEXXokFfAI7C7SU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wk4F7uIcXrHhEXXokFfAI7C7SU.png 1120w\"}}},baseVariant,gestureVariant)}),isDisplayed25()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2004,intrinsicWidth:2620,pixelHeight:2004,pixelWidth:2620,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png\",srcSet:\"https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png?scale-down-to=512 512w,https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png 2620w\"},className:\"framer-1pyspuy\",\"data-border\":true,\"data-framer-name\":\"MIB Final 2\",layoutDependency:layoutDependency,layoutId:\"p3I9ruSEQ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"ZycmWcBES-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2004,intrinsicWidth:2620,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:2004,pixelWidth:2620,positionX:\"left\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png\",srcSet:\"https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png?scale-down-to=512 512w,https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png 2620w\"}},ZycmWcBES:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2004,intrinsicWidth:2620,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:2004,pixelWidth:2620,positionX:\"left\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png\",srcSet:\"https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png?scale-down-to=512 512w,https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/LWieWNjxUehk4Pjaa4IuAiri8w4.png 2620w\"}}},baseVariant,gestureVariant)}),isDisplayed26()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1265,intrinsicWidth:1444,pixelHeight:1265,pixelWidth:1444,src:\"https://framerusercontent.com/images/tOQUmCzaLc8iSi4jUt2p7xnUhA.png\",srcSet:\"https://framerusercontent.com/images/tOQUmCzaLc8iSi4jUt2p7xnUhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/tOQUmCzaLc8iSi4jUt2p7xnUhA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tOQUmCzaLc8iSi4jUt2p7xnUhA.png 1444w\"},className:\"framer-1wxc3m1\",\"data-framer-name\":\"SCOB problem\",layoutDependency:layoutDependency,layoutId:\"tdySnBwU0\",...addPropertyOverrides({\"Sf0TR4CO_-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1265,intrinsicWidth:1444,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:1265,pixelWidth:1444,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/tOQUmCzaLc8iSi4jUt2p7xnUhA.png\",srcSet:\"https://framerusercontent.com/images/tOQUmCzaLc8iSi4jUt2p7xnUhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/tOQUmCzaLc8iSi4jUt2p7xnUhA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tOQUmCzaLc8iSi4jUt2p7xnUhA.png 1444w\"}},Sf0TR4CO_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1265,intrinsicWidth:1444,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:1265,pixelWidth:1444,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/tOQUmCzaLc8iSi4jUt2p7xnUhA.png\",srcSet:\"https://framerusercontent.com/images/tOQUmCzaLc8iSi4jUt2p7xnUhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/tOQUmCzaLc8iSi4jUt2p7xnUhA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tOQUmCzaLc8iSi4jUt2p7xnUhA.png 1444w\"}}},baseVariant,gestureVariant)}),isDisplayed27()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v69f4z\",\"data-framer-name\":\"Sc problems 2-1\",layoutDependency:layoutDependency,layoutId:\"ErUQqn_wT\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s2lanb\",layoutDependency:layoutDependency,layoutId:\"GmWsHtt_E\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1565,intrinsicWidth:3200,pixelHeight:1565,pixelWidth:3200,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png\",srcSet:\"https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png?scale-down-to=512 512w,https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png 3200w\"},className:\"framer-5oesef\",\"data-border\":true,\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"UOrhMQeT2\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"GbqMGM9wX-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1565,intrinsicWidth:3200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+8+0+0+0),pixelHeight:1565,pixelWidth:3200,positionX:\"center\",positionY:\"top\",sizes:`max((${componentViewport?.width||\"100vw\"} - 24px) / 1.96, 1px)`,src:\"https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png\",srcSet:\"https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png?scale-down-to=512 512w,https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png 3200w\"}},GbqMGM9wX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1565,intrinsicWidth:3200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+12+0+0+0),pixelHeight:1565,pixelWidth:3200,positionX:\"center\",positionY:\"top\",sizes:`max((${componentViewport?.width||\"100vw\"} - 32px) / 1.96, 1px)`,src:\"https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png\",srcSet:\"https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png?scale-down-to=512 512w,https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SjIlNwQ94qIZi7cKCaJNZ4aFWo.png 3200w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lgva3u\",layoutDependency:layoutDependency,layoutId:\"eiCC7M8QC\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1366,intrinsicWidth:1446,pixelHeight:1366,pixelWidth:1446,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/lSa1ReCUvm61trZ550eJXq6CHGQ.png\",srcSet:\"https://framerusercontent.com/images/lSa1ReCUvm61trZ550eJXq6CHGQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/lSa1ReCUvm61trZ550eJXq6CHGQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lSa1ReCUvm61trZ550eJXq6CHGQ.png 1446w\"},className:\"framer-1r0q0x4\",\"data-border\":true,\"data-framer-name\":\"SC screens ticker 3\",layoutDependency:layoutDependency,layoutId:\"rfZvtskd4\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"GbqMGM9wX-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1366,intrinsicWidth:1446,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+8+0+0+168+0),pixelHeight:1366,pixelWidth:1446,positionX:\"left\",positionY:\"top\",sizes:`max((max((${componentViewport?.width||\"100vw\"} - 24px) / 1.96, 1px) - 16px) / 3, 1px)`,src:\"https://framerusercontent.com/images/lSa1ReCUvm61trZ550eJXq6CHGQ.png\",srcSet:\"https://framerusercontent.com/images/lSa1ReCUvm61trZ550eJXq6CHGQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/lSa1ReCUvm61trZ550eJXq6CHGQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lSa1ReCUvm61trZ550eJXq6CHGQ.png 1446w\"}},GbqMGM9wX:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1366,intrinsicWidth:1446,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+12+0+0+168+0),pixelHeight:1366,pixelWidth:1446,positionX:\"left\",positionY:\"top\",sizes:`max((max((${componentViewport?.width||\"100vw\"} - 32px) / 1.96, 1px) - 16px) / 3, 1px)`,src:\"https://framerusercontent.com/images/lSa1ReCUvm61trZ550eJXq6CHGQ.png\",srcSet:\"https://framerusercontent.com/images/lSa1ReCUvm61trZ550eJXq6CHGQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/lSa1ReCUvm61trZ550eJXq6CHGQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lSa1ReCUvm61trZ550eJXq6CHGQ.png 1446w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1263,intrinsicWidth:1443,pixelHeight:1263,pixelWidth:1443,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/LuCSLYpjwDdZM35tlCojwfdnlQ.png\",srcSet:\"https://framerusercontent.com/images/LuCSLYpjwDdZM35tlCojwfdnlQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/LuCSLYpjwDdZM35tlCojwfdnlQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LuCSLYpjwDdZM35tlCojwfdnlQ.png 1443w\"},className:\"framer-1oul854\",\"data-border\":true,\"data-framer-name\":\"SC screens ticker 4\",layoutDependency:layoutDependency,layoutId:\"tGv7ttYLu\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"GbqMGM9wX-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1263,intrinsicWidth:1443,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+8+0+0+168+0),pixelHeight:1263,pixelWidth:1443,positionX:\"left\",positionY:\"top\",sizes:`max((max((${componentViewport?.width||\"100vw\"} - 24px) / 1.96, 1px) - 16px) / 3, 1px)`,src:\"https://framerusercontent.com/images/LuCSLYpjwDdZM35tlCojwfdnlQ.png\",srcSet:\"https://framerusercontent.com/images/LuCSLYpjwDdZM35tlCojwfdnlQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/LuCSLYpjwDdZM35tlCojwfdnlQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LuCSLYpjwDdZM35tlCojwfdnlQ.png 1443w\"}},GbqMGM9wX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1263,intrinsicWidth:1443,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+12+0+0+168+0),pixelHeight:1263,pixelWidth:1443,positionX:\"left\",positionY:\"top\",sizes:`max((max((${componentViewport?.width||\"100vw\"} - 32px) / 1.96, 1px) - 16px) / 3, 1px)`,src:\"https://framerusercontent.com/images/LuCSLYpjwDdZM35tlCojwfdnlQ.png\",srcSet:\"https://framerusercontent.com/images/LuCSLYpjwDdZM35tlCojwfdnlQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/LuCSLYpjwDdZM35tlCojwfdnlQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LuCSLYpjwDdZM35tlCojwfdnlQ.png 1443w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1724,intrinsicWidth:1450,pixelHeight:1724,pixelWidth:1444,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/pFZFHjtqWv4ypCxmFuvUBIMTIg.png\",srcSet:\"https://framerusercontent.com/images/pFZFHjtqWv4ypCxmFuvUBIMTIg.png?scale-down-to=1024 857w,https://framerusercontent.com/images/pFZFHjtqWv4ypCxmFuvUBIMTIg.png 1444w\"},className:\"framer-10493oe\",\"data-border\":true,\"data-framer-name\":\"SC screens ticker 5\",layoutDependency:layoutDependency,layoutId:\"hU1zQXi0H\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"GbqMGM9wX-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1724,intrinsicWidth:1450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+8+0+0+168+0),pixelHeight:1724,pixelWidth:1444,positionX:\"left\",positionY:\"top\",sizes:`max((max((${componentViewport?.width||\"100vw\"} - 24px) / 1.96, 1px) - 16px) / 3, 1px)`,src:\"https://framerusercontent.com/images/pFZFHjtqWv4ypCxmFuvUBIMTIg.png\",srcSet:\"https://framerusercontent.com/images/pFZFHjtqWv4ypCxmFuvUBIMTIg.png?scale-down-to=1024 857w,https://framerusercontent.com/images/pFZFHjtqWv4ypCxmFuvUBIMTIg.png 1444w\"}},GbqMGM9wX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1724,intrinsicWidth:1450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+12+0+0+168+0),pixelHeight:1724,pixelWidth:1444,positionX:\"left\",positionY:\"top\",sizes:`max((max((${componentViewport?.width||\"100vw\"} - 32px) / 1.96, 1px) - 16px) / 3, 1px)`,src:\"https://framerusercontent.com/images/pFZFHjtqWv4ypCxmFuvUBIMTIg.png\",srcSet:\"https://framerusercontent.com/images/pFZFHjtqWv4ypCxmFuvUBIMTIg.png?scale-down-to=1024 857w,https://framerusercontent.com/images/pFZFHjtqWv4ypCxmFuvUBIMTIg.png 1444w\"}}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3912,intrinsicWidth:3200,pixelHeight:3912,pixelWidth:3200,src:\"https://framerusercontent.com/images/bQeqm1r1oaYerqqWBfZ44ZureEg.png\",srcSet:\"https://framerusercontent.com/images/bQeqm1r1oaYerqqWBfZ44ZureEg.png?scale-down-to=1024 837w,https://framerusercontent.com/images/bQeqm1r1oaYerqqWBfZ44ZureEg.png?scale-down-to=2048 1675w,https://framerusercontent.com/images/bQeqm1r1oaYerqqWBfZ44ZureEg.png 3200w\"},className:\"framer-89lti0\",\"data-border\":true,\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"b17Mlej99\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"GbqMGM9wX-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3912,intrinsicWidth:3200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+8+0),pixelHeight:3912,pixelWidth:3200,sizes:`max((${componentViewport?.width||\"100vw\"} - 24px) * 0.4898, 1px)`,src:\"https://framerusercontent.com/images/bQeqm1r1oaYerqqWBfZ44ZureEg.png\",srcSet:\"https://framerusercontent.com/images/bQeqm1r1oaYerqqWBfZ44ZureEg.png?scale-down-to=1024 837w,https://framerusercontent.com/images/bQeqm1r1oaYerqqWBfZ44ZureEg.png?scale-down-to=2048 1675w,https://framerusercontent.com/images/bQeqm1r1oaYerqqWBfZ44ZureEg.png 3200w\"}},GbqMGM9wX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3912,intrinsicWidth:3200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||360)*.5000000000000002-(componentViewport?.height||360)*1/2)+12+0),pixelHeight:3912,pixelWidth:3200,sizes:`max((${componentViewport?.width||\"100vw\"} - 32px) * 0.4898, 1px)`,src:\"https://framerusercontent.com/images/bQeqm1r1oaYerqqWBfZ44ZureEg.png\",srcSet:\"https://framerusercontent.com/images/bQeqm1r1oaYerqqWBfZ44ZureEg.png?scale-down-to=1024 837w,https://framerusercontent.com/images/bQeqm1r1oaYerqqWBfZ44ZureEg.png?scale-down-to=2048 1675w,https://framerusercontent.com/images/bQeqm1r1oaYerqqWBfZ44ZureEg.png 3200w\"}}},baseVariant,gestureVariant)})]}),isDisplayed28()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lh0oul\",\"data-framer-name\":\"Sc problems 2-1 vert\",layoutDependency:layoutDependency,layoutId:\"AclpxC9t3\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:5550,intrinsicWidth:4841,pixelHeight:5550,pixelWidth:4841,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png\",srcSet:\"https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png?scale-down-to=1024 893w,https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png?scale-down-to=2048 1786w,https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png?scale-down-to=4096 3572w,https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png 4841w\"},className:\"framer-1oyxzkt\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"bqxvc3Eye\",...addPropertyOverrides({\"c93kQxfBH-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5550,intrinsicWidth:4841,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||600)*.5000000000000002-(componentViewport?.height||600)*1/2)+8+0),pixelHeight:5550,pixelWidth:4841,positionX:\"center\",positionY:\"top\",sizes:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,src:\"https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png\",srcSet:\"https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png?scale-down-to=1024 893w,https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png?scale-down-to=2048 1786w,https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png?scale-down-to=4096 3572w,https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png 4841w\"}},c93kQxfBH:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5550,intrinsicWidth:4841,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||600)*.5000000000000002-(componentViewport?.height||600)*1/2)+12+0),pixelHeight:5550,pixelWidth:4841,positionX:\"center\",positionY:\"top\",sizes:`max(${componentViewport?.width||\"100vw\"} - 24px, 1px)`,src:\"https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png\",srcSet:\"https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png?scale-down-to=1024 893w,https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png?scale-down-to=2048 1786w,https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png?scale-down-to=4096 3572w,https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png 4841w\"}},ssZSbOCxM:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:5550,intrinsicWidth:4841,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||600)*.5000000000000002-(componentViewport?.height||600)*1/2)+12+12),pixelHeight:5550,pixelWidth:4841,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png\",srcSet:\"https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png?scale-down-to=1024 893w,https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png?scale-down-to=2048 1786w,https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png?scale-down-to=4096 3572w,https://framerusercontent.com/images/e61lcrdEXEf3EzEMY3WJUafs5LI.png 4841w\"}}},baseVariant,gestureVariant)})}),isDisplayed29()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2320,intrinsicWidth:2160,pixelHeight:2320,pixelWidth:2160,src:\"https://framerusercontent.com/images/F1kXNeuxoYxXsiJRBYgfxCCeXA0.png\",srcSet:\"https://framerusercontent.com/images/F1kXNeuxoYxXsiJRBYgfxCCeXA0.png?scale-down-to=1024 953w,https://framerusercontent.com/images/F1kXNeuxoYxXsiJRBYgfxCCeXA0.png?scale-down-to=2048 1906w,https://framerusercontent.com/images/F1kXNeuxoYxXsiJRBYgfxCCeXA0.png 2160w\"},className:\"framer-vx7tw8\",\"data-border\":true,\"data-framer-name\":\"MIB Cards\",layoutDependency:layoutDependency,layoutId:\"rcmMDM9Nu\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, rgb(28, 28, 28))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({\"OMq9FNsTz-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2320,intrinsicWidth:2160,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:2320,pixelWidth:2160,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/F1kXNeuxoYxXsiJRBYgfxCCeXA0.png\",srcSet:\"https://framerusercontent.com/images/F1kXNeuxoYxXsiJRBYgfxCCeXA0.png?scale-down-to=1024 953w,https://framerusercontent.com/images/F1kXNeuxoYxXsiJRBYgfxCCeXA0.png?scale-down-to=2048 1906w,https://framerusercontent.com/images/F1kXNeuxoYxXsiJRBYgfxCCeXA0.png 2160w\"}},OMq9FNsTz:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2320,intrinsicWidth:2160,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12),pixelHeight:2320,pixelWidth:2160,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/F1kXNeuxoYxXsiJRBYgfxCCeXA0.png\",srcSet:\"https://framerusercontent.com/images/F1kXNeuxoYxXsiJRBYgfxCCeXA0.png?scale-down-to=1024 953w,https://framerusercontent.com/images/F1kXNeuxoYxXsiJRBYgfxCCeXA0.png?scale-down-to=2048 1906w,https://framerusercontent.com/images/F1kXNeuxoYxXsiJRBYgfxCCeXA0.png 2160w\"}}},baseVariant,gestureVariant)}),isDisplayed30()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EU40J67aH:{height:((componentViewport?.height||280)*1-0)*.84,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0},TznpMWzRk:{height:((componentViewport?.height||280)*1-0)*.8,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-s4jqb7-container\",layoutDependency:layoutDependency,layoutId:\"qnwiWCUGY-container\",nodeId:\"qnwiWCUGY\",rendersWithMotion:true,scopeId:\"m7FKBk4tc\",whileHover:animation,children:/*#__PURE__*/_jsx(TransportRevenue,{height:\"100%\",id:\"qnwiWCUGY\",layoutId:\"qnwiWCUGY\",style:{height:\"100%\",width:\"100%\"},variant:\"cDEwHXu2L\",width:\"100%\",...addPropertyOverrides({EU40J67aH:{variant:\"nBP8Bxygq\"}},baseVariant,gestureVariant)})})}),isDisplayed31()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1076,intrinsicWidth:636,pixelHeight:1076,pixelWidth:636,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/G8c5yc1omobJEaFDfZCGxqBOM.png\",srcSet:\"https://framerusercontent.com/images/G8c5yc1omobJEaFDfZCGxqBOM.png?scale-down-to=1024 605w,https://framerusercontent.com/images/G8c5yc1omobJEaFDfZCGxqBOM.png 636w\"},className:\"framer-45wbez\",\"data-framer-name\":\"TransPort Chart\",layoutDependency:layoutDependency,layoutId:\"DwXFE3iU5\",...addPropertyOverrides({XMAEUGRH7:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1076,intrinsicWidth:636,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+16),pixelHeight:1076,pixelWidth:636,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/G8c5yc1omobJEaFDfZCGxqBOM.png\",srcSet:\"https://framerusercontent.com/images/G8c5yc1omobJEaFDfZCGxqBOM.png?scale-down-to=1024 605w,https://framerusercontent.com/images/G8c5yc1omobJEaFDfZCGxqBOM.png 636w\"}}},baseVariant,gestureVariant)}),isDisplayed32()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3652,intrinsicWidth:2512,pixelHeight:3652,pixelWidth:2512,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/rzb7vWOstjhR97NKKLYBXYiD0.png\",srcSet:\"https://framerusercontent.com/images/rzb7vWOstjhR97NKKLYBXYiD0.png?scale-down-to=1024 704w,https://framerusercontent.com/images/rzb7vWOstjhR97NKKLYBXYiD0.png?scale-down-to=2048 1408w,https://framerusercontent.com/images/rzb7vWOstjhR97NKKLYBXYiD0.png 2512w\"},className:\"framer-1psch9j\",\"data-framer-name\":\"SC problem 1-1 vert\",layoutDependency:layoutDependency,layoutId:\"H_bbwsj6j\",...addPropertyOverrides({R8yqFhQKy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3652,intrinsicWidth:2512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-(componentViewport?.height||560)*1/2)+12),pixelHeight:3652,pixelWidth:2512,positionX:\"center\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/rzb7vWOstjhR97NKKLYBXYiD0.png\",srcSet:\"https://framerusercontent.com/images/rzb7vWOstjhR97NKKLYBXYiD0.png?scale-down-to=1024 704w,https://framerusercontent.com/images/rzb7vWOstjhR97NKKLYBXYiD0.png?scale-down-to=2048 1408w,https://framerusercontent.com/images/rzb7vWOstjhR97NKKLYBXYiD0.png 2512w\"}}},baseVariant,gestureVariant)}),isDisplayed33()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1112,intrinsicWidth:636,pixelHeight:1112,pixelWidth:636,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Pa3bIWWDtAmUAA1FLQ2j8nctUbs.png\",srcSet:\"https://framerusercontent.com/images/Pa3bIWWDtAmUAA1FLQ2j8nctUbs.png?scale-down-to=1024 585w,https://framerusercontent.com/images/Pa3bIWWDtAmUAA1FLQ2j8nctUbs.png 636w\"},className:\"framer-at6yj2\",\"data-framer-name\":\"TransPort Chart color\",layoutDependency:layoutDependency,layoutId:\"QoHmymmaO\",...addPropertyOverrides({ZmPOifgJL:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1112,intrinsicWidth:636,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+16),pixelHeight:1112,pixelWidth:636,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Pa3bIWWDtAmUAA1FLQ2j8nctUbs.png\",srcSet:\"https://framerusercontent.com/images/Pa3bIWWDtAmUAA1FLQ2j8nctUbs.png?scale-down-to=1024 585w,https://framerusercontent.com/images/Pa3bIWWDtAmUAA1FLQ2j8nctUbs.png 636w\"}}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9F3qQ.framer-1ulb146, .framer-9F3qQ .framer-1ulb146 { display: block; }\",\".framer-9F3qQ.framer-17mibtp { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 280px; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 507px; }\",\".framer-9F3qQ .framer-botr3h { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 12px 16px 12px 16px; position: absolute; right: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-9F3qQ .framer-6ocsr7, .framer-9F3qQ .framer-1wlt5vu { flex: none; height: auto; max-width: 1200px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-9F3qQ .framer-v4r4fm-container, .framer-9F3qQ .framer-uupouq-container, .framer-9F3qQ .framer-7lm1bt-container, .framer-9F3qQ .framer-1vyosgs-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-9F3qQ .framer-bb55p7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 100%; justify-content: flex-start; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-9F3qQ .framer-1y1gy42 { aspect-ratio: 1.2037037037037037 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 405px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-1kcapsq { aspect-ratio: 0.8182050626438251 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 591px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-jgv5gb { aspect-ratio: 1.3872255489021956 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 351px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-z5xlak { aspect-ratio: 1.725 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 282px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-1libcjf { aspect-ratio: 1.1794462193823216 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 410px); overflow: visible; position: relative; width: 483px; }\",\".framer-9F3qQ .framer-cycduk { aspect-ratio: 3.0361757105943155 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 325px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-pkzom2 { aspect-ratio: 0.8878676470588235 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 544px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-6a6pau { aspect-ratio: 4.168032786885246 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 0px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-1cgqt2w { bottom: -336px; flex: none; left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-18icin2 { aspect-ratio: 2.8538324420677363 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 316px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-f6o0ez { cursor: pointer; flex: none; height: 648px; left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 6; }\",\".framer-9F3qQ .framer-edg6vb { aspect-ratio: 2.03125 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 295px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-1u7h7h4 { aspect-ratio: 3.0660377358490565 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 277px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-1hvisxt { flex: none; height: 288px; left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-17muow2 { flex: none; height: 295px; left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-3lkvs7 { aspect-ratio: 0.7228664882545346 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2016px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 0; }\",\".framer-9F3qQ .framer-180dhwq { aspect-ratio: 0.8196189704094041 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1529px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-1oadjm1, .framer-9F3qQ .framer-3jbwuk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; left: 12px; overflow: visible; padding: 0px 12px 0px 12px; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-1nqyo0u { aspect-ratio: 1.614864864864865 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 124px); overflow: visible; position: relative; width: 1px; }\",\".framer-9F3qQ .framer-1h85dkl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; left: 12px; overflow: hidden; padding: 0px; position: absolute; right: 12px; top: 12px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-9F3qQ .framer-5murnp { aspect-ratio: 1.8055555555555556 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 111px); overflow: visible; position: relative; width: 1px; }\",\".framer-9F3qQ .framer-g9dk3y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; left: 12px; overflow: visible; padding: 0px; position: absolute; right: -360px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-1n9genc { aspect-ratio: 2.065281899109792 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 97px); overflow: visible; position: relative; width: 1px; }\",\".framer-9F3qQ .framer-dh4y3l { aspect-ratio: 1.399390243902439 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 143px); overflow: visible; position: relative; width: 1px; }\",\".framer-9F3qQ .framer-1ejgeev { aspect-ratio: 2.0447284345047922 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 391px); left: 12px; overflow: visible; position: absolute; right: -305px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-1cwijvz { aspect-ratio: 1.4583333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 650px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-1pyspuy { aspect-ratio: 1.307385229540918 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 756px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-1wxc3m1 { aspect-ratio: 1.141501976284585 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 845px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-1v69f4z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 1455px; justify-content: center; left: 12px; overflow: hidden; padding: 0px; position: absolute; right: 12px; top: 12px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-9F3qQ .framer-s2lanb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-9F3qQ .framer-5oesef { flex: none; height: 160px; overflow: visible; position: relative; width: 100%; }\",\".framer-9F3qQ .framer-1lgva3u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-9F3qQ .framer-1r0q0x4 { aspect-ratio: 1.0585651537335286 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 189px); overflow: visible; position: relative; width: 1px; }\",\".framer-9F3qQ .framer-1oul854 { aspect-ratio: 1.141950832672482 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 175px); overflow: visible; position: relative; width: 1px; }\",\".framer-9F3qQ .framer-10493oe { aspect-ratio: 0.8410672853828306 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 238px); overflow: visible; position: relative; width: 1px; }\",\".framer-9F3qQ .framer-89lti0 { aspect-ratio: 0.8179959100204499 / 1; flex: 0.96 0 0px; height: var(--framer-aspect-ratio-supported, 245px); overflow: visible; position: relative; width: 1px; }\",\".framer-9F3qQ .framer-1lh0oul { align-content: flex-start; align-items: flex-start; bottom: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; justify-content: center; left: 12px; overflow: hidden; padding: 0px; position: absolute; right: 12px; top: 12px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-9F3qQ .framer-1oyxzkt, .framer-9F3qQ .framer-1psch9j { bottom: 12px; flex: none; left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-vx7tw8 { aspect-ratio: 0.9310344827586207 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1577px); left: 12px; overflow: visible; position: absolute; right: 12px; top: 12px; z-index: 1; }\",\".framer-9F3qQ .framer-s4jqb7-container { flex: none; height: 84%; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-9F3qQ .framer-45wbez, .framer-9F3qQ .framer-at6yj2 { flex: none; height: 76%; left: 0px; overflow: visible; position: absolute; right: 0px; top: 16px; z-index: 1; }\",\".framer-9F3qQ.framer-v-g87njd.framer-17mibtp, .framer-9F3qQ.framer-v-vhlozq.framer-17mibtp, .framer-9F3qQ.framer-v-10ogmu3.framer-17mibtp, .framer-9F3qQ.framer-v-33cl38.framer-17mibtp, .framer-9F3qQ.framer-v-1kqhsxv.framer-17mibtp { text-decoration: none; }\",\".framer-9F3qQ.framer-v-g87njd .framer-jgv5gb { height: var(--framer-aspect-ratio-supported, 348px); }\",\".framer-9F3qQ.framer-v-vhlozq .framer-1y1gy42 { height: var(--framer-aspect-ratio-supported, 402px); }\",\".framer-9F3qQ.framer-v-16k8jxz.framer-17mibtp, .framer-9F3qQ.framer-v-tjzmuc.framer-17mibtp, .framer-9F3qQ.framer-v-7sdpnk.framer-17mibtp, .framer-9F3qQ.framer-v-1yizpqx.framer-17mibtp, .framer-9F3qQ.framer-v-89mq35.framer-17mibtp, .framer-9F3qQ.framer-v-h4f5nr.framer-17mibtp, .framer-9F3qQ.framer-v-1rwzyp7.framer-17mibtp { height: 360px; }\",\".framer-9F3qQ.framer-v-16k8jxz .framer-botr3h, .framer-9F3qQ.framer-v-tjzmuc .framer-botr3h, .framer-9F3qQ.framer-v-cq3rdy .framer-botr3h, .framer-9F3qQ.framer-v-1gzoi15 .framer-botr3h, .framer-9F3qQ.framer-v-b4b7ua .framer-botr3h, .framer-9F3qQ.framer-v-rijfd1 .framer-botr3h, .framer-9F3qQ.framer-v-ryt4tw .framer-botr3h, .framer-9F3qQ.framer-v-oaode2 .framer-botr3h, .framer-9F3qQ.framer-v-1ybhr4o .framer-botr3h, .framer-9F3qQ.framer-v-1nfwgrs .framer-botr3h, .framer-9F3qQ.framer-v-v10fgh .framer-botr3h, .framer-9F3qQ.framer-v-edrp7f .framer-botr3h, .framer-9F3qQ.framer-v-17867ok .framer-botr3h, .framer-9F3qQ.framer-v-1rrpnpo .framer-botr3h, .framer-9F3qQ.framer-v-1rb3gie .framer-botr3h, .framer-9F3qQ.framer-v-be6l7x .framer-botr3h, .framer-9F3qQ.framer-v-1x0ldd3 .framer-botr3h, .framer-9F3qQ.framer-v-1n17bo5 .framer-botr3h, .framer-9F3qQ.framer-v-1jbyzzo .framer-botr3h, .framer-9F3qQ.framer-v-7sdpnk .framer-botr3h, .framer-9F3qQ.framer-v-1yizpqx .framer-botr3h, .framer-9F3qQ.framer-v-89mq35 .framer-botr3h, .framer-9F3qQ.framer-v-h4f5nr .framer-botr3h, .framer-9F3qQ.framer-v-1gqzwjo .framer-botr3h, .framer-9F3qQ.framer-v-1ehrpsb .framer-botr3h, .framer-9F3qQ.framer-v-w3vqre .framer-botr3h, .framer-9F3qQ.framer-v-r5pk9u .framer-botr3h, .framer-9F3qQ.framer-v-2w90cq .framer-botr3h, .framer-9F3qQ.framer-v-1rwzyp7 .framer-botr3h { align-content: center; align-items: center; padding: 4px 16px 4px 16px; }\",\".framer-9F3qQ.framer-v-16k8jxz .framer-bb55p7, .framer-9F3qQ.framer-v-tjzmuc .framer-bb55p7, .framer-9F3qQ.framer-v-7sdpnk .framer-bb55p7, .framer-9F3qQ.framer-v-1yizpqx .framer-bb55p7, .framer-9F3qQ.framer-v-89mq35 .framer-bb55p7, .framer-9F3qQ.framer-v-h4f5nr .framer-bb55p7, .framer-9F3qQ.framer-v-1gqzwjo .framer-bb55p7, .framer-9F3qQ.framer-v-1ehrpsb .framer-bb55p7, .framer-9F3qQ.framer-v-w3vqre .framer-bb55p7, .framer-9F3qQ.framer-v-r5pk9u .framer-bb55p7, .framer-9F3qQ.framer-v-2w90cq .framer-bb55p7, .framer-9F3qQ.framer-v-1rwzyp7 .framer-bb55p7 { left: 0px; top: calc(50.00000000000002% - 100% / 2); }\",\".framer-9F3qQ.framer-v-16k8jxz .framer-1libcjf { left: 12px; position: absolute; right: 12px; top: 12px; width: unset; z-index: 1; }\",\".framer-9F3qQ.framer-v-tjzmuc .framer-1ejgeev, .framer-9F3qQ.framer-v-cq3rdy .framer-1wxc3m1, .framer-9F3qQ.framer-v-w3vqre .framer-1psch9j { order: 7; }\",\".framer-9F3qQ.framer-v-2100z0.framer-17mibtp, .framer-9F3qQ.framer-v-16necnd.framer-17mibtp { height: 760px; }\",\".framer-9F3qQ.framer-v-2100z0 .framer-botr3h, .framer-9F3qQ.framer-v-16necnd .framer-botr3h { align-content: center; align-items: center; order: 1; padding: 4px 16px 4px 16px; }\",\".framer-9F3qQ.framer-v-2100z0 .framer-bb55p7, .framer-9F3qQ.framer-v-16necnd .framer-bb55p7, .framer-9F3qQ.framer-v-16necnd .framer-3lkvs7 { order: 0; }\",\".framer-9F3qQ.framer-v-2100z0 .framer-180dhwq { order: 2; }\",\".framer-9F3qQ.framer-v-1gzoi15.framer-17mibtp { height: 320px; }\",\".framer-9F3qQ.framer-v-b4b7ua.framer-17mibtp, .framer-9F3qQ.framer-v-rijfd1.framer-17mibtp, .framer-9F3qQ.framer-v-ryt4tw.framer-17mibtp, .framer-9F3qQ.framer-v-oaode2.framer-17mibtp, .framer-9F3qQ.framer-v-1ybhr4o.framer-17mibtp, .framer-9F3qQ.framer-v-1nfwgrs.framer-17mibtp { width: 800px; }\",\".framer-9F3qQ.framer-v-ryt4tw .framer-1cgqt2w, .framer-9F3qQ.framer-v-oaode2 .framer-1cgqt2w, .framer-9F3qQ.framer-v-1ybhr4o .framer-1cgqt2w, .framer-9F3qQ.framer-v-1nfwgrs .framer-1cgqt2w { order: 10; }\",\".framer-9F3qQ.framer-v-v10fgh.framer-17mibtp, .framer-9F3qQ.framer-v-edrp7f.framer-17mibtp, .framer-9F3qQ.framer-v-17867ok.framer-17mibtp, .framer-9F3qQ.framer-v-1rrpnpo.framer-17mibtp { height: 600px; width: 800px; }\",\".framer-9F3qQ.framer-v-v10fgh .framer-vx7tw8, .framer-9F3qQ.framer-v-1rb3gie .framer-f6o0ez { order: 11; }\",\".framer-9F3qQ.framer-v-17867ok .framer-1pyspuy { order: 24; }\",\".framer-9F3qQ.framer-v-1rb3gie.framer-17mibtp, .framer-9F3qQ.framer-v-be6l7x.framer-17mibtp, .framer-9F3qQ.framer-v-1x0ldd3.framer-17mibtp, .framer-9F3qQ.framer-v-1n17bo5.framer-17mibtp, .framer-9F3qQ.framer-v-1jbyzzo.framer-17mibtp { height: 600px; width: 600px; }\",\".framer-9F3qQ.framer-v-be6l7x .framer-17muow2, .framer-9F3qQ.framer-v-1x0ldd3 .framer-edg6vb { order: 12; }\",\".framer-9F3qQ.framer-v-1n17bo5 .framer-1u7h7h4 { order: 13; }\",\".framer-9F3qQ.framer-v-1jbyzzo .framer-1hvisxt { order: 14; }\",\".framer-9F3qQ.framer-v-7sdpnk .framer-1oadjm1, .framer-9F3qQ.framer-v-89mq35 .framer-g9dk3y { order: 18; }\",\".framer-9F3qQ.framer-v-1yizpqx .framer-3jbwuk { order: 21; }\",\".framer-9F3qQ.framer-v-h4f5nr .framer-1h85dkl, .framer-9F3qQ.framer-v-1rwzyp7 .framer-1h85dkl { order: 19; }\",\".framer-9F3qQ.framer-v-1gqzwjo.framer-17mibtp, .framer-9F3qQ.framer-v-1ehrpsb.framer-17mibtp { height: 360px; width: 1000px; }\",\".framer-9F3qQ.framer-v-1gqzwjo .framer-cycduk { order: 6; }\",\".framer-9F3qQ.framer-v-1ehrpsb .framer-1v69f4z { order: 26; }\",\".framer-9F3qQ.framer-v-1kqhsxv .framer-s4jqb7-container { height: 80%; }\",\".framer-9F3qQ.framer-v-w3vqre.framer-17mibtp { height: 560px; width: 400px; }\",\".framer-9F3qQ.framer-v-r5pk9u.framer-17mibtp, .framer-9F3qQ.framer-v-2w90cq.framer-17mibtp { height: 600px; width: 400px; }\",\".framer-9F3qQ.framer-v-r5pk9u .framer-1lh0oul, .framer-9F3qQ.framer-v-2w90cq .framer-1lh0oul { order: 27; }\",\".framer-9F3qQ.framer-v-r5pk9u .framer-1oyxzkt { bottom: unset; flex: 1 0 0px; height: 100%; left: unset; position: relative; right: unset; top: unset; width: 1px; }\",\".framer-9F3qQ.framer-v-17mibtp.hover .framer-botr3h, .framer-9F3qQ.framer-v-g87njd.hover .framer-botr3h, .framer-9F3qQ.framer-v-vhlozq.hover .framer-botr3h, .framer-9F3qQ.framer-v-10ogmu3.hover .framer-botr3h, .framer-9F3qQ.framer-v-tjzmuc.hover .framer-botr3h, .framer-9F3qQ.framer-v-cq3rdy.hover .framer-botr3h, .framer-9F3qQ.framer-v-2100z0.hover .framer-botr3h, .framer-9F3qQ.framer-v-16necnd.hover .framer-botr3h, .framer-9F3qQ.framer-v-1gzoi15.hover .framer-botr3h, .framer-9F3qQ.framer-v-b4b7ua.hover .framer-botr3h, .framer-9F3qQ.framer-v-rijfd1.hover .framer-botr3h, .framer-9F3qQ.framer-v-ryt4tw.hover .framer-botr3h, .framer-9F3qQ.framer-v-v10fgh.hover .framer-botr3h, .framer-9F3qQ.framer-v-edrp7f.hover .framer-botr3h, .framer-9F3qQ.framer-v-17867ok.hover .framer-botr3h, .framer-9F3qQ.framer-v-1rb3gie.hover .framer-botr3h, .framer-9F3qQ.framer-v-be6l7x.hover .framer-botr3h, .framer-9F3qQ.framer-v-1x0ldd3.hover .framer-botr3h, .framer-9F3qQ.framer-v-1n17bo5.hover .framer-botr3h, .framer-9F3qQ.framer-v-1jbyzzo.hover .framer-botr3h, .framer-9F3qQ.framer-v-33cl38.hover .framer-botr3h, .framer-9F3qQ.framer-v-oaode2.hover .framer-botr3h, .framer-9F3qQ.framer-v-1ybhr4o.hover .framer-botr3h, .framer-9F3qQ.framer-v-1nfwgrs.hover .framer-botr3h, .framer-9F3qQ.framer-v-7sdpnk.hover .framer-botr3h, .framer-9F3qQ.framer-v-1yizpqx.hover .framer-botr3h, .framer-9F3qQ.framer-v-89mq35.hover .framer-botr3h, .framer-9F3qQ.framer-v-h4f5nr.hover .framer-botr3h, .framer-9F3qQ.framer-v-1ehrpsb.hover .framer-botr3h, .framer-9F3qQ.framer-v-1kqhsxv.hover .framer-botr3h, .framer-9F3qQ.framer-v-160ukqu.hover .framer-botr3h, .framer-9F3qQ.framer-v-r5pk9u.hover .framer-botr3h { bottom: -8px; }\",\".framer-9F3qQ.framer-v-17mibtp.hover .framer-1kcapsq, .framer-9F3qQ.framer-v-33cl38.hover .framer-1kcapsq { height: var(--framer-aspect-ratio-supported, 620px); left: 0px; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-g87njd.hover .framer-jgv5gb { height: var(--framer-aspect-ratio-supported, 366px); left: 0px; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-vhlozq.hover .framer-1y1gy42 { height: var(--framer-aspect-ratio-supported, 421px); left: 0px; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-10ogmu3.hover .framer-z5xlak { height: var(--framer-aspect-ratio-supported, 287px); left: 0px; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-16k8jxz.hover .framer-1libcjf { height: var(--framer-aspect-ratio-supported, 420px); order: 5; width: unset; }\",\".framer-9F3qQ.framer-v-tjzmuc.hover .framer-1ejgeev { order: 22; }\",\".framer-9F3qQ.framer-v-cq3rdy.hover .framer-1wxc3m1 { height: var(--framer-aspect-ratio-supported, 444px); left: 0px; order: 25; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-2100z0.hover .framer-180dhwq { height: var(--framer-aspect-ratio-supported, 594px); left: 8px; right: 8px; top: 8px; }\",\".framer-9F3qQ.framer-v-16necnd.hover .framer-3lkvs7 { height: var(--framer-aspect-ratio-supported, 674px); left: 8px; order: 16; right: 8px; top: 8px; }\",\".framer-9F3qQ.framer-v-1gzoi15.hover .framer-pkzom2 { height: var(--framer-aspect-ratio-supported, 558px); left: 0px; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-b4b7ua.hover .framer-6a6pau { height: var(--framer-aspect-ratio-supported, 189px); left: 8px; right: 8px; top: 8px; }\",\".framer-9F3qQ.framer-v-rijfd1.hover .framer-18icin2 { height: var(--framer-aspect-ratio-supported, 276px); left: 0px; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-ryt4tw.hover .framer-1cgqt2w { bottom: -344px; left: 0px; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-v10fgh.hover .framer-vx7tw8 { height: var(--framer-aspect-ratio-supported, 846px); left: 0px; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-edrp7f.hover .framer-1cwijvz { height: var(--framer-aspect-ratio-supported, 540px); left: 0px; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-17867ok.hover .framer-1pyspuy { height: var(--framer-aspect-ratio-supported, 603px); left: 0px; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-1rb3gie.hover .framer-f6o0ez, .framer-9F3qQ.framer-v-1jbyzzo.hover .framer-1hvisxt, .framer-9F3qQ.framer-v-7sdpnk.hover .framer-1oadjm1, .framer-9F3qQ.framer-v-1yizpqx.hover .framer-3jbwuk, .framer-9F3qQ.framer-v-h4f5nr.hover .framer-1h85dkl { left: 0px; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-be6l7x.hover .framer-17muow2 { left: 0px; order: 15; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-1x0ldd3.hover .framer-edg6vb { height: var(--framer-aspect-ratio-supported, 289px); left: 0px; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-1n17bo5.hover .framer-1u7h7h4 { height: var(--framer-aspect-ratio-supported, 192px); left: 0px; right: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-89mq35.hover .framer-g9dk3y { left: 0px; top: 0px; }\",\".framer-9F3qQ.framer-v-1ehrpsb.hover .framer-1v69f4z { left: 8px; order: 7; right: 8px; top: 8px; }\",\".framer-9F3qQ.framer-v-r5pk9u.hover .framer-1lh0oul { bottom: 8px; left: 8px; right: 8px; top: 8px; }\",\".framer-9F3qQ.framer-v-r5pk9u.hover .framer-1oyxzkt { bottom: unset; left: unset; right: unset; top: unset; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-9F3qQ[data-border=\"true\"]::after, .framer-9F3qQ [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 280\n * @framerIntrinsicWidth 507\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"VA30IVjH0\":{\"layout\":[\"fixed\",\"fixed\"]},\"wbFM2LTAF\":{\"layout\":[\"fixed\",\"fixed\"]},\"oP8DIV5Mg\":{\"layout\":[\"fixed\",\"fixed\"]},\"IIAJbbIqu\":{\"layout\":[\"fixed\",\"fixed\"]},\"QMP8xRhDq\":{\"layout\":[\"fixed\",\"fixed\"]},\"Sf0TR4CO_\":{\"layout\":[\"fixed\",\"fixed\"]},\"JKp7cSONr\":{\"layout\":[\"fixed\",\"fixed\"]},\"BoCCKf1kP\":{\"layout\":[\"fixed\",\"fixed\"]},\"DR1TF6vF_\":{\"layout\":[\"fixed\",\"fixed\"]},\"CrVPe5Loe\":{\"layout\":[\"fixed\",\"fixed\"]},\"rK0mtcfnk\":{\"layout\":[\"fixed\",\"fixed\"]},\"nZ_tVFXRS\":{\"layout\":[\"fixed\",\"fixed\"]},\"VbwPvv_kP\":{\"layout\":[\"fixed\",\"fixed\"]},\"GDMo_oItR\":{\"layout\":[\"fixed\",\"fixed\"]},\"Fj5GexAly\":{\"layout\":[\"fixed\",\"fixed\"]},\"OMq9FNsTz\":{\"layout\":[\"fixed\",\"fixed\"]},\"O3GNuJoUU\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZycmWcBES\":{\"layout\":[\"fixed\",\"fixed\"]},\"no3WSU3KR\":{\"layout\":[\"fixed\",\"fixed\"]},\"RZK7X4SPf\":{\"layout\":[\"fixed\",\"fixed\"]},\"vCNYCIcP8\":{\"layout\":[\"fixed\",\"fixed\"]},\"t_O0FHC4O\":{\"layout\":[\"fixed\",\"fixed\"]},\"FRnxQM17u\":{\"layout\":[\"fixed\",\"fixed\"]},\"aakeKTthU\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ue77OV0WU\":{\"layout\":[\"fixed\",\"fixed\"]},\"qFwlKSLwe\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ufm4znhnP\":{\"layout\":[\"fixed\",\"fixed\"]},\"r3gQmiAjY\":{\"layout\":[\"fixed\",\"fixed\"]},\"rUMzNFkPd\":{\"layout\":[\"fixed\",\"fixed\"]},\"wccLQtiL5\":{\"layout\":[\"fixed\",\"fixed\"]},\"GbqMGM9wX\":{\"layout\":[\"fixed\",\"fixed\"]},\"TznpMWzRk\":{\"layout\":[\"fixed\",\"fixed\"]},\"XMAEUGRH7\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZmPOifgJL\":{\"layout\":[\"fixed\",\"fixed\"]},\"EU40J67aH\":{\"layout\":[\"fixed\",\"fixed\"]},\"R8yqFhQKy\":{\"layout\":[\"fixed\",\"fixed\"]},\"c93kQxfBH\":{\"layout\":[\"fixed\",\"fixed\"]},\"ssZSbOCxM\":{\"layout\":[\"fixed\",\"fixed\"]},\"usRaVUzZ4\":{\"layout\":[\"fixed\",\"fixed\"]},\"kxj6w7jWN\":{\"layout\":[\"fixed\",\"fixed\"]},\"Sfts94Phb\":{\"layout\":[\"fixed\",\"fixed\"]},\"VvbMJVeHV\":{\"layout\":[\"fixed\",\"fixed\"]},\"kOQEK4hRF\":{\"layout\":[\"fixed\",\"fixed\"]},\"h9XN0SmyT\":{\"layout\":[\"fixed\",\"fixed\"]},\"boiE47BwH\":{\"layout\":[\"fixed\",\"fixed\"]},\"y0ij0Au9v\":{\"layout\":[\"fixed\",\"fixed\"]},\"vVblPkN3x\":{\"layout\":[\"fixed\",\"fixed\"]},\"C2s6rWG8l\":{\"layout\":[\"fixed\",\"fixed\"]},\"dQxCd_Scd\":{\"layout\":[\"fixed\",\"fixed\"]},\"rA_ltWodE\":{\"layout\":[\"fixed\",\"fixed\"]},\"hibfCc19G\":{\"layout\":[\"fixed\",\"fixed\"]},\"GQ1sW3Wi0\":{\"layout\":[\"fixed\",\"fixed\"]},\"LgTw16Twx\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZeEJvhZ5G\":{\"layout\":[\"fixed\",\"fixed\"]},\"KueDmFDbV\":{\"layout\":[\"fixed\",\"fixed\"]},\"HE8Y1g5_H\":{\"layout\":[\"fixed\",\"fixed\"]},\"gRwC1bSWZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"FAX8lh4Nn\":{\"layout\":[\"fixed\",\"fixed\"]},\"J4owjwsag\":{\"layout\":[\"fixed\",\"fixed\"]},\"HXSUkIaUh\":{\"layout\":[\"fixed\",\"fixed\"]},\"lrtb2kuE0\":{\"layout\":[\"fixed\",\"fixed\"]},\"J5TSrJV_a\":{\"layout\":[\"fixed\",\"fixed\"]},\"Hp93QE84x\":{\"layout\":[\"fixed\",\"fixed\"]},\"QuzsVVUtm\":{\"layout\":[\"fixed\",\"fixed\"]},\"D2LPxKl7T\":{\"layout\":[\"fixed\",\"fixed\"]},\"xhn8mQ5En\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ef2e6f_OY\":{\"layout\":[\"fixed\",\"fixed\"]},\"tzXCEVkOr\":{\"layout\":[\"fixed\",\"fixed\"]},\"e9DMejtOA\":{\"layout\":[\"fixed\",\"fixed\"]},\"m4newd_Jk\":{\"layout\":[\"fixed\",\"fixed\"]},\"sCA907lKi\":{\"layout\":[\"fixed\",\"fixed\"]},\"zcxdhtfnV\":{\"layout\":[\"fixed\",\"fixed\"]},\"sLc9HqhwM\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"WooilRnuL\":\"click\",\"kaFH2gWxL\":\"cardStateChange\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerm7FKBk4tc=withCSS(Component,css,\"framer-9F3qQ\");export default Framerm7FKBk4tc;Framerm7FKBk4tc.displayName=\"Projects Card\";Framerm7FKBk4tc.defaultProps={height:280,width:507};addPropertyControls(Framerm7FKBk4tc,{variant:{options:[\"lDQvdU9s7\",\"VA30IVjH0\",\"wbFM2LTAF\",\"oP8DIV5Mg\",\"IIAJbbIqu\",\"QMP8xRhDq\",\"Sf0TR4CO_\",\"JKp7cSONr\",\"BoCCKf1kP\",\"DR1TF6vF_\",\"CrVPe5Loe\",\"rK0mtcfnk\",\"nZ_tVFXRS\",\"VbwPvv_kP\",\"GDMo_oItR\",\"Fj5GexAly\",\"OMq9FNsTz\",\"O3GNuJoUU\",\"ZycmWcBES\",\"no3WSU3KR\",\"RZK7X4SPf\",\"vCNYCIcP8\",\"t_O0FHC4O\",\"FRnxQM17u\",\"aakeKTthU\",\"Ue77OV0WU\",\"qFwlKSLwe\",\"Ufm4znhnP\",\"r3gQmiAjY\",\"rUMzNFkPd\",\"wccLQtiL5\",\"GbqMGM9wX\",\"TznpMWzRk\",\"XMAEUGRH7\",\"ZmPOifgJL\",\"EU40J67aH\",\"R8yqFhQKy\",\"c93kQxfBH\",\"ssZSbOCxM\",\"usRaVUzZ4\"],optionTitles:[\"Interaction card\",\"SC Onboarding\",\"App selector\",\"MIB\",\"SC 1 - Problem 1\",\"SC 1 - Problem 2\",\"SCOB - Problem\",\"SCOB - Spread 1\",\"SCOB - Spread 2\",\"SCOB - play\",\"MIB - Problem\",\"MIB - Diagram\",\"MIB - screen example\",\"MIB Cards\",\"MIB - final screens\",\"MIB - Final cards\",\"MIB card variations\",\"MIB Modals\",\"MIB Final Cards\",\"Variant 20\",\"App Sel main\",\"App sel product line\",\"App sel filters\",\"App sel search\",\"App sel carousel\",\"SubConnect\",\"SC 1 - Diagrams 1\",\"SC 1 - Diagrams 2\",\"SC 1 - Analysis 1\",\"SC 1 - insights 1\",\"SC 1 - Problem 1-1\",\"SC 1 - Problem 2-1\",\"Landing visual 1\",\"Landing visual 2\",\"Landing visual 2a\",\"Landing visual 1 vert\",\"SC 1 - Problem 1-1 vert\",\"SC 1 - Problem 2-1 vert\",\"Variant 38\",\"SC 1 - post its\"],title:\"Variant\",type:ControlType.Enum},WooilRnuL:{title:\"Click\",type:ControlType.EventHandler},kaFH2gWxL:{defaultValue:{delay:0,duration:.2,ease:[.2,0,0,1],type:\"tween\"},title:\"Card state change\",type:ControlType.Transition}});addFonts(Framerm7FKBk4tc,[{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:\"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\"}]},...ProjectChipsFonts,...TransportRevenueFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerm7FKBk4tc\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"507\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VA30IVjH0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wbFM2LTAF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oP8DIV5Mg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IIAJbbIqu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QMP8xRhDq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Sf0TR4CO_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JKp7cSONr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BoCCKf1kP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DR1TF6vF_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CrVPe5Loe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rK0mtcfnk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nZ_tVFXRS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VbwPvv_kP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GDMo_oItR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Fj5GexAly\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OMq9FNsTz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"O3GNuJoUU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZycmWcBES\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"no3WSU3KR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RZK7X4SPf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vCNYCIcP8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"t_O0FHC4O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FRnxQM17u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aakeKTthU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ue77OV0WU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qFwlKSLwe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ufm4znhnP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"r3gQmiAjY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rUMzNFkPd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wccLQtiL5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GbqMGM9wX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TznpMWzRk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XMAEUGRH7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZmPOifgJL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EU40J67aH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"R8yqFhQKy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"c93kQxfBH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ssZSbOCxM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"usRaVUzZ4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kxj6w7jWN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Sfts94Phb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VvbMJVeHV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kOQEK4hRF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"h9XN0SmyT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"boiE47BwH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"y0ij0Au9v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vVblPkN3x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"C2s6rWG8l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dQxCd_Scd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rA_ltWodE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hibfCc19G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GQ1sW3Wi0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LgTw16Twx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZeEJvhZ5G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KueDmFDbV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HE8Y1g5_H\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gRwC1bSWZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FAX8lh4Nn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"J4owjwsag\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HXSUkIaUh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lrtb2kuE0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"J5TSrJV_a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Hp93QE84x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QuzsVVUtm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"D2LPxKl7T\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xhn8mQ5En\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ef2e6f_OY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tzXCEVkOr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e9DMejtOA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"m4newd_Jk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sCA907lKi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zcxdhtfnV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sLc9HqhwM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"280\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"WooilRnuL\\\":\\\"click\\\",\\\"kaFH2gWxL\\\":\\\"cardStateChange\\\"}\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./m7FKBk4tc.map", "// Generated by Framer (1bcc82d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Questrial-regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Questrial\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/questrial/v18/QdVUSTchPBm7nuUeVf7EvCtkm20oJA.woff2\",weight:\"400\"}]}];export const css=[\".framer-inXts .framer-styles-preset-42k7yw:not(.rich-text-wrapper), .framer-inXts .framer-styles-preset-42k7yw.rich-text-wrapper h3 { --framer-font-family: \\\"Questrial\\\", \\\"Questrial Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.01em; --framer-line-height: 1.8em; --framer-paragraph-spacing: 10px; --framer-text-alignment: start; --framer-text-color: var(--token-e8f0f920-b293-46c5-877c-338c32dbcabc, #1c1c1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\"];export const className=\"framer-inXts\";\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\"}}}"],
  "mappings": "2VAEO,IAAMA,GAAkB,CAC3B,MAAO,OACP,OAAQ,OACR,QAAS,OACT,eAAgB,SAChB,WAAY,QAChB,EASA,IAAMC,GAAkB,CACpB,GAAGC,GACH,aAAc,EACd,WAAY,2BACZ,OAAQ,uCACR,MAAO,UACP,cAAe,QACnB,EACaC,GAAgCC,EAAW,CAACC,EAAGC,IACnCC,EAAK,MAAO,CAC7B,MAAON,GACP,IAAKK,CACT,CAAC,CACJ,EC9BD,IAAME,GAAEC,GAAGA,EAAMC,GAAMC,GAAEF,IAAIC,KAAIA,GAAEF,GAAEC,EAAE,cAAc,OAAO,CAAC,EAAE,qCAAqC,CAAC,EAAE,MAAM,GAAGC,ICIgB,IAAME,GAAc,CAAC,QAAQ,CAAC,KAAKC,EAAY,YAAY,EAAE,YAAY,CAAC,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,KAAKA,EAAY,YAAY,EAAE,aAAa,CAAC,KAAKA,EAAY,YAAY,EAAE,aAAa,CAAC,KAAKA,EAAY,YAAY,CAAC,EAAQC,GAAY,CAACC,EAAIC,IAASD,EAAI,KAAKE,GAAGA,EAAE,YAAY,EAAE,SAASD,CAAM,CAAC,EAAS,SAASE,GAAiBC,EAASC,EAAaC,EAAW,GAAGC,EAAcC,EAAsB,CAEriB,GAAGH,EAAa,OAAOE,EAAc,GAAGD,GAAY,MAAqDA,GAAW,SAAU,EAAE,OAAO,KAAK,IAAMG,EAAeH,EAAW,YAAY,EAAE,QAAQ,QAAQ,EAAE,EAAE,IAAII,EACjD,OAA7IA,EAAgBF,EAAsBC,CAAc,KAAK,MAAMC,IAAkB,OAAOA,EAAgBX,GAAYK,EAASK,CAAc,CAAsB,CAAQ,SAASE,GAAiBP,EAASC,EAAaC,EAAW,GAAGC,EAAcC,EAAsB,CAC/R,IAAMI,EAAiBC,EAAQ,IAAI,CAAC,GAAGP,GAAY,MAAqDA,GAAW,SAAU,EAAE,OAAO,KAAK,IAAMG,EAAeH,EAAW,YAAY,EAAE,QAAQ,QAAQ,EAAE,EAAE,IAAII,EAChD,OAA7IA,EAAgBF,EAAsBC,CAAc,KAAK,MAAMC,IAAkB,OAAOA,EAAgBX,GAAYK,EAASK,CAAc,CAAsB,EAAE,CAACF,EAAcD,CAAU,CAAC,EAAyD,OAA5CD,EAAaE,EAAcK,CAA6B,CCT2N,IAAME,GAAc,uCAA6CC,GAAM,CAAC,OAAO,GAAG,YAAY,GAAG,aAAa,GAAG,WAAW,GAAG,iBAAiB,EAAE,cAAc,EAAE,iBAAiB,EAAE,WAAW,GAAG,kBAAkB,EAAE,eAAe,EAAE,qBAAqB,EAAE,WAAW,GAAG,cAAc,EAAE,YAAY,GAAG,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,YAAY,GAAG,UAAU,GAAG,iBAAiB,EAAE,WAAW,GAAG,UAAU,GAAG,QAAQ,GAAG,YAAY,GAAG,eAAe,EAAE,aAAa,GAAG,kBAAkB,EAAE,YAAY,GAAG,QAAQ,GAAG,gBAAgB,EAAE,QAAQ,GAAG,WAAW,GAAG,gBAAgB,EAAE,YAAY,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,mBAAmB,EAAE,YAAY,GAAG,IAAI,GAAG,gBAAgB,EAAE,eAAe,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,QAAQ,GAAG,eAAe,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,oBAAoB,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,SAAS,GAAG,aAAa,GAAG,OAAO,GAAG,SAAS,GAAG,eAAe,EAAE,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,UAAU,GAAG,aAAa,GAAG,IAAI,GAAG,UAAU,GAAG,IAAI,GAAG,YAAY,GAAG,gBAAgB,EAAE,eAAe,EAAE,MAAM,EAAE,SAAS,GAAG,KAAK,GAAG,aAAa,GAAG,QAAQ,GAAG,UAAU,GAAG,aAAa,GAAG,gBAAgB,EAAE,gBAAgB,EAAE,cAAc,EAAE,cAAc,EAAE,cAAc,EAAE,oBAAoB,EAAE,YAAY,GAAG,aAAa,GAAG,gBAAgB,EAAE,UAAU,GAAG,WAAW,GAAG,cAAc,EAAE,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,cAAc,EAAE,eAAe,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,UAAU,GAAG,mBAAmB,EAAE,eAAe,EAAE,IAAI,GAAG,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,kBAAkB,EAAE,kBAAkB,EAAE,WAAW,GAAG,YAAY,GAAG,cAAc,EAAE,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,cAAc,EAAE,UAAU,GAAG,QAAQ,GAAG,oBAAoB,EAAE,SAAS,GAAG,UAAU,GAAG,OAAO,GAAG,YAAY,GAAG,MAAM,GAAG,aAAa,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,gBAAgB,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,aAAa,GAAG,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,YAAY,GAAG,aAAa,GAAG,WAAW,GAAG,eAAe,EAAE,YAAY,GAAG,IAAI,GAAG,YAAY,GAAG,aAAa,GAAG,cAAc,EAAE,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,YAAY,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,UAAU,GAAG,UAAU,GAAG,eAAe,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,eAAe,EAAE,mBAAmB,EAAE,aAAa,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,KAAK,GAAG,WAAW,GAAG,SAAS,GAAG,YAAY,GAAG,cAAc,EAAE,eAAe,EAAE,eAAe,EAAE,UAAU,GAAG,UAAU,GAAG,aAAa,GAAG,YAAY,GAAG,YAAY,GAAG,iBAAiB,EAAE,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,UAAU,GAAG,eAAe,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,eAAe,EAAE,eAAe,EAAE,cAAc,EAAE,iBAAiB,EAAE,YAAY,GAAG,oBAAoB,EAAE,aAAa,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,GAAG,MAAM,GAAG,YAAY,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,eAAe,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,UAAU,GAAG,cAAc,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,KAAK,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,GAAG,mBAAmB,EAAE,aAAa,GAAG,UAAU,GAAG,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,cAAc,EAAE,YAAY,GAAG,aAAa,GAAG,cAAc,EAAE,WAAW,GAAG,WAAW,GAAG,aAAa,GAAG,SAAS,GAAG,OAAO,GAAG,mBAAmB,EAAE,mBAAmB,EAAE,UAAU,GAAG,UAAU,GAAG,aAAa,GAAG,eAAe,EAAE,WAAW,GAAG,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,cAAc,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,SAAS,GAAG,YAAY,GAAG,SAAS,GAAG,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,aAAa,GAAG,cAAc,EAAE,gBAAgB,EAAE,KAAK,GAAG,WAAW,GAAG,kBAAkB,EAAE,MAAM,GAAG,SAAS,GAAG,qBAAqB,EAAE,YAAY,GAAG,mBAAmB,EAAE,UAAU,GAAG,YAAY,GAAG,aAAa,GAAG,UAAU,GAAG,cAAc,EAAE,iBAAiB,EAAE,OAAO,GAAG,oBAAoB,EAAE,MAAM,GAAG,WAAW,GAAG,iBAAiB,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,gBAAgB,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,GAAG,YAAY,GAAG,UAAU,GAAG,cAAc,EAAE,SAAS,GAAG,WAAW,GAAG,YAAY,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,YAAY,GAAG,YAAY,GAAG,oBAAoB,EAAE,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,YAAY,GAAG,QAAQ,GAAG,QAAQ,GAAG,cAAc,EAAE,mBAAmB,EAAE,SAAS,GAAG,SAAS,GAAG,mBAAmB,EAAE,YAAY,GAAG,aAAa,GAAG,YAAY,GAAG,YAAY,GAAG,aAAa,GAAG,eAAe,EAAE,YAAY,GAAG,SAAS,GAAG,YAAY,GAAG,WAAW,GAAG,aAAa,GAAG,gBAAgB,EAAE,cAAc,EAAE,aAAa,GAAG,QAAQ,GAAG,UAAU,GAAG,YAAY,GAAG,cAAc,EAAE,QAAQ,GAAG,YAAY,GAAG,OAAO,GAAG,gBAAgB,EAAE,WAAW,GAAG,cAAc,EAAE,YAAY,GAAG,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,cAAc,EAAE,aAAa,GAAG,aAAa,GAAG,WAAW,GAAG,WAAW,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,mBAAmB,EAAE,aAAa,GAAG,YAAY,GAAG,UAAU,GAAG,UAAU,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,cAAc,EAAE,cAAc,EAAE,YAAY,GAAG,eAAe,EAAE,eAAe,EAAE,YAAY,GAAG,eAAe,EAAE,WAAW,GAAG,eAAe,EAAE,QAAQ,GAAG,eAAe,EAAE,kBAAkB,EAAE,cAAc,EAAE,UAAU,GAAG,iBAAiB,EAAE,cAAc,EAAE,QAAQ,GAAG,aAAa,GAAG,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,aAAa,GAAG,WAAW,GAAG,eAAe,EAAE,eAAe,EAAE,qBAAqB,EAAE,cAAc,EAAE,oBAAoB,EAAE,cAAc,EAAE,oBAAoB,EAAE,cAAc,EAAE,kBAAkB,EAAE,cAAc,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,eAAe,EAAE,UAAU,GAAG,kBAAkB,EAAE,SAAS,GAAG,IAAI,GAAG,UAAU,GAAG,aAAa,GAAG,aAAa,GAAG,YAAY,GAAG,aAAa,GAAG,gBAAgB,EAAE,gBAAgB,EAAE,eAAe,EAAE,UAAU,GAAG,WAAW,GAAG,KAAK,GAAG,gBAAgB,EAAE,OAAO,GAAG,eAAe,EAAE,mBAAmB,EAAE,KAAK,GAAG,QAAQ,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,GAAG,SAAS,GAAG,YAAY,GAAG,eAAe,EAAE,SAAS,GAAG,aAAa,GAAG,mBAAmB,EAAE,YAAY,GAAG,OAAO,GAAG,WAAW,GAAG,cAAc,EAAE,SAAS,GAAG,cAAc,EAAE,kBAAkB,EAAE,IAAI,GAAG,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,QAAQ,GAAG,eAAe,EAAE,KAAK,GAAG,IAAI,GAAG,eAAe,EAAE,cAAc,EAAE,KAAK,GAAG,eAAe,EAAE,aAAa,GAAG,gBAAgB,EAAE,kBAAkB,EAAE,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,aAAa,GAAG,YAAY,GAAG,cAAc,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,cAAc,EAAE,YAAY,GAAG,WAAW,GAAG,kBAAkB,EAAE,YAAY,GAAG,aAAa,GAAG,YAAY,GAAG,aAAa,GAAG,oBAAoB,EAAE,YAAY,GAAG,mBAAmB,EAAE,UAAU,GAAG,MAAM,GAAG,aAAa,GAAG,UAAU,GAAG,iBAAiB,EAAE,KAAK,GAAG,WAAW,GAAG,UAAU,GAAG,MAAM,GAAG,eAAe,EAAE,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,OAAO,GAAG,WAAW,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,GAAG,KAAK,GAAG,kBAAkB,EAAE,SAAS,GAAG,UAAU,GAAG,eAAe,EAAE,YAAY,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,eAAe,EAAE,iBAAiB,EAAE,cAAc,EAAE,KAAK,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,kBAAkB,EAAE,SAAS,GAAG,SAAS,GAAG,iBAAiB,EAAE,SAAS,GAAG,aAAa,GAAG,iBAAiB,EAAE,gBAAgB,EAAE,YAAY,GAAG,WAAW,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,YAAY,GAAG,UAAU,GAAG,YAAY,GAAG,kBAAkB,EAAE,YAAY,GAAG,aAAa,GAAG,UAAU,GAAG,WAAW,GAAG,WAAW,GAAG,gBAAgB,EAAE,cAAc,EAAE,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,iBAAiB,EAAE,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,cAAc,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,cAAc,EAAE,aAAa,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,GAAG,cAAc,EAAE,KAAK,GAAG,kBAAkB,EAAE,cAAc,EAAE,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,EAAE,eAAe,EAAE,aAAa,GAAG,gBAAgB,EAAE,SAAS,GAAG,kBAAkB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,WAAW,GAAG,YAAY,GAAG,gBAAgB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,aAAa,GAAG,kBAAkB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,YAAY,GAAG,YAAY,GAAG,aAAa,GAAG,WAAW,GAAG,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,GAAG,eAAe,EAAE,WAAW,GAAG,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,WAAW,GAAG,cAAc,EAAE,WAAW,GAAG,eAAe,EAAE,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,IAAI,GAAG,OAAO,EAAE,KAAK,GAAG,WAAW,GAAG,OAAO,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,YAAY,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,gBAAgB,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,GAAG,YAAY,GAAG,gBAAgB,EAAE,KAAK,GAAG,SAAS,GAAG,SAAS,GAAG,GAAG,GAAG,QAAQ,GAAG,cAAc,EAAE,kBAAkB,EAAE,OAAO,GAAG,aAAa,GAAG,MAAM,GAAG,YAAY,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,GAAG,WAAW,GAAG,kBAAkB,EAAE,QAAQ,GAAG,WAAW,GAAG,WAAW,GAAG,QAAQ,GAAG,gBAAgB,EAAE,QAAQ,GAAG,gBAAgB,EAAE,OAAO,GAAG,KAAK,GAAG,WAAW,GAAG,YAAY,GAAG,KAAK,GAAG,UAAU,GAAG,WAAW,GAAG,YAAY,GAAG,UAAU,GAAG,aAAa,GAAG,aAAa,GAAG,OAAO,GAAG,QAAQ,GAAG,WAAW,GAAG,iBAAiB,EAAE,eAAe,EAAE,KAAK,GAAG,QAAQ,GAAG,SAAS,GAAG,kBAAkB,EAAE,SAAS,GAAG,eAAe,EAAE,gBAAgB,EAAE,OAAO,GAAG,MAAM,GAAG,gBAAgB,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,aAAa,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM,GAAG,iBAAiB,EAAE,kBAAkB,EAAE,YAAY,GAAG,kBAAkB,EAAE,eAAe,EAAE,aAAa,GAAG,iBAAiB,EAAE,MAAM,GAAG,KAAK,GAAG,MAAM,GAAG,YAAY,GAAG,cAAc,EAAE,gBAAgB,EAAE,eAAe,EAAE,iBAAiB,EAAE,WAAW,GAAG,YAAY,GAAG,SAAS,GAAG,UAAU,EAAE,UAAU,GAAG,WAAW,GAAG,aAAa,GAAG,gBAAgB,EAAE,SAAS,GAAG,KAAK,GAAG,IAAI,GAAG,SAAS,GAAG,SAAS,GAAG,YAAY,GAAG,kBAAkB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,aAAa,GAAG,eAAe,EAAE,YAAY,GAAG,cAAc,EAAE,QAAQ,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GAAG,eAAe,EAAE,SAAS,GAAG,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,iBAAiB,EAAE,UAAU,GAAG,cAAc,EAAE,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,YAAY,GAAG,QAAQ,GAAG,WAAW,GAAG,aAAa,GAAG,KAAK,GAAG,SAAS,GAAG,WAAW,GAAG,gBAAgB,EAAE,aAAa,GAAG,aAAa,GAAG,MAAM,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,WAAW,GAAG,YAAY,GAAG,KAAK,GAAG,QAAQ,GAAG,aAAa,GAAG,SAAS,EAAE,OAAO,GAAG,KAAK,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,cAAc,EAAE,aAAa,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,GAAG,YAAY,GAAG,WAAW,GAAG,oBAAoB,EAAE,aAAa,GAAG,gBAAgB,EAAE,kBAAkB,EAAE,cAAc,EAAE,WAAW,GAAG,oBAAoB,EAAE,aAAa,GAAG,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,EAAE,WAAW,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,gBAAgB,EAAE,eAAe,EAAE,SAAS,GAAG,cAAc,EAAE,UAAU,GAAG,aAAa,GAAG,iBAAiB,EAAE,YAAY,GAAG,WAAW,GAAG,kBAAkB,EAAE,KAAK,GAAG,UAAU,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,KAAK,GAAG,MAAM,GAAG,YAAY,GAAG,QAAQ,GAAG,cAAc,EAAE,kBAAkB,EAAE,QAAQ,GAAG,YAAY,GAAG,KAAK,GAAG,YAAY,GAAG,KAAK,GAAG,eAAe,EAAE,aAAa,GAAG,IAAI,GAAG,aAAa,GAAG,QAAQ,GAAG,OAAO,GAAG,aAAa,GAAG,aAAa,GAAG,eAAe,EAAE,cAAc,EAAE,gBAAgB,EAAE,WAAW,GAAG,kBAAkB,EAAE,MAAM,GAAG,SAAS,GAAG,kBAAkB,EAAE,iBAAiB,EAAE,UAAU,GAAG,gBAAgB,EAAE,WAAW,GAAG,YAAY,GAAG,OAAO,GAAG,KAAK,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,GAAG,IAAI,GAAG,eAAe,EAAE,cAAc,EAAE,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,aAAa,GAAG,SAAS,GAAG,gBAAgB,EAAE,IAAI,GAAG,eAAe,EAAE,UAAU,GAAG,kBAAkB,EAAE,cAAc,EAAE,KAAK,GAAG,YAAY,GAAG,SAAS,GAAG,gBAAgB,EAAE,UAAU,GAAG,YAAY,GAAG,cAAc,EAAE,eAAe,EAAE,MAAM,GAAG,SAAS,GAAG,cAAc,EAAE,QAAQ,GAAG,cAAc,EAAE,iBAAiB,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,GAAG,YAAY,GAAG,MAAM,GAAG,cAAc,EAAE,YAAY,GAAG,OAAO,GAAG,GAAG,GAAG,eAAe,EAAE,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,GAAG,IAAI,GAAG,OAAO,GAAG,aAAa,GAAG,eAAe,EAAE,aAAa,GAAG,WAAW,GAAG,OAAO,GAAG,eAAe,EAAE,YAAY,GAAG,UAAU,GAAG,YAAY,GAAG,aAAa,GAAG,cAAc,EAAE,YAAY,GAAG,YAAY,GAAG,SAAS,GAAG,SAAS,GAAG,IAAI,GAAG,aAAa,GAAG,UAAU,GAAG,WAAW,GAAG,gBAAgB,EAAE,WAAW,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,OAAO,GAAG,SAAS,GAAG,aAAa,GAAG,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,cAAc,EAAE,cAAc,EAAE,MAAM,GAAG,WAAW,GAAG,WAAW,GAAG,cAAc,EAAE,MAAM,GAAG,UAAU,GAAG,UAAU,GAAG,cAAc,EAAE,cAAc,EAAE,kBAAkB,EAAE,WAAW,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,gBAAgB,EAAE,cAAc,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,YAAY,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,EAAE,KAAK,GAAG,SAAS,GAAG,MAAM,GAAG,iBAAiB,EAAE,QAAQ,GAAG,cAAc,EAAE,WAAW,GAAG,UAAU,GAAG,aAAa,GAAG,SAAS,GAAG,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,aAAa,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,gBAAgB,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,YAAY,GAAG,KAAK,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,YAAY,GAAG,kBAAkB,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,GAAG,eAAe,EAAE,OAAO,GAAG,UAAU,GAAG,cAAc,EAAE,cAAc,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,aAAa,GAAG,UAAU,GAAG,aAAa,GAAG,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,aAAa,GAAG,cAAc,EAAE,kBAAkB,EAAE,UAAU,GAAG,cAAc,EAAE,UAAU,GAAG,gBAAgB,EAAE,aAAa,GAAG,iBAAiB,EAAE,aAAa,GAAG,cAAc,EAAE,YAAY,GAAG,kBAAkB,EAAE,KAAK,GAAG,MAAM,GAAG,aAAa,GAAG,cAAc,EAAE,cAAc,EAAE,aAAa,GAAG,eAAe,EAAE,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,UAAU,GAAG,eAAe,EAAE,cAAc,EAAE,aAAa,GAAG,cAAc,EAAE,eAAe,EAAE,MAAM,GAAG,WAAW,GAAG,YAAY,GAAG,gBAAgB,EAAE,iBAAiB,EAAE,YAAY,GAAG,aAAa,GAAG,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa,GAAG,iBAAiB,EAAE,oBAAoB,EAAE,SAAS,GAAG,gBAAgB,EAAE,IAAI,GAAG,QAAQ,GAAG,UAAU,EAAE,gBAAgB,EAAE,MAAM,GAAG,WAAW,GAAG,UAAU,GAAG,WAAW,GAAG,iBAAiB,EAAE,kBAAkB,EAAE,aAAa,GAAG,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,iBAAiB,EAAE,aAAa,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,YAAY,GAAG,OAAO,GAAG,KAAK,GAAG,KAAK,GAAG,gBAAgB,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,WAAW,GAAG,SAAS,GAAG,iBAAiB,EAAE,cAAc,EAAE,aAAa,GAAG,QAAQ,GAAG,YAAY,GAAG,WAAW,GAAG,MAAM,GAAG,cAAc,EAAE,aAAa,GAAG,WAAW,GAAG,WAAW,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,qBAAqB,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,cAAc,EAAE,aAAa,GAAG,WAAW,GAAG,eAAe,EAAE,MAAM,GAAG,WAAW,GAAG,cAAc,EAAE,WAAW,GAAG,KAAK,GAAG,YAAY,GAAG,MAAM,GAAG,MAAM,GAAG,mBAAmB,EAAE,qBAAqB,EAAE,aAAa,GAAG,YAAY,GAAG,WAAW,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,YAAY,GAAG,aAAa,GAAG,UAAU,GAAG,gBAAgB,EAAE,OAAO,EAAE,OAAO,GAAG,KAAK,GAAG,eAAe,EAAE,QAAQ,GAAG,WAAW,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,EAAE,WAAW,GAAG,gBAAgB,EAAE,gBAAgB,EAAE,aAAa,GAAG,mBAAmB,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,mBAAmB,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,oBAAoB,EAAE,UAAU,GAAG,cAAc,EAAE,YAAY,GAAG,aAAa,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,GAAG,eAAe,EAAE,QAAQ,GAAG,iBAAiB,EAAE,YAAY,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,KAAK,GAAG,gBAAgB,EAAE,YAAY,GAAG,mBAAmB,EAAE,WAAW,GAAG,YAAY,GAAG,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,IAAI,GAAG,KAAK,GAAG,WAAW,GAAG,UAAU,GAAG,kBAAkB,EAAE,SAAS,GAAG,cAAc,EAAE,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,KAAK,GAAG,QAAQ,GAAG,YAAY,GAAG,QAAQ,GAAG,QAAQ,GAAG,YAAY,GAAG,SAAS,GAAG,aAAa,GAAG,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,oBAAoB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,eAAe,EAAE,oBAAoB,EAAE,YAAY,GAAG,WAAW,GAAG,GAAG,GAAG,OAAO,GAAG,YAAY,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,eAAe,EAAE,mBAAmB,EAAE,QAAQ,GAAG,UAAU,GAAG,gBAAgB,EAAE,KAAK,GAAG,KAAK,GAAG,eAAe,EAAE,aAAa,GAAG,WAAW,GAAG,aAAa,GAAG,QAAQ,GAAG,WAAW,GAAG,iBAAiB,EAAE,mBAAmB,EAAE,QAAQ,GAAG,SAAS,GAAG,qBAAqB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,aAAa,GAAG,iBAAiB,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,gBAAgB,EAAE,cAAc,EAAE,OAAO,GAAG,WAAW,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GAAG,cAAc,EAAE,OAAO,GAAG,KAAK,GAAG,MAAM,GAAG,QAAQ,GAAG,YAAY,GAAG,eAAe,EAAE,aAAa,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,UAAU,GAAG,aAAa,GAAG,KAAK,GAAG,mBAAmB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,eAAe,EAAE,eAAe,EAAE,mBAAmB,EAAE,eAAe,EAAE,mBAAmB,EAAE,eAAe,EAAE,mBAAmB,EAAE,eAAe,EAAE,mBAAmB,EAAE,cAAc,EAAE,cAAc,EAAE,QAAQ,GAAG,aAAa,GAAG,gBAAgB,EAAE,UAAU,GAAG,IAAI,GAAG,KAAK,GAAG,SAAS,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,GAAG,eAAe,EAAE,cAAc,EAAE,SAAS,GAAG,aAAa,GAAG,SAAS,GAAG,UAAU,GAAG,gBAAgB,EAAE,YAAY,GAAG,aAAa,GAAG,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,aAAa,GAAG,IAAI,GAAG,UAAU,GAAG,cAAc,EAAE,OAAO,GAAG,aAAa,GAAG,WAAW,GAAG,YAAY,GAAG,KAAK,GAAG,eAAe,EAAE,KAAK,GAAG,YAAY,GAAG,OAAO,GAAG,MAAM,GAAG,UAAU,GAAG,UAAU,GAAG,IAAI,GAAG,SAAS,GAAG,QAAQ,GAAG,aAAa,GAAG,aAAa,GAAG,gBAAgB,EAAE,aAAa,GAAG,MAAM,GAAG,WAAW,GAAG,YAAY,GAAG,OAAO,GAAG,UAAU,GAAG,eAAe,EAAE,iBAAiB,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,WAAW,GAAG,eAAe,EAAE,aAAa,GAAG,cAAc,EAAE,UAAU,GAAG,kBAAkB,EAAE,YAAY,GAAG,YAAY,GAAG,aAAa,GAAG,aAAa,GAAG,iBAAiB,EAAE,WAAW,GAAG,gBAAgB,EAAE,iBAAiB,EAAE,OAAO,GAAG,KAAK,GAAG,WAAW,GAAG,oBAAoB,EAAE,SAAS,GAAG,YAAY,GAAG,cAAc,EAAE,SAAS,GAAG,MAAM,GAAG,qBAAqB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,YAAY,GAAG,KAAK,GAAG,WAAW,GAAG,gBAAgB,EAAE,QAAQ,GAAG,MAAM,GAAG,mBAAmB,EAAE,WAAW,GAAG,MAAM,GAAG,WAAW,GAAG,OAAO,GAAG,WAAW,GAAG,eAAe,EAAE,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,UAAU,GAAG,cAAc,EAAE,UAAU,GAAG,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,YAAY,GAAG,qBAAqB,EAAE,kBAAkB,EAAE,QAAQ,GAAG,aAAa,GAAG,QAAQ,GAAG,cAAc,EAAE,UAAU,GAAG,UAAU,GAAG,qBAAqB,EAAE,SAAS,GAAG,mBAAmB,EAAE,MAAM,GAAG,cAAc,EAAE,aAAa,GAAG,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,KAAK,GAAG,QAAQ,GAAG,aAAa,GAAG,YAAY,GAAG,qBAAqB,EAAE,aAAa,GAAG,gBAAgB,EAAE,IAAI,GAAG,cAAc,EAAE,WAAW,GAAG,UAAU,GAAG,UAAU,GAAG,OAAO,GAAG,cAAc,EAAE,UAAU,GAAG,IAAI,GAAG,SAAS,GAAG,cAAc,EAAE,WAAW,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,EAAE,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,GAAG,aAAa,GAAG,mBAAmB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,YAAY,GAAG,QAAQ,GAAG,QAAQ,GAAG,cAAc,EAAE,SAAS,GAAG,WAAW,GAAG,eAAe,EAAE,WAAW,GAAG,UAAU,GAAG,gBAAgB,EAAE,eAAe,EAAE,iBAAiB,EAAE,OAAO,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,WAAW,GAAG,UAAU,GAAG,aAAa,GAAG,gBAAgB,EAAE,QAAQ,GAAG,WAAW,GAAG,cAAc,EAAE,aAAa,GAAG,YAAY,GAAG,UAAU,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,cAAc,EAAE,OAAO,GAAG,aAAa,GAAG,SAAS,GAAG,mBAAmB,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,KAAK,GAAG,KAAK,GAAG,aAAa,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,UAAU,GAAG,YAAY,GAAG,iBAAiB,EAAE,UAAU,GAAG,cAAc,EAAE,aAAa,GAAG,aAAa,GAAG,WAAW,GAAG,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,SAAS,GAAG,SAAS,GAAG,YAAY,GAAG,GAAG,GAAG,MAAM,GAAG,SAAS,GAAG,aAAa,GAAG,YAAY,GAAG,cAAc,EAAE,YAAY,GAAG,aAAa,GAAG,QAAQ,EAAE,KAAK,GAAG,SAAS,GAAG,MAAM,GAAG,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,KAAK,GAAG,WAAW,GAAG,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,eAAe,EAAE,QAAQ,GAAG,OAAO,GAAG,WAAW,GAAG,IAAI,GAAG,OAAO,GAAG,SAAS,GAAG,aAAa,GAAG,oBAAoB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,cAAc,EAAE,UAAU,GAAG,UAAU,GAAG,gBAAgB,EAAE,iBAAiB,EAAE,WAAW,GAAG,aAAa,GAAG,cAAc,EAAE,YAAY,GAAG,SAAS,GAAG,YAAY,GAAG,eAAe,EAAE,kBAAkB,EAAE,WAAW,GAAG,UAAU,GAAG,aAAa,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,QAAQ,GAAG,aAAa,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,WAAW,GAAG,cAAc,EAAE,UAAU,GAAG,aAAa,GAAG,UAAU,GAAG,WAAW,GAAG,WAAW,GAAG,UAAU,GAAG,SAAS,GAAG,kBAAkB,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,aAAa,GAAG,KAAK,GAAG,MAAM,GAAG,WAAW,GAAG,MAAM,GAAG,YAAY,GAAG,eAAe,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,eAAe,EAAE,aAAa,GAAG,QAAQ,GAAG,QAAQ,GAAG,WAAW,GAAG,GAAG,GAAG,IAAI,GAAG,SAAS,GAAG,YAAY,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,EAAE,SAAS,GAAG,iBAAiB,EAAE,YAAY,GAAG,QAAQ,GAAG,KAAK,GAAG,YAAY,GAAG,aAAa,GAAG,SAAS,GAAG,QAAQ,GAAG,mBAAmB,EAAE,cAAc,EAAE,iBAAiB,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,QAAQ,GAAG,YAAY,GAAG,WAAW,GAAG,SAAS,GAAG,cAAc,EAAE,QAAQ,GAAG,KAAK,GAAG,QAAQ,EAAE,mBAAmB,EAAE,OAAO,GAAG,QAAQ,GAAG,WAAW,EAAE,EAAQC,GAAS,OAAO,KAAKD,EAAK,EAAQE,GAAc,CAAC,SAAS,UAAU,QAAQ,UAAU,UAAW,EAAQC,GAAgB,CAAC,GAAG,CAAC,GAAGD,EAAa,EAAE,EAAE,CAAC,SAAS,UAAU,QAAQ,SAAS,EAAE,EAAE,CAAC,SAAS,OAAO,CAAC,EAAQE,GAAoB,OAAO,KAAKD,EAAe,EAAE,IAAIE,GAAW,YAAYA,CAAS,EAAE,EAAQC,GAAsBL,GAAS,OAAO,CAACM,EAAIC,KAAOD,EAAIC,EAAI,YAAY,CAAC,EAAEA,EAAWD,GAAM,CAAC,CAAC,EAQ1kxB,SAASE,EAAKC,EAAM,CAAC,GAAK,CAAC,MAAAC,EAAM,aAAAC,EAAa,WAAAC,EAAW,cAAAC,EAAc,QAAAC,EAAQ,YAAAC,EAAY,UAAAC,EAAU,aAAAC,EAAa,aAAAC,EAAa,SAAAC,EAAS,MAAAC,CAAK,EAAEX,EAAYY,EAAUC,EAAO,EAAK,EAAQC,EAAQC,GAAiBxB,GAASW,EAAaC,EAAWC,EAAcR,EAAqB,EAC3RoB,EAAiBtB,GAAoB,IAAIuB,GAAMjB,EAAMiB,CAAI,CAAC,EAC1DC,EAAUC,EAAQ,IAAI,CAAC,IAAMC,EAAa9B,GAAMwB,CAAO,EAAE,GAAG,CAACM,EAAa,OAAO,IAAMC,EAAYrB,EAAM,YAAYoB,CAAY,EAAE,EAAE,GAAGC,IAAc,SAAgB,OAAOA,CAAY,EAAE,CAAC,GAAGL,CAAgB,CAAC,EACjN,CAACM,EAAaC,CAAe,EAAEC,GAASV,IAAU,OAAOW,GAAYC,CAAK,EAAE,IAAI,EACrF,eAAeC,GAAc,CAC7B,GAAG,OAAOrC,GAAMwB,CAAO,GAAI,SAAS,CAACS,EAAgB,IAAI,EAAE,MAAO,CAClE,GAAG,CACH,IAAMK,EAAO,MAAM,OADwC,GAAGvC,EAAa,GAAGyB,CAAO,GAArEI,GAAoB,EAAyD,cACvBN,EAAU,SAAQW,EAAgBK,EAAO,QAAQF,CAAK,CAAC,CAAE,MAAM,CAAId,EAAU,SAAQW,EAAgB,IAAI,CAAE,CAAC,CAClLM,GAAU,KAAKjB,EAAU,QAAQ,GAAKe,EAAa,EAAQ,IAAI,CAACf,EAAU,QAAQ,EAAM,GAAI,CAACE,EAAQ,GAAGE,CAAgB,CAAC,EAAgE,IAAMc,GAAnDC,GAAa,QAAQ,IAAIA,GAAa,OAAiDC,EAAKC,GAAU,CAAC,CAAC,EAAE,KAAK,OAAqBD,EAAKE,EAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,UAAU,EAAE,QAAA7B,EAAQ,aAAAG,EAAa,aAAAC,EAAa,YAAAH,EAAY,UAAAC,EAAU,SAASe,EAA2BU,EAAK,MAAM,CAAC,MAAM,6BAA6B,MAAM,CAAC,WAAW,OAAO,MAAM,OAAO,OAAO,OAAO,QAAQ,eAAe,KAAK/B,EAAM,WAAW,EAAE,UAAUS,EAAS,eAAe,OAAU,GAAGC,CAAK,EAAE,UAAU,QAAQ,QAAQ,YAAY,MAAMV,EAAM,SAASqB,CAAY,CAAC,EAAEQ,EAAU,CAAC,CAAE,CAAC/B,EAAK,YAAY,WAAWA,EAAK,aAAa,CAAC,MAAM,GAAG,OAAO,GAAG,cAAc,OAAO,WAAW,OAAO,MAAM,OAAO,aAAa,GAAK,OAAO,SAAS,SAAS,EAAK,EAAE,SAASoC,GAAiBnC,EAAMoC,EAAa,CAAC,GAAK,CAAC,aAAAlC,EAAa,WAAAC,EAAW,cAAAC,CAAa,EAAEJ,EAAYqC,EAAmB,SAASD,CAAY,EAAQE,EAAKC,GAAiBhD,GAASW,EAAaC,EAAWC,EAAcR,EAAqB,EAAQ4C,EAAKlD,GAAMgD,CAAI,EAAE,MAAG,CAACE,GAAMH,IAAqB,EAAS,GAAQG,IAAOH,CAAiD,CAACI,EAAoB1C,EAAK,CAAC,aAAa,CAAC,KAAK2C,EAAY,QAAQ,MAAM,SAAS,aAAa,OAAO,cAAc,SAAS,aAAa3C,EAAK,aAAa,YAAY,EAAE,cAAc,CAAC,KAAK2C,EAAY,KAAK,QAAQnD,GAAS,aAAaQ,EAAK,aAAa,cAAc,MAAM,OAAO,OAAO,CAAC,CAAC,aAAAG,CAAY,IAAI,CAACA,EAAa,YAAY,6EAA6E,EAAE,WAAW,CAAC,KAAKwC,EAAY,OAAO,MAAM,OAAO,YAAY,wBAAmB,OAAO,CAAC,CAAC,aAAAxC,CAAY,IAAIA,CAAY,EAAE,SAAS,CAAC,KAAKwC,EAAY,QAAQ,aAAa,MAAM,cAAc,KAAK,aAAa3C,EAAK,aAAa,QAAQ,EAAE,MAAM,CAAC,KAAK2C,EAAY,MAAM,MAAM,QAAQ,aAAa3C,EAAK,aAAa,KAAK,EAAE,GAAG,OAAO,KAAKN,EAAe,EAAE,OAAO,CAACkD,EAAOhD,KAAagD,EAAO,YAAYhD,CAAS,EAAE,EAAE,CAAC,KAAK+C,EAAY,KAAK,MAAM,QAAQ,aAAa,SAAS,QAAQjD,GAAgBE,CAAS,EAAE,OAAOK,GAAOmC,GAAiBnC,EAAML,CAAS,CAAC,EAASgD,GAAS,CAAC,CAAC,EAAE,GAAGC,EAAa,CAAC,ECf1pEC,GAAU,UAAU,CAAC,qBAAqB,aAAa,mBAAmB,cAAc,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,4FAA4F,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,mnCAAmnC,EAAeC,GAAU,eCAvoL,IAAMC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,QAAQ,YAAY,OAAO,YAAY,IAAI,YAAY,GAAG,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAUwB,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAArC,EAAQ,GAAGsC,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,GAAW,SAAAhD,CAAQ,EAAEiD,GAAgB,CAAC,WAAAtD,GAAW,eAAe,YAAY,IAAIkC,EAAW,QAAA3B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQqD,EAAiB3B,GAAuBD,EAAMtB,CAAQ,EAA4DmD,EAAkBC,EAAGxD,GAAkB,GAArE,CAAa0C,EAAS,CAAuE,EAAQe,GAAY,IAAQ,EAAC,YAAY,YAAY,WAAW,EAAE,SAASZ,CAAW,EAAmCa,GAAa,IAAQ,EAAC,YAAY,YAAY,YAAY,WAAW,EAAE,SAASb,CAAW,EAAmCc,GAAa,IAAQd,IAAc,YAA6Ce,GAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAASf,CAAW,EAAmCgB,GAAa,IAAQ,EAAC,YAAY,YAAY,WAAW,EAAE,SAAShB,CAAW,EAAmCiB,GAAa,IAAQ,EAAC,YAAY,YAAY,WAAW,EAAE,SAASjB,CAAW,EAAmCkB,EAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAASlB,CAAW,EAAmCmB,EAAa,IAAQ,EAAC,YAAY,YAAY,WAAW,EAAE,SAASnB,CAAW,EAA6B,OAAoB5B,EAAKgD,EAAY,CAAC,GAAGtB,GAAUT,EAAgB,SAAsBjB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsB2D,EAAM/C,EAAO,IAAI,CAAC,GAAGyB,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,iBAAiBb,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGvC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,EAAE,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,IAAI,EAAE,UAAU,CAAC,mBAAmB,KAAK,CAAC,EAAE2C,EAAYI,CAAc,EAAE,SAAS,CAACQ,GAAY,GAAgBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAsBrC,EAAKkD,EAAS,CAAC,sBAAsB,GAAK,SAAsBlD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6CAA6C,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEG,GAAY,GAAgBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,uBAAuB,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAsBrC,EAAKkD,EAAS,CAAC,sBAAsB,GAAK,SAAsBlD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6CAA6C,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEI,GAAa,GAAgBzC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAsBrC,EAAKkD,EAAS,CAAC,sBAAsB,GAAK,SAAsBlD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEI,GAAa,GAAgBzC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAsBrC,EAAKkD,EAAS,CAAC,sBAAsB,GAAK,SAAsBlD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEK,GAAa,GAAgB1C,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,mBAAmB,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,sEAAsE,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAsBrC,EAAKkD,EAAS,CAAC,sBAAsB,GAAK,SAAsBlD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6CAA6C,EAAE,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEM,GAAa,GAAgB3C,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAsBrC,EAAKkD,EAAS,CAAC,sBAAsB,GAAK,SAAsBlD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6CAA6C,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEO,GAAa,GAAgB5C,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAsBrC,EAAKkD,EAAS,CAAC,sBAAsB,GAAK,SAAsBlD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6CAA6C,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEQ,GAAa,GAAgB7C,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAsBrC,EAAKkD,EAAS,CAAC,sBAAsB,GAAK,SAAsBlD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAES,EAAa,GAAgB9C,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,2BAA2B,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,sEAAsE,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAsBrC,EAAKkD,EAAS,CAAC,sBAAsB,GAAK,SAAsBlD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6CAA6C,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEU,EAAa,GAAgB/C,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,2BAA2B,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,uEAAuE,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAsBrC,EAAKkD,EAAS,CAAC,sBAAsB,GAAK,SAAsBlD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6CAA6C,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQc,GAAI,CAAC,kFAAkF,kFAAkF,+QAA+Q,gnBAAgnB,iYAAiY,mNAAmN,GAAeA,EAAG,EAU/4eC,GAAgBC,EAAQ1C,GAAUwC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,gBAAgBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,KAAK,QAAQ,SAAS,KAAK,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECVrtD,IAAMC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,aAAa,YAAY,iBAAiB,YAAY,YAAY,YAAY,sBAAsB,YAAY,2BAA2B,YAAY,qBAAqB,YAAY,gBAAgB,WAAW,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUJ,GAAOI,EAAM,UAAU,QAAQN,GAAwBM,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMvB,IAAeuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAEuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAUyB,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAtC,EAAQ,UAAAuC,EAAU,GAAGC,CAAS,EAAExB,GAASK,CAAK,EAAO,CAAC,YAAAoB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,GAAgB,WAAAC,EAAW,SAAAlD,CAAQ,EAAEmD,GAAgB,CAAC,WAAAxD,GAAW,eAAe,YAAY,IAAImC,EAAW,QAAA5B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuD,EAAiB5B,GAAuBD,EAAMvB,CAAQ,EAAO,CAAC,sBAAAqD,EAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAYH,EAAsB,SAASI,KAAO,CAAoC,GAAnCR,GAAgB,CAAC,UAAU,EAAK,CAAC,EAAKR,GAAqB,MAAMA,EAAU,GAAGgB,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAuCC,GAAkBC,EAAG/D,GAAkB,GAAhD,CAAC,CAAuE,EAAQgE,GAAY,IAAQjB,IAAc,YAA6CkB,GAAa,IAAQ,EAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAASlB,CAAW,EAAmCmB,EAAa,IAAQ,GAAC,YAAY,YAAY,YAAY,WAAW,EAAE,SAASnB,CAAW,EAAmCoB,EAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAASpB,CAAW,EAAmCqB,GAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAASrB,CAAW,EAAmCsB,GAAa,IAAQ,GAAC,YAAY,WAAW,EAAE,SAAStB,CAAW,EAAmCuB,GAAa,IAAQvB,IAAc,YAAuC,OAAoB9B,EAAKsD,EAAY,CAAC,GAAG3B,GAAUT,EAAgB,SAAsBlB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBiE,EAAMrD,EAAO,IAAI,CAAC,GAAG2B,EAAU,GAAGI,EAAgB,UAAUa,EAAGD,GAAkB,gBAAgBnB,EAAUK,CAAU,EAAE,cAAc,GAAK,mBAAmB,iBAAiB,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,GAAY,IAAI1B,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,GAAGQ,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,KAAK,EAAE,UAAU,CAAC,wBAAwB,KAAK,CAAC,EAAE,GAAGxC,EAAqB,CAAC,UAAU,CAAC,mBAAmB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,oBAAoB,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,eAAe,EAAE,UAAU,CAAC,mBAAmB,0BAA0B,CAAC,EAAE6C,EAAYI,CAAc,EAAE,SAAS,CAACa,GAAY,GAAgB/C,EAAKwD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,IAAI,YAAY,KAAK,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,OAAO,sKAAsK,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBjB,EAAiB,SAAS,YAAY,GAAGtD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,IAAI,QAAQwE,GAA2BlC,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,IAAIA,GAAmB,QAAQ,IAAI,GAAG,GAAG,EAAE,EAAE,YAAY,KAAK,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,OAAOA,GAAmB,OAAO,OAAO,SAAS,IAAI,sEAAsE,OAAO,sKAAsK,CAAC,CAAC,EAAEO,EAAYI,CAAc,CAAC,CAAC,EAAEc,GAAa,GAAgBhD,EAAKwD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQC,GAA2BlC,GAAmB,GAAG,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAMA,GAAmB,OAAO,QAAQ,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBgB,EAAiB,SAAS,WAAW,CAAC,EAAEU,EAAa,GAAgBM,EAAMrD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiBqC,EAAiB,SAAS,YAAY,SAAS,CAACW,EAAa,GAAgBlD,EAAKwD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,oEAAoE,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBjB,EAAiB,SAAS,YAAY,GAAGtD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQwE,GAA2BlC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,MAAM,GAAG,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,KAAK,EAAE,EAAE,IAAI,IAAI,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,IAAI,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAoE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQkC,GAA2BlC,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,IAAIA,GAAmB,QAAQ,IAAI,GAAG,GAAG,IAAI,MAAMA,GAAmB,QAAQ,IAAI,GAAG,EAAE,MAAMA,GAAmB,QAAQ,IAAI,GAAG,EAAE,IAAI,GAAG,EAAE,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAoE,CAAC,CAAC,EAAEO,EAAYI,CAAc,CAAC,CAAC,EAAEiB,GAAa,GAAgBnD,EAAKwD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,gBAAgB,iBAAiBjB,EAAiB,SAAS,YAAY,GAAGtD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQwE,GAA2BlC,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,IAAIA,GAAmB,QAAQ,IAAI,GAAG,GAAG,IAAI,MAAMA,GAAmB,QAAQ,IAAI,GAAG,EAAE,MAAMA,GAAmB,QAAQ,IAAI,GAAG,EAAE,IAAI,GAAG,EAAE,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQkC,GAA2BlC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,MAAM,GAAG,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,KAAK,EAAE,EAAE,IAAI,IAAI,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,GAAG,KAAK,EAAE,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,CAAC,CAAC,EAAEO,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEe,EAAa,GAAgBM,EAAMrD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,qBAAqB,iBAAiBqC,EAAiB,SAAS,YAAY,SAAS,CAACa,GAAa,GAAgBpD,EAAKwD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,iBAAiB,iBAAiBjB,EAAiB,SAAS,YAAY,GAAGtD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQwE,GAA2BlC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,MAAM,GAAG,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,KAAK,EAAE,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,KAAK,IAAI,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,IAAI,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQkC,GAA2BlC,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,IAAIA,GAAmB,QAAQ,IAAI,GAAG,GAAG,IAAI,MAAMA,GAAmB,QAAQ,IAAI,GAAG,EAAE,MAAMA,GAAmB,QAAQ,IAAI,GAAG,EAAE,IAAI,GAAG,EAAE,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,CAAC,CAAC,EAAEO,EAAYI,CAAc,CAAC,CAAC,EAAEiB,GAAa,GAAgBnD,EAAKwD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,EAAE,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiBjB,EAAiB,SAAS,YAAY,GAAGtD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQwE,GAA2BlC,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,IAAIA,GAAmB,QAAQ,IAAI,GAAG,GAAG,IAAI,MAAMA,GAAmB,QAAQ,IAAI,GAAG,EAAE,MAAMA,GAAmB,QAAQ,IAAI,GAAG,EAAE,IAAI,GAAG,EAAE,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQkC,GAA2BlC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,MAAM,GAAG,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,KAAK,EAAE,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,KAAK,IAAI,KAAK,IAAI,IAAIA,GAAmB,QAAQ,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,GAAG,KAAK,EAAE,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,CAAC,CAAC,EAAEO,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEmB,GAAa,GAAgBrD,EAAKwD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,IAAI,YAAY,KAAK,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,OAAO,oKAAoK,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBjB,EAAiB,SAAS,YAAY,GAAGtD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,IAAI,QAAQwE,GAA2BlC,GAAmB,GAAG,GAAG,IAAIA,GAAmB,QAAQ,IAAI,IAAIA,GAAmB,QAAQ,IAAI,GAAG,EAAE,EAAE,YAAY,KAAK,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,OAAOA,GAAmB,OAAO,OAAO,SAAS,IAAI,qEAAqE,OAAO,oKAAoK,CAAC,CAAC,EAAEO,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQwB,GAAI,CAAC,kFAAkF,kFAAkF,0QAA0Q,iLAAiL,iJAAiJ,uSAAuS,4OAA4O,mGAAmG,6EAA6E,gQAAgQ,6EAA6E,yIAAyI,uIAAuI,uIAAuI,wFAAwF,6DAA6D,6DAA6D,oLAAoL,+bAA+b,EAW7phBC,GAAgBC,EAAQhD,GAAU8C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,oBAAoBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,iBAAiB,YAAY,aAAa,gBAAgB,qBAAqB,sBAAsB,0BAA0B,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECXwR,IAAMM,GAAkBC,GAASC,EAAY,EAAQC,GAAsBF,GAASG,EAAgB,EAAQC,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,KAAK,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,mBAAmB,YAAY,kBAAkB,YAAY,eAAe,YAAY,uBAAuB,YAAY,iBAAiB,YAAY,eAAe,YAAY,mBAAmB,YAAY,wBAAwB,YAAY,mBAAmB,YAAY,mBAAmB,YAAY,oBAAoB,YAAY,gBAAgB,YAAY,oBAAoB,YAAY,sBAAsB,YAAY,gBAAgB,YAAY,uBAAuB,YAAY,sBAAsB,YAAY,YAAY,YAAY,kBAAkB,YAAY,aAAa,YAAY,oBAAoB,YAAY,oBAAoB,YAAY,oBAAoB,YAAY,oBAAoB,YAAY,kBAAkB,YAAY,0BAA0B,YAAY,qBAAqB,YAAY,mBAAmB,YAAY,0BAA0B,YAAY,qBAAqB,YAAY,mBAAmB,YAAY,gBAAgB,YAAY,cAAc,YAAY,iBAAiB,YAAY,kBAAkB,YAAY,kBAAkB,YAAY,aAAa,YAAY,aAAa,YAAY,IAAI,YAAY,WAAW,WAAW,EAAQC,GAAS,CAAC,CAAC,gBAAAC,EAAgB,MAAAC,EAAM,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUL,GAAiBK,EAAM,WAAW,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,KAAK,OAAO,EAAE,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUJ,GAAOI,EAAM,SAAS,GAAUC,GAAuB,CAACD,EAAMzB,IAAeyB,EAAM,iBAAwBzB,EAAS,KAAK,GAAG,EAAEyB,EAAM,iBAAwBzB,EAAS,KAAK,GAAG,EAAU2B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAxC,EAAQ,UAAAyC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE1B,GAASM,CAAK,EAAO,CAAC,YAAAqB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAArD,CAAQ,EAAEsD,GAAgB,CAAC,WAAA3D,GAAW,eAAe,YAAY,gBAAAD,GAAgB,IAAIsC,EAAW,QAAA9B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ0D,EAAiB7B,GAAuBD,EAAMzB,CAAQ,EAAO,CAAC,sBAAAwD,GAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAaH,GAAsB,SAASI,KAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKT,GAAqB,MAAMA,EAAU,GAAGiB,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAmFC,GAAkBC,EAAGlE,GAAkB,GAA5F,CAAa6C,GAAuBA,EAAS,CAAuE,EAAQsB,GAAY,IAAQ,GAAC,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,iBAAiB,EAAE,SAASb,CAAc,GAAkB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAASJ,CAAW,GAAmCkB,EAAa,IAAQd,IAAiB,mBAAiCJ,IAAc,YAA6CmB,EAAa,IAAQf,IAAiB,mBAAiCJ,IAAc,YAA6CoB,GAAa,IAAQhB,IAAiB,mBAAiCJ,IAAc,YAA6CqB,GAAa,IAAQjB,IAAiB,mBAAiCJ,IAAc,YAA6CsB,GAAa,IAAQ,GAAC,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,kBAAkB,iBAAiB,EAAE,SAASlB,CAAc,GAAkB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAASJ,CAAW,GAAmCuB,GAAa,IAAQnB,IAAiB,mBAAiCJ,IAAc,YAA6CwB,GAAa,IAAQpB,IAAiB,mBAAiCJ,IAAc,YAA6CyB,GAAa,IAAQrB,IAAiB,mBAAiCJ,IAAc,YAA6C0B,GAAa,IAAQtB,IAAiB,mBAAiCJ,IAAc,YAA6C2B,GAAc,IAAQ,IAAC,kBAAkB,kBAAkB,kBAAkB,iBAAiB,EAAE,SAASvB,CAAc,GAAiB,CAAC,YAAY,YAAY,YAAY,WAAW,EAAE,SAASJ,CAAW,GAAmC4B,GAAc,IAAQxB,IAAiB,mBAAiCJ,IAAc,YAA6C6B,GAAc,IAAQzB,IAAiB,mBAAiCJ,IAAc,YAA6C8B,GAAc,IAAQ1B,IAAiB,mBAAiCJ,IAAc,YAA6C+B,GAAc,IAAQ3B,IAAiB,mBAAiCJ,IAAc,YAA6CgC,GAAc,IAAQ5B,IAAiB,mBAAiCJ,IAAc,YAA6CiC,GAAc,IAAQ7B,IAAiB,mBAAiCJ,IAAc,YAA6CkC,GAAc,IAAQ9B,IAAiB,mBAAiCJ,IAAc,YAA6CmC,GAAc,IAAQ/B,IAAiB,mBAAiCJ,IAAc,YAA6CoC,GAAc,IAAQhC,IAAiB,mBAAiCJ,IAAc,YAA6CqC,GAAc,IAAQ,GAAAjC,IAAiB,mBAAiC,CAAC,YAAY,WAAW,EAAE,SAASJ,CAAW,GAAmCsC,GAAc,IAAQlC,IAAiB,mBAAiCJ,IAAc,YAA6CuC,GAAc,IAAQnC,IAAiB,mBAAiCJ,IAAc,YAA6CwC,GAAc,IAAQpC,IAAiB,mBAAiCJ,IAAc,YAA6CyC,GAAc,IAAQrC,IAAiB,mBAAiCJ,IAAc,YAA6C0C,GAAc,IAAQtC,IAAiB,mBAAiCJ,IAAc,YAA6C2C,GAAc,IAAQvC,IAAiB,mBAAiCJ,IAAc,YAA6C4C,GAAc,IAAQxC,IAAiB,mBAAiCJ,IAAc,YAA6C6C,GAAc,IAAQ,GAAAzC,IAAiB,mBAAiC,CAAC,YAAY,WAAW,EAAE,SAASJ,CAAW,GAAmC8C,GAAc,IAAQ1C,IAAiB,mBAAiCJ,IAAc,YAA6C+C,GAAc,IAAQ,GAAA3C,IAAiB,mBAAiC,CAAC,YAAY,WAAW,EAAE,SAASJ,CAAW,GAAmCgD,GAAc,IAAQhD,IAAc,YAA6CiD,GAAc,IAAQjD,IAAc,YAA6CkD,GAAc,IAAQ9C,IAAiB,mBAAiCJ,IAAc,YAAuC,OAAoBhC,EAAKmF,EAAY,CAAC,GAAGvD,GAAUT,EAAgB,SAAsBnB,EAAKC,GAAS,CAAC,QAAQf,EAAS,QAAQ,GAAM,SAAsBc,EAAKT,GAAW,CAAC,MAAMuC,EAAU,SAAsB9B,EAAKoF,GAAK,CAAC,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAGpG,EAAqB,CAAC,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,CAAC,EAAEgD,EAAYI,CAAc,EAAE,SAAsBiD,EAAMnF,EAAO,EAAE,CAAC,GAAG6B,EAAU,GAAGI,EAAgB,UAAU,GAAGa,EAAGD,GAAkB,iBAAiBpB,EAAUM,CAAU,CAAC,kBAAkB,cAAc,GAAK,mBAAmB,mBAAmB,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,GAAa,IAAI3B,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGQ,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,iBAAiB,uEAAuE,EAAE,UAAU,CAAC,iBAAiB,uEAAuE,CAAC,EAAE,GAAG1C,EAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,yBAAyB,EAAE,UAAU,CAAC,mBAAmB,eAAe,EAAE,UAAU,CAAC,mBAAmB,aAAa,EAAE,UAAU,CAAC,mBAAmB,uBAAuB,EAAE,UAAU,CAAC,mBAAmB,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,oBAAoB,EAAE,UAAU,CAAC,mBAAmB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,sBAAsB,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,KAAK,EAAE,UAAU,CAAC,mBAAmB,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,yBAAyB,EAAE,UAAU,CAAC,mBAAmB,eAAe,EAAE,UAAU,CAAC,mBAAmB,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,cAAc,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,eAAe,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,sBAAsB,EAAE,UAAU,CAAC,mBAAmB,cAAc,EAAE,UAAU,CAAC,mBAAmB,oBAAoB,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,CAAC,EAAEgD,EAAYI,CAAc,EAAE,SAAS,CAAciD,EAAMnF,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,OAAO,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,oFAAoF,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,MAAM,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,wEAAwE,UAAU,MAAM,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,iBAAiB,wEAAwE,UAAU,MAAM,EAAE,UAAU,CAAC,iBAAiB,wEAAwE,UAAU,MAAM,CAAC,EAAE,SAAS,CAACQ,GAAY,GAAgBjD,EAAKsF,EAAS,CAAC,sBAAsB,GAAK,SAAsBtF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,8FAA8F,EAAE,SAAS,6BAA6B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,qEAAqE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGzD,EAAqB,CAAC,UAAU,CAAC,SAAsBgB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,8FAA8F,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,8FAA8F,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,8FAA8F,EAAE,SAAS,yBAAyB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,EAAYI,CAAc,CAAC,CAAC,EAAepC,EAAKsF,EAAS,CAAC,sBAAsB,GAAK,SAAsBtF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,6CAA6C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGzD,EAAqB,CAAC,UAAU,CAAC,SAAsBgB,EAAWG,EAAS,CAAC,SAAsBkF,EAAMnF,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,CAAC,YAAyBF,EAAKE,EAAO,OAAO,CAAC,SAAS,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,uCAAuC,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,8BAAyB,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,2EAA2E,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,wCAAwC,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,uDAAuD,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,4FAA4F,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBkF,EAAMnF,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,CAAC,UAAuBF,EAAKE,EAAO,OAAO,CAAC,SAAS,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,8BAAyB,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,4FAA4F,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,+BAA0B,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,yDAAyD,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,2EAA2E,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,4FAA4F,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,6BAA6B,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,4DAA4D,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAS,qDAAgD,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,8BAAyB,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,wDAAmD,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,kCAA6B,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,2FAA2F,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,yDAAoD,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,wDAAwD,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,8BAAyB,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBkF,EAAMnF,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,CAAC,yBAAsCF,EAAKE,EAAO,OAAO,CAAC,SAAS,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,2EAA2E,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,6GAA6G,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAS,oEAA+D,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,yDAAoD,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,wGAAwG,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,4FAA4F,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBkF,EAAMnF,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,CAAC,uBAAoCF,EAAKE,EAAO,OAAO,CAAC,SAAS,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,0DAA0D,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,+BAA0B,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBkF,EAAMnF,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,CAAC,kBAA+BF,EAAKE,EAAO,OAAO,CAAC,SAAS,WAAW,CAAC,EAAE,oEAAoE,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,QAAQ,YAAY,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBkF,EAAMnF,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,CAAC,kBAA+BF,EAAKE,EAAO,OAAO,CAAC,SAAS,WAAW,CAAC,EAAE,mFAAmF,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,QAAQ,YAAY,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,yDAAyD,CAAC,CAAC,CAAC,EAAE,kBAAkB,QAAQ,CAAC,EAAE8B,EAAYI,CAAc,CAAC,CAAC,EAAEc,EAAa,GAAgBlD,EAAKuF,EAA0B,CAAC,GAAGvG,EAAqB,CAAC,kBAAkB,CAAC,GAAGwC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAK,MAAM,GAAG,IAAI,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAK,MAAM,GAAG,IAAI,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBpC,EAAKwF,GAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzC,EAAKvB,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0E,EAAa,GAAgBnD,EAAKuF,EAA0B,CAAC,GAAGvG,EAAqB,CAAC,kBAAkB,CAAC,GAAGwC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAK,MAAM,GAAG,IAAI,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAK,MAAM,GAAG,IAAI,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBpC,EAAKwF,GAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzC,EAAKvB,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2E,GAAa,GAAgBpD,EAAKuF,EAA0B,CAAC,GAAGvG,EAAqB,CAAC,kBAAkB,CAAC,GAAGwC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAK,MAAM,GAAG,IAAI,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAK,MAAM,GAAG,IAAI,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBpC,EAAKwF,GAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzC,EAAKvB,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4E,GAAa,GAAgBrD,EAAKuF,EAA0B,CAAC,GAAGvG,EAAqB,CAAC,kBAAkB,CAAC,GAAGwC,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAK,MAAM,GAAG,IAAI,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,IAAIA,GAAmB,QAAQ,KAAK,MAAM,GAAG,IAAI,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBpC,EAAKwF,GAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzC,EAAKvB,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4G,EAAMnF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,oBAAoB,EAAE,UAAU,CAAC,gBAAgB,4EAA4E,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,sEAAsE,EAAE,UAAU,CAAC,gBAAgB,oBAAoB,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,qEAAqE,EAAE,UAAU,CAAC,gBAAgB,oBAAoB,CAAC,EAAE,SAAS,CAACU,EAAa,GAAgBnD,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,kcAAkc,EAAE,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,cAAc,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEkB,GAAa,GAAgBtD,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQC,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,qEAAqE,OAAO,iQAAiQ,EAAE,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,UAAU,iBAAiBiB,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,IAAI,qEAAqE,OAAO,iQAAiQ,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,IAAI,qEAAqE,OAAO,iQAAiQ,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEgB,GAAa,GAAgBpD,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,4VAA4V,EAAE,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,YAAY,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,IAAI,qEAAqE,OAAO,4VAA4V,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,qEAAqE,OAAO,4VAA4V,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEiB,GAAa,GAAgBrD,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,IAAI,qEAAqE,OAAO,4VAA4V,EAAE,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,WAAW,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAMA,GAAmB,OAAO,QAAQ,IAAI,qEAAqE,OAAO,4VAA4V,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,qEAAqE,OAAO,4VAA4V,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEmB,GAAa,GAAgBvD,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,kcAAkc,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEoB,GAAa,GAAgBxD,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,kcAAkc,EAAE,UAAU,gBAAgB,mBAAmB,iBAAiB,iBAAiBhD,EAAiB,SAAS,YAAY,GAAGzD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEqB,GAAa,GAAgBzD,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,YAAY,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAMA,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,yKAAyK,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEsB,GAAa,GAAgB1D,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,YAAY,IAAI,WAAW,KAAK,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,cAAc,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEuB,GAAc,GAAgB3D,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,QAAQ,UAAU,MAAM,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,cAAc,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,QAAQ,UAAU,MAAM,MAAMA,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,QAAQ,UAAU,MAAM,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,QAAQ,UAAU,MAAM,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,QAAQ,UAAU,MAAM,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,QAAQ,UAAU,MAAM,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEwB,GAAc,GAAgB5D,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,4VAA4V,EAAE,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,cAAc,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,IAAI,qEAAqE,OAAO,4VAA4V,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,qEAAqE,OAAO,4VAA4V,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEyB,GAAc,GAAgB7D,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,IAAI,uEAAuE,OAAO,kcAAkc,EAAE,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,oBAAoB,iBAAiB,GAAK,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,UAAU,wCAAwC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAMA,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAE0B,GAAc,GAAgB9D,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,kcAAkc,EAAE,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,kBAAkB,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAE2B,GAAc,GAAgB/D,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,4VAA4V,EAAE,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,iBAAiB,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,IAAI,qEAAqE,OAAO,4VAA4V,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,qEAAqE,OAAO,4VAA4V,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAE4B,GAAc,GAAgBhE,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,mBAAmB,eAAe,kBAAkB,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,6bAA6b,EAAE,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,mBAAmB,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,mBAAmB,eAAe,kBAAkB,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,IAAI,sEAAsE,OAAO,6bAA6b,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,mBAAmB,eAAe,kBAAkB,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,sEAAsE,OAAO,6bAA6b,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAE6B,GAAc,GAAgBjE,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,IAAI,uEAAuE,OAAO,kcAAkc,EAAE,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,uBAAuB,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAMA,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAE8B,GAAc,GAAgBlE,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,oQAAoQ,EAAE,UAAU,gBAAgB,mBAAmB,gBAAgB,iBAAiBhD,EAAiB,SAAS,YAAY,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,sEAAsE,OAAO,oQAAoQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,sEAAsE,OAAO,oQAAoQ,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAE+B,GAAc,GAAgBnE,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,uQAAuQ,EAAE,UAAU,iBAAiB,mBAAmB,gBAAgB,iBAAiBhD,EAAiB,SAAS,YAAY,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,uQAAuQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,uQAAuQ,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEgC,GAAc,GAAgBpE,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,eAAe,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBzC,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBhD,EAAiB,SAAS,YAAY,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,EAAEiC,GAAc,GAAgBrE,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,gBAAgB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBzC,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBhD,EAAiB,SAAS,YAAY,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAOA,GAAmB,OAAO,OAAO,SAAS,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,EAAEkC,GAAc,GAAgBtE,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,gBAAgB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBzC,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,kcAAkc,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBhD,EAAiB,SAAS,YAAY,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAOA,GAAmB,OAAO,OAAO,iBAAiB,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAOA,GAAmB,OAAO,OAAO,iBAAiB,IAAI,uEAAuE,OAAO,kcAAkc,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,EAAEmC,GAAc,GAAgBvE,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,eAAe,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBzC,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,YAAY,IAAI,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,IAAI,oEAAoE,OAAO,6PAA6P,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,oEAAoE,OAAO,6PAA6P,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,GAAG,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,oEAAoE,OAAO,6PAA6P,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,EAAEoC,GAAc,GAAgBxE,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAqE,OAAO,4VAA4V,EAAE,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,eAAe,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,YAAY,IAAI,qEAAqE,OAAO,4VAA4V,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEqC,GAAc,GAAgBzE,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,YAAY,IAAI,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,cAAc,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAMA,GAAmB,OAAO,QAAQ,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEsC,GAAc,GAAgB1E,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,cAAc,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAMA,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEuC,GAAc,GAAgB3E,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,iBAAiBhD,EAAiB,SAAS,YAAY,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAEwC,GAAc,GAAgBS,EAAMnF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAAc4C,EAAMnF,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAczC,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,QAAQ,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAM,QAAQA,GAAmB,OAAO,OAAO,wBAAwB,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,GAAG,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAM,QAAQA,GAAmB,OAAO,OAAO,wBAAwB,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAeiD,EAAMnF,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAczC,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,sBAAsB,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAM,aAAaA,GAAmB,OAAO,OAAO,0CAA0C,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAM,aAAaA,GAAmB,OAAO,OAAO,0CAA0C,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAepC,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,sBAAsB,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAM,aAAaA,GAAmB,OAAO,OAAO,0CAA0C,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAM,aAAaA,GAAmB,OAAO,OAAO,0CAA0C,IAAI,sEAAsE,OAAO,mQAAmQ,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAepC,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,sBAAsB,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAM,aAAaA,GAAmB,OAAO,OAAO,0CAA0C,IAAI,sEAAsE,OAAO,uKAAuK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,MAAM,MAAM,aAAaA,GAAmB,OAAO,OAAO,0CAA0C,IAAI,sEAAsE,OAAO,uKAAuK,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepC,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,uQAAuQ,EAAE,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,QAAQ,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,0BAA0B,IAAI,uEAAuE,OAAO,uQAAuQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,0BAA0B,IAAI,uEAAuE,OAAO,uQAAuQ,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyC,GAAc,GAAgB7E,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,uBAAuB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBzC,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,IAAI,uEAAuE,OAAO,qWAAqW,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBhD,EAAiB,SAAS,YAAY,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,uEAAuE,OAAO,qWAAqW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAM,OAAOA,GAAmB,OAAO,OAAO,gBAAgB,IAAI,uEAAuE,OAAO,qWAAqW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,GAAG,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,qWAAqW,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,EAAE0C,GAAc,GAAgB9E,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,uEAAuE,OAAO,uQAAuQ,EAAE,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,YAAY,iBAAiBhD,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAGzD,EAAqB,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,uQAAuQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQkE,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,uEAAuE,OAAO,uQAAuQ,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAE2C,GAAc,GAAgB/E,EAAKuF,EAA0B,CAAC,GAAGvG,EAAqB,CAAC,UAAU,CAAC,SAASwC,GAAmB,QAAQ,KAAK,EAAE,GAAG,IAAI,MAAMA,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,CAAC,EAAE,UAAU,CAAC,SAASA,GAAmB,QAAQ,KAAK,EAAE,GAAG,GAAG,MAAMA,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,CAAC,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBpC,EAAKwF,GAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,WAAWnD,GAAU,SAAsBU,EAAKrB,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGK,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEgD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4C,GAAc,GAAgBhF,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,IAAI,YAAY,KAAK,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,OAAO,oKAAoK,EAAE,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiBhD,EAAiB,SAAS,YAAY,GAAGzD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,IAAI,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAMA,GAAmB,OAAO,QAAQ,IAAI,qEAAqE,OAAO,oKAAoK,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAE6C,GAAc,GAAgBjF,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,IAAI,qEAAqE,OAAO,iQAAiQ,EAAE,UAAU,iBAAiB,mBAAmB,sBAAsB,iBAAiBhD,EAAiB,SAAS,YAAY,GAAGzD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0G,GAA2BlE,GAAmB,GAAG,KAAKA,GAAmB,QAAQ,KAAK,mBAAmBA,GAAmB,QAAQ,KAAK,EAAE,GAAG,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,qEAAqE,OAAO,iQAAiQ,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,EAAE8C,GAAc,GAAgBlF,EAAKyF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,IAAI,YAAY,KAAK,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,uEAAuE,OAAO,wKAAwK,EAAE,UAAU,gBAAgB,mBAAmB,wBAAwB,iBAAiBhD,EAAiB,SAAS,YAAY,GAAGzD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,KAAK,eAAe,IAAI,QAAQ0G,GAA2BlE,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,YAAY,KAAK,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAMA,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,wKAAwK,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQuD,GAAI,CAAC,kFAAkF,kFAAkF,0RAA0R,qYAAqY,sNAAsN,iOAAiO,wWAAwW,kOAAkO,kOAAkO,iOAAiO,oNAAoN,gMAAgM,iOAAiO,iOAAiO,8NAA8N,uJAAuJ,kOAAkO,sKAAsK,sNAAsN,kOAAkO,sJAAsJ,sJAAsJ,kOAAkO,mOAAmO,6VAA6V,gMAAgM,4WAA4W,gMAAgM,kTAAkT,+LAA+L,+LAA+L,oOAAoO,kOAAkO,iOAAiO,iOAAiO,8WAA8W,oRAAoR,kHAAkH,wRAAwR,iMAAiM,gMAAgM,iMAAiM,mMAAmM,4WAA4W,oLAAoL,kOAAkO,0KAA0K,+KAA+K,oQAAoQ,wGAAwG,yGAAyG,yVAAyV,i5CAAi5C,umBAAumB,uIAAuI,4JAA4J,iHAAiH,oLAAoL,2JAA2J,8DAA8D,mEAAmE,ySAAyS,8MAA8M,4NAA4N,6GAA6G,gEAAgE,4QAA4Q,8GAA8G,gEAAgE,gEAAgE,6GAA6G,+DAA+D,+GAA+G,iIAAiI,8DAA8D,gEAAgE,2EAA2E,gFAAgF,8HAA8H,8GAA8G,uKAAuK,kqDAAkqD,sMAAsM,+IAA+I,gJAAgJ,gJAAgJ,wIAAwI,qEAAqE,2JAA2J,gJAAgJ,2JAA2J,gJAAgJ,+IAA+I,gJAAgJ,2GAA2G,+IAA+I,gJAAgJ,iJAAiJ,gTAAgT,sGAAsG,gJAAgJ,iJAAiJ,8EAA8E,sGAAsG,wGAAwG,gHAAgH,GAAeA,GAAI,GAAgBA,GAAI,+bAA+b,EAWv2rJC,GAAgBC,EAAQhF,GAAU8E,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,gBAAgBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,mBAAmB,gBAAgB,eAAe,MAAM,mBAAmB,mBAAmB,iBAAiB,kBAAkB,kBAAkB,cAAc,gBAAgB,gBAAgB,uBAAuB,YAAY,sBAAsB,oBAAoB,sBAAsB,aAAa,kBAAkB,aAAa,eAAe,uBAAuB,kBAAkB,iBAAiB,mBAAmB,aAAa,oBAAoB,oBAAoB,oBAAoB,oBAAoB,qBAAqB,qBAAqB,mBAAmB,mBAAmB,oBAAoB,wBAAwB,0BAA0B,0BAA0B,aAAa,iBAAiB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,aAAa,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,KAAK,OAAO,EAAE,MAAM,oBAAoB,KAAKA,EAAY,UAAU,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGrH,GAAkB,GAAGG,GAAsB,GAAGwH,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECXv6JC,GAAU,UAAU,CAAC,sBAAsB,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,YAAY,SAAS,GAAK,OAAO,SAAS,MAAM,SAAS,IAAI,iFAAiF,OAAO,KAAK,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,4vBAAgwB,EAAeC,GAAU",
  "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", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "LayoutGroup", "u", "RichText2", "css", "FramerMf6IqiqDD", "withCSS", "Mf6IqiqDD_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "qa8mR1U5x", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapcvh5pf", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "css", "FramerokFWICNB0", "withCSS", "okFWICNB0_default", "addPropertyControls", "ControlType", "addFonts", "ProjectChipsFonts", "getFonts", "Mf6IqiqDD_default", "TransportRevenueFonts", "okFWICNB0_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "cardStateChange", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "WooilRnuL", "kaFH2gWxL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1oxt027", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "isDisplayed13", "isDisplayed14", "isDisplayed15", "isDisplayed16", "isDisplayed17", "isDisplayed18", "isDisplayed19", "isDisplayed20", "isDisplayed21", "isDisplayed22", "isDisplayed23", "isDisplayed24", "isDisplayed25", "isDisplayed26", "isDisplayed27", "isDisplayed28", "isDisplayed29", "isDisplayed30", "isDisplayed31", "isDisplayed32", "isDisplayed33", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "getLoadingLazyAtYPosition", "css", "Framerm7FKBk4tc", "withCSS", "m7FKBk4tc_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className"]
}
