{"version":3,"file":"shared-lib.DcLtXe3W.mjs","names":["lowercaseIconKeyPairs","iconKeys","useMemo","useRef","useMemo","useState","HomeFactory","React","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","useRef","React.useId","className","fonts","css","className","fonts","css","className","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","Component","useRef","React.useId","sharedStyle.className","sharedStyle1.className","sharedStyle2.className","className","css","sharedStyle.css","sharedStyle1.css","sharedStyle2.css","sharedStyle.fonts","sharedStyle1.fonts","sharedStyle2.fonts","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","Component","useRef","React.useId","sharedStyle.className","sharedStyle1.className","sharedStyle2.className","className","css","sharedStyle.css","sharedStyle1.css","sharedStyle2.css","sharedStyle.fonts","sharedStyle1.fonts","sharedStyle2.fonts","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","Component","useRef","React.useId","sharedStyle.className","sharedStyle1.className","sharedStyle2.className","className","css","sharedStyle.css","sharedStyle1.css","sharedStyle2.css","sharedStyle.fonts","sharedStyle1.fonts","sharedStyle2.fonts","MaterialFonts","Material","cycleOrder","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","getProps","createLayoutDependency","React.useRef","React.useId","className","addPropertyOverrides","Announcement","Material","NavigationTruffleHogPagesFonts","NavigationTruffleHogPages","NavigationCompanyPagesFonts","NavigationCompanyPages","NavigationResourcesPagesFonts","NavigationResourcesPages","Button","cycleOrder","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","Component","useRef","React.useId","sharedStyle.className","sharedStyle1.className","React.useRef","className","_Fragment","Image","css","sharedStyle.css","sharedStyle1.css","sharedStyle.fonts","sharedStyle1.fonts","NavigationTruffleHogPages","NavigationCompanyPages","NavigationResourcesPages","React.useContext","React.useMemo","React.Fragment","useRef","React.useId","sharedStyle.className","sharedStyle1.className","className","sharedStyle.css","sharedStyle1.css","sharedStyle.fonts","sharedStyle1.fonts"],"sources":["https:/framerusercontent.com/modules/DyldKav0OOAWR3bCAlhK/8c3l9FzyOlGpbPncYhfc/nullstate.js","https:/framer.com/m/framer/icon-nullstate.js@0.7.0","https:/framerusercontent.com/modules/k399eGMURCHWWRLAoIxM/p9v7bm2MbEZyYo9ppZtD/Home.js","https:/framer.com/m/material-icons/Home.js@0.0.32","https:/framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js","https:/framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js","https:/framerusercontent.com/modules/ncFSKjDW93ArvnSbDFhU/9rhyRfyLfuXNXzz4vxEM/Gd3x48wZQ.js","https:/framerusercontent.com/modules/bjQKwlg0M4D7egCqE29S/ns6XB67cMaBVKPED8bnL/hwPxWbwxH.js","https:/framerusercontent.com/modules/4QS23q7SZkkPZ8RVWcLT/p1FnhKYXXpBdRO8Q738x/QA4o89_oE.js","https:/framerusercontent.com/modules/0SkqTkH5wykurKSiSHkz/6PyUusrxGxknzon33m4v/jLcqUirFZ.js","https:/framerusercontent.com/modules/duR4YN8YRQ3PZwxAHeCu/wODSZ2IIXhPc3K2KUktb/dXIiMLA6_.js","https:/framerusercontent.com/modules/hmhuvNr5p2KNjuiLkxCj/x0bUayMSI6SLtda0zcRf/L09pJBPg5.js","https:/framerusercontent.com/modules/LZhC2kE4EBnTkeKBu1hW/jwvJ9emNHPbPuhKspEBi/nYaAwRdCt.js","https:/framerusercontent.com/modules/lyS1qL4IwF8ep5F3OfTA/sIzPMN6MMNaH48vjoJPP/zbjPF6kIe.js","https:/framerusercontent.com/modules/lgrzic0nL86bPdqMHXk8/XSa1IefYs61miwHBte56/hVZnefzIp.js","https:/framerusercontent.com/modules/9igiy5h29oxdKqaV7Rx2/wHwYTLyAQjFXCtbKtyfT/tQK_I_an8.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","/*\n * nullstate (framer/icon-nullstate@0.7.0)\n *\n * Learn More: https://www.framer.com/asset-urls\n */\n\nexport * from \"https://framerusercontent.com/modules/DyldKav0OOAWR3bCAlhK/8c3l9FzyOlGpbPncYhfc/nullstate.js\"\n","const o = (e) => {\n    return e;\n};\nlet t;\nvar h = (e) => {\n    return (t || (t = o(e.createElement(\"path\", {d: \"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"}), \"Home\")),t);\n};\nconst __FramerMetadata__ = {exports: {default: {type: \"reactComponent\", slots: [], annotations: {framerContractVersion: \"1\"}}, __FramerMetadata__: {type: \"variable\"}}};\nexport { __FramerMetadata__, h as default };","/*\n * Home (material-icons/Home@0.0.32)\n *\n * Learn More: https://www.framer.com/asset-urls\n */\n\nexport * from \"https://framerusercontent.com/modules/k399eGMURCHWWRLAoIxM/p9v7bm2MbEZyYo9ppZtD/Home.js\"\nexport { default } from \"https://framerusercontent.com/modules/k399eGMURCHWWRLAoIxM/p9v7bm2MbEZyYo9ppZtD/Home.js\"\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…\",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 (31f1c56)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={BeMdJUJbn:{hover:true},dbTogKwVq:{hover:true},fhzC22H3_:{hover:true},m0r_dxAaC:{hover:true}};const cycleOrder=[\"m0r_dxAaC\",\"fhzC22H3_\",\"BeMdJUJbn\",\"dbTogKwVq\"];const serializationHash=\"framer-8Rfpm\";const variantClassNames={BeMdJUJbn:\"framer-v-io1nx3\",dbTogKwVq:\"framer-v-xbiqzs\",fhzC22H3_:\"framer-v-1j1797y\",m0r_dxAaC:\"framer-v-7kvx9v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??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={\"Tertiary Inverted\":\"dbTogKwVq\",Primary:\"fhzC22H3_\",Secondary:\"m0r_dxAaC\",Tertiary:\"BeMdJUJbn\"};const getProps=({height,hover,id,link,newTab,tap,text,width,...props})=>{return{...props,FGgJsFk20:newTab??props.FGgJsFk20,iQ5N6drNE:link??props.iQ5N6drNE,lsn5gMex9:hover??props.lsn5gMex9,variant:humanReadableVariantMap[props.variant]??props.variant??\"m0r_dxAaC\",wMbbxXPrE:tap??props.wMbbxXPrE,ZwQ96zq4q:text??props.ZwQ96zq4q??\"Button\"};};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,iQ5N6drNE,ZwQ96zq4q,lsn5gMex9,wMbbxXPrE,FGgJsFk20,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"m0r_dxAaC\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1e6d1hr=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(wMbbxXPrE){const res=await wMbbxXPrE(...args);if(res===false)return false;}});const onMouseEnter1u22af=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(lsn5gMex9){const res=await lsn5gMex9(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:iQ5N6drNE,motionChild:true,nodeId:\"m0r_dxAaC\",openInNewTab:false,scopeId:\"Gd3x48wZQ\",...addPropertyOverrides({BeMdJUJbn:{openInNewTab:FGgJsFk20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-7kvx9v\",className,classNames)} framer-13ncpl9`,\"data-framer-name\":\"Secondary\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"m0r_dxAaC\",onMouseEnter:onMouseEnter1u22af,onTap:onTap1e6d1hr,ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,...style},variants:{\"BeMdJUJbn-hover\":{\"--border-color\":\"var(--token-7650b27b-ece1-4bb6-ac7e-7dcdbc50cc0e, rgb(72, 58, 49))\"},\"dbTogKwVq-hover\":{\"--border-color\":\"var(--token-3447a50d-7757-46d6-964e-1be6503bfaab, rgb(244, 239, 233))\"},\"fhzC22H3_-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},\"m0r_dxAaC-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-7650b27b-ece1-4bb6-ac7e-7dcdbc50cc0e, rgb(72, 58, 49))\"},BeMdJUJbn:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},dbTogKwVq:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},fhzC22H3_:{backgroundColor:\"var(--token-7650b27b-ece1-4bb6-ac7e-7dcdbc50cc0e, rgb(72, 58, 49))\"}},...addPropertyOverrides({\"BeMdJUJbn-hover\":{\"data-framer-name\":undefined},\"dbTogKwVq-hover\":{\"data-framer-name\":undefined},\"fhzC22H3_-hover\":{\"data-framer-name\":undefined},\"m0r_dxAaC-hover\":{\"data-framer-name\":undefined},BeMdJUJbn:{\"data-border\":true,\"data-framer-name\":\"Tertiary\"},dbTogKwVq:{\"data-border\":true,\"data-framer-name\":\"Tertiary Inverted\"},fhzC22H3_:{\"data-framer-name\":\"Primary\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:\"Button\"})}),className:\"framer-11fphhl\",\"data-framer-name\":\"LOG IN\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"MSlYF61kG\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},text:ZwQ96zq4q,variants:{\"BeMdJUJbn-hover\":{\"--extracted-r6o4lv\":\"var(--token-7650b27b-ece1-4bb6-ac7e-7dcdbc50cc0e, rgb(72, 58, 49))\"},\"dbTogKwVq-hover\":{\"--extracted-r6o4lv\":\"var(--token-3447a50d-7757-46d6-964e-1be6503bfaab, rgb(244, 239, 233))\"},BeMdJUJbn:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"BeMdJUJbn-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7650b27b-ece1-4bb6-ac7e-7dcdbc50cc0e, rgb(72, 58, 49)))\"},children:\"Button\"})})},\"dbTogKwVq-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3447a50d-7757-46d6-964e-1be6503bfaab, rgb(244, 239, 233)))\"},children:\"Button\"})})},BeMdJUJbn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"Button\"})})},dbTogKwVq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:\"Button\"})})},fhzC22H3_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:\"Button\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8Rfpm.framer-13ncpl9, .framer-8Rfpm .framer-13ncpl9 { display: block; }\",\".framer-8Rfpm.framer-7kvx9v { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 14px 18px 14px 18px; position: relative; text-decoration: none; width: min-content; }\",\".framer-8Rfpm .framer-11fphhl { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-8Rfpm[data-border=\"true\"]::after, .framer-8Rfpm [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 46\n * @framerIntrinsicWidth 86\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"fhzC22H3_\":{\"layout\":[\"auto\",\"auto\"]},\"BeMdJUJbn\":{\"layout\":[\"auto\",\"auto\"]},\"dbTogKwVq\":{\"layout\":[\"auto\",\"auto\"]},\"GWQUtRowu\":{\"layout\":[\"auto\",\"auto\"]},\"ZywZHhXnl\":{\"layout\":[\"auto\",\"auto\"]},\"uqae0Hmo5\":{\"layout\":[\"auto\",\"auto\"]},\"hwrn1P_1X\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"iQ5N6drNE\":\"link\",\"ZwQ96zq4q\":\"text\",\"lsn5gMex9\":\"hover\",\"wMbbxXPrE\":\"tap\",\"FGgJsFk20\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerGd3x48wZQ=withCSS(Component,css,\"framer-8Rfpm\");export default FramerGd3x48wZQ;FramerGd3x48wZQ.displayName=\"Button\";FramerGd3x48wZQ.defaultProps={height:46,width:86};addPropertyControls(FramerGd3x48wZQ,{variant:{options:[\"m0r_dxAaC\",\"fhzC22H3_\",\"BeMdJUJbn\",\"dbTogKwVq\"],optionTitles:[\"Secondary\",\"Primary\",\"Tertiary\",\"Tertiary Inverted\"],title:\"Variant\",type:ControlType.Enum},iQ5N6drNE:{title:\"Link\",type:ControlType.Link},ZwQ96zq4q:{defaultValue:\"Button\",displayTextArea:false,title:\"Text\",type:ControlType.String},lsn5gMex9:{title:\"Hover\",type:ControlType.EventHandler},wMbbxXPrE:{title:\"Tap\",type:ControlType.EventHandler},FGgJsFk20:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerGd3x48wZQ,[{explicitInter:true,fonts:[{cssFamilyName:\"National Park  Bold\",source:\"custom\",style:\"normal\",uiFamilyName:\"National Park \",url:\"https://framerusercontent.com/assets/dLP8vu0crCgJXkJPftIAokvzdXQ.woff\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGd3x48wZQ\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"86\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fhzC22H3_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BeMdJUJbn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dbTogKwVq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GWQUtRowu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZywZHhXnl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uqae0Hmo5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hwrn1P_1X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"iQ5N6drNE\\\":\\\"link\\\",\\\"ZwQ96zq4q\\\":\\\"text\\\",\\\"lsn5gMex9\\\":\\\"hover\\\",\\\"wMbbxXPrE\\\":\\\"tap\\\",\\\"FGgJsFk20\\\":\\\"newTab\\\"}\",\"framerIntrinsicHeight\":\"46\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Gd3x48wZQ.map","import{fontStore as e}from\"framer\";e.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-3kKAF .framer-styles-preset-7oo6ut:not(.rich-text-wrapper), .framer-3kKAF .framer-styles-preset-7oo6ut.rich-text-wrapper a { --framer-link-current-text-color: var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, #f1e9df) /* {\"name\":\"Hazelnut\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, #f1e9df) /* {\"name\":\"Hazelnut\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, #f1e9df); --framer-link-text-decoration: none; }'];export const className=\"framer-3kKAF\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-fXUzn .framer-styles-preset-1rbd2r1:not(.rich-text-wrapper), .framer-fXUzn .framer-styles-preset-1rbd2r1.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, #89553e); --framer-link-text-decoration: none; }\"];export const className=\"framer-fXUzn\";\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\"}}}","import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;National Park  Regular\"]);export const fonts=[{family:\"National Park  Regular\",url:\"https://framerusercontent.com/assets/xnjCGuuCp6ZWHRGznX2bwB1Qyk.woff2\"}];export const css=['.framer-Wb3Gv .framer-styles-preset-18p62jt:not(.rich-text-wrapper), .framer-Wb3Gv .framer-styles-preset-18p62jt.rich-text-wrapper p { --framer-font-family: \"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-c9723cc5-5cee-4705-9fbf-0df3b4cad557, #7b6f65); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-Wb3Gv\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (e26a126)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,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/bjQKwlg0M4D7egCqE29S/ns6XB67cMaBVKPED8bnL/hwPxWbwxH.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/0SkqTkH5wykurKSiSHkz/6PyUusrxGxknzon33m4v/jLcqUirFZ.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/4QS23q7SZkkPZ8RVWcLT/p1FnhKYXXpBdRO8Q738x/QA4o89_oE.js\";const cycleOrder=[\"LfZ3InVCX\",\"yfVn9xFQ8\",\"BPhYjdDje\"];const serializationHash=\"framer-yU2Nm\";const variantClassNames={BPhYjdDje:\"framer-v-qosz05\",LfZ3InVCX:\"framer-v-egkodc\",yfVn9xFQ8:\"framer-v-9c6z9o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"LfZ3InVCX\",Footer:\"BPhYjdDje\",Mobile:\"yfVn9xFQ8\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"LfZ3InVCX\"};};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:\"LfZ3InVCX\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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-egkodc\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"LfZ3InVCX\",ref:refBinding,style:{...style},...addPropertyOverrides({BPhYjdDje:{\"data-framer-name\":\"Footer\"},yfVn9xFQ8:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zbLduDtaC\"},motionChild:true,nodeId:\"HzkOs_3we\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Open-source\"})})})}),className:\"framer-drbflg\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"HzkOs_3we\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPhYjdDje:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zbLduDtaC\"},motionChild:true,nodeId:\"HzkOs_3we\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Open-source\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Bmn25YMum\"},motionChild:true,nodeId:\"THBSsPVfO\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Enterprise\"})})})}),className:\"framer-ecryf5\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"THBSsPVfO\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPhYjdDje:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Bmn25YMum\"},motionChild:true,nodeId:\"THBSsPVfO\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Enterprise\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R1wsdmfrk\"},motionChild:true,nodeId:\"vItK_hYEl\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Analyze\"})})})}),className:\"framer-eduyrp\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"vItK_hYEl\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPhYjdDje:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R1wsdmfrk\"},motionChild:true,nodeId:\"vItK_hYEl\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Analyze\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-187sk0m\",\"data-framer-name\":\"New Link\",layoutDependency:layoutDependency,layoutId:\"c1x0ESmpo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZDKsSjHtK\"},motionChild:true,nodeId:\"MaIHPb0W3\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"GCP Analyze\"})})})}),className:\"framer-1ixzpba\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"MaIHPb0W3\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPhYjdDje:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZDKsSjHtK\"},motionChild:true,nodeId:\"MaIHPb0W3\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"GCP Analyze\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vgh8yu\",\"data-framer-name\":\"Badge\",layoutDependency:layoutDependency,layoutId:\"jyGiitdBN\",style:{backgroundColor:\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},variants:{BPhYjdDje:{backgroundColor:\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"NEW!\"})}),className:\"framer-4ywfia\",\"data-framer-name\":\"LOG IN\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"JwXwXUtAN\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},variants:{BPhYjdDje:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPhYjdDje:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:\"NEW!\"})})}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Dc65J_21b\"},motionChild:true,nodeId:\"Pm7VaD5AR\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Forager\"})})})}),className:\"framer-64aqtk\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"Pm7VaD5AR\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPhYjdDje:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SLSgJCDVu\"},motionChild:true,nodeId:\"Pm7VaD5AR\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Forager\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SLSgJCDVu\"},motionChild:true,nodeId:\"hCVbPtIYh\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Security\"})})})}),className:\"framer-1dh940b\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"hCVbPtIYh\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPhYjdDje:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SLSgJCDVu\"},motionChild:true,nodeId:\"hCVbPtIYh\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Security\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OCWcWWZDb\"},motionChild:true,nodeId:\"iq6XHnPRI\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Integrations\"})})})}),className:\"framer-s0gpme\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"iq6XHnPRI\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPhYjdDje:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OCWcWWZDb\"},motionChild:true,nodeId:\"iq6XHnPRI\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Integrations\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VG7xA1z3s\"},motionChild:true,nodeId:\"s4KeAdXt2\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Pricing\"})})})}),className:\"framer-z9pe9a\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"s4KeAdXt2\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPhYjdDje:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VG7xA1z3s\"},motionChild:true,nodeId:\"s4KeAdXt2\",openInNewTab:false,relValues:[],scopeId:\"dXIiMLA6_\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Pricing\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yU2Nm.framer-oile3, .framer-yU2Nm .framer-oile3 { display: block; }\",\".framer-yU2Nm.framer-egkodc { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-yU2Nm .framer-drbflg, .framer-yU2Nm .framer-ecryf5, .framer-yU2Nm .framer-eduyrp, .framer-yU2Nm .framer-1ixzpba, .framer-yU2Nm .framer-4ywfia, .framer-yU2Nm .framer-64aqtk, .framer-yU2Nm .framer-1dh940b, .framer-yU2Nm .framer-s0gpme, .framer-yU2Nm .framer-z9pe9a { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-yU2Nm .framer-187sk0m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-yU2Nm .framer-vgh8yu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 6px 2px 6px; position: relative; width: min-content; }\",\".framer-yU2Nm.framer-v-9c6z9o.framer-egkodc { gap: 12px; }\",\".framer-yU2Nm.framer-v-qosz05.framer-egkodc { gap: 14px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 265.5\n * @framerIntrinsicWidth 125.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"yfVn9xFQ8\":{\"layout\":[\"auto\",\"auto\"]},\"BPhYjdDje\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerdXIiMLA6_=withCSS(Component,css,\"framer-yU2Nm\");export default FramerdXIiMLA6_;FramerdXIiMLA6_.displayName=\"Navigation: TruffleHog Pages\";FramerdXIiMLA6_.defaultProps={height:265.5,width:125.5};addPropertyControls(FramerdXIiMLA6_,{variant:{options:[\"LfZ3InVCX\",\"yfVn9xFQ8\",\"BPhYjdDje\"],optionTitles:[\"Desktop\",\"Mobile\",\"Footer\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerdXIiMLA6_,[{explicitInter:true,fonts:[{cssFamilyName:\"National Park  Regular\",source:\"custom\",style:\"normal\",uiFamilyName:\"National Park \",url:\"https://framerusercontent.com/assets/2yiGFZAosJ3nntjy3YIh21vLB0.woff\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",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\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",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\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",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\"},{cssFamilyName:\"National Park  Bold\",source:\"custom\",style:\"normal\",uiFamilyName:\"National Park \",url:\"https://framerusercontent.com/assets/dLP8vu0crCgJXkJPftIAokvzdXQ.woff\",weight:\"700\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdXIiMLA6_\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"125.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yfVn9xFQ8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BPhYjdDje\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"265.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dXIiMLA6_.map","// Generated by Framer (6aa4fc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,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/bjQKwlg0M4D7egCqE29S/ns6XB67cMaBVKPED8bnL/hwPxWbwxH.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/0SkqTkH5wykurKSiSHkz/6PyUusrxGxknzon33m4v/jLcqUirFZ.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/4QS23q7SZkkPZ8RVWcLT/p1FnhKYXXpBdRO8Q738x/QA4o89_oE.js\";const cycleOrder=[\"YdNXMR4o1\",\"OazVfZEW1\",\"y9EGA3yYe\"];const serializationHash=\"framer-wZ7DH\";const variantClassNames={OazVfZEW1:\"framer-v-1xjpd0p\",y9EGA3yYe:\"framer-v-m6fpxh\",YdNXMR4o1:\"framer-v-1yrk9tk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"YdNXMR4o1\",Footer:\"y9EGA3yYe\",Mobile:\"OazVfZEW1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"YdNXMR4o1\"};};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:\"YdNXMR4o1\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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-1yrk9tk\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"YdNXMR4o1\",ref:refBinding,style:{...style},...addPropertyOverrides({OazVfZEW1:{\"data-framer-name\":\"Mobile\"},y9EGA3yYe:{\"data-framer-name\":\"Footer\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LiHAM4zPv\"},motionChild:true,nodeId:\"XbHj4LB_I\",openInNewTab:false,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Blog\"})})})}),className:\"framer-1w4af5n\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"XbHj4LB_I\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y9EGA3yYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LiHAM4zPv\"},motionChild:true,nodeId:\"XbHj4LB_I\",openInNewTab:false,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Blog\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VYd9nkwTZ\"},motionChild:true,nodeId:\"gzSboLyrJ\",openInNewTab:true,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Newsletter\"})})})}),className:\"framer-fhtidz\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"gzSboLyrJ\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y9EGA3yYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VYd9nkwTZ\"},motionChild:true,nodeId:\"gzSboLyrJ\",openInNewTab:true,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Newsletter\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"yNz_RWPq8\"},motionChild:true,nodeId:\"GQ4mu7cra\",openInNewTab:false,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Library\"})})})}),className:\"framer-kexw9b\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"GQ4mu7cra\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y9EGA3yYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"yNz_RWPq8\"},motionChild:true,nodeId:\"GQ4mu7cra\",openInNewTab:false,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Library\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DV4RyQ_2V\"},motionChild:true,nodeId:\"iCqUPMm80\",openInNewTab:false,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Events\"})})})}),className:\"framer-m4m33\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"iCqUPMm80\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y9EGA3yYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DV4RyQ_2V\"},motionChild:true,nodeId:\"iCqUPMm80\",openInNewTab:false,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Events\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xUaD_AISv\"},motionChild:true,nodeId:\"FPOniY8iL\",openInNewTab:false,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Videos\"})})})}),className:\"framer-o8lt0r\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"FPOniY8iL\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y9EGA3yYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xUaD_AISv\"},motionChild:true,nodeId:\"FPOniY8iL\",openInNewTab:false,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Videos\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://github.com/trufflesecurity\",motionChild:true,nodeId:\"dDK0g46G2\",openInNewTab:true,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"GitHub\"})})})}),className:\"framer-15kg05e\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"dDK0g46G2\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y9EGA3yYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:\"https://github.com/trufflesecurity\",motionChild:true,nodeId:\"dDK0g46G2\",openInNewTab:true,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"GitHub\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://docs.trufflesecurity.com/\",motionChild:true,nodeId:\"wUDTKFCva\",openInNewTab:true,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Enterprise docs\"})})})}),className:\"framer-171tmo8\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"wUDTKFCva\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y9EGA3yYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:\"https://docs.trufflesecurity.com/\",motionChild:true,nodeId:\"wUDTKFCva\",openInNewTab:true,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Enterprise docs\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://github.com/trufflesecurity/trufflehog#trufflehog\",motionChild:true,nodeId:\"ja6aVoz74\",openInNewTab:true,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Open-source docs\"})})})}),className:\"framer-1dr4bzr\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"ja6aVoz74\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y9EGA3yYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:\"https://github.com/trufflesecurity/trufflehog#trufflehog\",motionChild:true,nodeId:\"ja6aVoz74\",openInNewTab:true,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Open-source docs\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://howtorotate.com/\",motionChild:true,nodeId:\"ThyP0yUPO\",openInNewTab:true,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"How to rotate\"})})})}),className:\"framer-1ouddj0\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"ThyP0yUPO\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y9EGA3yYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:\"https://howtorotate.com/\",motionChild:true,nodeId:\"ThyP0yUPO\",openInNewTab:true,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"How to rotate\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-43ch47\",\"data-framer-name\":\"New Link\",layoutDependency:layoutDependency,layoutId:\"u1WW1l63H\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r3NpzJCkh\"},motionChild:true,nodeId:\"MLdbeZD_P\",openInNewTab:false,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Brand assets\"})})})}),className:\"framer-g8orob\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"MLdbeZD_P\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y9EGA3yYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r3NpzJCkh\"},motionChild:true,nodeId:\"MLdbeZD_P\",openInNewTab:false,scopeId:\"L09pJBPg5\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Brand assets\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14boafy\",\"data-framer-name\":\"Badge\",layoutDependency:layoutDependency,layoutId:\"ppXGmH__8\",style:{backgroundColor:\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"NEW!\"})}),className:\"framer-pjn7h\",\"data-framer-name\":\"LOG IN\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"XQw13neO0\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wZ7DH.framer-1nbxtql, .framer-wZ7DH .framer-1nbxtql { display: block; }\",\".framer-wZ7DH.framer-1yrk9tk { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wZ7DH .framer-1w4af5n, .framer-wZ7DH .framer-fhtidz, .framer-wZ7DH .framer-kexw9b, .framer-wZ7DH .framer-m4m33, .framer-wZ7DH .framer-o8lt0r, .framer-wZ7DH .framer-15kg05e, .framer-wZ7DH .framer-171tmo8, .framer-wZ7DH .framer-1dr4bzr, .framer-wZ7DH .framer-1ouddj0, .framer-wZ7DH .framer-g8orob, .framer-wZ7DH .framer-pjn7h { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wZ7DH .framer-43ch47 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wZ7DH .framer-14boafy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 6px 2px 6px; position: relative; width: min-content; }\",\".framer-wZ7DH.framer-v-1xjpd0p.framer-1yrk9tk { gap: 12px; }\",\".framer-wZ7DH.framer-v-m6fpxh.framer-1yrk9tk { gap: 14px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 336\n * @framerIntrinsicWidth 130.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"OazVfZEW1\":{\"layout\":[\"auto\",\"auto\"]},\"y9EGA3yYe\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerL09pJBPg5=withCSS(Component,css,\"framer-wZ7DH\");export default FramerL09pJBPg5;FramerL09pJBPg5.displayName=\"Navigation: Resources Pages\";FramerL09pJBPg5.defaultProps={height:336,width:130.5};addPropertyControls(FramerL09pJBPg5,{variant:{options:[\"YdNXMR4o1\",\"OazVfZEW1\",\"y9EGA3yYe\"],optionTitles:[\"Desktop\",\"Mobile\",\"Footer\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerL09pJBPg5,[{explicitInter:true,fonts:[{family:\"National Park  Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/xnjCGuuCp6ZWHRGznX2bwB1Qyk.woff2\"},{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:\"National Park  Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/4fFGSWEiUQJR23JKRoinJAhcA.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerL09pJBPg5\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"130.5\",\"framerIntrinsicHeight\":\"336\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OazVfZEW1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"y9EGA3yYe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./L09pJBPg5.map","// Generated by Framer (569b461)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,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/bjQKwlg0M4D7egCqE29S/ns6XB67cMaBVKPED8bnL/hwPxWbwxH.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/0SkqTkH5wykurKSiSHkz/6PyUusrxGxknzon33m4v/jLcqUirFZ.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/4QS23q7SZkkPZ8RVWcLT/p1FnhKYXXpBdRO8Q738x/QA4o89_oE.js\";const cycleOrder=[\"IzWp7Etlb\",\"YOlNtPaeB\",\"dis4T5vkc\"];const serializationHash=\"framer-rJsVt\";const variantClassNames={dis4T5vkc:\"framer-v-177dh9t\",IzWp7Etlb:\"framer-v-t0hgp5\",YOlNtPaeB:\"framer-v-1ic8py\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"IzWp7Etlb\",Footer:\"dis4T5vkc\",Mobile:\"YOlNtPaeB\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"IzWp7Etlb\"};};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:\"IzWp7Etlb\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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-t0hgp5\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"IzWp7Etlb\",ref:refBinding,style:{...style},...addPropertyOverrides({dis4T5vkc:{\"data-framer-name\":\"Footer\"},YOlNtPaeB:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JXDvuTWLZ\"},motionChild:true,nodeId:\"XZfk8_Yrg\",openInNewTab:false,relValues:[],scopeId:\"nYaAwRdCt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"About\"})})})}),className:\"framer-h16e7w\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"XZfk8_Yrg\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dis4T5vkc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JXDvuTWLZ\"},motionChild:true,nodeId:\"XZfk8_Yrg\",openInNewTab:false,relValues:[],scopeId:\"nYaAwRdCt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"About\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DYec0XrTO\"},motionChild:true,nodeId:\"ac48edLqp\",openInNewTab:false,relValues:[],scopeId:\"nYaAwRdCt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Careers\"})})})}),className:\"framer-add1e7\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"ac48edLqp\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dis4T5vkc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DYec0XrTO\"},motionChild:true,nodeId:\"ac48edLqp\",openInNewTab:false,relValues:[],scopeId:\"nYaAwRdCt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Careers\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"n1Qf59GyJ\"},motionChild:true,nodeId:\"pWH21EjC6\",openInNewTab:false,relValues:[],scopeId:\"nYaAwRdCt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Press\"})})})}),className:\"framer-ow1ebh\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"pWH21EjC6\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dis4T5vkc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"n1Qf59GyJ\"},motionChild:true,nodeId:\"pWH21EjC6\",openInNewTab:false,relValues:[],scopeId:\"nYaAwRdCt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Press\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vKeUMmOPJ\"},motionChild:true,nodeId:\"nJPw3XpVJ\",openInNewTab:false,relValues:[],scopeId:\"nYaAwRdCt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"FAQ\"})})})}),className:\"framer-sykzrw\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"nJPw3XpVJ\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dis4T5vkc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vKeUMmOPJ\"},motionChild:true,nodeId:\"nJPw3XpVJ\",openInNewTab:false,relValues:[],scopeId:\"nYaAwRdCt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"FAQ\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ek1vky\",\"data-framer-name\":\"New Link\",layoutDependency:layoutDependency,layoutId:\"j7rdofF41\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K9Li0xKaA\"},motionChild:true,nodeId:\"pp80tWmzi\",openInNewTab:false,relValues:[],scopeId:\"nYaAwRdCt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Partners\"})})})}),className:\"framer-nb9vh4\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"pp80tWmzi\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dis4T5vkc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K9Li0xKaA\"},motionChild:true,nodeId:\"pp80tWmzi\",openInNewTab:false,relValues:[],scopeId:\"nYaAwRdCt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Partners\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ckv4jt\",\"data-framer-name\":\"Badge\",layoutDependency:layoutDependency,layoutId:\"fU3BjJ6G6\",style:{backgroundColor:\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"NEW!\"})}),className:\"framer-1k8hmqp\",\"data-framer-name\":\"LOG IN\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"W4LKWHtyz\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"msuAN6DzF\"},motionChild:true,nodeId:\"sxVCMClvU\",openInNewTab:false,relValues:[],scopeId:\"nYaAwRdCt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"Contact us\"})})})}),className:\"framer-10fbh4p\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"sxVCMClvU\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dis4T5vkc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"msuAN6DzF\"},motionChild:true,nodeId:\"sxVCMClvU\",openInNewTab:false,relValues:[],scopeId:\"nYaAwRdCt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Contact us\"})})})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rJsVt.framer-1gvxh0c, .framer-rJsVt .framer-1gvxh0c { display: block; }\",\".framer-rJsVt.framer-t0hgp5 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rJsVt .framer-h16e7w, .framer-rJsVt .framer-add1e7, .framer-rJsVt .framer-ow1ebh, .framer-rJsVt .framer-sykzrw, .framer-rJsVt .framer-nb9vh4, .framer-rJsVt .framer-1k8hmqp, .framer-rJsVt .framer-10fbh4p { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-rJsVt .framer-ek1vky { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rJsVt .framer-ckv4jt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 6px 2px 6px; position: relative; width: min-content; }\",\".framer-rJsVt.framer-v-1ic8py.framer-t0hgp5 { gap: 12px; }\",\".framer-rJsVt.framer-v-1ic8py .framer-h16e7w { order: 0; }\",\".framer-rJsVt.framer-v-1ic8py .framer-add1e7 { order: 1; }\",\".framer-rJsVt.framer-v-1ic8py .framer-ow1ebh { order: 2; }\",\".framer-rJsVt.framer-v-1ic8py .framer-sykzrw { order: 3; }\",\".framer-rJsVt.framer-v-1ic8py .framer-ek1vky { order: 4; }\",\".framer-rJsVt.framer-v-1ic8py .framer-10fbh4p { order: 5; }\",\".framer-rJsVt.framer-v-177dh9t.framer-t0hgp5 { gap: 14px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 195\n * @framerIntrinsicWidth 98.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"YOlNtPaeB\":{\"layout\":[\"auto\",\"auto\"]},\"dis4T5vkc\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramernYaAwRdCt=withCSS(Component,css,\"framer-rJsVt\");export default FramernYaAwRdCt;FramernYaAwRdCt.displayName=\"Navigation: Company Pages\";FramernYaAwRdCt.defaultProps={height:195,width:98.5};addPropertyControls(FramernYaAwRdCt,{variant:{options:[\"IzWp7Etlb\",\"YOlNtPaeB\",\"dis4T5vkc\"],optionTitles:[\"Desktop\",\"Mobile\",\"Footer\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramernYaAwRdCt,[{explicitInter:true,fonts:[{cssFamilyName:\"National Park  Regular\",source:\"custom\",style:\"normal\",uiFamilyName:\"National Park \",url:\"https://framerusercontent.com/assets/2yiGFZAosJ3nntjy3YIh21vLB0.woff\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",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\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",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\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",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\"},{cssFamilyName:\"National Park  Bold\",source:\"custom\",style:\"normal\",uiFamilyName:\"National Park \",url:\"https://framerusercontent.com/assets/dLP8vu0crCgJXkJPftIAokvzdXQ.woff\",weight:\"700\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernYaAwRdCt\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"195\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YOlNtPaeB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dis4T5vkc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"98.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nYaAwRdCt.map","// Generated by Framer (68f6254)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";const MaterialFonts=getFonts(Material);const cycleOrder=[\"FirNbdnic\"];const serializationHash=\"framer-iRVjA\";const variantClassNames={FirNbdnic:\"framer-v-1eaabp5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,link,text,width,...props})=>{var _ref;return{...props,PonVcUEpy:(_ref=text!==null&&text!==void 0?text:props.PonVcUEpy)!==null&&_ref!==void 0?_ref:\"We've got something exciting to announce!\",vyFfaPSFe:link!==null&&link!==void 0?link:props.vyFfaPSFe};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,PonVcUEpy,vyFfaPSFe,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FirNbdnic\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:vyFfaPSFe,openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1eaabp5\",className,classNames)} framer-10l0ons`,\"data-framer-name\":\"Visible\",layoutDependency:layoutDependency,layoutId:\"FirNbdnic\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:\"We've got something exciting to announce!\"})}),className:\"framer-s2ebp4\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"odpmayp1B\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},text:PonVcUEpy,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ob3jjf-container\",layoutDependency:layoutDependency,layoutId:\"e82A7vett-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowForward\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"e82A7vett\",layoutId:\"e82A7vett\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iRVjA.framer-10l0ons, .framer-iRVjA .framer-10l0ons { display: block; }\",\".framer-iRVjA.framer-1eaabp5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 16px 24px 16px 24px; position: relative; text-decoration: none; width: 1152px; }\",\".framer-iRVjA .framer-s2ebp4 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-iRVjA .framer-1ob3jjf-container { cursor: pointer; flex: none; height: 24px; position: relative; width: 24px; z-index: 10; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 1152\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"PonVcUEpy\":\"text\",\"vyFfaPSFe\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzbjPF6kIe=withCSS(Component,css,\"framer-iRVjA\");export default FramerzbjPF6kIe;FramerzbjPF6kIe.displayName=\"Announcement\";FramerzbjPF6kIe.defaultProps={height:56,width:1152};addPropertyControls(FramerzbjPF6kIe,{PonVcUEpy:{defaultValue:\"We've got something exciting to announce!\",displayTextArea:false,title:\"Text\",type:ControlType.String},vyFfaPSFe:{title:\"Link\",type:ControlType.Link}});addFonts(FramerzbjPF6kIe,[{explicitInter:true,fonts:[{family:\"National Park  Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/4fFGSWEiUQJR23JKRoinJAhcA.woff2\"}]},...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzbjPF6kIe\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1152\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"PonVcUEpy\\\":\\\"text\\\",\\\"vyFfaPSFe\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"56\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zbjPF6kIe.map","// Generated by Framer (e26a126)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Image,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/bjQKwlg0M4D7egCqE29S/ns6XB67cMaBVKPED8bnL/hwPxWbwxH.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/4QS23q7SZkkPZ8RVWcLT/p1FnhKYXXpBdRO8Q738x/QA4o89_oE.js\";import NavigationTruffleHogPages from\"https://framerusercontent.com/modules/duR4YN8YRQ3PZwxAHeCu/wODSZ2IIXhPc3K2KUktb/dXIiMLA6_.js\";import Button from\"https://framerusercontent.com/modules/ncFSKjDW93ArvnSbDFhU/9rhyRfyLfuXNXzz4vxEM/Gd3x48wZQ.js\";import NavigationResourcesPages from\"https://framerusercontent.com/modules/hmhuvNr5p2KNjuiLkxCj/x0bUayMSI6SLtda0zcRf/L09pJBPg5.js\";import NavigationCompanyPages from\"https://framerusercontent.com/modules/LZhC2kE4EBnTkeKBu1hW/jwvJ9emNHPbPuhKspEBi/nYaAwRdCt.js\";import Announcement from\"https://framerusercontent.com/modules/lyS1qL4IwF8ep5F3OfTA/sIzPMN6MMNaH48vjoJPP/zbjPF6kIe.js\";const AnnouncementFonts=getFonts(Announcement);const MaterialFonts=getFonts(Material);const NavigationTruffleHogPagesFonts=getFonts(NavigationTruffleHogPages);const MotionDivWithFX=withFX(motion.div);const NavigationCompanyPagesFonts=getFonts(NavigationCompanyPages);const NavigationResourcesPagesFonts=getFonts(NavigationResourcesPages);const ButtonFonts=getFonts(Button);const cycleOrder=[\"PaxrxOtGN\",\"kFXy71aJ2\",\"FRQT9ZLKh\"];const serializationHash=\"framer-zmVIE\";const variantClassNames={FRQT9ZLKh:\"framer-v-1og2qg2\",kFXy71aJ2:\"framer-v-14v3dw8\",PaxrxOtGN:\"framer-v-d7pbrn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:2.2,ease:[.44,0,.56,1],type:\"tween\"};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 transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,dismissWithEsc,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling,dismissWithEsc:enabled&&dismissWithEsc});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile Open\":\"FRQT9ZLKh\",Desktop:\"PaxrxOtGN\",Mobile:\"kFXy71aJ2\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"PaxrxOtGN\"};};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:\"PaxrxOtGN\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClick1wk5j14=activeVariantCallback(async(...args)=>{setVariant(\"FRQT9ZLKh\");});const onClick1upzj2e=activeVariantCallback(async(...args)=>{setVariant(\"kFXy71aJ2\");});const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"FRQT9ZLKh\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"FRQT9ZLKh\")return false;return true;};const isDisplayed2=()=>{if([\"kFXy71aJ2\",\"FRQT9ZLKh\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"kFXy71aJ2\",\"FRQT9ZLKh\"].includes(baseVariant))return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);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-d7pbrn\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"PaxrxOtGN\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{FRQT9ZLKh:{backgroundColor:\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"}},...addPropertyOverrides({FRQT9ZLKh:{\"data-framer-name\":\"Mobile Open\"},kFXy71aJ2:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-p2vho2-container\",layoutDependency:layoutDependency,layoutId:\"zCMcXYBZX-container\",nodeId:\"zCMcXYBZX\",rendersWithMotion:true,scopeId:\"hVZnefzIp\",children:/*#__PURE__*/_jsx(Announcement,{height:\"100%\",id:\"zCMcXYBZX\",layoutId:\"zCMcXYBZX\",PonVcUEpy:\"Truffle Security Raises $25 Million Series B to Expand NHI Security\",style:{width:\"100%\"},vyFfaPSFe:\"https://trufflesecurity.com/press/series-b\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dubiwe\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"uwqK54_9H\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1gp78qb\",\"data-framer-name\":\"Logo - Light\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:608,layoutDependency:layoutDependency,layoutId:\"I154:1566;512:20\",svg:'<svg width=\"608\" height=\"27\" viewBox=\"0 0 608 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M539.07 0.05C542.23 0.05 544.78 0.83 547.12 2.53C547.72 2.96 548.22 3.35 548.65 4.05C548.95 4.54 549.1 4.99 549.1 5.42C549.1 5.85 548.94 6.26 548.62 6.64C548.12 7.23 547.62 7.51 547.04 7.51C546.75 7.51 546.44 7.44 546.1 7.31C545.53 7.06 545.04 6.71 544.54 6.39C544.4 6.32 544.26 6.21 544.11 6.11C542.65 5.18 541.1 4.72 539.4 4.72C539.28 4.72 539.16 4.72 539.03 4.72C537.04 4.79 535.13 5.68 533.6 7.2C532.11 8.69 531.22 10.6 531.12 12.63C531.11 12.8 531.1 12.97 531.1 13.15C531.1 15.11 531.84 17.06 533.17 18.59C534.7 20.36 536.82 21.39 539.17 21.53C539.32 21.54 539.47 21.55 539.62 21.55C541.07 21.55 542.51 21.09 543.92 20.26C544.17 20.08 544.45 19.91 544.7 19.73C544.95 19.59 545.16 19.41 545.37 19.27C545.83 19.02 546.19 18.84 546.58 18.77C546.74 18.74 546.89 18.72 547.04 18.72C547.72 18.72 548.29 19.05 548.78 19.72C549.04 20.05 549.16 20.41 549.16 20.79C549.16 21.14 549.05 21.51 548.85 21.88C548.46 22.59 547.86 23.12 547.4 23.51C545.91 24.72 544.1 25.53 542.11 25.92C541.22 26.1 540.34 26.2 539.45 26.2C537.68 26.2 535.94 25.85 534.31 25.14C531.9 24.08 529.91 22.37 528.49 20.14C527.28 18.26 526.57 16.2 526.43 14C526.41 13.71 526.4 13.42 526.4 13.13C526.4 11.39 526.76 9.62 527.46 8.01C528.28 6.1 529.52 4.39 531.11 3.05C532.81 1.67 534.76 0.74 536.93 0.28C537.78 0.1 538.6 0.03 539.06 0.03L539.07 0.05ZM324.26 0.05C327.42 0.05 329.97 0.83 332.31 2.53C332.91 2.96 333.41 3.35 333.84 4.05C334.14 4.54 334.29 4.99 334.29 5.42C334.29 5.85 334.13 6.26 333.81 6.64C333.31 7.23 332.81 7.51 332.23 7.51C331.94 7.51 331.63 7.44 331.29 7.31C330.72 7.06 330.23 6.71 329.73 6.39C329.59 6.32 329.45 6.21 329.3 6.11C327.84 5.18 326.29 4.72 324.59 4.72C324.47 4.72 324.35 4.72 324.22 4.72C322.23 4.79 320.32 5.68 318.79 7.2C317.3 8.69 316.41 10.6 316.31 12.63C316.3 12.8 316.29 12.97 316.29 13.15C316.29 15.11 317.03 17.06 318.36 18.59C319.89 20.36 322.01 21.39 324.36 21.53C324.51 21.54 324.66 21.55 324.81 21.55C326.26 21.55 327.7 21.09 329.11 20.26C329.36 20.08 329.64 19.91 329.89 19.73C330.14 19.59 330.35 19.41 330.56 19.27C331.02 19.02 331.38 18.84 331.77 18.77C331.93 18.74 332.08 18.72 332.23 18.72C332.91 18.72 333.48 19.05 333.97 19.72C334.23 20.05 334.35 20.41 334.35 20.79C334.35 21.14 334.24 21.51 334.04 21.88C333.65 22.59 333.05 23.12 332.59 23.51C331.1 24.72 329.29 25.53 327.3 25.92C326.41 26.1 325.53 26.2 324.64 26.2C322.87 26.2 321.13 25.85 319.5 25.14C317.09 24.08 315.1 22.37 313.68 20.14C312.47 18.26 311.76 16.2 311.62 14C311.6 13.71 311.59 13.42 311.59 13.13C311.59 11.39 311.95 9.62 312.65 8.01C313.47 6.1 314.71 4.39 316.3 3.05C318 1.67 319.95 0.74 322.12 0.28C322.97 0.1 323.79 0.03 324.25 0.03L324.26 0.05ZM257.32 0.05C259.59 0.09 261.44 0.55 263.1 1.5C264.2 2.1 264.94 2.81 265.44 3.63C265.69 4.04 265.82 4.45 265.82 4.85C265.82 5.47 265.53 6.05 264.95 6.5C264.59 6.8 264.17 6.96 263.73 6.96C263.44 6.96 263.13 6.89 262.82 6.75C262.36 6.57 261.9 6.29 261.37 5.93C260.2 5.13 258.87 4.73 257.35 4.73C256.84 4.73 256.32 4.77 255.77 4.86C254.63 5.04 253.75 5.57 253.14 6.49C252.93 6.8 252.83 7.11 252.83 7.41C252.83 7.71 252.94 8.04 253.14 8.37C253.57 9.01 254.17 9.47 254.95 9.79C256.05 10.25 257.26 10.53 258.32 10.78C259.53 11.06 260.95 11.45 262.29 12.09C263.43 12.59 264.38 13.22 265.16 13.97C266.4 15.14 267.08 16.59 267.18 18.23C267.18 18.37 267.19 18.51 267.19 18.66C267.19 20.11 266.7 21.55 265.79 22.77C264.48 24.54 262.63 25.64 260.33 26.03C259.51 26.14 258.73 26.21 257.95 26.21C255.32 26.21 252.88 25.47 250.68 24.01C249.72 23.37 249.08 22.77 248.66 22.06C248.35 21.59 248.2 21.15 248.2 20.74C248.2 20.15 248.5 19.62 249.08 19.12C249.46 18.8 249.88 18.65 250.32 18.65C250.57 18.65 250.83 18.7 251.1 18.8C251.45 18.94 251.81 19.12 252.13 19.33C252.38 19.47 252.63 19.65 252.84 19.79C253.02 19.93 253.19 20.04 253.41 20.18C254.8 21.07 256.35 21.52 257.99 21.52C258.44 21.52 258.9 21.49 259.37 21.42C260.4 21.24 261.25 20.78 261.85 20C262.19 19.57 262.36 19.17 262.36 18.76C262.36 18.35 262.19 17.94 261.85 17.52C261.42 16.99 260.86 16.56 260.08 16.24C258.98 15.74 257.81 15.46 256.75 15.21C255.44 14.89 254.05 14.54 252.74 13.93C251.71 13.47 250.86 12.9 250.08 12.19C248.77 10.98 248.02 9.39 247.99 7.65C247.99 7.6 247.99 7.56 247.99 7.51C247.99 5.89 248.59 4.28 249.73 3.04C251.11 1.44 252.92 0.52 255.3 0.17C255.76 0.1 256.08 0.1 256.54 0.06C256.87 0.03 257.09 0.03 257.18 0.02H257.32V0.05ZM574.92 0.01C576.66 0.01 578.36 0.36 579.96 1C581.52 1.67 582.94 2.6 584.11 3.77C586.63 6.25 588.01 9.59 588.01 13.13C587.97 14.97 587.62 16.78 586.91 18.41C586.24 19.93 585.28 21.32 584.07 22.49C582.83 23.7 581.37 24.65 579.78 25.29C578.29 25.89 576.73 26.18 575.2 26.18H574.92C574.76 26.18 574.61 26.18 574.45 26.18C572.91 26.18 571.4 25.86 569.98 25.25C568.42 24.65 567.04 23.73 565.79 22.52C564.55 21.31 563.56 19.9 562.88 18.34C562.14 16.67 561.78 14.94 561.74 13.16C561.74 9.72 563.16 6.32 565.64 3.83C566.85 2.62 568.19 1.7 569.72 1.03C571.35 0.36 573.09 0 574.9 0L574.92 0.01ZM367.77 0.33C368.87 0.33 369.54 0.86 369.9 1.96C370.05 2.39 370.07 2.97 370.08 3.46V6.75C370.06 8.22 370.05 9.7 370.05 11.17C370.05 12.64 370.05 14.09 370.08 15.51C370.08 16.89 369.9 18.21 369.48 19.38C369.05 20.48 368.49 21.51 367.74 22.36C366.43 23.96 364.55 25.13 362.49 25.69C361.21 26.01 359.97 26.19 358.8 26.19C355.71 26.19 353.02 25.02 350.71 22.64C349.08 20.94 348.19 18.88 348.19 16.5C348.15 15.05 348.15 13.56 348.15 12.14V3.66C348.15 3.23 348.15 2.38 348.4 1.82C348.79 0.86 349.54 0.33 350.46 0.33C351.49 0.33 352.2 0.86 352.59 1.85C352.84 2.56 352.84 3.45 352.84 4.19C352.83 5.04 352.82 5.91 352.82 6.79C352.82 8.55 352.84 10.35 352.84 12.1V15.65C352.83 15.79 352.82 15.92 352.82 16.06C352.82 17.35 353.28 18.52 354.15 19.45C355 20.37 356.14 21.05 357.41 21.29C358.02 21.43 358.62 21.49 359.2 21.49C360.59 21.49 361.86 21.1 362.98 20.29C364.54 19.23 365.36 17.67 365.39 15.68V3.45C365.39 2.92 365.39 2.28 365.57 1.82C365.92 0.86 366.42 0.33 367.77 0.33V0.33ZM88.14 0.26C89.24 0.26 89.91 0.79 90.27 1.89C90.42 2.32 90.44 2.9 90.45 3.39V6.68C90.43 8.15 90.42 9.63 90.42 11.1C90.42 12.57 90.42 14.02 90.45 15.44C90.45 16.82 90.27 18.14 89.85 19.31C89.42 20.41 88.86 21.44 88.11 22.29C86.8 23.89 84.92 25.06 82.86 25.62C81.58 25.94 80.34 26.12 79.17 26.12C76.08 26.12 73.39 24.95 71.08 22.57C69.45 20.87 68.56 18.81 68.56 16.43C68.53 15.34 68.53 14.23 68.53 13.14V3.6C68.53 3.17 68.53 2.32 68.78 1.76C69.17 0.8 69.92 0.27 70.84 0.27C71.87 0.27 72.58 0.8 72.97 1.79C73.22 2.5 73.22 3.39 73.22 4.13C73.21 4.98 73.2 5.85 73.2 6.73C73.2 8.49 73.22 10.29 73.22 12.04V15.59C73.21 15.73 73.2 15.86 73.2 16C73.2 17.29 73.66 18.46 74.53 19.39C75.38 20.31 76.52 20.99 77.79 21.23C78.4 21.37 79 21.43 79.58 21.43C80.97 21.43 82.24 21.04 83.36 20.23C84.92 19.17 85.74 17.61 85.77 15.62V3.38C85.77 2.85 85.77 2.21 85.95 1.75C86.3 0.79 86.8 0.26 88.15 0.26H88.14ZM604.24 19.73C605.02 19.73 605.8 20.05 606.4 20.65C607 21.22 607.36 22 607.36 22.81C607.36 23.62 607.04 24.44 606.44 25.04C605.84 25.64 605.06 26 604.28 26H604.21C602.58 26 601.16 24.58 601.05 22.91C601.05 22.88 601.05 22.85 601.05 22.82C601.05 22.03 601.47 21.22 602.15 20.54C602.82 19.94 603.5 19.72 604.24 19.72V19.73ZM391.87 0.33C393.21 0.33 394.57 0.35 395.92 0.44C398.83 0.69 401.21 2.04 402.98 4.41C404.05 5.85 404.58 7.53 404.58 9.26C404.58 9.37 404.58 9.48 404.58 9.59C404.47 11.4 403.73 13.14 402.49 14.59L402.06 15.02C401.85 15.23 401.63 15.45 401.46 15.69C401.14 16.12 400.98 16.51 400.98 16.9C400.98 17.29 401.14 17.68 401.46 18.11C402.13 19 403.02 20.17 403.77 21.09L403.95 21.34C404.34 21.84 404.73 22.37 404.94 22.97C405.07 23.3 405.14 23.61 405.14 23.9C405.14 24.39 404.96 24.84 404.63 25.24C404.17 25.77 403.64 26.02 403.03 26.02C402.68 26.02 402.25 25.91 401.86 25.67C401.33 25.35 400.87 24.93 400.33 24.29C399.87 23.69 399.34 23.01 398.84 22.38C398.27 21.64 397.67 20.86 397.14 20.18C396.86 19.83 396.5 19.4 396.15 19.05C395.41 18.34 394.73 18.06 393.74 18.06H391.22C389.91 18.13 389.16 18.84 389.13 20.19V22.99C389.09 23.88 389.02 24.73 388.17 25.44C387.78 25.79 387.25 26.01 386.68 26.01C386.11 26.01 385.72 25.83 385.44 25.62C385.33 25.55 385.09 25.3 384.91 25.05C384.7 24.73 384.59 24.38 384.52 23.74C384.48 23.51 384.48 23.29 384.48 23.08C384.48 22.87 384.48 22.66 384.48 22.47V4.19C384.48 3.8 384.48 3.41 384.52 3.06C384.66 1.64 385.66 0.65 387.07 0.44L387.14 0.4C387.28 0.4 387.42 0.36 387.57 0.36C388.35 0.36 389.13 0.36 389.91 0.32C390.56 0.32 391.22 0.32 391.89 0.32L391.87 0.33ZM454.52 0.3C454.73 0.3 454.98 0.3 455.23 0.34H455.51C455.94 0.34 456.33 0.45 456.68 0.62C457.29 0.96 457.96 1.52 457.96 2.53C457.96 2.58 457.96 2.63 457.96 2.68C457.92 3.57 457.5 4.24 456.51 4.63C455.98 4.84 455.37 4.95 454.74 4.95H452.47C451.26 4.95 450.31 5.87 450.31 7.11V7.71C450.31 7.89 450.27 8.06 450.27 8.24V22.18C450.27 22.75 450.27 23.24 450.23 23.7C450.16 24.52 449.91 25.05 449.34 25.51C448.95 25.83 448.49 25.97 447.99 25.97C447.53 25.97 447.03 25.79 446.64 25.47C446.07 25.04 445.86 24.55 445.79 23.77C445.72 23.31 445.68 22.74 445.68 22.25V7.99C445.68 7.71 445.68 7.35 445.64 7.07C445.6 6.33 445.43 5.83 445.07 5.47C444.68 5.12 444.18 4.94 443.44 4.94H440.92C440.21 4.9 439.25 4.8 438.51 4.09C438.05 3.63 437.94 3.13 437.91 2.64C437.91 2.11 438.02 1.61 438.48 1.15C438.94 0.69 439.54 0.41 440.22 0.33C440.57 0.29 440.89 0.29 441.21 0.29H454.51L454.52 0.3ZM296.47 0.29C297.43 0.29 298.21 0.57 298.81 1.11V1.15C299.19 1.57 299.38 2.12 299.38 2.68C299.38 3.07 299.29 3.48 299.1 3.84C298.5 4.83 297.08 4.94 296.51 4.94H291.83C290.62 4.94 289.38 4.94 288.14 4.98C286.79 4.98 286.01 5.72 285.98 7.11C285.94 7.32 285.98 7.54 285.98 7.75C285.98 8 285.98 8.28 285.94 8.53C285.94 9.03 286.15 9.56 286.54 9.98C287 10.44 287.6 10.69 288.17 10.69C289.31 10.65 290.48 10.65 291.58 10.65C292.01 10.65 292.43 10.69 292.86 10.69C293.36 10.69 293.89 10.69 294.42 10.9C295.37 11.34 295.73 12.2 295.73 12.9C295.73 12.93 295.73 12.96 295.73 13C295.73 13.82 295.23 14.77 294.2 15.09C293.71 15.21 293.21 15.31 292.65 15.31C292.56 15.31 292.48 15.31 292.39 15.31H288.24C286.68 15.35 286.01 16.05 285.97 17.62C285.93 17.8 285.97 18.01 285.97 18.19C285.97 18.47 285.97 18.76 285.93 19.04C285.93 19.09 285.93 19.13 285.93 19.18C285.93 19.7 286.11 20.21 286.47 20.6C286.93 21.06 287.61 21.34 288.28 21.34H295.94C296.26 21.34 296.58 21.34 296.9 21.38C297.79 21.45 298.53 21.88 298.92 22.51C299.1 22.87 299.19 23.25 299.19 23.63C299.19 24.01 299.11 24.35 298.95 24.71C298.56 25.42 297.89 25.67 297.32 25.81C296.82 25.92 296.33 25.99 295.69 25.99H285.3C284.77 25.99 284.2 25.95 283.63 25.81C282.46 25.46 281.75 24.75 281.43 23.58C281.32 23.15 281.29 22.76 281.29 22.3V3.91C281.29 3.45 281.33 3.09 281.43 2.74C281.78 1.25 282.81 0.4 284.3 0.33C285.01 0.29 285.75 0.29 286.43 0.29H296.47V0.29ZM421.59 0.29C422.44 0.29 423.07 0.66 423.46 1.4C423.77 1.98 423.85 2.64 423.89 2.96V3.02C423.93 3.23 423.92 3.47 423.92 3.7C423.92 3.78 423.92 3.85 423.92 3.92V5.09V19.29C423.92 20.32 423.92 21.33 423.92 22.32C423.92 22.66 423.89 23.53 423.58 24.34C423.18 25.4 422.46 25.95 421.49 25.95C420.52 25.95 419.88 25.41 419.53 24.38C419.26 23.58 419.26 22.72 419.26 22.44C419.26 21.51 419.26 20.55 419.26 19.57V5.76C419.26 5.13 419.26 4.52 419.26 3.91V3.83C419.26 3.48 419.26 3.12 419.3 2.76C419.32 2.58 419.4 1.93 419.76 1.34C420.17 0.66 420.81 0.29 421.59 0.29V0.29ZM41.51 0.26C42.85 0.26 44.21 0.28 45.56 0.37C48.47 0.62 50.85 1.97 52.62 4.34C53.69 5.78 54.22 7.46 54.22 9.19C54.22 9.3 54.22 9.41 54.22 9.52C54.11 11.33 53.37 13.07 52.13 14.52L51.7 14.95C51.49 15.16 51.27 15.38 51.1 15.62C50.78 16.05 50.62 16.44 50.62 16.83C50.62 17.22 50.78 17.61 51.1 18.04C51.77 18.93 52.66 20.1 53.41 21.02L53.59 21.27C53.98 21.77 54.37 22.3 54.58 22.9C54.71 23.23 54.78 23.54 54.78 23.83C54.78 24.32 54.6 24.77 54.27 25.17C53.81 25.7 53.28 25.95 52.67 25.95C52.32 25.95 51.89 25.84 51.5 25.6C50.97 25.28 50.51 24.86 49.97 24.22C49.51 23.62 48.98 22.94 48.48 22.31C47.91 21.57 47.31 20.79 46.78 20.11C46.5 19.76 46.14 19.33 45.79 18.98C45.05 18.27 44.37 17.99 43.38 17.99H40.86C39.55 18.06 38.8 18.77 38.77 20.12V22.92C38.73 23.81 38.66 24.66 37.81 25.37C37.42 25.72 36.89 25.94 36.32 25.94C35.75 25.94 35.36 25.76 35.08 25.55C34.97 25.48 34.73 25.23 34.55 24.98C34.34 24.66 34.23 24.31 34.16 23.67C34.12 23.44 34.12 23.22 34.12 23.01C34.12 22.8 34.12 22.59 34.12 22.4V4.13C34.12 3.74 34.12 3.35 34.16 3C34.3 1.58 35.3 0.59 36.71 0.38L36.78 0.34C36.92 0.34 37.06 0.3 37.21 0.3C37.99 0.3 38.77 0.3 39.55 0.26C40.2 0.26 40.86 0.26 41.53 0.26H41.51ZM492.24 0.36C492.66 0.36 493.08 0.49 493.46 0.76C494.12 1.21 494.3 1.89 494.3 2.5C494.3 2.8 494.26 3.09 494.21 3.31C493.96 3.98 493.57 4.55 493.18 5.12C492.12 6.54 491.02 8.06 489.99 9.52C488.96 10.94 487.93 12.43 486.9 13.81C486.83 13.88 486.79 13.95 486.76 13.99L486.02 15.05C485.45 15.94 485.2 16.86 485.2 17.85V22.96C485.2 23.92 484.92 24.66 484.35 25.23C483.89 25.69 483.39 25.94 482.9 25.94H482.86C482.36 25.94 481.87 25.69 481.41 25.23C480.88 24.66 480.59 23.95 480.56 22.96V19.38C480.56 19.12 480.54 18.86 480.54 18.6C480.54 18.47 480.54 18.34 480.56 18.21C480.57 18.08 480.58 17.95 480.58 17.82C480.58 16.65 480.15 15.54 479.32 14.45C478.54 13.42 477.79 12.39 477.05 11.36C476.73 10.93 476.41 10.47 476.09 10.05L475.49 9.2C474.5 7.89 473.54 6.58 472.58 5.26C472.19 4.76 471.84 4.23 471.59 3.59C471.45 3.24 471.38 2.9 471.38 2.58C471.38 2.26 471.45 1.96 471.59 1.68C471.91 1.04 472.41 0.62 472.97 0.47C473.11 0.43 473.26 0.42 473.41 0.42C473.86 0.42 474.32 0.58 474.75 0.9C475.46 1.4 475.99 2.07 476.42 2.64C477.56 4.16 478.69 5.69 479.75 7.18L480.71 8.46C480.78 8.57 480.85 8.64 480.92 8.74C481.1 8.99 481.27 9.24 481.45 9.45C481.95 10.09 482.44 10.41 482.8 10.41H482.87C483.37 10.41 483.83 10.09 484.32 9.42C484.5 9.21 484.64 8.99 484.82 8.78C484.89 8.71 484.93 8.6 485 8.5C485.74 7.54 486.49 6.48 487.2 5.49C487.87 4.53 488.58 3.5 489.29 2.55C489.64 2.05 490.18 1.42 490.85 0.88C491.3 0.54 491.78 0.37 492.25 0.37L492.24 0.36ZM16.59 0.23C16.8 0.23 17.05 0.23 17.3 0.27H17.58C18.01 0.27 18.4 0.38 18.75 0.55C19.36 0.89 20.03 1.45 20.03 2.46C20.03 2.51 20.03 2.56 20.03 2.61C19.99 3.5 19.57 4.17 18.58 4.56C18.05 4.77 17.44 4.88 16.81 4.88H14.54C13.33 4.88 12.38 5.8 12.38 7.04V7.64C12.38 7.82 12.34 7.99 12.34 8.17V22.11C12.34 22.68 12.34 23.17 12.3 23.63C12.23 24.45 11.98 24.98 11.41 25.44C11.02 25.76 10.56 25.9 10.06 25.9C9.6 25.9 9.1 25.72 8.71 25.4C8.14 24.97 7.93 24.48 7.86 23.7C7.79 23.24 7.75 22.67 7.75 22.18V7.92C7.75 7.64 7.75 7.28 7.71 7C7.67 6.26 7.5 5.76 7.14 5.4C6.75 5.05 6.25 4.87 5.51 4.87H3.01C2.3 4.83 1.34 4.73 0.6 4.02C0.14 3.56 0.03 3.06 0 2.57C0 2.04 0.11 1.54 0.57 1.08C1.03 0.62 1.63 0.34 2.31 0.26C2.66 0.22 2.98 0.22 3.3 0.22H16.6L16.59 0.23ZM119.23 0.27C120.33 0.27 121.11 0.59 121.61 1.23C121.91 1.71 122.06 2.19 122.06 2.65C122.06 3.07 121.94 3.47 121.68 3.86C121.11 4.68 120.15 4.85 119.45 4.92C119.2 4.96 118.95 4.96 118.67 4.92H111.97C111.76 4.92 111.51 4.92 111.3 4.96C110.27 5.03 109.53 5.74 109.46 6.77V8.54C109.5 10.17 110.17 10.88 111.8 10.92H115.45C115.73 10.92 116.02 10.92 116.27 10.96C117.12 11.03 117.9 11.35 118.33 12.06C118.53 12.45 118.65 12.87 118.65 13.3C118.65 13.69 118.55 14.08 118.33 14.44C117.8 15.26 116.88 15.57 115.78 15.57C115.32 15.59 115.04 15.6 114.76 15.6C114.48 15.6 114.21 15.6 113.76 15.57H112.23C111.95 15.57 111.7 15.57 111.41 15.61C110.24 15.65 109.49 16.39 109.46 17.56C109.45 18.04 109.44 18.57 109.44 19.12C109.44 20.21 109.46 21.36 109.46 22.35V22.46C109.46 23.77 109.25 24.69 108.79 25.26C108.4 25.72 107.87 25.93 107.16 25.93C106.13 25.93 105.71 25.58 105.46 25.29C105.03 24.76 104.82 23.87 104.82 22.56C104.78 20.5 104.78 18.23 104.78 16V4.48C104.78 4.37 104.82 4.23 104.82 4.13V3.49C104.82 3.49 104.82 3.4 104.82 3.35C104.82 2.55 105.1 1.83 105.67 1.26C106.27 0.62 107.12 0.27 108.05 0.27C109.08 0.28 110.03 0.29 110.96 0.29C112.58 0.29 114.13 0.28 115.85 0.27H119.26H119.23ZM150.15 0.27C151.25 0.27 152.03 0.59 152.53 1.23C152.83 1.71 152.98 2.19 152.98 2.65C152.98 3.07 152.86 3.47 152.6 3.86C152.03 4.68 151.07 4.85 150.37 4.92C150.12 4.96 149.87 4.96 149.59 4.92H142.89C142.68 4.92 142.43 4.92 142.22 4.96C141.19 5.03 140.45 5.74 140.38 6.77V8.54C140.42 10.17 141.09 10.88 142.72 10.92H146.37C146.65 10.92 146.94 10.92 147.19 10.96C148.04 11.03 148.82 11.35 149.25 12.06C149.45 12.45 149.57 12.87 149.57 13.3C149.57 13.69 149.47 14.08 149.25 14.44C148.72 15.26 147.8 15.57 146.7 15.57C146.24 15.59 145.96 15.6 145.68 15.6C145.4 15.6 145.13 15.6 144.68 15.57H143.15C142.87 15.57 142.62 15.57 142.33 15.61C141.16 15.65 140.41 16.39 140.38 17.56C140.37 18.04 140.36 18.57 140.36 19.12C140.36 20.21 140.38 21.36 140.38 22.35V22.46C140.38 23.77 140.17 24.69 139.71 25.26C139.32 25.72 138.79 25.93 138.08 25.93C137.05 25.93 136.63 25.58 136.38 25.29C135.95 24.76 135.74 23.87 135.74 22.56C135.71 20.8 135.71 18.88 135.7 16.96V4.48C135.7 4.37 135.74 4.23 135.74 4.13V3.49C135.74 3.49 135.74 3.4 135.74 3.35C135.74 2.55 136.02 1.83 136.59 1.26C137.19 0.62 138.04 0.27 138.97 0.27C140 0.28 140.95 0.29 141.88 0.29C143.5 0.29 145.05 0.28 146.77 0.27H150.18H150.15ZM169 0.27C169.89 0.27 170.77 1.01 171.13 2.04C171.27 2.54 171.27 3.07 171.27 3.56V18.74C171.27 18.95 171.27 19.2 171.31 19.41C171.45 20.44 172.23 21.15 173.23 21.22C173.43 21.23 173.63 21.24 173.83 21.24L175.04 21.22H180.68C181.89 21.22 182.74 21.57 183.23 22.28V22.32C183.5 22.76 183.63 23.19 183.63 23.6C183.63 24.01 183.5 24.41 183.23 24.8V24.84C182.8 25.44 182.09 25.8 181.17 25.87C180.92 25.91 180.67 25.91 180.43 25.91H170.32C169.82 25.91 169.29 25.91 168.79 25.7C167.8 25.35 167.12 24.67 166.84 23.71C166.65 23.18 166.63 22.63 166.63 22.14V3.91C166.59 3.7 166.59 3.48 166.63 3.27C166.67 2.88 166.74 2.42 166.88 1.99C167.2 1 168.09 0.25 168.97 0.25H169.01L169 0.27ZM212.62 0.23C213.58 0.23 214.36 0.51 214.96 1.05V1.09C215.34 1.51 215.53 2.06 215.53 2.62C215.53 3.01 215.44 3.42 215.25 3.78C214.65 4.77 213.23 4.88 212.66 4.88H207.98C206.77 4.88 205.53 4.88 204.29 4.92C202.94 4.92 202.16 5.66 202.13 7.05C202.09 7.26 202.13 7.48 202.13 7.69C202.13 7.94 202.13 8.22 202.09 8.47C202.09 8.97 202.3 9.5 202.69 9.92C203.15 10.38 203.75 10.63 204.32 10.63C205.46 10.59 206.63 10.59 207.73 10.59C208.16 10.59 208.58 10.63 209.01 10.63C209.51 10.63 210.04 10.63 210.57 10.84C211.52 11.28 211.88 12.14 211.88 12.84C211.88 12.87 211.88 12.9 211.88 12.94C211.88 13.76 211.38 14.71 210.35 15.03C209.86 15.15 209.36 15.25 208.8 15.25C208.71 15.25 208.63 15.25 208.54 15.25H204.39C202.83 15.29 202.16 15.99 202.12 17.56C202.08 17.74 202.12 17.95 202.12 18.13C202.12 18.41 202.12 18.7 202.08 18.98C202.08 19.03 202.08 19.07 202.08 19.12C202.08 19.64 202.26 20.15 202.62 20.54C203.08 21 203.76 21.28 204.43 21.28H212.09C212.41 21.28 212.73 21.28 213.05 21.32C213.94 21.39 214.68 21.82 215.07 22.45C215.25 22.81 215.34 23.19 215.34 23.57C215.34 23.95 215.26 24.29 215.1 24.65C214.71 25.36 214.04 25.61 213.47 25.75C212.97 25.86 212.48 25.93 211.84 25.93H201.45C200.92 25.93 200.35 25.89 199.78 25.75C198.61 25.4 197.9 24.69 197.58 23.52C197.47 23.09 197.44 22.7 197.44 22.24V3.84C197.44 3.38 197.48 3.02 197.58 2.67C197.93 1.18 198.96 0.33 200.45 0.26C201.16 0.22 201.9 0.22 202.58 0.22H212.62V0.23ZM574.88 4.73C573.71 4.77 572.57 4.98 571.55 5.44C570.59 5.83 569.71 6.43 568.96 7.18C568.22 7.96 567.58 8.92 567.15 9.95C566.72 10.94 566.51 12.15 566.51 12.79V13.25C566.51 13.48 566.54 14.76 567.15 16.33C567.58 17.36 568.21 18.24 568.99 19.03C569.77 19.81 570.66 20.41 571.65 20.84C572.68 21.3 573.74 21.51 574.77 21.51H574.88C577.01 21.51 579.14 20.66 580.7 19.17C582.33 17.57 583.25 15.45 583.25 13.18C583.25 13.14 583.25 13.09 583.25 13.05C583.25 10.83 582.37 8.75 580.84 7.22C579.24 5.62 577.15 4.74 574.88 4.74V4.73ZM392.98 4.95C392.22 4.95 391.51 4.98 390.88 5.01C389.85 5.08 389.18 5.83 389.14 6.92C389.11 7.29 389.11 7.68 389.11 8.08V9.9C389.11 10.4 389.11 10.93 389.14 11.46C389.14 11.99 389.35 12.45 389.67 12.81C390.02 13.13 390.49 13.34 391.02 13.34C391.63 13.36 392.36 13.38 393.11 13.38C393.67 13.38 394.24 13.37 394.81 13.34C396.69 13.23 398.11 12.52 399.1 11.21C399.57 10.55 399.81 9.86 399.81 9.16C399.81 8.43 399.54 7.7 399 7.02C398.18 5.99 397.16 5.35 395.91 5.14C394.91 4.98 393.91 4.93 392.98 4.93V4.95ZM42.62 4.88C41.86 4.88 41.15 4.91 40.52 4.94C39.49 5.01 38.82 5.76 38.78 6.85C38.75 7.22 38.75 7.61 38.75 8.01V9.83C38.75 10.33 38.75 10.86 38.78 11.39C38.78 11.92 38.99 12.38 39.31 12.74C39.66 13.06 40.13 13.27 40.66 13.27C41.27 13.29 42 13.31 42.75 13.31C43.31 13.31 43.88 13.3 44.45 13.27C46.33 13.16 47.75 12.45 48.74 11.14C49.21 10.48 49.45 9.79 49.45 9.09C49.45 8.36 49.18 7.63 48.64 6.95C47.82 5.92 46.8 5.28 45.55 5.07C44.55 4.91 43.55 4.86 42.62 4.86V4.88Z\" fill=\"#F1E9DF\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"I78:8762;512:20\",scopeId:\"hVZnefzIp\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-qq68yu framer-nkj7ka\",\"data-framer-name\":\"Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:187,layoutDependency:layoutDependency,layoutId:\"I78:8762;512:20\",svg:'<svg width=\"187\" height=\"8\" viewBox=\"0 0 187 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M165.894 0.0152613C166.866 0.0152613 167.651 0.253338 168.371 0.772224C168.555 0.903472 168.709 1.02251 168.842 1.23617C168.934 1.38573 168.98 1.52308 168.98 1.65433C168.98 1.78558 168.931 1.91072 168.832 2.02671C168.679 2.20679 168.525 2.29225 168.346 2.29225C168.257 2.29225 168.162 2.27089 168.057 2.23121C167.882 2.1549 167.731 2.04807 167.577 1.9504C167.534 1.92903 167.491 1.89546 167.445 1.86494C166.995 1.58108 166.518 1.44067 165.995 1.44067C165.958 1.44067 165.921 1.44067 165.881 1.44067C165.269 1.46204 164.681 1.73369 164.21 2.19763C163.752 2.65242 163.478 3.23541 163.447 3.85502C163.444 3.90691 163.441 3.95879 163.441 4.01374C163.441 4.61198 163.669 5.20717 164.078 5.67417C164.549 6.21442 165.201 6.52881 165.924 6.57154C165.97 6.57459 166.017 6.57764 166.063 6.57764C166.509 6.57764 166.952 6.43724 167.386 6.1839C167.463 6.12896 167.549 6.07707 167.626 6.02213C167.703 5.9794 167.768 5.92446 167.832 5.88172C167.974 5.80542 168.085 5.75048 168.205 5.72911C168.254 5.71995 168.3 5.71385 168.346 5.71385C168.555 5.71385 168.731 5.81457 168.882 6.01908C168.962 6.1198 168.999 6.22968 168.999 6.34567C168.999 6.4525 168.965 6.56543 168.903 6.67837C168.783 6.89508 168.599 7.05685 168.457 7.17589C167.998 7.54521 167.441 7.79245 166.829 7.91148C166.555 7.96642 166.284 7.99695 166.01 7.99695C165.466 7.99695 164.93 7.89012 164.429 7.67341C163.687 7.34987 163.075 6.82793 162.638 6.14727C162.265 5.57344 162.047 4.94468 162.004 4.27318C161.998 4.18466 161.994 4.09615 161.994 4.00763C161.994 3.47654 162.105 2.93628 162.321 2.44487C162.573 1.86188 162.955 1.33995 163.444 0.930942C163.967 0.509729 164.567 0.225868 165.235 0.0854636C165.497 0.0305227 165.749 0.00915681 165.89 0.00915681L165.894 0.0152613ZM99.7878 0.0152613C100.76 0.0152613 101.545 0.253338 102.265 0.772224C102.45 0.903472 102.604 1.02251 102.736 1.23617C102.828 1.38573 102.874 1.52308 102.874 1.65433C102.874 1.78558 102.825 1.91072 102.727 2.02671C102.573 2.20679 102.419 2.29225 102.241 2.29225C102.151 2.29225 102.056 2.27089 101.951 2.23121C101.776 2.1549 101.625 2.04807 101.471 1.9504C101.428 1.92903 101.385 1.89546 101.339 1.86494C100.89 1.58108 100.413 1.44067 99.8894 1.44067C99.8525 1.44067 99.8155 1.44067 99.7755 1.44067C99.1631 1.46204 98.5753 1.73369 98.1045 2.19763C97.646 2.65242 97.3721 3.23541 97.3413 3.85502C97.3382 3.90691 97.3351 3.95879 97.3351 4.01374C97.3351 4.61198 97.5629 5.20717 97.9722 5.67417C98.443 6.21442 99.0954 6.52881 99.8186 6.57154C99.8648 6.57459 99.9109 6.57764 99.9571 6.57764C100.403 6.57764 100.846 6.43724 101.28 6.1839C101.357 6.12896 101.443 6.07707 101.52 6.02213C101.597 5.9794 101.662 5.92446 101.727 5.88172C101.868 5.80542 101.979 5.75048 102.099 5.72911C102.148 5.71995 102.194 5.71385 102.241 5.71385C102.45 5.71385 102.625 5.81457 102.776 6.01908C102.856 6.1198 102.893 6.22968 102.893 6.34567C102.893 6.4525 102.859 6.56543 102.798 6.67837C102.678 6.89508 102.493 7.05685 102.351 7.17589C101.893 7.54521 101.336 7.79245 100.723 7.91148C100.449 7.96642 100.179 7.99695 99.9048 7.99695C99.3601 7.99695 98.8246 7.89012 98.323 7.67341C97.5813 7.34987 96.9689 6.82793 96.5319 6.14727C96.1596 5.57344 95.9411 4.94468 95.898 4.27318C95.8918 4.18466 95.8888 4.09615 95.8888 4.00763C95.8888 3.47654 95.9996 2.93628 96.215 2.44487C96.4673 1.86188 96.8489 1.33995 97.3382 0.930942C97.8614 0.509729 98.4615 0.225868 99.1293 0.0854636C99.3909 0.0305227 99.6432 0.00915681 99.7848 0.00915681L99.7878 0.0152613ZM79.1877 0.0152613C79.8863 0.0274704 80.4556 0.167875 80.9664 0.457841C81.305 0.640977 81.5327 0.857688 81.6866 1.10797C81.7635 1.23312 81.8035 1.35826 81.8035 1.48035C81.8035 1.66959 81.7143 1.84662 81.5358 1.98398C81.425 2.07554 81.2957 2.12438 81.1603 2.12438C81.0711 2.12438 80.9757 2.10301 80.8803 2.06028C80.7387 2.00534 80.5972 1.91988 80.4341 1.81C80.074 1.56581 79.6647 1.44372 79.1969 1.44372C79.04 1.44372 78.88 1.45593 78.7107 1.4834C78.3599 1.53834 78.0891 1.70011 77.9014 1.98092C77.8367 2.07554 77.806 2.17016 77.806 2.26173C77.806 2.3533 77.8398 2.45403 77.9014 2.55475C78.0337 2.7501 78.2183 2.8905 78.4584 2.98817C78.7969 3.12858 79.1692 3.21404 79.4954 3.29035C79.8678 3.37581 80.3048 3.49485 80.7172 3.69019C81.068 3.84281 81.3604 4.0351 81.6004 4.26402C81.982 4.62114 82.1913 5.06372 82.222 5.56429C82.222 5.60702 82.2251 5.64975 82.2251 5.69554C82.2251 6.13812 82.0743 6.57764 81.7943 6.95002C81.3911 7.49027 80.8218 7.82602 80.114 7.94506C79.8617 7.97863 79.6216 8 79.3816 8C78.5722 8 77.8214 7.77413 77.1443 7.3285C76.8489 7.13316 76.6519 6.95002 76.5227 6.73331C76.4273 6.58985 76.3811 6.45555 76.3811 6.33041C76.3811 6.15032 76.4734 5.98855 76.6519 5.83594C76.7689 5.73827 76.8981 5.69248 77.0335 5.69248C77.1105 5.69248 77.1905 5.70775 77.2736 5.73827C77.3813 5.781 77.4921 5.83594 77.5905 5.90004C77.6675 5.94277 77.7444 5.99771 77.809 6.04044C77.8644 6.08317 77.9167 6.11675 77.9845 6.15948C78.4122 6.43113 78.8892 6.56849 79.3939 6.56849C79.5324 6.56849 79.6739 6.55933 79.8186 6.53796C80.1356 6.48302 80.3971 6.34262 80.5818 6.10454C80.6864 5.97329 80.7387 5.8512 80.7387 5.72606C80.7387 5.60092 80.6864 5.47577 80.5818 5.34758C80.4494 5.18581 80.2771 5.05456 80.0371 4.95689C79.6986 4.80427 79.3385 4.71881 79.0123 4.6425C78.6092 4.54483 78.1814 4.438 77.7783 4.25181C77.4613 4.11141 77.1997 3.93743 76.9597 3.72072C76.5565 3.35139 76.3257 2.86608 76.3165 2.33499C76.3165 2.31973 76.3165 2.30752 76.3165 2.29225C76.3165 1.79779 76.5011 1.30637 76.852 0.92789C77.2766 0.439527 77.8337 0.158718 78.5661 0.0518886C78.7076 0.0305227 78.8061 0.0305227 78.9477 0.0183136C79.0492 0.00915681 79.1169 0.00915681 79.1446 0.00610454H79.1877V0.0152613ZM176.926 0.00305227C177.461 0.00305227 177.985 0.109882 178.477 0.305227C178.957 0.509729 179.394 0.79359 179.754 1.15071C180.53 1.90767 180.954 2.92713 180.954 4.00763C180.942 4.56925 180.834 5.12171 180.616 5.61923C180.41 6.08317 180.114 6.50744 179.742 6.86456C179.36 7.23388 178.911 7.52385 178.422 7.71919C177.963 7.90233 177.483 7.99084 177.012 7.99084H176.926C176.877 7.99084 176.831 7.99084 176.781 7.99084C176.307 7.99084 175.843 7.89317 175.406 7.70698C174.926 7.52385 174.501 7.24304 174.116 6.87371C173.735 6.50439 173.43 6.07402 173.221 5.59786C172.993 5.08813 172.882 4.56009 172.87 4.01679C172.87 2.96681 173.307 1.92903 174.07 1.16902C174.443 0.799695 174.855 0.518886 175.326 0.314384C175.827 0.109882 176.363 0 176.92 0L176.926 0.00305227ZM113.178 0.100725C113.516 0.100725 113.722 0.262495 113.833 0.598245C113.879 0.729493 113.885 0.906524 113.888 1.05609V2.06028C113.882 2.50897 113.879 2.9607 113.879 3.40939C113.879 3.85807 113.879 4.30065 113.888 4.73407C113.888 5.15528 113.833 5.55818 113.704 5.9153C113.572 6.25105 113.399 6.56543 113.168 6.82488C112.765 7.31324 112.187 7.67035 111.553 7.84128C111.159 7.93895 110.777 7.9939 110.417 7.9939C109.466 7.9939 108.638 7.63678 107.928 6.91034C107.426 6.39145 107.152 5.76269 107.152 5.03625C107.14 4.59367 107.14 4.13888 107.14 3.70546V1.11713C107.14 0.985883 107.14 0.72644 107.217 0.555513C107.337 0.262495 107.568 0.100725 107.851 0.100725C108.168 0.100725 108.386 0.262495 108.506 0.56467C108.583 0.781381 108.583 1.05303 108.583 1.2789C108.58 1.53834 108.577 1.80389 108.577 2.07249C108.577 2.60969 108.583 3.1591 108.583 3.69325V4.7768C108.58 4.81953 108.577 4.85921 108.577 4.90195C108.577 5.29569 108.718 5.6528 108.986 5.93667C109.248 6.21747 109.599 6.42503 109.989 6.49828C110.177 6.54102 110.362 6.55933 110.54 6.55933C110.968 6.55933 111.359 6.44029 111.704 6.19306C112.184 5.86952 112.436 5.39336 112.445 4.78596V1.05303C112.445 0.891263 112.445 0.695918 112.501 0.555513C112.608 0.262495 112.762 0.100725 113.178 0.100725ZM27.1242 0.079359C27.4627 0.079359 27.6689 0.241129 27.7797 0.576879C27.8259 0.708127 27.832 0.885158 27.8351 1.03472V2.03892C27.8289 2.4876 27.8259 2.93934 27.8259 3.38802C27.8259 3.8367 27.8259 4.27928 27.8351 4.71271C27.8351 5.13392 27.7797 5.53682 27.6505 5.89393C27.5181 6.22968 27.3458 6.54407 27.115 6.80351C26.7119 7.29187 26.1333 7.64899 25.4994 7.81992C25.1054 7.91759 24.7238 7.97253 24.3638 7.97253C23.4129 7.97253 22.5851 7.61541 21.8742 6.88897C21.3726 6.37009 21.0987 5.74132 21.0987 5.01488C21.0894 4.68218 21.0894 4.34338 21.0894 4.01068V1.09882C21.0894 0.96757 21.0894 0.708127 21.1664 0.5372C21.2864 0.244182 21.5172 0.0824113 21.8003 0.0824113C22.1173 0.0824113 22.3358 0.244182 22.4558 0.546356C22.5327 0.763067 22.5327 1.03472 22.5327 1.26059C22.5297 1.52003 22.5266 1.78558 22.5266 2.05418C22.5266 2.59138 22.5327 3.14079 22.5327 3.67493V4.75849C22.5297 4.80122 22.5266 4.8409 22.5266 4.88363C22.5266 5.27738 22.6681 5.63449 22.9359 5.91835C23.1975 6.19916 23.5483 6.40671 23.9391 6.47997C24.1268 6.5227 24.3115 6.54102 24.49 6.54102C24.9177 6.54102 25.3086 6.42198 25.6532 6.17474C26.1333 5.8512 26.3856 5.37505 26.3949 4.76765V1.03167C26.3949 0.869897 26.3949 0.674552 26.4503 0.534147C26.558 0.241129 26.7119 0.079359 27.1273 0.079359H27.1242ZM185.949 6.02213C186.189 6.02213 186.429 6.1198 186.614 6.30294C186.798 6.47692 186.909 6.71499 186.909 6.96223C186.909 7.20946 186.811 7.45975 186.626 7.64288C186.441 7.82602 186.201 7.9359 185.961 7.9359H185.94C185.438 7.9359 185.001 7.50248 184.967 6.99275C184.967 6.98359 184.967 6.97444 184.967 6.96528C184.967 6.72415 185.096 6.47692 185.306 6.26936C185.512 6.08623 185.721 6.01908 185.949 6.01908V6.02213ZM120.594 0.100725C121.007 0.100725 121.425 0.106829 121.84 0.1343C122.736 0.210607 123.468 0.622663 124.013 1.34605C124.342 1.78558 124.506 2.29836 124.506 2.8264C124.506 2.85998 124.506 2.89355 124.506 2.92713C124.472 3.47959 124.244 4.01068 123.862 4.45326L123.73 4.58451C123.665 4.64861 123.598 4.71576 123.545 4.78901C123.447 4.92026 123.398 5.0393 123.398 5.15834C123.398 5.27737 123.447 5.39641 123.545 5.52766C123.752 5.79931 124.025 6.15643 124.256 6.43724L124.312 6.51354C124.432 6.66616 124.552 6.82793 124.616 7.01106C124.656 7.11179 124.678 7.20641 124.678 7.29493C124.678 7.44449 124.622 7.58184 124.521 7.70393C124.379 7.8657 124.216 7.94201 124.029 7.94201C123.921 7.94201 123.788 7.90843 123.668 7.83518C123.505 7.7375 123.364 7.60931 123.198 7.41396C123.056 7.23083 122.893 7.02327 122.739 6.83098C122.564 6.60511 122.379 6.36704 122.216 6.15948C122.13 6.05265 122.019 5.9214 121.911 5.81457C121.684 5.59786 121.474 5.5124 121.17 5.5124H120.394C119.991 5.53377 119.76 5.75048 119.751 6.16253V7.01717C119.739 7.28882 119.717 7.54826 119.456 7.76498C119.335 7.8718 119.172 7.93895 118.997 7.93895C118.822 7.93895 118.702 7.88401 118.615 7.81992C118.582 7.79855 118.508 7.72224 118.452 7.64594C118.388 7.54826 118.354 7.44143 118.332 7.24609C118.32 7.17589 118.32 7.10874 118.32 7.04464C118.32 6.98054 118.32 6.91644 118.32 6.85845V1.2789C118.32 1.15986 118.32 1.04082 118.332 0.933995C118.375 0.500572 118.683 0.198398 119.117 0.1343L119.139 0.122091C119.182 0.122091 119.225 0.109882 119.271 0.109882C119.511 0.109882 119.751 0.109882 119.991 0.0976726C120.191 0.0976726 120.394 0.0976726 120.6 0.0976726L120.594 0.100725ZM139.874 0.0915681C139.939 0.0915681 140.016 0.0915681 140.093 0.103777H140.179C140.311 0.103777 140.431 0.137352 140.539 0.189241C140.727 0.293018 140.933 0.463945 140.933 0.772224C140.933 0.787486 140.933 0.802747 140.933 0.818008C140.92 1.08966 140.791 1.29416 140.486 1.4132C140.323 1.4773 140.136 1.51087 139.942 1.51087H139.243C138.871 1.51087 138.578 1.79168 138.578 2.17016V2.3533C138.578 2.40824 138.566 2.46013 138.566 2.51507V6.76994C138.566 6.94391 138.566 7.09348 138.554 7.23388C138.532 7.48417 138.455 7.64594 138.28 7.78634C138.16 7.88401 138.018 7.92675 137.865 7.92675C137.723 7.92675 137.569 7.8718 137.449 7.77413C137.274 7.64288 137.209 7.49332 137.188 7.25525C137.166 7.11484 137.154 6.94086 137.154 6.7913V2.43876C137.154 2.3533 137.154 2.24342 137.141 2.15795C137.129 1.93209 137.077 1.77947 136.966 1.66959C136.846 1.56276 136.692 1.50782 136.464 1.50782H135.689C135.47 1.49561 135.175 1.46509 134.947 1.24838C134.806 1.10797 134.772 0.955361 134.763 0.805799C134.763 0.644029 134.796 0.491415 134.938 0.351011C135.079 0.210607 135.264 0.125143 135.473 0.100725C135.581 0.0885158 135.68 0.0885158 135.778 0.0885158H139.871L139.874 0.0915681ZM91.2357 0.0885158C91.5312 0.0885158 91.7712 0.173979 91.9558 0.338802V0.351011C92.0728 0.479206 92.1313 0.647081 92.1313 0.818008C92.1313 0.937047 92.1036 1.06219 92.0451 1.17207C91.8604 1.47425 91.4235 1.50782 91.248 1.50782H89.8078C89.4355 1.50782 89.0539 1.50782 88.6723 1.52003C88.2568 1.52003 88.0168 1.7459 88.0075 2.17016C87.9952 2.23426 88.0075 2.30141 88.0075 2.36551C88.0075 2.44182 88.0075 2.52728 87.9952 2.60359C87.9952 2.7562 88.0599 2.91797 88.1799 3.04617C88.3214 3.18657 88.5061 3.26288 88.6815 3.26288C89.0323 3.25067 89.3924 3.25067 89.7309 3.25067C89.8632 3.25067 89.9925 3.26288 90.1248 3.26288C90.2787 3.26288 90.4418 3.26288 90.6049 3.32697C90.8972 3.46127 91.008 3.72377 91.008 3.93743C91.008 3.94659 91.008 3.95574 91.008 3.96795C91.008 4.21824 90.8541 4.5082 90.5372 4.60588C90.3864 4.6425 90.2325 4.67303 90.0602 4.67303C90.0325 4.67303 90.0079 4.67303 89.9802 4.67303H88.703C88.223 4.68523 88.0168 4.89889 88.0045 5.3781C87.9922 5.43304 88.0045 5.49714 88.0045 5.55208C88.0045 5.63754 88.0045 5.72606 87.9922 5.81152C87.9922 5.82678 87.9922 5.83899 87.9922 5.85425C87.9922 6.01297 88.0476 6.16864 88.1583 6.28768C88.2999 6.42808 88.5092 6.51354 88.7153 6.51354H91.0726C91.1711 6.51354 91.2696 6.51354 91.3681 6.52575C91.642 6.54712 91.8697 6.67837 91.9897 6.87066C92.0451 6.98054 92.0728 7.09653 92.0728 7.21251C92.0728 7.3285 92.0482 7.43228 91.9989 7.54216C91.8789 7.75887 91.6727 7.83518 91.4973 7.87791C91.3434 7.91148 91.1927 7.93285 90.9957 7.93285H87.7983C87.6352 7.93285 87.4598 7.92064 87.2844 7.87791C86.9243 7.77108 86.7058 7.55437 86.6073 7.19725C86.5735 7.06601 86.5642 6.94697 86.5642 6.80656V1.19344C86.5642 1.05303 86.5766 0.943151 86.6073 0.836322C86.715 0.381534 87.032 0.122091 87.4905 0.100725C87.709 0.0885158 87.9368 0.0885158 88.146 0.0885158H91.2357ZM129.74 0.0885158C130.002 0.0885158 130.196 0.20145 130.316 0.427318C130.411 0.604349 130.436 0.805799 130.448 0.903472V0.921786C130.46 0.985883 130.457 1.05914 130.457 1.12934C130.457 1.15376 130.457 1.17512 130.457 1.19649V1.55361V5.88783C130.457 6.20221 130.457 6.51049 130.457 6.81267C130.457 6.91644 130.448 7.18199 130.353 7.42923C130.229 7.75277 130.008 7.92064 129.709 7.92064C129.411 7.92064 129.214 7.75582 129.106 7.44143C129.023 7.19725 129.023 6.93476 129.023 6.84929C129.023 6.56543 129.023 6.27242 129.023 5.97329V1.75811C129.023 1.56581 129.023 1.37963 129.023 1.19344V1.16902C129.023 1.06219 129.023 0.952308 129.035 0.842427C129.042 0.787486 129.066 0.589088 129.177 0.409004C129.303 0.20145 129.5 0.0885158 129.74 0.0885158ZM12.7743 0.079359C13.1867 0.079359 13.6052 0.0854636 14.0206 0.112934C14.9162 0.189241 15.6486 0.601297 16.1933 1.32469C16.5226 1.76421 16.6857 2.27699 16.6857 2.80504C16.6857 2.83861 16.6857 2.87219 16.6857 2.90576C16.6518 3.45822 16.4241 3.98932 16.0425 4.4319L15.9102 4.56314C15.8455 4.62724 15.7778 4.69439 15.7255 4.76765C15.627 4.89889 15.5778 5.01793 15.5778 5.13697C15.5778 5.25601 15.627 5.37505 15.7255 5.5063C15.9317 5.77795 16.2056 6.13506 16.4364 6.41587L16.4918 6.49218C16.6118 6.64479 16.7318 6.80656 16.7965 6.9897C16.8365 7.09042 16.858 7.18504 16.858 7.27356C16.858 7.42312 16.8026 7.56047 16.7011 7.68256C16.5595 7.84433 16.3964 7.92064 16.2087 7.92064C16.101 7.92064 15.9686 7.88707 15.8486 7.81381C15.6855 7.71614 15.544 7.58794 15.3778 7.3926C15.2362 7.20946 15.0731 7.00191 14.9192 6.80961C14.7438 6.58375 14.5592 6.34567 14.3961 6.13812C14.3099 6.03129 14.1991 5.90004 14.0914 5.79321C13.8637 5.5765 13.6544 5.49103 13.3498 5.49103H12.5743C12.1711 5.5124 11.9403 5.72911 11.9311 6.14117V6.9958C11.9188 7.26746 11.8972 7.5269 11.6357 7.74361C11.5156 7.85044 11.3525 7.91759 11.1771 7.91759C11.0017 7.91759 10.8817 7.86265 10.7955 7.79855C10.7617 7.77718 10.6878 7.70088 10.6324 7.62457C10.5678 7.5269 10.5339 7.42007 10.5124 7.22472C10.5001 7.15452 10.5001 7.08737 10.5001 7.02327C10.5001 6.95918 10.5001 6.89508 10.5001 6.83708V1.26059C10.5001 1.14155 10.5001 1.02251 10.5124 0.915681C10.5555 0.482259 10.8632 0.180084 11.2971 0.115986L11.3187 0.103777C11.3618 0.103777 11.4049 0.0915681 11.451 0.0915681C11.6911 0.0915681 11.9311 0.0915681 12.1711 0.079359C12.3712 0.079359 12.5743 0.079359 12.7805 0.079359H12.7743ZM151.482 0.109882C151.611 0.109882 151.741 0.149561 151.857 0.231973C152.061 0.369325 152.116 0.576879 152.116 0.763068C152.116 0.854636 152.104 0.943151 152.088 1.0103C152.011 1.2148 151.891 1.38878 151.771 1.56276C151.445 1.99618 151.107 2.46013 150.79 2.90576C150.473 3.33918 150.156 3.79397 149.839 4.21519C149.817 4.23655 149.805 4.25792 149.796 4.27013L149.568 4.59367C149.392 4.86532 149.316 5.14613 149.316 5.4483V7.00801C149.316 7.30103 149.229 7.5269 149.054 7.70088C148.912 7.84128 148.759 7.91759 148.608 7.91759H148.595C148.442 7.91759 148.291 7.84128 148.149 7.70088C147.986 7.5269 147.897 7.31019 147.888 7.00801V5.9153C147.888 5.83594 147.881 5.75658 147.881 5.67722C147.881 5.63754 147.881 5.59786 147.888 5.55818C147.891 5.5185 147.894 5.47882 147.894 5.43915C147.894 5.08203 147.761 4.74323 147.506 4.41053C147.266 4.09615 147.035 3.78176 146.807 3.46738C146.709 3.33613 146.611 3.19573 146.512 3.06753L146.327 2.80809C146.023 2.40824 145.727 2.00839 145.432 1.60549C145.312 1.45288 145.204 1.29111 145.127 1.09576C145.084 0.988935 145.063 0.885158 145.063 0.787486C145.063 0.689813 145.084 0.598245 145.127 0.512781C145.226 0.317436 145.38 0.189241 145.552 0.143457C145.595 0.131248 145.641 0.128195 145.687 0.128195C145.826 0.128195 145.967 0.177032 146.1 0.274704C146.318 0.427318 146.481 0.63182 146.614 0.805799C146.964 1.26974 147.312 1.73674 147.638 2.19153L147.934 2.58222C147.955 2.6158 147.977 2.63716 147.998 2.66768C148.054 2.74399 148.106 2.8203 148.162 2.8844C148.315 3.07974 148.466 3.17741 148.577 3.17741H148.599C148.752 3.17741 148.894 3.07974 149.045 2.87524C149.1 2.81114 149.143 2.74399 149.199 2.67989C149.22 2.65853 149.232 2.62495 149.254 2.59443C149.482 2.30141 149.713 1.97787 149.931 1.6757C150.137 1.38268 150.356 1.06829 150.574 0.778329C150.682 0.625715 150.848 0.433422 151.054 0.2686C151.193 0.164823 151.34 0.112934 151.485 0.112934L151.482 0.109882ZM5.10541 0.0702022C5.17004 0.0702022 5.24697 0.0702022 5.32391 0.0824113H5.41007C5.5424 0.0824113 5.66242 0.115986 5.77013 0.167875C5.95785 0.271652 6.16404 0.442579 6.16404 0.750858C6.16404 0.76612 6.16404 0.781381 6.16404 0.796642C6.15173 1.06829 6.02248 1.2728 5.71781 1.39184C5.55471 1.45593 5.36699 1.48951 5.17311 1.48951H4.47454C4.10218 1.48951 3.80982 1.77032 3.80982 2.1488V2.33193C3.80982 2.38688 3.79751 2.43876 3.79751 2.4937V6.74857C3.79751 6.92255 3.79751 7.07211 3.7852 7.21251C3.76366 7.4628 3.68673 7.62457 3.51132 7.76498C3.3913 7.86265 3.24974 7.90538 3.09587 7.90538C2.95431 7.90538 2.80044 7.85044 2.68042 7.75277C2.50501 7.62152 2.44038 7.47196 2.41884 7.23388C2.3973 7.09348 2.38499 6.9195 2.38499 6.76994V2.4174C2.38499 2.33193 2.38499 2.22205 2.37268 2.13659C2.36037 1.91072 2.30805 1.75811 2.19727 1.64823C2.07725 1.5414 1.92338 1.48646 1.69565 1.48646H0.926298C0.707802 1.47425 0.412372 1.44372 0.184644 1.22701C0.0430836 1.08661 0.00923221 0.933995 0 0.784433C0 0.622663 0.0338514 0.47005 0.175412 0.329645C0.316972 0.189241 0.501617 0.103777 0.71088 0.079359C0.818589 0.0671499 0.917066 0.0671499 1.01554 0.0671499H5.10849L5.10541 0.0702022ZM36.6919 0.0824113C37.0304 0.0824113 37.2704 0.180084 37.4243 0.375429C37.5166 0.521938 37.5628 0.668447 37.5628 0.808852C37.5628 0.937047 37.5258 1.05914 37.4458 1.17818C37.2704 1.42846 36.975 1.48035 36.7596 1.50172C36.6826 1.51393 36.6057 1.51393 36.5195 1.50172H34.4577C34.393 1.50172 34.3161 1.50172 34.2515 1.51393C33.9345 1.53529 33.7068 1.752 33.6852 2.06639V2.60664C33.6976 3.10416 33.9037 3.32087 34.4054 3.33308H35.5286C35.6148 3.33308 35.704 3.33308 35.781 3.34529C36.0425 3.36665 36.2826 3.46433 36.4149 3.68104C36.4764 3.80008 36.5134 3.92827 36.5134 4.05952C36.5134 4.17856 36.4826 4.2976 36.4149 4.40748C36.2518 4.65776 35.9687 4.75238 35.6302 4.75238C35.4886 4.75849 35.4024 4.76154 35.3163 4.76154C35.2301 4.76154 35.147 4.76154 35.0085 4.75238H34.5377C34.4515 4.75238 34.3746 4.75238 34.2853 4.76459C33.9253 4.7768 33.6945 5.00267 33.6852 5.35979C33.6822 5.5063 33.6791 5.66807 33.6791 5.83594C33.6791 6.16864 33.6852 6.51965 33.6852 6.82182V6.8554C33.6852 7.25525 33.6206 7.53606 33.4791 7.71003C33.359 7.85044 33.1959 7.91454 32.9774 7.91454C32.6605 7.91454 32.5312 7.80771 32.4543 7.71919C32.322 7.55742 32.2573 7.28577 32.2573 6.88592C32.245 6.25715 32.245 5.56429 32.245 4.88363V1.36742C32.245 1.33384 32.2573 1.29111 32.2573 1.26059V1.06524C32.2573 1.06524 32.2573 1.03777 32.2573 1.02251C32.2573 0.778329 32.3435 0.558565 32.5189 0.384586C32.7036 0.189241 32.9651 0.0824113 33.2513 0.0824113C33.5683 0.0854636 33.8607 0.0885158 34.1469 0.0885158C34.6454 0.0885158 35.1224 0.0854636 35.6517 0.0824113H36.7011H36.6919ZM46.2072 0.0824113C46.5457 0.0824113 46.7857 0.180084 46.9396 0.375429C47.0319 0.521938 47.0781 0.668447 47.0781 0.808852C47.0781 0.937047 47.0412 1.05914 46.9612 1.17818C46.7857 1.42846 46.4903 1.48035 46.2749 1.50172C46.198 1.51393 46.121 1.51393 46.0349 1.50172H43.973C43.9084 1.50172 43.8314 1.50172 43.7668 1.51393C43.4498 1.53529 43.2221 1.752 43.2006 2.06639V2.60664C43.2129 3.10416 43.4191 3.32087 43.9207 3.33308H45.0439C45.1301 3.33308 45.2193 3.33308 45.2963 3.34529C45.5579 3.36665 45.7979 3.46433 45.9302 3.68104C45.9918 3.80008 46.0287 3.92827 46.0287 4.05952C46.0287 4.17856 45.9979 4.2976 45.9302 4.40748C45.7671 4.65776 45.484 4.75238 45.1455 4.75238C45.0039 4.75849 44.9178 4.76154 44.8316 4.76154C44.7454 4.76154 44.6623 4.76154 44.5239 4.75238H44.053C43.9668 4.75238 43.8899 4.75238 43.8007 4.76459C43.4406 4.7768 43.2098 5.00267 43.2006 5.35979C43.1975 5.5063 43.1944 5.66807 43.1944 5.83594C43.1944 6.16864 43.2006 6.51965 43.2006 6.82182V6.8554C43.2006 7.25525 43.1359 7.53606 42.9944 7.71003C42.8744 7.85044 42.7113 7.91454 42.4928 7.91454C42.1758 7.91454 42.0465 7.80771 41.9696 7.71919C41.8373 7.55742 41.7727 7.28577 41.7727 6.88592C41.7634 6.34872 41.7634 5.76269 41.7603 5.17665V1.36742C41.7603 1.33384 41.7727 1.29111 41.7727 1.26059V1.06524C41.7727 1.06524 41.7727 1.03777 41.7727 1.02251C41.7727 0.778329 41.8588 0.558565 42.0342 0.384586C42.2189 0.189241 42.4805 0.0824113 42.7667 0.0824113C43.0836 0.0854636 43.376 0.0885158 43.6622 0.0885158C44.1607 0.0885158 44.6377 0.0854636 45.167 0.0824113H46.2164H46.2072ZM52.0081 0.0824113C52.282 0.0824113 52.5528 0.308279 52.6636 0.622663C52.7067 0.775277 52.7067 0.937047 52.7067 1.08661V5.71995C52.7067 5.78405 52.7067 5.86036 52.719 5.92446C52.7621 6.23884 53.0021 6.45555 53.3098 6.47692C53.3714 6.47997 53.4329 6.48302 53.4945 6.48302L53.8668 6.47692H55.6025C55.9749 6.47692 56.2365 6.58375 56.3872 6.80046V6.81267C56.4703 6.94697 56.5103 7.07821 56.5103 7.20336C56.5103 7.3285 56.4703 7.45059 56.3872 7.56963V7.58184C56.2549 7.76498 56.0364 7.87486 55.7533 7.89622C55.6764 7.90843 55.5994 7.90843 55.5256 7.90843H52.4143C52.2604 7.90843 52.0973 7.90843 51.9435 7.84433C51.6388 7.7375 51.4295 7.52995 51.3434 7.23693C51.2849 7.07516 51.2788 6.90729 51.2788 6.75773V1.19344C51.2664 1.12934 51.2664 1.06219 51.2788 0.998092C51.2911 0.879054 51.3126 0.738649 51.3557 0.607402C51.4542 0.305227 51.7281 0.0763068 51.9989 0.0763068H52.0112L52.0081 0.0824113ZM65.4317 0.0702022C65.7272 0.0702022 65.9672 0.155666 66.1518 0.320488V0.332697C66.2688 0.460893 66.3272 0.628768 66.3272 0.799695C66.3272 0.918733 66.2996 1.04388 66.2411 1.15376C66.0564 1.45593 65.6194 1.48951 65.444 1.48951H64.0038C63.6314 1.48951 63.2498 1.48951 62.8683 1.50172C62.4528 1.50172 62.2128 1.72758 62.2035 2.15185C62.1912 2.21595 62.2035 2.2831 62.2035 2.3472C62.2035 2.4235 62.2035 2.50897 62.1912 2.58527C62.1912 2.73789 62.2558 2.89966 62.3759 3.02785C62.5174 3.16826 62.7021 3.24456 62.8775 3.24456C63.2283 3.23235 63.5884 3.23235 63.9269 3.23235C64.0592 3.23235 64.1885 3.24456 64.3208 3.24456C64.4747 3.24456 64.6378 3.24456 64.8009 3.30866C65.0932 3.44296 65.204 3.70546 65.204 3.91911C65.204 3.92827 65.204 3.93743 65.204 3.94964C65.204 4.19992 65.0501 4.48989 64.7332 4.58756C64.5824 4.62419 64.4285 4.65471 64.2562 4.65471C64.2285 4.65471 64.2038 4.65471 64.1761 4.65471H62.899C62.4189 4.66692 62.2128 4.88058 62.2005 5.35979C62.1881 5.41473 62.2005 5.47883 62.2005 5.53377C62.2005 5.61923 62.2005 5.70775 62.1881 5.79321C62.1881 5.80847 62.1881 5.82068 62.1881 5.83594C62.1881 5.99466 62.2435 6.15032 62.3543 6.26936C62.4959 6.40977 62.7051 6.49523 62.9113 6.49523H65.2686C65.3671 6.49523 65.4656 6.49523 65.5641 6.50744C65.8379 6.52881 66.0657 6.66005 66.1857 6.85235C66.2411 6.96223 66.2688 7.07821 66.2688 7.1942C66.2688 7.31019 66.2442 7.41396 66.1949 7.52385C66.0749 7.74056 65.8687 7.81686 65.6933 7.8596C65.5394 7.89317 65.3886 7.91454 65.1917 7.91454H61.9943C61.8312 7.91454 61.6558 7.90233 61.4803 7.8596C61.1203 7.75277 60.9018 7.53606 60.8033 7.17894C60.7695 7.04769 60.7602 6.92865 60.7602 6.78825V1.17207C60.7602 1.03167 60.7725 0.921786 60.8033 0.814956C60.911 0.360168 61.228 0.100725 61.6865 0.079359C61.905 0.0671499 62.1327 0.0671499 62.342 0.0671499H65.4317V0.0702022ZM176.914 1.44372C176.554 1.45593 176.203 1.52003 175.889 1.66043C175.593 1.77947 175.323 1.96261 175.092 2.19153C174.864 2.42961 174.667 2.72262 174.535 3.03701C174.403 3.33918 174.338 3.70851 174.338 3.90385V4.04426C174.338 4.11446 174.347 4.50515 174.535 4.98436C174.667 5.29874 174.861 5.56734 175.101 5.80847C175.341 6.04655 175.615 6.22968 175.92 6.36093C176.237 6.50134 176.563 6.56543 176.88 6.56543H176.914C177.569 6.56543 178.225 6.30599 178.705 5.8512C179.206 5.36284 179.489 4.71576 179.489 4.02289C179.489 4.01068 179.489 3.99542 179.489 3.98321C179.489 3.30561 179.219 2.67074 178.748 2.20374C178.255 1.71538 177.612 1.44678 176.914 1.44678V1.44372ZM120.936 1.51087C120.702 1.51087 120.483 1.52003 120.289 1.52919C119.973 1.55055 119.766 1.77947 119.754 2.11217C119.745 2.22511 119.745 2.34414 119.745 2.46623V3.02175C119.745 3.17436 119.745 3.33613 119.754 3.4979C119.754 3.65967 119.819 3.80008 119.917 3.90996C120.025 4.00763 120.169 4.07173 120.333 4.07173C120.52 4.07783 120.745 4.08394 120.976 4.08394C121.148 4.08394 121.324 4.08089 121.499 4.07173C122.077 4.03815 122.514 3.82144 122.819 3.42159C122.964 3.22014 123.038 3.00954 123.038 2.79588C123.038 2.57306 122.955 2.35025 122.788 2.14269C122.536 1.82831 122.222 1.63296 121.837 1.56887C121.53 1.52003 121.222 1.50477 120.936 1.50477V1.51087ZM13.1159 1.48951C12.882 1.48951 12.6635 1.49866 12.4696 1.50782C12.1527 1.52919 11.9465 1.75811 11.9342 2.09081C11.9249 2.20374 11.9249 2.32278 11.9249 2.44487V3.00038C11.9249 3.153 11.9249 3.31477 11.9342 3.47654C11.9342 3.63831 11.9988 3.77871 12.0973 3.88859C12.205 3.98626 12.3496 4.05036 12.5127 4.05036C12.7004 4.05647 12.9251 4.06257 13.1559 4.06257C13.3282 4.06257 13.5036 4.05952 13.6791 4.05036C14.2576 4.01679 14.6946 3.80008 14.9993 3.40023C15.1439 3.19878 15.2178 2.98817 15.2178 2.77451C15.2178 2.5517 15.1347 2.32888 14.9685 2.12133C14.7161 1.80694 14.4022 1.6116 14.0176 1.5475C13.7098 1.49866 13.4021 1.4834 13.1159 1.4834V1.48951Z\" fill=\"#89553E\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({kFXy71aJ2:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6y4me0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"M0FOhuMtW-container\",nodeId:\"M0FOhuMtW\",rendersWithMotion:true,scopeId:\"hVZnefzIp\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Menu\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"M0FOhuMtW\",layoutId:\"M0FOhuMtW\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({FRQT9ZLKh:{color:\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\",onClick:onClick1upzj2e},kFXy71aJ2:{onClick:onClick1wk5j14}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10cx90s\",\"data-framer-name\":\"Pages\",layoutDependency:layoutDependency,layoutId:\"RLQYD89DE\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,dismissWithEsc:false,children:overlay=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"TRUFFLEHOG\"})}),className:\"framer-1166cdq\",\"data-highlight\":true,fonts:[\"CUSTOM;National Park  Bold\"],id:`${layoutId}-1166cdq`,layoutDependency:layoutDependency,layoutId:\"yvXnrlUci\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1166cdq`,offsetX:.25,offsetY:17,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-6kerqf\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"JI5xM1i5V\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:\"TRUFFLEHOG\"})}),className:\"framer-13v2c7u\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"UMjIhZrOE\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w9ozt2\",layoutDependency:layoutDependency,layoutId:\"sSuOIXCvd\",style:{backgroundColor:\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\",opacity:.4}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-174pmym-container\",layoutDependency:layoutDependency,layoutId:\"rQewMLWBN-container\",nodeId:\"rQewMLWBN\",rendersWithMotion:true,scopeId:\"hVZnefzIp\",children:/*#__PURE__*/_jsx(NavigationTruffleHogPages,{height:\"100%\",id:\"rQewMLWBN\",layoutId:\"rQewMLWBN\",variant:\"LfZ3InVCX\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:449.5,intrinsicWidth:424,pixelHeight:899,pixelWidth:848,sizes:\"424px\",src:\"https://framerusercontent.com/images/QaJr85hoCYMZZeUSiV7HloTxelY.png?scale-down-to=512&width=848&height=899\",srcSet:\"https://framerusercontent.com/images/QaJr85hoCYMZZeUSiV7HloTxelY.png?width=848&height=899 848w\"},className:\"framer-1gnmv3p\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"nlKn0MrYl\",style:{opacity:.1}})]})})})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ugbrM6k4a\"},motionChild:true,nodeId:\"qkLAFlwf6\",openInNewTab:false,relValues:[],scopeId:\"hVZnefzIp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"CUSTOMERS\"})})})}),className:\"framer-xgtjoa\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"qkLAFlwf6\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,dismissWithEsc:false,children:overlay1=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"COMPANY\"})}),className:\"framer-u1hwl8\",\"data-highlight\":true,fonts:[\"CUSTOM;National Park  Bold\"],id:`${layoutId}-u1hwl8`,layoutDependency:layoutDependency,layoutId:\"VH77Cyowi\",onMouseEnter:onMouseEntertxyyif({overlay:overlay1}),ref:ref3,style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-u1hwl8`,offsetX:.25,offsetY:17,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-go7ikk\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"HTJKz1wZD\",ref:ref4,role:\"dialog\",style:{backgroundColor:\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:\"COMPANY\"})}),className:\"framer-gf6flk\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"UreRPMnC7\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m6z5zg\",layoutDependency:layoutDependency,layoutId:\"pLsk1JpFU\",style:{backgroundColor:\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\",opacity:.4}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vwikha-container\",layoutDependency:layoutDependency,layoutId:\"PTLo6Nm_x-container\",nodeId:\"PTLo6Nm_x\",rendersWithMotion:true,scopeId:\"hVZnefzIp\",children:/*#__PURE__*/_jsx(NavigationCompanyPages,{height:\"100%\",id:\"PTLo6Nm_x\",layoutId:\"PTLo6Nm_x\",variant:\"IzWp7Etlb\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:449.5,intrinsicWidth:424,pixelHeight:899,pixelWidth:848,sizes:\"424px\",src:\"https://framerusercontent.com/images/QaJr85hoCYMZZeUSiV7HloTxelY.png?scale-down-to=512&width=848&height=899\",srcSet:\"https://framerusercontent.com/images/QaJr85hoCYMZZeUSiV7HloTxelY.png?width=848&height=899 848w\"},className:\"framer-1e6iwf\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"l6OhJ03_t\",style:{opacity:.1}})]})})})]})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,dismissWithEsc:false,children:overlay2=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"RESOURCES\"})}),className:\"framer-12xqk8w\",\"data-highlight\":true,fonts:[\"CUSTOM;National Park  Bold\"],id:`${layoutId}-12xqk8w`,layoutDependency:layoutDependency,layoutId:\"em3khLG7n\",onMouseEnter:onMouseEntertxyyif({overlay:overlay2}),ref:ref5,style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref5,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-12xqk8w`,offsetX:.25,offsetY:17,onDismiss:overlay2.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1jyheik\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"J0C8Kqfu0\",ref:ref6,role:\"dialog\",style:{backgroundColor:\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:\"RESOURCES\"})}),className:\"framer-g6d1wy\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"gpIUEBw3r\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2pwa3m\",layoutDependency:layoutDependency,layoutId:\"eGGkxezgt\",style:{backgroundColor:\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\",opacity:.4}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c2ilg5-container\",layoutDependency:layoutDependency,layoutId:\"HAXfE5pdj-container\",nodeId:\"HAXfE5pdj\",rendersWithMotion:true,scopeId:\"hVZnefzIp\",children:/*#__PURE__*/_jsx(NavigationResourcesPages,{height:\"100%\",id:\"HAXfE5pdj\",layoutId:\"HAXfE5pdj\",variant:\"YdNXMR4o1\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:449.5,intrinsicWidth:424,pixelHeight:899,pixelWidth:848,sizes:\"557.0011px\",src:\"https://framerusercontent.com/images/QaJr85hoCYMZZeUSiV7HloTxelY.png?scale-down-to=512&width=848&height=899\",srcSet:\"https://framerusercontent.com/images/QaJr85hoCYMZZeUSiV7HloTxelY.png?width=848&height=899 848w\"},className:\"framer-1ufivml\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"rCnG1ND8g\",style:{opacity:.1}})]})})})]})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z397xu\",\"data-framer-name\":\"App\",layoutDependency:layoutDependency,layoutId:\"kQhFx0cRc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://trufflehog.org/\",motionChild:true,nodeId:\"Rn9w2EtX1\",openInNewTab:true,relValues:[],scopeId:\"hVZnefzIp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"LOG IN\"})})})}),className:\"framer-f25qwu\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"Rn9w2EtX1\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+24+76+11+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qp6er7-container\",layoutDependency:layoutDependency,layoutId:\"M54500BTm-container\",nodeId:\"M54500BTm\",rendersWithMotion:true,scopeId:\"hVZnefzIp\",children:/*#__PURE__*/_jsx(Button,{FGgJsFk20:false,height:\"100%\",id:\"M54500BTm\",iQ5N6drNE:\"https://trufflesecurity.com/contact\",layoutId:\"M54500BTm\",variant:\"m0r_dxAaC\",width:\"100%\",ZwQ96zq4q:\"Contact Us\"})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q0ki14\",\"data-framer-name\":\"Pages\",layoutDependency:layoutDependency,layoutId:\"LIAFG4pB9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:\"TRUFFLEHOG\"})}),className:\"framer-nstlsc\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"tM3nVXWvI\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lvpfsi\",layoutDependency:layoutDependency,layoutId:\"mOAT_MCK3\",style:{backgroundColor:\"rgba(241, 233, 223, 0.25)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:265,...addPropertyOverrides({FRQT9ZLKh:{y:(componentViewport?.y||0)+24+158+0+52.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dp84jn-container\",layoutDependency:layoutDependency,layoutId:\"vqjURHauE-container\",nodeId:\"vqjURHauE\",rendersWithMotion:true,scopeId:\"hVZnefzIp\",children:/*#__PURE__*/_jsx(NavigationTruffleHogPages,{height:\"100%\",id:\"vqjURHauE\",layoutId:\"vqjURHauE\",variant:\"yfVn9xFQ8\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ugbrM6k4a\"},motionChild:true,nodeId:\"hhdjAgH3F\",openInNewTab:false,relValues:[],scopeId:\"hVZnefzIp\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7oo6ut\",\"data-styles-preset\":\"hwPxWbwxH\",children:\"CUSTOMERS\"})})})}),className:\"framer-1d90i6i\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"hhdjAgH3F\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wlmhdq\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"l2MNcr5SL\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-88zz5\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"SgVc1sS_j\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:\"COMPANY\"})}),className:\"framer-1mlc9sh\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"jDHNKTgDM\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:159,...addPropertyOverrides({FRQT9ZLKh:{y:(componentViewport?.y||0)+24+158+0+451.6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bjo9lt-container\",layoutDependency:layoutDependency,layoutId:\"hMmL0381N-container\",nodeId:\"hMmL0381N\",rendersWithMotion:true,scopeId:\"hVZnefzIp\",children:/*#__PURE__*/_jsx(NavigationCompanyPages,{height:\"100%\",id:\"hMmL0381N\",layoutId:\"hMmL0381N\",variant:\"YOlNtPaeB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7bflet\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"qOHO0lx8V\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223)))\"},children:\"RESOURCES\"})}),className:\"framer-1f41vle\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"nBU1XWW3r\",style:{\"--extracted-r6o4lv\":\"var(--token-d4c7081a-9c21-45a0-9033-1a03ee8d0c1a, rgb(241, 233, 223))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:336,...addPropertyOverrides({FRQT9ZLKh:{y:(componentViewport?.y||0)+24+158+0+685.8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bkh1kk-container\",layoutDependency:layoutDependency,layoutId:\"KopUzOVfW-container\",nodeId:\"KopUzOVfW\",rendersWithMotion:true,scopeId:\"hVZnefzIp\",children:/*#__PURE__*/_jsx(NavigationResourcesPages,{height:\"100%\",id:\"KopUzOVfW\",layoutId:\"KopUzOVfW\",variant:\"OazVfZEW1\",width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zmVIE.framer-nkj7ka, .framer-zmVIE .framer-nkj7ka { display: block; }\",\".framer-zmVIE.framer-d7pbrn { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 24px 16px 24px; position: relative; width: 1200px; }\",\".framer-zmVIE .framer-p2vho2-container { cursor: pointer; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-zmVIE .framer-1dubiwe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 11px; position: relative; width: 100%; }\",\".framer-zmVIE .framer-1gp78qb { aspect-ratio: 23.365384615384617 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 10px); position: relative; width: 234px; }\",\".framer-zmVIE .framer-qq68yu { aspect-ratio: 23.375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 12px); position: relative; text-decoration: none; width: 281px; }\",\".framer-zmVIE .framer-6y4me0-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-zmVIE .framer-10cx90s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zmVIE .framer-1166cdq, .framer-zmVIE .framer-u1hwl8, .framer-zmVIE .framer-12xqk8w, .framer-zmVIE .framer-nstlsc, .framer-zmVIE .framer-1mlc9sh, .framer-zmVIE .framer-1f41vle { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zmVIE .framer-6kerqf, .framer-zmVIE .framer-go7ikk, .framer-zmVIE .framer-1jyheik { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 40px 32px 40px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-zmVIE .framer-13v2c7u, .framer-zmVIE .framer-gf6flk, .framer-zmVIE .framer-g6d1wy, .framer-zmVIE .framer-f25qwu { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zmVIE .framer-w9ozt2, .framer-zmVIE .framer-1m6z5zg, .framer-zmVIE .framer-2pwa3m { align-self: stretch; flex: none; height: auto; overflow: visible; position: relative; width: 1px; }\",\".framer-zmVIE .framer-174pmym-container, .framer-zmVIE .framer-1vwikha-container, .framer-zmVIE .framer-1c2ilg5-container, .framer-zmVIE .framer-qp6er7-container, .framer-zmVIE .framer-1dp84jn-container, .framer-zmVIE .framer-bjo9lt-container, .framer-zmVIE .framer-bkh1kk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-zmVIE .framer-1gnmv3p { aspect-ratio: 0.9432703003337041 / 1; bottom: -282px; flex: none; height: var(--framer-aspect-ratio-supported, 450px); left: -241px; overflow: visible; pointer-events: none; position: absolute; width: 424px; z-index: 1; }\",\".framer-zmVIE .framer-xgtjoa, .framer-zmVIE .framer-1d90i6i { --framer-custom-cursors: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zmVIE .framer-1e6iwf { aspect-ratio: 0.9432703003337041 / 1; bottom: -304px; flex: none; height: var(--framer-aspect-ratio-supported, 450px); overflow: visible; pointer-events: none; position: absolute; right: -221px; width: 424px; z-index: 1; }\",\".framer-zmVIE .framer-1ufivml { aspect-ratio: 0.9432703003337041 / 1; bottom: -184px; flex: none; left: -240px; overflow: visible; pointer-events: none; position: absolute; top: -6px; width: var(--framer-aspect-ratio-supported, 424px); z-index: 1; }\",\".framer-zmVIE .framer-z397xu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-zmVIE .framer-1q0ki14 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 96px 0px; position: relative; width: 100%; }\",\".framer-zmVIE .framer-lvpfsi { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-zmVIE .framer-1wlmhdq, .framer-zmVIE .framer-88zz5, .framer-zmVIE .framer-7bflet { flex: none; height: 8px; overflow: hidden; position: relative; width: 100%; }\",\".framer-zmVIE.framer-v-14v3dw8.framer-d7pbrn { width: 390px; }\",\".framer-zmVIE.framer-v-14v3dw8 .framer-qq68yu { height: var(--framer-aspect-ratio-supported, 10px); width: 234px; }\",\".framer-zmVIE.framer-v-14v3dw8 .framer-6y4me0-container { height: var(--framer-aspect-ratio-supported, 43px); }\",\".framer-zmVIE.framer-v-1og2qg2.framer-d7pbrn { max-height: calc(var(--framer-viewport-height, 100vh) * 1); min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; width: 390px; }\",\".framer-zmVIE.framer-v-1og2qg2 .framer-1gp78qb, .framer-zmVIE.framer-v-1og2qg2 .framer-lvpfsi { order: 0; }\",\".framer-zmVIE.framer-v-1og2qg2 .framer-6y4me0-container { height: var(--framer-aspect-ratio-supported, 43px); order: 2; }\",\".framer-zmVIE.framer-v-1og2qg2 .framer-nstlsc { order: 1; }\",\".framer-zmVIE.framer-v-1og2qg2 .framer-1dp84jn-container { order: 2; }\",\".framer-zmVIE.framer-v-1og2qg2 .framer-1d90i6i { order: 4; }\",\".framer-zmVIE.framer-v-1og2qg2 .framer-1wlmhdq { order: 3; }\",\".framer-zmVIE.framer-v-1og2qg2 .framer-88zz5 { order: 5; }\",\".framer-zmVIE.framer-v-1og2qg2 .framer-1mlc9sh { order: 6; }\",\".framer-zmVIE.framer-v-1og2qg2 .framer-bjo9lt-container { order: 7; }\",\".framer-zmVIE.framer-v-1og2qg2 .framer-7bflet { order: 8; }\",\".framer-zmVIE.framer-v-1og2qg2 .framer-1f41vle { order: 9; }\",\".framer-zmVIE.framer-v-1og2qg2 .framer-bkh1kk-container { order: 10; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 184\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kFXy71aJ2\":{\"layout\":[\"fixed\",\"auto\"]},\"FRQT9ZLKh\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerhVZnefzIp=withCSS(Component,css,\"framer-zmVIE\");export default FramerhVZnefzIp;FramerhVZnefzIp.displayName=\"Navigation\";FramerhVZnefzIp.defaultProps={height:184,width:1200};addPropertyControls(FramerhVZnefzIp,{variant:{options:[\"PaxrxOtGN\",\"kFXy71aJ2\",\"FRQT9ZLKh\"],optionTitles:[\"Desktop\",\"Mobile\",\"Mobile Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerhVZnefzIp,[{explicitInter:true,fonts:[{cssFamilyName:\"National Park  Bold\",source:\"custom\",style:\"normal\",uiFamilyName:\"National Park \",url:\"https://framerusercontent.com/assets/dLP8vu0crCgJXkJPftIAokvzdXQ.woff\",weight:\"700\"}]},...AnnouncementFonts,...MaterialFonts,...NavigationTruffleHogPagesFonts,...NavigationCompanyPagesFonts,...NavigationResourcesPagesFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhVZnefzIp\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kFXy71aJ2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FRQT9ZLKh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"184\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (31f1c56)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/0SkqTkH5wykurKSiSHkz/6PyUusrxGxknzon33m4v/jLcqUirFZ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/4QS23q7SZkkPZ8RVWcLT/p1FnhKYXXpBdRO8Q738x/QA4o89_oE.js\";import NavigationTruffleHogPages from\"https://framerusercontent.com/modules/duR4YN8YRQ3PZwxAHeCu/wODSZ2IIXhPc3K2KUktb/dXIiMLA6_.js\";import NavigationResourcesPages from\"https://framerusercontent.com/modules/hmhuvNr5p2KNjuiLkxCj/x0bUayMSI6SLtda0zcRf/L09pJBPg5.js\";import NavigationCompanyPages from\"https://framerusercontent.com/modules/LZhC2kE4EBnTkeKBu1hW/jwvJ9emNHPbPuhKspEBi/nYaAwRdCt.js\";const NavigationTruffleHogPagesFonts=getFonts(NavigationTruffleHogPages);const NavigationCompanyPagesFonts=getFonts(NavigationCompanyPages);const NavigationResourcesPagesFonts=getFonts(NavigationResourcesPages);const cycleOrder=[\"ekfbCV3h9\",\"uvpp86IbG\"];const serializationHash=\"framer-eL0l8\";const variantClassNames={ekfbCV3h9:\"framer-v-169asul\",uvpp86IbG:\"framer-v-1vx2uhw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??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={Mobile:\"uvpp86IbG\",Primary:\"ekfbCV3h9\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ekfbCV3h9\"};};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:\"ekfbCV3h9\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"uvpp86IbG\")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-169asul\",className,classNames),\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"ekfbCV3h9\",ref:refBinding,style:{...style},...addPropertyOverrides({uvpp86IbG:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14veiaq\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"DLeMf009A\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"STAY STRONG\"})}),className:\"framer-1616d4u\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"fYObUcgR7\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tzp167\",layoutDependency:layoutDependency,layoutId:\"fPTe6DOyE\",style:{backgroundColor:\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"DIG DEEP\"})}),className:\"framer-8zf53g\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"voQxswpMz\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wj9n8o\",layoutDependency:layoutDependency,layoutId:\"ZCwsCXTg4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-5vvfcy\",\"data-framer-name\":\"TRFL\",layoutDependency:layoutDependency,layoutId:\"kHsvPxxvK\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"I78:8779;512:45\",scopeId:\"tQK_I_an8\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1c2pv9u framer-vk0sh9\",\"data-framer-name\":\"Mark\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"I78:8779;512:45\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.478 0.612L39.388 18.522C40.204 19.338 40.204 20.662 39.388 21.478L21.478 39.388C20.662 40.204 19.338 40.204 18.522 39.388L0.612 21.478C-0.204 20.662 -0.204 19.338 0.612 18.522L18.522 0.612C19.338 -0.204 20.662 -0.204 21.478 0.612ZM18.32 26.494H18.31C18.05 26.516 17.832 26.698 17.762 26.948C17.728 27.056 17.706 27.168 17.698 27.282C17.688 27.338 17.688 27.394 17.698 27.448V32.15C17.69 32.306 17.708 32.462 17.754 32.612C17.828 32.86 18.018 33.054 18.264 33.13C18.392 33.176 18.528 33.194 18.664 33.186H21.31C21.376 33.186 21.44 33.186 21.504 33.176C21.714 33.174 21.914 33.074 22.042 32.908V32.898C22.108 32.806 22.144 32.698 22.146 32.584C22.142 32.466 22.106 32.35 22.042 32.25V32.24C21.88 32.04 21.628 31.936 21.374 31.962H19.896L19.58 31.966C19.528 31.966 19.474 31.966 19.422 31.962C19.162 31.948 18.95 31.748 18.92 31.49C18.912 31.432 18.91 31.372 18.91 31.314V27.352C18.916 27.218 18.904 27.084 18.872 26.954C18.798 26.7 18.578 26.518 18.314 26.492L18.32 26.494ZM11.068 16.68H7.586C7.5 16.68 7.412 16.68 7.326 16.69C7.154 16.706 6.994 16.782 6.87 16.902C6.766 17.004 6.712 17.146 6.722 17.29C6.722 17.432 6.78 17.568 6.88 17.67C7.042 17.81 7.25 17.888 7.464 17.89H8.172C8.328 17.882 8.48 17.932 8.598 18.032C8.7 18.146 8.752 18.296 8.746 18.448C8.752 18.502 8.754 18.556 8.754 18.61V22.408C8.754 22.542 8.762 22.674 8.782 22.806C8.782 22.982 8.864 23.146 9.004 23.25C9.104 23.332 9.228 23.378 9.356 23.38C9.484 23.382 9.61 23.34 9.708 23.26C9.852 23.146 9.938 22.972 9.94 22.788C9.946 22.698 9.948 22.602 9.95 22.498V18.752L9.954 18.682L9.958 18.612V18.454C9.954 18.158 10.182 17.91 10.478 17.892H11.12C11.278 17.892 11.436 17.864 11.584 17.808C11.808 17.74 11.962 17.534 11.964 17.3C11.964 17.286 11.964 17.274 11.964 17.26C11.956 17.044 11.826 16.85 11.628 16.762C11.552 16.724 11.472 16.7 11.388 16.692L11.322 16.688H11.248C11.186 16.68 11.124 16.678 11.062 16.678L11.068 16.68ZM32.446 16.68H31.75C31.294 16.68 30.892 16.682 30.48 16.684H30.09C29.904 16.684 29.714 16.684 29.512 16.68C29.278 16.678 29.052 16.772 28.89 16.94C28.744 17.084 28.664 17.282 28.666 17.486V17.504V17.688C28.666 17.708 28.662 17.73 28.66 17.75V21.072C28.658 21.558 28.66 22.044 28.666 22.492C28.642 22.742 28.702 22.992 28.834 23.204C28.948 23.326 29.114 23.388 29.28 23.37C29.442 23.38 29.6 23.316 29.706 23.194C29.832 23.002 29.894 22.776 29.882 22.546V22.434C29.882 22.174 29.88 21.874 29.88 21.59C29.88 21.448 29.88 21.31 29.884 21.184C29.874 20.912 30.086 20.684 30.358 20.674C30.37 20.674 30.382 20.674 30.394 20.674C30.44 20.668 30.488 20.666 30.536 20.664H31.008C31.124 20.668 31.196 20.67 31.27 20.67C31.344 20.67 31.418 20.668 31.538 20.664C31.798 20.688 32.05 20.576 32.206 20.368C32.262 20.278 32.29 20.176 32.29 20.072C32.29 19.96 32.26 19.848 32.206 19.748C32.084 19.57 31.884 19.462 31.668 19.462C31.622 19.456 31.574 19.454 31.528 19.452H30.498C30.09 19.444 29.91 19.274 29.888 18.886V18.368C29.898 18.108 30.108 17.902 30.368 17.896C30.408 17.89 30.446 17.888 30.486 17.888H32.298C32.366 17.898 32.434 17.898 32.502 17.888C32.728 17.888 32.942 17.786 33.086 17.61C33.15 17.516 33.184 17.408 33.184 17.294C33.18 17.162 33.14 17.034 33.066 16.924C32.91 16.746 32.68 16.652 32.444 16.674L32.446 16.68ZM19.2 6.724C19.024 6.724 18.852 6.724 18.682 6.724C18.546 6.73 18.41 6.732 18.274 6.732H18.07L17.958 6.742L17.94 6.752C17.582 6.79 17.302 7.078 17.272 7.436C17.266 7.498 17.264 7.564 17.264 7.63V12.49C17.264 12.54 17.262 12.594 17.262 12.65C17.262 12.708 17.266 12.766 17.274 12.824C17.278 12.944 17.314 13.062 17.376 13.166C17.416 13.222 17.462 13.272 17.516 13.314C17.61 13.384 17.724 13.42 17.84 13.416C17.984 13.416 18.122 13.364 18.23 13.268C18.398 13.12 18.49 12.902 18.478 12.678V11.898C18.458 11.618 18.666 11.372 18.948 11.348C18.956 11.348 18.964 11.348 18.972 11.348L19.028 11.344H19.688C19.926 11.336 20.156 11.43 20.32 11.604C20.412 11.698 20.498 11.796 20.58 11.9C20.72 12.076 20.878 12.28 21.026 12.474C21.156 12.64 21.296 12.816 21.416 12.974C21.528 13.116 21.662 13.238 21.816 13.334C21.908 13.392 22.014 13.424 22.122 13.426C22.284 13.426 22.438 13.35 22.54 13.222C22.626 13.126 22.674 13.002 22.674 12.874C22.674 12.79 22.656 12.708 22.624 12.63C22.574 12.5 22.502 12.378 22.414 12.27L22.364 12.204L22.318 12.14C22.124 11.9 21.89 11.594 21.714 11.362C21.638 11.274 21.594 11.164 21.588 11.048C21.594 10.932 21.638 10.822 21.714 10.734C21.746 10.692 21.78 10.652 21.816 10.614L21.872 10.558L21.984 10.446C22.304 10.082 22.496 9.624 22.532 9.14C22.532 9.112 22.532 9.084 22.532 9.056C22.532 8.6 22.386 8.154 22.112 7.79C21.68 7.188 21.004 6.808 20.264 6.754C19.91 6.728 19.554 6.724 19.204 6.724H19.2ZM19.492 7.93C19.748 7.93 20.006 7.946 20.26 7.984C20.582 8.04 20.87 8.214 21.068 8.474C21.202 8.63 21.278 8.826 21.28 9.032C21.276 9.226 21.212 9.412 21.096 9.566C20.826 9.914 20.412 10.118 19.972 10.122C19.822 10.13 19.672 10.132 19.526 10.132C19.328 10.132 19.138 10.126 18.978 10.122C18.848 10.122 18.722 10.072 18.626 9.984C18.536 9.888 18.486 9.762 18.486 9.632C18.48 9.54 18.478 9.446 18.478 9.356V8.854C18.478 8.716 18.478 8.576 18.488 8.446C18.476 8.182 18.68 7.958 18.942 7.946C19.108 7.938 19.296 7.93 19.492 7.93Z\" fill=\"#89553E\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yqc7ci\",\"data-framer-name\":\"Product\",layoutDependency:layoutDependency,layoutId:\"x6ajTpxjX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"TRUFFLEHOG\"})}),className:\"framer-gyheu7\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"A_F0XBlvX\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dj12e2\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"PJTRisZ_s\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:265,y:(componentViewport?.y||0)+60+(((componentViewport?.height||593)-84-523.6)/2+9.6+16)+0+0+32.8,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-p13cnh-container\",layoutDependency:layoutDependency,layoutId:\"MFHJy7xqt-container\",nodeId:\"MFHJy7xqt\",rendersWithMotion:true,scopeId:\"tQK_I_an8\",children:/*#__PURE__*/_jsx(NavigationTruffleHogPages,{height:\"100%\",id:\"MFHJy7xqt\",layoutId:\"MFHJy7xqt\",variant:\"BPhYjdDje\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q0vy6t\",\"data-framer-name\":\"Customers\",layoutDependency:layoutDependency,layoutId:\"mAvWFN4Fd\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ugbrM6k4a\"},motionChild:true,nodeId:\"AF3sClw9m\",openInNewTab:false,relValues:[],scopeId:\"tQK_I_an8\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"CUSTOMERS\"})})})}),className:\"framer-10huzzr\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"AF3sClw9m\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e4waou\",\"data-framer-name\":\"Company\",layoutDependency:layoutDependency,layoutId:\"zOfTkjA58\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"COMPANY\"})}),className:\"framer-19twduq\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"ynB7DnBq5\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w9ukpb\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"yas095i3o\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:159,y:(componentViewport?.y||0)+60+(((componentViewport?.height||593)-84-523.6)/2+9.6+16)+0+0+32.8,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gbteqh-container\",layoutDependency:layoutDependency,layoutId:\"VJ0jMtPIX-container\",nodeId:\"VJ0jMtPIX\",rendersWithMotion:true,scopeId:\"tQK_I_an8\",children:/*#__PURE__*/_jsx(NavigationCompanyPages,{height:\"100%\",id:\"VJ0jMtPIX\",layoutId:\"VJ0jMtPIX\",variant:\"dis4T5vkc\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kwpxwz\",\"data-framer-name\":\"Resources\",layoutDependency:layoutDependency,layoutId:\"mok63KHk_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", \"National Park  Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"RESOURCES\"})}),className:\"framer-9a1k45\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"m33Xe9MJb\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1by1q3l\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"uAtwNRRkn\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:336,y:(componentViewport?.y||0)+60+(((componentViewport?.height||593)-84-523.6)/2+9.6+16)+0+0+30.8,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-77qvkv-container\",layoutDependency:layoutDependency,layoutId:\"G9N65s2G7-container\",nodeId:\"G9N65s2G7\",rendersWithMotion:true,scopeId:\"tQK_I_an8\",children:/*#__PURE__*/_jsx(NavigationResourcesPages,{height:\"100%\",id:\"G9N65s2G7\",layoutId:\"G9N65s2G7\",variant:\"y9EGA3yYe\",width:\"100%\"})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mo976b\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"z9iLqUFiQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"DOING IT THE RIGHT WAY\"})}),className:\"framer-1yo88g5\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"c2ZBPpJOq\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16smtjc\",layoutDependency:layoutDependency,layoutId:\"zYafsqzmT\",style:{backgroundColor:\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIFJlZ3VsYXI=\",\"--framer-font-family\":'\"National Park  Regular\", \"National Park  Regular Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K9Li0xKaA\"},motionChild:true,nodeId:\"mo1JwDF9o\",openInNewTab:false,relValues:[],scopeId:\"tQK_I_an8\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"SINCE 2021\"})})})}),className:\"framer-nmhxc5\",fonts:[\"CUSTOM;National Park  Regular\"],layoutDependency:layoutDependency,layoutId:\"mo1JwDF9o\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17jvozz\",\"data-framer-name\":\"Social\",layoutDependency:layoutDependency,layoutId:\"uOEcgg2wA\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r7i31z\",layoutDependency:layoutDependency,layoutId:\"H_0J7FkXz\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://github.com/trufflesecurity/\",motionChild:true,nodeId:\"Wl4QjbeBm\",scopeId:\"tQK_I_an8\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-r2heom framer-vk0sh9\",\"data-framer-name\":\"GitHub\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,layoutDependency:layoutDependency,layoutId:\"Wl4QjbeBm\",svg:'<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.14167 0C3.64 0 0 3.66667 0 8.20333C0 11.83 2.33167 14.8983 5.56667 15.985C5.97167 16.0667 6.12 15.8083 6.12 15.5917C6.12 15.4017 6.10667 14.75 6.10667 14.07C3.84167 14.5583 3.37 13.0917 3.37 13.0917C3.00667 12.1417 2.46667 11.8967 2.46667 11.8967C1.725 11.395 2.52 11.395 2.52 11.395C3.34167 11.45 3.77333 12.2367 3.77333 12.2367C4.50167 13.4867 5.67333 13.1333 6.14667 12.915C6.21333 12.385 6.43 12.0183 6.65833 11.815C4.85167 11.625 2.95167 10.9183 2.95167 7.76833C2.95167 6.87167 3.275 6.13833 3.78667 5.56833C3.705 5.365 3.42333 4.52333 3.86833 3.395C3.86833 3.395 4.555 3.17833 6.10667 4.23667C6.77 4.05667 7.455 3.965 8.14167 3.965C8.82833 3.965 9.53 4.06 10.1767 4.23667C11.7267 3.17667 12.415 3.395 12.415 3.395C12.86 4.52167 12.5767 5.365 12.4967 5.56833C13.0217 6.13833 13.3317 6.87167 13.3317 7.76833C13.3317 10.92 11.4317 11.6117 9.61167 11.815C9.90833 12.0733 10.165 12.5617 10.165 13.3367C10.165 14.4367 10.1517 15.32 10.1517 15.5917C10.1517 15.8083 10.3 16.0667 10.705 15.985C13.94 14.8983 16.2717 11.83 16.2717 8.20333C16.285 3.66667 12.6317 0 8.14333 0L8.14167 0Z\" fill=\"#89553E\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/trufflesecurity\",motionChild:true,nodeId:\"YmNpEVmuK\",scopeId:\"tQK_I_an8\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-pkkq70 framer-vk0sh9\",\"data-framer-name\":\"LinkedIn\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,layoutDependency:layoutDependency,layoutId:\"YmNpEVmuK\",svg:'<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.9059 13.6314H11.5351V9.91976C11.5351 9.03568 11.5203 7.89476 10.3028 7.89476C9.08537 7.89476 8.87793 8.86034 8.87793 9.85555V13.6314H6.5072V5.9957H8.78409V7.03784H8.8162C9.28046 6.24512 10.1423 5.77097 11.061 5.80555C13.4638 5.80555 13.9059 7.38604 13.9059 9.44315V13.6314ZM3.83271 4.95356C3.0721 4.95356 2.45719 4.33865 2.45719 3.57804C2.45719 2.81743 3.0721 2.20252 3.83271 2.20252C4.59332 2.20252 5.20823 2.81743 5.20823 3.57804C5.20823 4.33865 4.59332 4.95356 3.83271 4.95356ZM5.01808 13.6314H2.64487V5.9957H5.01808V13.6314ZM15.0863 -0.000287442H1.4521C0.807553 -0.00769599 0.279076 0.510903 0.271667 1.15298V14.844C0.279076 15.4885 0.807553 16.0047 1.4521 15.9997H15.0863C15.7333 16.0071 16.2618 15.491 16.2717 14.844V1.15298C16.2618 0.508433 15.7333 -0.00769599 15.0863 -0.000287442Z\" fill=\"#89553E\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@TruffleSecurity\",motionChild:true,nodeId:\"xhA0guUIx\",scopeId:\"tQK_I_an8\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1nt4t23 framer-vk0sh9\",\"data-framer-name\":\"YouTube\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:23,layoutDependency:layoutDependency,layoutId:\"xhA0guUIx\",svg:'<svg width=\"23\" height=\"16\" viewBox=\"0 0 23 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_78_8832)\">\\n<path d=\"M22.5065 2.49806C22.2459 1.51484 21.4755 0.740645 20.4988 0.477419C18.7284 0 11.6265 0 11.6265 0C11.6265 0 4.52457 0 2.75425 0.477419C1.77747 0.740645 1.00715 1.51484 0.746506 2.49806C0.271667 4.28129 0.271667 8 0.271667 8C0.271667 8 0.271667 11.7187 0.746506 13.5019C1.00715 14.4852 1.77747 15.2594 2.75425 15.5226C4.52586 16 11.6265 16 11.6265 16C11.6265 16 18.7284 16 20.4988 15.5226C21.4755 15.2594 22.2459 14.4852 22.5065 13.5019C22.9813 11.72 22.9813 8 22.9813 8C22.9813 8 22.9813 4.28129 22.5065 2.49806ZM9.30393 11.3768V4.62323L15.2394 8L9.30393 11.3768Z\" fill=\"#89553E\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_78_8832\">\\n<rect width=\"22.7097\" height=\"16\" fill=\"white\" transform=\"translate(0.271667)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/trufflesec\",motionChild:true,nodeId:\"ZC0eAF5c6\",scopeId:\"tQK_I_an8\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-2ieq0u framer-vk0sh9\",\"data-framer-name\":\"X\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,layoutDependency:layoutDependency,layoutId:\"ZC0eAF5c6\",svg:'<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.2987 6.77486L16.1271 0H14.7459L9.68528 5.8826L5.64331 0H0.981354L7.09357 8.89546L0.981354 16H2.3626L7.70689 9.78784L11.9755 16H16.6374L10.2986 6.77486H10.299H10.2987ZM8.40698 8.97374L7.78765 8.088L2.8602 1.03969H4.98158L8.9582 6.72789L9.57752 7.61362L14.7466 15.0074H12.6252L8.40711 8.974V8.97361L8.40698 8.97374Z\" fill=\"#89553E\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wh6fk7\",layoutDependency:layoutDependency,layoutId:\"c6_1i9uZ6\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://join.slack.com/t/trufflehog-community/shared_invite/zt-pw2qbi43-Aa86hkiimstfdKH9UCpPzQ\",motionChild:true,nodeId:\"IKRSje0lW\",scopeId:\"tQK_I_an8\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-18x4488 framer-vk0sh9\",layoutDependency:layoutDependency,layoutId:\"IKRSje0lW\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1uby4ob\",\"data-framer-name\":\"Slack\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"F3tiwxitg\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.91573 10.1149C3.91573 11.0447 3.2419 11.7963 2.40817 11.7963C1.57443 11.7963 0.900597 11.0447 0.900597 10.1149C0.900597 9.18505 1.57443 8.43353 2.40817 8.43353H3.91573V10.1149Z\" fill=\"#89553E\"/>\\n<path d=\"M4.6695 10.1149C4.6695 9.18501 5.34334 8.43349 6.17707 8.43349C7.0108 8.43349 7.68464 9.18501 7.68464 10.1149V14.3183C7.68464 15.2481 7.0108 15.9996 6.17707 15.9996C5.34334 15.9996 4.6695 15.2481 4.6695 14.3183V10.1149Z\" fill=\"#89553E\"/>\\n<path d=\"M6.1771 3.36394C5.34337 3.36394 4.66953 2.61243 4.66953 1.68258C4.66953 0.752739 5.34337 0.0012207 6.1771 0.0012207C7.01083 0.0012207 7.68467 0.752739 7.68467 1.68258V3.36394H6.1771Z\" fill=\"#89553E\"/>\\n<path d=\"M6.17707 4.21734C7.0108 4.21734 7.68464 4.96886 7.68464 5.89871C7.68464 6.82855 7.0108 7.58007 6.17707 7.58007H2.39673C1.563 7.58007 0.88916 6.82855 0.88916 5.89871C0.88916 4.96886 1.563 4.21734 2.39673 4.21734H6.17707Z\" fill=\"#89553E\"/>\\n<path d=\"M12.2188 5.89871C12.2188 4.96886 12.8926 4.21734 13.7263 4.21734C14.5601 4.21734 15.2339 4.96886 15.2339 5.89871C15.2339 6.82855 14.5601 7.58007 13.7263 7.58007H12.2188V5.89871Z\" fill=\"#89553E\"/>\\n<path d=\"M11.465 5.89873C11.465 6.82857 10.7911 7.58009 9.95741 7.58009C9.12368 7.58009 8.44984 6.82857 8.44984 5.89873V1.68258C8.44984 0.752739 9.12368 0.0012207 9.95741 0.0012207C10.7911 0.0012207 11.465 0.752739 11.465 1.68258V5.89873Z\" fill=\"#89553E\"/>\\n<path d=\"M9.95741 12.6369C10.7911 12.6369 11.465 13.3884 11.465 14.3182C11.465 15.2481 10.7911 15.9996 9.95741 15.9996C9.12368 15.9996 8.44984 15.2481 8.44984 14.3182V12.6369H9.95741Z\" fill=\"#89553E\"/>\\n<path d=\"M9.95741 11.7963C9.12368 11.7963 8.44984 11.0447 8.44984 10.1149C8.44984 9.18505 9.12368 8.43353 9.95741 8.43353H13.7378C14.5715 8.43353 15.2453 9.18505 15.2453 10.1149C15.2453 11.0447 14.5715 11.7963 13.7378 11.7963H9.95741Z\" fill=\"#89553E\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"#trufflehog-community\"})}),className:\"framer-byg5el\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"DW2smytOs\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://discord.gg/8Hzbrnkr7E\",motionChild:true,nodeId:\"M1fIo1dqZ\",scopeId:\"tQK_I_an8\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1ef8sj9 framer-vk0sh9\",layoutDependency:layoutDependency,layoutId:\"M1fIo1dqZ\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-8jhosl\",\"data-framer-name\":\"Discord\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:22,layoutDependency:layoutDependency,layoutId:\"qVK7_PaV6\",svg:'<svg width=\"22\" height=\"16\" viewBox=\"0 0 22 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.7721 1.33997C17.3856 0.705687 15.9211 0.254047 14.4167 0C14.2109 0.368618 14.0249 0.747198 13.8588 1.13408C12.2565 0.893317 10.6276 0.893317 9.0253 1.13408C8.85926 0.747198 8.67329 0.368618 8.46739 0C6.96303 0.257368 5.49687 0.709008 4.10874 1.3433C1.35241 5.42134 0.605209 9.39809 0.978808 13.3184C2.59276 14.5106 4.39931 15.4188 6.32044 16C6.75216 15.4188 7.13572 14.8012 7.46449 14.1553C6.84016 13.9228 6.23742 13.6339 5.66291 13.2951C5.81401 13.1856 5.96179 13.0726 6.10459 12.9631C9.4869 14.5538 13.4022 14.5538 16.7845 12.9631C16.929 13.0809 17.0768 13.1939 17.2262 13.2951C16.6517 13.6355 16.0473 13.9228 15.4213 14.1569C15.7501 14.8028 16.132 15.4188 16.5654 16C18.4881 15.4205 20.2964 14.5139 21.9103 13.32C22.3487 8.77377 21.1615 4.83354 18.7721 1.33997ZM7.93771 10.9074C6.89662 10.9074 6.03651 9.96264 6.03651 8.80033C6.03651 7.63802 6.86673 6.68493 7.93439 6.68493C9.00206 6.68493 9.85552 7.63802 9.83726 8.80033C9.81899 9.96264 8.99873 10.9074 7.93771 10.9074ZM14.9514 10.9074C13.9087 10.9074 13.0519 9.96264 13.0519 8.80033C13.0519 7.63802 13.8821 6.68493 14.9514 6.68493C16.0207 6.68493 16.8676 7.63802 16.8493 8.80033C16.831 9.96264 16.0124 10.9074 14.9514 10.9074Z\" fill=\"#89553E\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05hdGlvbmFsIFBhcmsgIEJvbGQ=\",\"--framer-font-family\":'\"National Park  Bold\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"#Secret Scanning\"})}),className:\"framer-qk25pn\",fonts:[\"CUSTOM;National Park  Bold\"],layoutDependency:layoutDependency,layoutId:\"b4DOL_m4O\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19gbhep\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"Fm_bS5ti0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62)))\"},children:\"\\xa9 2025 Truffle Security Co.\"})}),className:\"framer-1e0fhyz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iEq5fuE7n\",style:{\"--extracted-r6o4lv\":\"var(--token-738235bb-9906-43ef-b241-cc7a78c2e903, rgb(137, 85, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e8pzab\",layoutDependency:layoutDependency,layoutId:\"x5m1mmuSE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nkJ6ol42f\"},motionChild:true,nodeId:\"L9vPLJ1CC\",openInNewTab:false,relValues:[],scopeId:\"tQK_I_an8\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Privacy policy\"})})})}),className:\"framer-14wuva4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"L9vPLJ1CC\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EdUJMrqMR\"},motionChild:true,nodeId:\"V2bxEc5w0\",openInNewTab:false,relValues:[],scopeId:\"tQK_I_an8\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Terms and conditions\"})})})}),className:\"framer-1pngoco\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"V2bxEc5w0\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mINDK3NjA\"},motionChild:true,nodeId:\"Fv7EPI6F1\",openInNewTab:false,relValues:[],scopeId:\"tQK_I_an8\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Data processing agreement\"})})})}),className:\"framer-15gp75y\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Fv7EPI6F1\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18p62jt\",\"data-styles-preset\":\"jLcqUirFZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OrefIrIlf\"},motionChild:true,nodeId:\"IH496pNqz\",openInNewTab:false,relValues:[],scopeId:\"tQK_I_an8\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rbd2r1\",\"data-styles-preset\":\"QA4o89_oE\",children:\"Acceptable use policy\"})})})}),className:\"framer-rjjg3g\",\"data-framer-name\":\"Acceptable use policy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IH496pNqz\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eL0l8.framer-vk0sh9, .framer-eL0l8 .framer-vk0sh9 { display: block; }\",\".framer-eL0l8.framer-169asul { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 24px 24px 24px; position: relative; width: 1200px; }\",\".framer-eL0l8 .framer-14veiaq, .framer-eL0l8 .framer-mo976b { align-content: center; align-items: center; 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-eL0l8 .framer-1616d4u, .framer-eL0l8 .framer-8zf53g, .framer-eL0l8 .framer-1yo88g5, .framer-eL0l8 .framer-nmhxc5, .framer-eL0l8 .framer-1e0fhyz, .framer-eL0l8 .framer-14wuva4, .framer-eL0l8 .framer-1pngoco, .framer-eL0l8 .framer-15gp75y, .framer-eL0l8 .framer-rjjg3g { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-eL0l8 .framer-tzp167, .framer-eL0l8 .framer-16smtjc { flex: 1 0 0px; height: 1px; position: relative; width: 1px; }\",\".framer-eL0l8 .framer-wj9n8o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-eL0l8 .framer-5vvfcy { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-eL0l8 .framer-1c2pv9u { flex: none; height: 69px; position: relative; text-decoration: none; width: 69px; }\",\".framer-eL0l8 .framer-yqc7ci, .framer-eL0l8 .framer-1e4waou { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-eL0l8 .framer-gyheu7, .framer-eL0l8 .framer-19twduq, .framer-eL0l8 .framer-9a1k45, .framer-eL0l8 .framer-byg5el, .framer-eL0l8 .framer-qk25pn { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-eL0l8 .framer-dj12e2, .framer-eL0l8 .framer-w9ukpb, .framer-eL0l8 .framer-1by1q3l { flex: none; height: 8px; overflow: hidden; position: relative; width: 100%; }\",\".framer-eL0l8 .framer-p13cnh-container, .framer-eL0l8 .framer-1gbteqh-container, .framer-eL0l8 .framer-77qvkv-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-eL0l8 .framer-1q0vy6t { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-eL0l8 .framer-10huzzr { --framer-custom-cursors: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-eL0l8 .framer-1kwpxwz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-eL0l8 .framer-17jvozz, .framer-eL0l8 .framer-19gbhep { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eL0l8 .framer-r7i31z, .framer-eL0l8 .framer-1wh6fk7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-eL0l8 .framer-r2heom, .framer-eL0l8 .framer-pkkq70, .framer-eL0l8 .framer-2ieq0u { aspect-ratio: 1.0625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; text-decoration: none; width: 26px; }\",\".framer-eL0l8 .framer-1nt4t23 { aspect-ratio: 1.4375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); position: relative; text-decoration: none; width: 27px; }\",\".framer-eL0l8 .framer-18x4488, .framer-eL0l8 .framer-1ef8sj9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-eL0l8 .framer-1uby4ob { flex: none; height: 24px; position: relative; width: 27px; }\",\".framer-eL0l8 .framer-8jhosl { aspect-ratio: 1.375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); position: relative; width: 31px; }\",\".framer-eL0l8 .framer-1e8pzab { 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: 0px; position: relative; width: min-content; }\",\".framer-eL0l8.framer-v-1vx2uhw.framer-169asul { padding: 24px; width: 390px; }\",\".framer-eL0l8.framer-v-1vx2uhw .framer-17jvozz, .framer-eL0l8.framer-v-1vx2uhw .framer-19gbhep { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; justify-content: flex-start; }\",\".framer-eL0l8.framer-v-1vx2uhw .framer-1wh6fk7 { align-content: flex-start; align-items: flex-start; flex-direction: column; }\",\".framer-eL0l8.framer-v-1vx2uhw .framer-1e0fhyz { order: 1; }\",\".framer-eL0l8.framer-v-1vx2uhw .framer-1e8pzab { align-content: flex-start; align-items: flex-start; flex-direction: column; order: 0; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 593\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uvpp86IbG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramertQK_I_an8=withCSS(Component,css,\"framer-eL0l8\");export default FramertQK_I_an8;FramertQK_I_an8.displayName=\"Footer\";FramertQK_I_an8.defaultProps={height:593,width:1200};addPropertyControls(FramertQK_I_an8,{variant:{options:[\"ekfbCV3h9\",\"uvpp86IbG\"],optionTitles:[\"Primary\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramertQK_I_an8,[{explicitInter:true,fonts:[{cssFamilyName:\"National Park  Regular\",source:\"custom\",style:\"normal\",uiFamilyName:\"National Park \",url:\"https://framerusercontent.com/assets/2yiGFZAosJ3nntjy3YIh21vLB0.woff\",weight:\"400\"},{cssFamilyName:\"National Park  Bold\",source:\"custom\",style:\"normal\",uiFamilyName:\"National Park \",url:\"https://framerusercontent.com/assets/dLP8vu0crCgJXkJPftIAokvzdXQ.woff\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",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\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",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\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",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\"}]},...NavigationTruffleHogPagesFonts,...NavigationCompanyPagesFonts,...NavigationResourcesPagesFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertQK_I_an8\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"593\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uvpp86IbG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}