[{"data":1,"prerenderedAt":159},["ShallowReactive",2],{"header-games":3,"i-heroicons:server-stack-16-solid":61,"article-how-to-add-custom-cars-and-scripts-to-your-fivem-server-en":66,"help-game-articles-fivem-en":94,"game-info-article-fivem":136,"i-heroicons:chevron-right-20-solid":142,"i-heroicons:user-circle-20-solid":145,"i-heroicons:clock-20-solid":147,"i-heroicons:calendar-days-20-solid":149,"i-heroicons:pencil-square-20-solid":151,"i-heroicons:chevron-down-20-solid":153,"i-heroicons:wrench-screwdriver-20-solid":155,"i-heroicons:arrow-right-20-solid":157},{"promoCode":4,"total":5,"featured":6},"SUMMER26",43,[7,15,22,28,33,39,44,49,56],{"slug":8,"name":9,"icon":10,"hasIcon":11,"badge":12,"basePrice":13,"link":14},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png",true,"Most Popular",1,"\u002Fminecraft-server-hosting",{"slug":16,"name":17,"icon":18,"hasIcon":11,"badge":19,"basePrice":20,"link":21},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png","",6,"\u002Fhytale-server-hosting",{"slug":23,"name":24,"icon":25,"hasIcon":11,"badge":26,"basePrice":20,"link":27},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png",null,"\u002Fpalworld-server-hosting",{"slug":29,"name":30,"icon":31,"hasIcon":11,"badge":26,"basePrice":20,"link":32},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png","\u002Frust-server-hosting",{"slug":34,"name":35,"icon":36,"hasIcon":11,"badge":26,"basePrice":37,"link":38},"valheim","Valheim","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fvalheim.png",5,"\u002Fvalheim-server-hosting",{"slug":40,"name":41,"icon":42,"hasIcon":11,"badge":26,"basePrice":20,"link":43},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":45,"name":46,"icon":47,"hasIcon":11,"badge":26,"basePrice":20,"link":48},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png","\u002Fenshrouded-server-hosting",{"slug":50,"name":51,"icon":52,"hasIcon":11,"badge":53,"basePrice":54,"link":55},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png","New Update",4,"\u002Fterraria-server-hosting",{"slug":57,"name":58,"icon":59,"hasIcon":11,"badge":26,"basePrice":54,"link":60},"project-zomboid","Project Zomboid","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fproject-zomboid.png","\u002Fproject-zomboid-server-hosting",{"left":62,"top":62,"width":63,"height":63,"rotate":62,"vFlip":64,"hFlip":64,"body":65},0,16,false,"\u003Cpath fill=\"currentColor\" d=\"M5.354 2a2 2 0 0 0-1.857 1.257l-.338.845Q3.565 4 4 4h8q.436 0 .84.102l-.337-.845A2 2 0 0 0 10.646 2z\"\u002F>\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 13a2 2 0 0 1 2-2h8a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2m10.75 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9 13.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M4 5.5a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4zm8 2.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M9.75 7.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0\" clip-rule=\"evenodd\"\u002F>",{"id":67,"game_slug":68,"slug":69,"category":70,"title":71,"description":72,"content":73,"keywords":26,"author_name":74,"author_role":75,"is_featured":64,"published_at":76,"allSlugs":77,"author":83,"date":76,"lastUpdated":84,"game":85,"dateFormatted":87,"lastUpdatedFormatted":88,"imageDims":89},"f49917e2-0cc2-4622-8d49-1d200088f18f","fivem","how-to-add-custom-cars-and-scripts-to-your-fivem-server","Mods & Customization","How to Add Custom Cars and Scripts to Your FiveM Server","Add custom cars and scripts to your FiveM server. Learn the resources folder structure, ensure order, and how to stream add-on vehicles the right way.","Every FiveM server is really just a stack of resources: scripts, cars, maps, and jobs that each live in their own folder and get switched on in `server.cfg`. This guide covers how resources are structured, how to install a script the right way, and how to add streamed vehicle addons to a DoomHosting FiveM server without breaking your boot order.\n\n## Where do resources go on a FiveM server?\n\nEverything lives in one place: the `resources` folder. Open the **Files** tab in the panel and go into `resources`. Each script, car, or map is its own subfolder with an `fxmanifest.lua` inside it.\n\n![The resources folder in the DoomHosting file manager](https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Ffivem\u002Fresources-folder.webp)\n\nFolders wrapped in square brackets like `[cars]` or `[esx]` are just grouping folders. FiveM loads every resource inside a bracket folder automatically, which is a tidy way to keep all your vehicles or all your framework resources together. A bracket folder cannot contain another bracket folder, and it should not hold loose files, only resource subfolders.\n\n## How do I install a script on my FiveM server?\n\n1. Download the script. Quality resources come from the [official Cfx.re forum releases](https:\u002F\u002Fforum.cfx.re\u002Fc\u002Fdevelopment\u002Freleases\u002F7) and reputable GitHub repos.\n2. In the **Files** tab, open `resources` and upload the script's folder there. For large uploads, connect over SFTP (the details are on the SFTP button in the Files tab) rather than the browser uploader.\n3. Read the script's own README for dependencies. Most scripts need a framework (`es_extended` or `qb-core`) and often `oxmysql` already running.\n4. Add an `ensure` line to `server.cfg` after its dependencies:\n\n   ```\n   ensure oxmysql\n   ensure es_extended\n   ensure your-new-script\n   ```\n\n   ![Editing server.cfg to add ensure lines](https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Ffivem\u002Fserver-cfg-editor.webp)\n\n5. Restart the server and watch the **Console** tab for a clean start with no red errors.\n\n## Should I use start or ensure in server.cfg?\n\nUse `ensure`. It starts the resource if it is stopped and restarts it if it is already running, which is exactly what you want on boot. `start` only starts a resource and is the older syntax. There is no reason to mix them, so make every line in your config an `ensure`.\n\n## How do I add a custom car to my FiveM server?\n\nAdd-on vehicles are \"streamed\" resources: the model files are streamed to players when they join. The folder structure is what matters.\n\n1. Create a resource folder for the car (or drop it into your `[cars]` group folder), for example `resources\u002F[cars]\u002Fpolice_charger`.\n2. Inside it, put the vehicle's model files (`.yft`, `.ytd`) into a `stream` subfolder, and the metadata files (`vehicles.meta`, `carvariations.meta`, `handling.meta`, and so on) alongside an `fxmanifest.lua`:\n\n   ```\n   police_charger\u002F\n     fxmanifest.lua\n     stream\u002F\n       police_charger.yft\n       police_charger.ytd\n     vehicles.meta\n     carvariations.meta\n     handling.meta\n   ```\n\n3. The `fxmanifest.lua` tells FiveM to stream the model and load the meta files:\n\n   ```\n   fx_version 'cerulean'\n   game 'gta5'\n\n   files {\n     'vehicles.meta',\n     'carvariations.meta',\n     'handling.meta'\n   }\n\n   data_file 'VEHICLE_METADATA_FILE' 'vehicles.meta'\n   data_file 'CARCOLS_FILE' 'carvariations.meta'\n   data_file 'HANDLING_FILE' 'handling.meta'\n   ```\n\n4. `ensure police_charger` in `server.cfg`, restart, and the spawn name from `vehicles.meta` is now usable in game.\n\nMost cars you download already include a working `fxmanifest.lua` and the correct folders, so in practice you upload the folder and add one `ensure` line. Only build the structure by hand if the car shipped as loose files.\n\n## Do I need to match the FiveM artifact or gamebuild?\n\nSometimes. Two version settings affect whether a resource loads:\n\n- **Artifact (server version)**: set by the `fivem version` variable on the panel's **Startup** tab. Leave it on `recommended` unless a specific script requires a newer build.\n- **Gamebuild**: some newer vehicles and MLOs need a specific game build. Set it in `server.cfg` with, for example, `sv_enforceGameBuild 2802`. If a car or map is invisible or crashes players on spawn, a mismatched gamebuild is a common cause.\n\nOnly raise these when a resource explicitly asks for it. Forcing a higher gamebuild than your resources support can cause more problems than it solves.\n\n## Common errors\n\n- **Resource not starting**: the folder name must match the `ensure` line exactly, and `fxmanifest.lua` must sit directly inside the resource folder, not one level deeper. A folder-inside-a-folder is the number one cause.\n- **`Failed to load` a streamed model**: the model files are not in a `stream` folder, or the `.yft`\u002F`.ytd` names do not match what the meta files reference.\n- **Missing dependency**: the console names the missing export or resource. Add its `ensure` line above the failing resource.\n- **Car spawns but drives wrong or is invisible**: a missing or mismatched `handling.meta` \u002F `vehicles.meta`, or a gamebuild mismatch.\n\n## A word on where you download resources\n\nStick to the [official Cfx.re releases forum](https:\u002F\u002Fforum.cfx.re\u002Fc\u002Fdevelopment\u002Freleases\u002F7) and the original developers' GitHub pages. Leaked or \"free\" copies of paid resources are the most common way FiveM servers get backdoored, which can steal your database or hijack your server. If a resource is obfuscated or comes from a random Discord, do not run it.\n\n## Next steps\n\nTo wire cars and scripts into a full roleplay base, first [install ESX or QBCore on your FiveM server](\u002Fhelp\u002Farticles\u002Fhow-to-install-esx-or-qbcore-on-your-fivem-server). For a web dashboard to manage resources and restarts, [set up txAdmin on your FiveM server](\u002Fhelp\u002Farticles\u002Fhow-to-set-up-txadmin-on-your-fivem-server).\n\nNew here? See [FiveM server hosting](\u002Ffivem-server-hosting) or the full [game control panel](\u002Fgamepanel).","Magnus","Game Server Expert","2026-07-26T12:00:00+00:00",{"da":78,"de":79,"en":69,"fr":80,"pl":81,"sv":82},"saadan-tilfoejer-du-biler-og-scripts-til-din-fivem-server","wie-fuege-ich-autos-und-skripte-zu-deinem-fivem-server-hinzu","ajouter-voitures-et-scripts-serveur-fivem","jak-dodac-samochody-i-skrypty-na-serwerze-fivem","sa-lagger-du-till-bilar-och-skript-pa-din-fivem-server",{"name":74,"role":75},"2026-07-28T08:51:29.248497+00:00",{"slug":68,"name":86},"Fivem","Jul 26, 2026","Jul 28, 2026",{"https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Ffivem\u002Fresources-folder.webp":90,"https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Ffivem\u002Fserver-cfg-editor.webp":93},{"width":91,"height":92},1600,1059,{"width":91,"height":92},[95,106,114,123,126],{"id":96,"game_slug":68,"slug":97,"category":98,"title":99,"description":100,"content":26,"keywords":26,"author_name":74,"author_role":75,"is_featured":11,"published_at":101,"author":102,"date":101,"lastUpdated":103,"game":104,"dateFormatted":105},"298606ae-c9e3-47f4-ba24-32f3ad3c1b44","how-to-get-a-fivem-license-key","Getting Started","How to get a FiveM license key","Step-by-step guide to creating a free FiveM (CFX) license key at portal.cfx.re and pasting it into your DoomHosting panel so your FXServer can start.","2026-06-08T11:46:51.879+00:00",{"name":74,"role":75},"2026-07-28T12:17:09.896982+00:00",{"slug":68,"name":86},"Jun 8, 2026",{"id":107,"game_slug":68,"slug":108,"category":70,"title":109,"description":110,"content":26,"keywords":26,"author_name":74,"author_role":75,"is_featured":64,"published_at":76,"author":111,"date":76,"lastUpdated":112,"game":113,"dateFormatted":87},"6ac91e58-921e-430e-8282-4538cb98372e","how-to-install-esx-or-qbcore-on-your-fivem-server","How to Install ESX or QBCore on Your FiveM Server","Install ESX or QBCore on your FiveM server: create the MySQL database, upload the framework to resources, and set the right ensure order in server.cfg.",{"name":74,"role":75},"2026-07-28T08:51:37.832834+00:00",{"slug":68,"name":86},{"id":115,"game_slug":68,"slug":116,"category":117,"title":118,"description":119,"content":26,"keywords":26,"author_name":74,"author_role":75,"is_featured":64,"published_at":76,"author":120,"date":76,"lastUpdated":121,"game":122,"dateFormatted":87},"0e738668-4b74-47d0-b1a1-e04bdafa7d16","how-to-set-up-txadmin-on-your-fivem-server","Configuration","How to Set Up txAdmin on Your FiveM Server","Set up txAdmin on your DoomHosting FiveM server: enable it, open the web panel, link your admin PIN, deploy recipes, and schedule automatic restarts.",{"name":74,"role":75},"2026-07-28T08:51:28.805671+00:00",{"slug":68,"name":86},{"id":67,"game_slug":68,"slug":69,"category":70,"title":71,"description":72,"content":26,"keywords":26,"author_name":74,"author_role":75,"is_featured":64,"published_at":76,"author":124,"date":76,"lastUpdated":84,"game":125,"dateFormatted":87},{"name":74,"role":75},{"slug":68,"name":86},{"id":127,"game_slug":68,"slug":128,"category":117,"title":129,"description":130,"content":26,"keywords":26,"author_name":74,"author_role":75,"is_featured":64,"published_at":131,"author":132,"date":131,"lastUpdated":133,"game":134,"dateFormatted":135},"c993cdae-41d6-4c77-9453-9582ff038f68","how-to-connect-a-database-to-your-fivem-server","How to Connect a Database to Your FiveM Server","Create a MySQL database in the DoomHosting panel, point oxmysql at it from server.cfg, and import your ESX or QBCore schema on your FiveM server.","2026-07-25T10:00:00+00:00",{"name":74,"role":75},"2026-07-28T08:51:38.441158+00:00",{"slug":68,"name":86},"Jul 25, 2026",{"slug":68,"name":137,"icon":138,"cardImage":139,"description":140,"status":141},"FiveM","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Ffivem.png","https:\u002F\u002Fcdn.doomhosting.com\u002Fgames\u002Ffivem.webp","FiveM is the community-built multiplayer mod for Grand Theft Auto V that turns Los Santos into your own custom city. Host roleplay servers running ESX or QBCore, racing leagues, drift meets, deathmatch arenas, or whatever wild game mode you can script in Lua. Run servers with up to 256 slots and total control over rules, jobs, and economy. Rent a dedicated FiveM server from DoomHosting for one-click txAdmin, instant setup, full FTP, DDoS protection, and 24\u002F7 expert support.","active",{"left":62,"top":62,"width":143,"height":143,"rotate":62,"vFlip":64,"hFlip":64,"body":144},20,"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10L8.22 6.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":62,"top":62,"width":143,"height":143,"rotate":62,"vFlip":64,"hFlip":64,"body":146},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-5.5-2.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M10 12a5.99 5.99 0 0 0-4.793 2.39A6.48 6.48 0 0 0 10 16.5a6.48 6.48 0 0 0 4.793-2.11A5.99 5.99 0 0 0 10 12\" clip-rule=\"evenodd\"\u002F>",{"left":62,"top":62,"width":143,"height":143,"rotate":62,"vFlip":64,"hFlip":64,"body":148},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m.75-13a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-3.25z\" clip-rule=\"evenodd\"\u002F>",{"left":62,"top":62,"width":143,"height":143,"rotate":62,"vFlip":64,"hFlip":64,"body":150},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"M5.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75zM6 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM7.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H8a.75.75 0 0 1-.75-.75zM8 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM9.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75zM9.25 14a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zM12 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75zM11.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM13.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75z\"\u002F>\u003Cpath fill-rule=\"evenodd\" d=\"M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2m-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25z\" clip-rule=\"evenodd\"\u002F>\u003C\u002Fg>",{"left":62,"top":62,"width":143,"height":143,"rotate":62,"vFlip":64,"hFlip":64,"body":152},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"m5.433 13.917l1.262-3.155A4 4 0 0 1 7.58 9.42l6.92-6.918a2.121 2.121 0 0 1 3 3l-6.92 6.918c-.383.383-.84.685-1.343.886l-3.154 1.262a.5.5 0 0 1-.65-.65\"\u002F>\u003Cpath d=\"M3.5 5.75c0-.69.56-1.25 1.25-1.25H10A.75.75 0 0 0 10 3H4.75A2.75 2.75 0 0 0 2 5.75v9.5A2.75 2.75 0 0 0 4.75 18h9.5A2.75 2.75 0 0 0 17 15.25V10a.75.75 0 0 0-1.5 0v5.25c0 .69-.56 1.25-1.25 1.25h-9.5c-.69 0-1.25-.56-1.25-1.25z\"\u002F>\u003C\u002Fg>",{"left":62,"top":62,"width":143,"height":143,"rotate":62,"vFlip":64,"hFlip":64,"body":154},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":62,"top":62,"width":143,"height":143,"rotate":62,"vFlip":64,"hFlip":64,"body":156},"\u003Cg fill=\"currentColor\">\u003Cpath fill-rule=\"evenodd\" d=\"M14.5 10a4.5 4.5 0 0 0 4.284-5.882c-.105-.324-.51-.391-.751-.15L15.34 6.66a.45.45 0 0 1-.493.11a3 3 0 0 1-1.618-1.616a.455.455 0 0 1 .11-.494l2.694-2.692c.24-.241.174-.647-.15-.752a4.5 4.5 0 0 0-5.873 4.575c.055.873-.128 1.808-.8 2.368l-7.23 6.024a2.724 2.724 0 1 0 3.837 3.837l6.024-7.23c.56-.672 1.495-.855 2.368-.8q.144.01.291.01M5 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0\" clip-rule=\"evenodd\"\u002F>\u003Cpath d=\"M14.5 11.5q.26 0 .514-.022l3.754 3.754a2.5 2.5 0 0 1-3.536 3.536l-4.41-4.41l2.172-2.607c.052-.062.147-.138.342-.196a2.3 2.3 0 0 1 .777-.067q.192.012.387.012M6 4.586l2.33 2.33a.5.5 0 0 1-.08.09L6.8 8.214L4.586 6H3.309a.5.5 0 0 1-.447-.276l-1.7-3.402a.5.5 0 0 1 .093-.577l.49-.49a.5.5 0 0 1 .577-.094l3.402 1.7A.5.5 0 0 1 6 3.31z\"\u002F>\u003C\u002Fg>",{"left":62,"top":62,"width":143,"height":143,"rotate":62,"vFlip":64,"hFlip":64,"body":158},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10\" clip-rule=\"evenodd\"\u002F>",1785246081838]